summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3SVN Migration2006-04-2010-1328/+71
* - Fix reading stream filters never notified about EOFMichael Wallner2006-04-201-0/+72
* Fixed tokenizer testsIlia Alshanetsky2006-04-203-114/+114
* fix build with newer libtidy versions on windowsNuno Lopes2006-04-191-4/+9
* Fixing static builds on windoze machines for our current lib versionJohn Coggeshall2006-04-191-1/+0
* Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and L...Dmitry Stogov2006-04-195-138/+218
* MFH: fix typoAntony Dovgal2006-04-191-1/+1
* Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).Ilia Alshanetsky2006-04-181-1/+3
* Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching cod...Dmitry Stogov2006-04-183-5/+167
* Commit the actual fixIlia Alshanetsky2006-04-181-3/+5
* MFH: Fixed bug #37103 (libmbfl headers not installed)foobar2006-04-171-1/+1
* MFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decodeSara Golemon2006-04-171-5/+24
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-173-5/+9
* Fixed several bugs in new "caching WSDL in memory" codeDmitry Stogov2006-04-171-23/+32
* Fixed a typo in the previous patch.Ilia Alshanetsky2006-04-161-1/+1
* Fixed bug #37045 (Fixed check for special chars for http redirects).Ilia Alshanetsky2006-04-161-4/+5
* ok, let's make this test to work on all systemsAntony Dovgal2006-04-141-2/+2
* - MFH Fix properties access to children() resultMarcus Boerger2006-04-142-1/+36
* fix #37077 (stream_socket_server() leaks when the port is not allowed)Antony Dovgal2006-04-141-0/+2
* Fixed calling header functions through __call()Dmitry Stogov2006-04-141-1/+3
* AIX #define's accept as nacceptAntony Dovgal2006-04-131-0/+4
* fix bug #37061 (curl_exec() doesn't zero-terminate binary strings) - we get t...Antony Dovgal2006-04-132-12/+11
* Fixed bug #37054 (SoapClient Error Fetching http headers)Dmitry Stogov2006-04-132-3/+17
* fix test titleAntony Dovgal2006-04-121-1/+1
* - MFH: Fix bug #37060 (Type of retval of Countable::count() is not checked)Johannes Schlüter2006-04-121-0/+1
* fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)Antony Dovgal2006-04-126-0/+123
* oops.. I didn't want to commit this..Antony Dovgal2006-04-121-1/+0
* correct fix for bug #37055Antony Dovgal2006-04-121-1/+4
* add testAntony Dovgal2006-04-121-0/+62
* fix #37057 (xmlrpc_decode() may produce arrays with numeric strings which are...Antony Dovgal2006-04-121-1/+7
* fix #37055 (incorrect reference counting for persistent OCI8 connections)Antony Dovgal2006-04-121-1/+1
* MFHAndrei Zmievski2006-04-111-1/+13
* add default timezone to the testsAntony Dovgal2006-04-112-0/+4
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-1110-7877/+11627
* Fixed testIlia Alshanetsky2006-04-101-1/+1
* - Coverity issue 59Marcus Boerger2006-04-101-0/+3
* - MFH Fix potenbtioal SEGVMarcus Boerger2006-04-101-1/+2
* - MFH Fix conditionMarcus Boerger2006-04-101-1/+1
* Fixed bug #36908 (wsdl default value overrides value in soap request).Dmitry Stogov2006-04-103-4/+103
* Fixed testDmitry Stogov2006-04-101-1/+1
* MFH: - Fixed bug #36909 (ld: Undefined symbols: _lchown)foobar2006-04-101-0/+4
* ZTS fixDmitry Stogov2006-04-101-1/+1
* update creditsfoobar2006-04-101-1/+1
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-098-10/+1151
* Fixed bug #36935Edin Kadribasic2006-04-091-1/+1
* *** empty log message ***Ilia Alshanetsky2006-04-091-5/+9
* be aware of PDO_ATTR_EMULATE_PREPARESWez Furlong2006-04-091-3/+13
* Fixed Bug #36602: persistent connections don't work with MySQL 5.0.3+.Wez Furlong2006-04-091-5/+32
* Add "ATTR_EMULATE_PREPARES" general attribute to replace the customWez Furlong2006-04-093-6/+27
* This completes the fix for PECL #5827; we need to gobble up result sets in theWez Furlong2006-04-091-0/+10