summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - Remove debug codeDerick Rethans2001-12-081-5/+1
* - Added var_export, which shows a representation of a variable, much likeDerick Rethans2001-12-083-0/+98
* Fix long2ip's handling of unsigned longs, by accepting a string argument andSterling Hughes2001-12-071-5/+7
* Fixed some protos.Egon Schmid2001-12-071-5/+5
* proto fixHartmut Holzgraefe2001-12-071-0/+3
* renamed rot13 to str_rot13()Hartmut Holzgraefe2001-12-063-4/+4
* ported rot13() from php3Hartmut Holzgraefe2001-12-063-0/+29
* proto fixesHartmut Holzgraefe2001-12-062-3/+3
* proto fixHartmut Holzgraefe2001-12-061-1/+1
* use PHP_INFO_ALL and PHP_CREDITS_ALL instead of hardcoding themSterling Hughes2001-12-061-2/+2
* increase timestamp, because make tries to regenerate this file without any re...Sascha Schumann2001-12-051-0/+1
* Make the length parameter to fgets optional (defaults to 1024)Sterling Hughes2001-12-041-5/+8
* - Added ob_get_level, which returns the nesting level of the output bufferingDerick Rethans2001-12-031-0/+1
* Make php_reg_replace available from shared extensionsFrank M. Kromann2001-12-032-2/+2
* Make php_MD5* functions available from shared extensionsFrank M. Kromann2001-12-032-7/+8
* Make _php_math_number_format available from shared extensionsFrank M. Kromann2001-12-032-4/+4
* Make php_startpage and php_getlastmod available from shared extensionsFrank M. Kromann2001-12-032-4/+12
* Make php_setcookie available from shared extensionsFrank M. Kromann2001-12-032-16/+24
* - switch to new paramter parserHartmut Holzgraefe2001-12-021-51/+24
* Allow unserializer_callback_func to be turned off.Bernd Roemer2001-12-022-2/+2
* - Fix a bug in timezones +0100 and -0100Derick Rethans2001-12-021-1/+1
* - Fix a crash when passing e.g. NULL to basename(). (Patch by MarkusDerick Rethans2001-12-011-14/+5
* improve last patch:Thies C. Arntzen2001-12-012-17/+18
* serialized data would be incoorect if __sleep() returned a variable-nameThies C. Arntzen2001-12-012-8/+49
* - Added ob_flush and ob_clean functions, which do not end the buffer likeDerick Rethans2001-11-301-0/+2
* Updated file since .re changed.foobar2001-11-261-4/+4
* - Also patch the file from which var_unserializer.c is generatedDerick Rethans2001-11-261-4/+33
* - Adding a callback mechanism to the unserializer. (patch by BerndDerick Rethans2001-11-261-5/+34
* - Added md5_file(), which calculaties the MD5 sum of a file.Derick Rethans2001-11-183-6/+68
* WS fixfoobar2001-11-181-3/+3
* Fix two incidents which have been reported about the new unserializer.Sascha Schumann2001-11-162-105/+207
* Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>Stanislav Malyshev2001-11-155-1/+105
* Many other reasons that setvbuf can fail than "wrong arguments", returningSterling Hughes2001-11-141-3/+0
* - Fix crashbug on dtorDerick Rethans2001-11-141-6/+6
* Fix most of these tests - still think there is a bug in the long->floatRasmus Lerdorf2001-11-131-11/+11
* Different operating systems handle the group x bit differently, soRasmus Lerdorf2001-11-131-3/+3
* Fixed the wrong logic in ini_get_all() function.foobar2001-11-131-3/+5
* Fix all (at least, I tried to catch all) proto's in file.cJeroen van Wolffelaar2001-11-111-28/+28
* Add warning when set_file_buffer() failsJeroen van Wolffelaar2001-11-111-1/+4
* - Renaming key_exists to array_key_existsDerick Rethans2001-11-113-7/+7
* Fix crash bug on malformed .ini fileStanislav Malyshev2001-11-111-0/+9
* Fixed bug #13901.Andrei Zmievski2001-11-101-7/+13
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-105-266/+1016
* - Fixing this bad ideaDerick Rethans2001-11-103-88/+0
* Fix apache win32 dso build.James Moore2001-11-103-3/+3
* - Correcting Goba's name, and adding me to QA teamDerick Rethans2001-11-101-2/+2
* @ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore)James Moore2001-11-071-3/+2
* It doesn't look like we use a fourth pointer.Jon Parise2001-11-061-1/+1
* Undefine AF_UNIX when compiled for RISC OSAlex Waugh2001-11-041-1/+1
* ws fixfoobar2001-11-041-3/+4