summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Moved date constants into the date class, they all class constants now.Ilia Alshanetsky2005-11-179-67/+68
* MFH (r-1.51) #32371 php://input sometimes returns duplicate dataSara Golemon2005-11-171-3/+8
* Fixed test.Ilia Alshanetsky2005-11-171-1/+1
* Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value isIlia Alshanetsky2005-11-172-5/+23
* - Fixed bug #35218 (strtotime no longer ignores timezone comments like "(PST)")Derick Rethans2005-11-174-9598/+10677
* - Fixed typoDerick Rethans2005-11-171-1/+1
* MFH: Renamed config.m4 to config0.m4foobar2005-11-171-57/+0
* MFHfoobar2005-11-174-1576/+83
* MFHfoobar2005-11-161-0/+1
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-164-5/+5
* Fixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full)Dmitry Stogov2005-11-162-1/+36
* Closes PECL #5944; binding an invalid parameter can lead to segfaults.Wez Furlong2005-11-161-1/+11
* MFH: Fixed possible crash in http:// wrapper.Ilia Alshanetsky2005-11-151-21/+12
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-153-6/+3
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
* MFH: call zend_objects_destroy_object() explicitlyAntony Dovgal2005-11-151-5/+7
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-8/+2
* Change max_procs from 25 to library default. This will make FreeTDS connectio...Frank M. Kromann2005-11-141-2/+4
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-148-10/+10
* MFH: - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)foobar2005-11-101-1/+3
* test fetching of unsigned int(11)Andrey Hristov2005-11-081-0/+19
* fix test - putting signed into unsigned produces 0, if not in strict modeAndrey Hristov2005-11-081-1/+1
* on 32bit platform if the column is UNSIGNED INT(11) and the valueAndrey Hristov2005-11-081-2/+18
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-084-2/+700
* - Add new testsMarcus Boerger2005-11-073-0/+296
* Fixed bug #35135 (PDOStatment without related PDO object may crash).Ilia Alshanetsky2005-11-071-20/+26
* - Drop unnecessary paramMarcus Boerger2005-11-071-1/+1
* - MFH Bug #32223 weird behaviour of pg_last_noticeMarcus Boerger2005-11-072-2/+59
* Fixed bug #35091 (SoapClient leaks memory)Dmitry Stogov2005-11-071-2/+0
* - Remve bogus part of testMarcus Boerger2005-11-061-3/+0
* - Fix parameter parsingMarcus Boerger2005-11-061-3/+9
* - Fix test expectationsMarcus Boerger2005-11-061-5/+5
* Fix bad MFHfoobar2005-11-061-1/+0
* And simplexml doesn't need dom anymore to do the importRasmus Lerdorf2005-11-051-4/+0
* This SimpleXML requirement is no longer needed and by removing it weRasmus Lerdorf2005-11-051-8/+0
* Fixed bug #31971 (ftp_login fails on some SSL servers).Ilia Alshanetsky2005-11-051-2/+6
* improve configure script.Wez Furlong2005-11-051-29/+60
* MFH: fixed garbled multibyte characters.Rui Hirokawa2005-11-051-1/+1
* Fixes PECL Bug #5868; wrong iters count for OCIStmtExecuteWez Furlong2005-11-041-1/+1
* - Fix test expectations - we are no detecting the error earlierMarcus Boerger2005-11-031-1/+3
* - MFH Add missing check flagMarcus Boerger2005-11-031-1/+1
* - MFH Try fixing #35088Marcus Boerger2005-11-031-1/+5
* - MFH Add missing checkMarcus Boerger2005-11-031-1/+1
* MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)foobar2005-11-031-6/+8
* - MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integerMichael Wallner2005-11-031-2/+20
* MFH: Fixed bad usage of php_checkuid()foobar2005-11-021-1/+1
* - Add missing testMarcus Boerger2005-11-021-0/+37
* - Make spl_autoload_register use zend_is_callable_ex()Marcus Boerger2005-11-021-36/+43
* - MFH: Fixed initializing and argument checking for posix_mknod().Derick Rethans2005-11-021-2/+6
* - Fixed test. Some people might actually be using php.ini-dist whichfoobar2005-11-011-9/+12