summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_2'.php-5.0.2SVN Migration2004-09-233-96/+0
* - Roll 5.0.2Andi Gutmans2004-09-234-5/+5
* BFNMarcus Boerger2004-09-231-0/+2
* MFHMarcus Boerger2004-09-231-1/+1
* MFH Bugfix # 30209Marcus Boerger2004-09-232-6/+10
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-09-233-0/+89
* Fixed bug #29566 (foreach/string handling strangeness (crash)).Dmitry Stogov2004-09-222-1/+2
* Fixed bug #30182 (SOAP module processing WSDL file dumps core).Dmitry Stogov2004-09-222-2/+4
* changed order of processing of ini entriesUwe Schindler2004-09-201-2/+2
* MFH: Fixed bug #29913 (parse_url() is now binary safe).Ilia Alshanetsky2004-09-203-24/+35
* MFH destructor failure fixStanislav Malyshev2004-09-173-0/+14
* MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).Ilia Alshanetsky2004-09-171-0/+2
* - Go with PHP 5.0.2RC1Andi Gutmans2004-09-163-4/+4
* Fixed crash with SoapFault and register_shutdown_function().Dmitry Stogov2004-09-161-0/+1
* MFH: ZTS fix.Sebastian Bergmann2004-09-161-2/+2
* - NEWSAndi Gutmans2004-09-161-0/+2
* - MFHAndi Gutmans2004-09-163-28/+19
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-152-0/+3
* Fixed invalid test nameDmitry Stogov2004-09-151-1/+1
* Fixed a bug causing ".123" * "90" and alike to return a 0.Ilia Alshanetsky2004-09-151-1/+1
* - MFH: Windows has strcoll too.Derick Rethans2004-09-151-0/+1
* - MFH: Added new boolean (fourth) parameter to array_slice() that turns on theDerick Rethans2004-09-152-5/+18
* Fixed possible crashDmitry Stogov2004-09-151-1/+1
* Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)Dmitry Stogov2004-09-143-48/+178
* Add missing stream unregister for sslv2 and 3.Magnus M��tt�2004-09-131-0/+2
* MFHStefan Esser2004-09-131-0/+4
* Change soap's ctors to __construct(),Dmitry Stogov2004-09-138-22/+28
* MFHStefan Esser2004-09-121-4/+19
* - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makesDerick Rethans2004-09-114-4/+47
* - MFHAndi Gutmans2004-09-111-1/+9
* BFNWez Furlong2004-09-101-0/+1
* MFH: fix for Bug #29296Wez Furlong2004-09-102-0/+8
* SoapClient->__call() is renamed to SoapClient->__soap_call().Dmitry Stogov2004-09-103-4/+18
* Using php_libxml_xmlCheckUTF8() from ext/libxml.Dmitry Stogov2004-09-101-28/+3
* MFH: avoid potential AT&T libc problems with tempnam()Wez Furlong2004-09-091-3/+3
* MFH Fix test scriptMarcus Boerger2004-09-091-1/+1
* Stop at the index on an unmatched [Rasmus Lerdorf2004-09-091-1/+1
* MFH Drop namespace relictMarcus Boerger2004-09-091-1/+0
* Fix testMarcus Boerger2004-09-091-1/+1
* MFH Fix __call's method signatureMarcus Boerger2004-09-091-3/+0
* MFH signature check/method registrationMarcus Boerger2004-09-093-27/+82
* MFH add new testMarcus Boerger2004-09-090-0/+0
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-09-091-0/+11
* - MFHAndi Gutmans2004-09-091-5/+6
* MFH (r.163) Handle maxlen when stream can't be mmapedSara Golemon2004-09-081-0/+11
* MHF: fix issue with multiple xsl objects using registerPHPfunctionsRob Richards2004-09-083-27/+49
* MFH: implement php_libxml_xmlCheckUTF8Rob Richards2004-09-082-0/+27
* Make ext/soap work around libxml2 bug in xmlCheckUTF8 (2.6.7-2.6.13)Dmitry Stogov2004-09-071-2/+28
* MFH Fix handling of exceptions in dtorsMarcus Boerger2004-09-061-3/+6
* BFNRob Richards2004-09-061-0/+1