summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug #34934 (offsetExists is not called from array_key_exists)Dmitry Stogov2005-10-213-0/+30
* MFH: fix possible crash in dns_get_record()Antony Dovgal2005-10-211-6/+7
* Fixed bug #31341 (escape on curly inconsistent)Dmitry Stogov2005-10-213-3/+37
* Fixed fgetcsv() and fputcsv() inconsistency.Dmitry Stogov2005-10-213-21/+31
* Fixed bug #34782 (token_get_all() gives wrong result)Dmitry Stogov2005-10-213-0/+4
* Fixed bug #29268 (__autoload() not called with Reflection->getClass())Dmitry Stogov2005-10-214-10/+32
* Fixed tests to work with ZTS buildsIlia Alshanetsky2005-10-202-6/+13
* MFH: use proper constantsAntony Dovgal2005-10-201-2/+2
* MFH: use constants instead of their valuesAntony Dovgal2005-10-201-3/+3
* MFH: fix copy/paste typoAntony Dovgal2005-10-202-2/+2
* MFH: Fixed test for cygwin installsIlia Alshanetsky2005-10-201-1/+4
* Removed unnecesary local variableDmitry Stogov2005-10-202-8/+2
* Fixed bug #34893 (PHP5.1 overloading, Cannot access private property)Dmitry Stogov2005-10-203-3/+40
* Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault)Dmitry Stogov2005-10-202-0/+29
* Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)Dmitry Stogov2005-10-203-0/+42
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting).Dmitry Stogov2005-10-201-1/+0
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)Dmitry Stogov2005-10-206-217/+95
* Added forgotten testsDmitry Stogov2005-10-202-0/+90
* remove unused obsolete files from pear CVSGreg Beaver2005-10-20150-36892/+0
* MFH: Fixed -m memory leakIlia Alshanetsky2005-10-191-0/+1
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-1911-171/+184
* MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).Ilia Alshanetsky2005-10-192-0/+7
* MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields).Ilia Alshanetsky2005-10-192-1/+9
* MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.Ilia Alshanetsky2005-10-191-2/+2
* Fixed testDmitry Stogov2005-10-191-0/+2
* MFH: Fixed error messages and testsfoobar2005-10-194-12/+17
* fix news entryAntony Dovgal2005-10-191-1/+1
* Fixed memory leak in ZTS modeDmitry Stogov2005-10-191-14/+23
* - MFH: Improved error messages a bit.Derick Rethans2005-10-191-3/+4
* MFH: initialize SG(request_info).auth_digestAntony Dovgal2005-10-181-0/+1
* MFH: Fixed bug #34905 (Digest authentication does not work with Apache 1).Ilia Alshanetsky2005-10-182-6/+7
* MFH: Do not set authorizer unless safe_mode or open_basedir are being used.Ilia Alshanetsky2005-10-181-1/+3
* - MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip andDerick Rethans2005-10-182-3/+1
* unused varAntony Dovgal2005-10-181-1/+1
* Fixed bug #34899 (Fixed sqlite extension compile failure).Ilia Alshanetsky2005-10-182-1/+2
* MFH: use php_error_docref() instead of php_error() everywhereAntony Dovgal2005-10-181-3/+3
* MFH: fix mime_magic problems with ZTSAntony Dovgal2005-10-182-4/+9
* MFH: fix bug #34902 (mysqli::character_set_name() - undefined method)Antony Dovgal2005-10-182-0/+2
* Apply patch for #34900, sight unseen.Dan Scott2005-10-181-4/+4
* ZTS fixesIlia Alshanetsky2005-10-181-1/+1
* ZTS test fixIlia Alshanetsky2005-10-181-2/+2
* Fixed test for ZTS buildsIlia Alshanetsky2005-10-181-3/+3
* Fixed tests for ZTS buildsIlia Alshanetsky2005-10-182-8/+8
* Fixed test for ZTS buildsIlia Alshanetsky2005-10-181-4/+4
* Back to devIlia Alshanetsky2005-10-172-3/+3
* 5.1.0RC3Ilia Alshanetsky2005-10-173-4/+6
* MFH: only need context set onceRob Richards2005-10-171-1/+1
* MFH: Properly fixed bug #34456 (original patch completely reverted).Ilia Alshanetsky2005-10-172-110/+44
* - Fixed bug #29361 (var_export() producing invalid code). (Derick)Derick Rethans2005-10-176-497/+513
* MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_caseIlia Alshanetsky2005-10-172-11/+13