summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFHmigration/unlabaled-1.29.2foobar2005-05-311-2/+2
|
* Upgrade PCRE library to 5.0.Andrei Zmievski2005-05-271-2/+2
|
* Umm, let's not enable NO_RECURSE by default. The matches on someAndrei Zmievski2003-12-161-1/+1
| | | | | | patterns can be more than twice as slow as before. # Maybe we should add a --disable-pcre-stack-recursion compile option
* - Upgraded library to version 4.5Andrei Zmievski2003-12-161-1/+1
| | | | | | | - Define NO_RECURSE to avoid stack problems. - Moved contents of RINIT hook to MINIT and removed RINIT. - Removed a couple of extraneous files.
* - Added a new parameter to preg_match_* functions that can be used toAndrei Zmievski2003-06-291-1/+1
| | | | | | specify the offset to start matching from. - Added support for named subpatterns.
* Upgrading PCRE library to version 4.3Andrei Zmievski2003-06-271-1/+1
|
* Synced PHP_SETUP_OPENSSL with PHP_SETUP_ICONV and PHP_SETUP_LIBXML macros.foobar2003-06-241-6/+14
|
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.29.2'.SVN Migration2003-02-171-0/+123
|
* MFH: Fix for bug #22131foobar2003-02-091-15/+14
|
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.29.2'.SVN Migration2002-10-152163-658923/+0
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-1539-7064/+10999
|
* Fixed the output_handler ini setting.Ilia Alshanetsky2002-10-151-10/+6
| | | | | Code cleanup.
* Bug fixing news.Ilia Alshanetsky2002-10-151-0/+1
|
* Added tests for %e & %EIlia Alshanetsky2002-10-151-0/+10
|
* Fixed bug #4232. (Added support for %e and %E to printf/sprintf)Ilia Alshanetsky2002-10-151-0/+25
|
* - Staying consistent with other testsDerick Rethans2002-10-151-2/+2
|
* Don't use streams-level buffer on zlib streams.Wez Furlong2002-10-151-1/+3
|
* Fixed possible memory leaks.Ilia Alshanetsky2002-10-151-0/+8
|
* Fix leak, and avoid initialization problems where retval is re-usedWez Furlong2002-10-151-4/+13
| | | | | within a function.
* Try keep those moved/removed exts entry at top.foobar2002-10-151-7/+6
|
* Bug fixing news entries.Ilia Alshanetsky2002-10-151-0/+2
|
* Make this thing to compile with net-snmp-5.0.xfoobar2002-10-152-8/+55
|
* NEWS update2002-10-151-0/+3
|
* remove ob_end_clean() and instead use ini sectionMarcus Boerger2002-10-151-1/+2
| | | | | | #Derick you're right this was no good idea. I just left it over after testing #the test.
* ChangeLog update2002-10-152-0/+117
|
* MFZE1Ilia Alshanetsky2002-10-143-6/+12
|
* This test should not print out the error (which is correct).foobar2002-10-141-1/+3
|
* Respect INSTALL_ROOT var. Thanks to Jani for catching this one.Edin Kadribasic2002-10-141-2/+2
|
* - Support new classname::$class_name, e.g.:Andi Gutmans2002-10-142-35/+35
| | | | | | | | | | | | | | <? class foo::bar { public $hello = "Hello, World\n"; } $name = "bar"; $obj = new foo::$name; print $obj->hello; ?>
* * Fixed a nasty bug preventing installation of pecl exts.Tal Peer2002-10-141-1/+2
|
* Fixed bug #19649.Ilia Alshanetsky2002-10-141-1/+5
|
* Added float printing tests.Ilia Alshanetsky2002-10-141-0/+4
|
* Revert to 1.34.Sebastian Bergmann2002-10-141-18/+18
|
* Fixed a bug (introduced in previous patch) that caused non-double values toIlia Alshanetsky2002-10-141-0/+1
| | | | | be converted to 0 by printf/sprint functions when %f format is specified.
* Change the 'security level' of registry entries to PHP_INI_SYSTEM. They'reZeev Suraski2002-10-142-1/+4
| | | | | | in the system hive in the registry, so only people with administrative priveleges can add stuff in there.
* - Revert, got tricked by a stale object fileDerick Rethans2002-10-141-1/+1
|
* Fixed warningsYasuo Ohgaki2002-10-141-1/+1
|
* Install lib into $(prefix)/lib.Edin Kadribasic2002-10-141-2/+2
| | | | | Make $(prefix)/lib before trying to copy the lib into it.
* - Added the TEST_PHP_USER environment variable with which you can specifyDerick Rethans2002-10-141-1/+16
| | | | | | | | | additional directories with tests to run. This is ideal for having your own test suite on your system. You can specify more directories by seperating them with a ",", for example: TEST_PHP_USER=/dat/dev/xdebug/tests,/dat/dev/srm/tests make test
* - Fix CLIDerick Rethans2002-10-141-1/+1
|
* Whitespace fixes.Sebastian Bergmann2002-10-141-18/+18
|
* Fix Win32 build.Sebastian Bergmann2002-10-141-3/+0
|
* *cough*Wez Furlong2002-10-141-2/+3
| | | | | Fix inverted logic for the assert.
* This is not zval..foobar2002-10-141-2/+2
|
* @- fgets($fp) (with no length parameter) now uses a buffer as long as theWez Furlong2002-10-142-21/+29
| | | | | | @ the next line available from the $fp. Previously, there was a 1KB limit. @ (Wez)
* Add a sanity check and more verbose output in the case of an error.Wez Furlong2002-10-141-1/+7
|
* Implement better SSL error handling.Wez Furlong2002-10-141-16/+122
|
* NEWS update2002-10-141-0/+1
|
* ChangeLog update2002-10-142-0/+131
|
* Fix stream_eof result interpretation (and thus the user-streams test).Wez Furlong2002-10-141-5/+6
|