summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFHfoobar2005-10-262-38/+38
* Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- butDan Scott2005-10-263-3/+3
* - MFH zend_is_callable_ex() has been changedMarcus Boerger2005-10-251-3/+1
* - MFH zend_is_callable_ex() returns zend_class_entry* if availableMarcus Boerger2005-10-253-8/+18
* - fix #34980, divisor and offset never passed correctly (s/float/double/)Pierre Joye2005-10-251-1/+1
* fix bug #34965 tidy is not binary safeMichael Wallner2005-10-253-38/+83
* use correct enum type for the argAntony Dovgal2005-10-251-1/+1
* MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).Ilia Alshanetsky2005-10-252-1/+3
* - fix the fixMichael Wallner2005-10-251-1/+1
* - MFH: fix bug #34821 zlib encoders fail on widely varying binary data on win...Michael Wallner2005-10-253-4/+54
* MFH: apply workaround for the leak only when GLIBC is usedAntony Dovgal2005-10-251-4/+10
* fix the orderAntony Dovgal2005-10-251-2/+2
* - MFH: thread safe SSL crypto locks, fixes bug #33760Michael Wallner2005-10-254-2/+185
* Do not run tests if iconv extension is unavailable.Ilia Alshanetsky2005-10-259-9/+9
* MFH: fix problem with garbage appearing in hostnamesAntony Dovgal2005-10-251-1/+2
* Fixed compiler warningIlia Alshanetsky2005-10-251-1/+1
* MFHfoobar2005-10-241-1/+1
* MFH: fix #34970 (ldap configuration issues)Antony Dovgal2005-10-241-1/+1
* - Fix issue with entities in attributesMarcus Boerger2005-10-242-4/+40
* Fixed bug #34950 (Unable to get WSDL through proxy)Dmitry Stogov2005-10-242-0/+7
* Reverted patch for bug #34934. Bug is marked as bogus.Dmitry Stogov2005-10-243-30/+0
* MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)Antony Dovgal2005-10-232-6/+26
* Fixed memory leak on error.Ilia Alshanetsky2005-10-231-1/+4
* Closes PECL Bug #5750; uri: dsn is not handled correctly.Wez Furlong2005-10-231-1/+1
* keep the order! :)foobar2005-10-221-1/+1
* Fix #34957; file access checks should use VCWD_ACCESS()Wez Furlong2005-10-223-1/+33
* fix wsAntony Dovgal2005-10-211-5/+5
* 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