summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_UNICODE_MERGESVN Migration2005-08-1151-5789/+0
* avoid version changes for future versionsFrank M. Kromann2005-08-111-8/+8
* rename dll's to php6Frank M. Kromann2005-08-111-8/+8
* - Support non static class loader methodsMarcus Boerger2005-08-112-15/+106
* Probable fix for #34054.Wez Furlong2005-08-101-2/+9
* MFB minor consistency cleanupRasmus Lerdorf2005-08-101-5/+4
* Fixed bug #34068 (Numeric string as array key not cast to integer inIlia Alshanetsky2005-08-101-4/+14
* - Register new classes with spl_classes()Marcus Boerger2005-08-103-0/+4
* - Implement SplObjectStorage as announced during OSCONMarcus Boerger2005-08-103-2/+504
* - WSMarcus Boerger2005-08-101-1/+1
* - Add RecursiveFilterIteratorMarcus Boerger2005-08-103-15/+98
* Fixed bug #34062 (Crash in catch block when many arguments are used)Dmitry Stogov2005-08-103-0/+4
* Fixed bug #25359 (array_multisort() doesn't work in a function if array is gl...Dmitry Stogov2005-08-104-5/+36
* Fixed bug #34064 (arr[] as param to function in class gives invalid opcode)Dmitry Stogov2005-08-104-24/+155
* fix buildAntony Dovgal2005-08-101-2/+2
* - Support sttaic class loader methodsMarcus Boerger2005-08-102-8/+45
* Fixed bug #33940 (array_map() fails to pass by reference when called recursiv...Dmitry Stogov2005-08-103-0/+65
* Fixed bug #29253 (array_diff with $GLOBALS argument fails)Dmitry Stogov2005-08-103-0/+32
* Fixed bug #34045 (Buffer overflow with serialized object)Dmitry Stogov2005-08-104-0/+37
* Fixed test file (.inc.php -> .php)Dmitry Stogov2005-08-101-1/+1
* ChangeLog update2005-08-102-0/+198
* - PEAR uses .php not .inc.phpMarcus Boerger2005-08-091-1/+1
* - Fixed TSRM issue.Derick Rethans2005-08-097-86/+106
* - Added option to strstr() and stristr() to get a particular haystack componentJohannes Schlüter2005-08-094-40/+93
* Missing patch bit.Ilia Alshanetsky2005-08-091-0/+9
* Remove old internal.h file.Andrei Zmievski2005-08-091-770/+0
* rewordfoobar2005-08-091-3/+3
* News and constants for parse_url().Ilia Alshanetsky2005-08-092-1/+17
* Added option to parse_url() to retrieve a particular URL component.Ilia Alshanetsky2005-08-091-4/+38
* Added curl_setopt_array(), allowing setting of multiple cURL options.Ilia Alshanetsky2005-08-092-16/+112
* - Fixed buildconf for PHP 6.Derick Rethans2005-08-091-1/+1
* MFB: Sync with config.m4.Sebastian Bergmann2005-08-091-2/+2
* - Changing the API numbers, which might be a bit premature, but it allowsDerick Rethans2005-08-095-8/+8
* UNfoobar2005-08-091-0/+1
* ChangeLog update2005-08-092-0/+167
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-0874-6564/+35941
* Make sure this works for multiple results as wellFrank M. Kromann2005-08-081-0/+1
* Remove debug code and optimize a bitFrank M. Kromann2005-08-081-9/+5
* makedev is a macro on several systems.Magnus M��tt�2005-08-081-1/+1
* News entry for Fix #32010Frank M. Kromann2005-08-081-0/+1
* Fix #32010. Leak in mssql_fetch_batch().Frank M. Kromann2005-08-082-74/+83
* BFNSFfoobar2005-08-081-1/+1
* finally!Hartmut Holzgraefe2005-08-081-0/+1
* put the -d extension loading options in the right place,Hartmut Holzgraefe2005-08-081-2/+2
* Fix cleanupfoobar2005-08-081-1/+5
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-084-8/+8
* Adjust date("") handling.Ilia Alshanetsky2005-08-081-1/+4
* - Made it possible to do "make test" for phpized extensionsfoobar2005-08-087-14/+30
* - Show the dependancy name we could not find (req_mod is null here when it is...foobar2005-08-081-1/+1
* Automatic encoding/decoding of hexbin data type (base64 support is improved)Dmitry Stogov2005-08-086-53/+111