summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fix fgetcsv() to reflect the change on 4.3.5 behaviour.Moriyoshi Koizumi2004-01-181-1/+5
* HEAD is now bundled only with ZE2Andrey Hristov2004-01-172-17/+0
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-8/+9
* Remove stale code from flock();Wez Furlong2004-01-141-5/+1
* Fix #26772: fgets returns NULL instead of FALSE.Wez Furlong2004-01-141-1/+5
* Fixed bug #26878 (problem with multiple references to the same variableIlia Alshanetsky2004-01-132-21/+43
* fixing testAndrey Hristov2004-01-111-1/+1
* fixing tests after last Derick's commit that changed the behaviour ofAndrey Hristov2004-01-102-240/+240
* Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces)Ilia Alshanetsky2004-01-091-2/+2
* touch generated filesfoobar2004-01-082-4/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-0861-122/+122
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-0863-126/+126
* Fix C++ style declarationZeev Suraski2004-01-061-1/+2
* Fixed bug #26819 (http_build_query() crashes on NULL output).Ilia Alshanetsky2004-01-064-8/+63
* Revert proto 'fix'.Ilia Alshanetsky2004-01-061-2/+2
* Proto fixes.Ilia Alshanetsky2004-01-061-2/+2
* "seq" isn't available for all platforms.Moriyoshi Koizumi2004-01-041-1/+1
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-032-2/+14
* s/then/than/ Thanks Jani & AndiIlia Alshanetsky2004-01-031-3/+3
* Bugfix #26762 unserialize() produces lowercase classnamesMarcus Boerger2004-01-022-17/+5
* Add new testMarcus Boerger2004-01-021-0/+27
* Fixed bug #26752 (Silent unterminated loop when length parameter forIlia Alshanetsky2004-01-021-6/+6
* proto fixAndrey Hristov2003-12-311-2/+2
* Use __tostring() in all printing functions.Marcus Boerger2003-12-291-4/+16
* No Notices hereMarcus Boerger2003-12-292-4/+4
* - Fix typoDerick Rethans2003-12-281-1/+1
* Test additional wrapper methods [unlink, rename, mkdir, rmdir, url_stat]Sara Golemon2003-12-281-0/+83
* Bugfix #25038 (call_user_func issues warning if function throws exception)Marcus Boerger2003-12-272-2/+36
* - fixes for compatibility. now fgetcsv() treats a null line to be a singleMoriyoshi Koizumi2003-12-241-13/+14
* Typos found by Petras Kudaras.Marcus Boerger2003-12-222-2/+2
* Fix testMarcus Boerger2003-12-221-0/+5
* Define INADDR_NONE for systems that don't have it (apparently solaris).Ilia Alshanetsky2003-12-221-0/+4
* Using INI section.Dmitry Stogov2003-12-191-3/+2
* Check correction (Thanks Andi).Ilia Alshanetsky2003-12-191-1/+1
* Fixed bug #26667 (Added safety checks to ip2long()).Ilia Alshanetsky2003-12-191-1/+6
* add prototypeWez Furlong2003-12-191-0/+1
* Memory limit overflow was fixedDmitry Stogov2003-12-191-0/+3
* test case for array_sumAndrey Hristov2003-12-181-0/+27
* proto fixAndrey Hristov2003-12-171-1/+1
* Added optional parameter to microtime so now it can return float if itAndrey Hristov2003-12-171-7/+18
* Fix a memleak: A second call to *nix version of dlerror() frees the errorMarcus Boerger2003-12-171-0/+1
* - Added 'c' modifier to date() which returns the date in ISO 8601 format.Derick Rethans2003-12-162-3/+56
* Check validity of seeks.Marcus Boerger2003-12-151-23/+38
* Scan for : in host:port pair from right instead of left.Sara Golemon2003-12-151-2/+6
* Fixed compiler warnings.Ilia Alshanetsky2003-12-141-0/+1
* CleanupZeev Suraski2003-12-141-144/+0
* - Fixed bug #26615 (patch by runekl at opoint dot com)Derick Rethans2003-12-132-1/+17
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-134-70/+169
* Route rename() via wrapper ops.Sara Golemon2003-12-124-28/+106
* Fixed ZTS build.Ilia Alshanetsky2003-12-103-6/+6