summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* fix serializationStanislav Malyshev2004-02-051-1/+2
* touchfoobar2004-02-031-1/+1
* fix bug #27120 and bug #25975 - preserve is_ref when boundStanislav Malyshev2004-02-033-158/+230
* Fix potential bug in http:// proxy support.Sara Golemon2004-01-301-10/+27
* FTP dirstream_read should not leave whitespace/newlines on direntsSara Golemon2004-01-281-1/+9
* 'Bug Fix': scandir, being a new function in PHP5 should have always been wrap...Sara Golemon2004-01-281-41/+12
* this should not belong to HEADAndrey Hristov2004-01-281-14/+0
* CSArd Biesheuvel2004-01-251-4/+4
* Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)foobar2004-01-251-0/+4
* Changed prototypes to allow parsing of string literals and constant stringsArd Biesheuvel2004-01-253-19/+24
* Added third parameter (optional) to array_keys for strictness. It behavesAndrey Hristov2004-01-241-4/+28
* test case for bug #26938foobar2004-01-211-0/+24
* Fixed bug #26938 (exec() has problems reading long lines).Ilia Alshanetsky2004-01-211-1/+1
* TypoSara Golemon2004-01-211-1/+1
* - Fixed bug #26973 (*printf() + modifier broken)foobar2004-01-211-15/+12
* extend a bitfoobar2004-01-211-0/+14
* test case for bug #26973foobar2004-01-211-0/+20
* - Make sure srand() / mt_srand() are really called.foobar2004-01-191-0/+3
* Fixed bug #26967 (make various file operations return FALSE on error).Ilia Alshanetsky2004-01-191-21/+24
* Added fgetcsv() tests.Ilia Alshanetsky2004-01-191-0/+158
* - Moved php_srand() call into php_rand().foobar2004-01-192-8/+4
* - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled)foobar2004-01-191-1/+2
* 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