summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* @- Fixed argument checking for call_user_func* functions and allowedAndrei Zmievski2001-03-091-4/+14
* Fix freeing of buffersZeev Suraski2001-03-061-9/+15
* Fixes to internal output bufferingZeev Suraski2001-03-061-5/+9
* More internal output buffering fixesZeev Suraski2001-03-062-6/+6
* Fix internal output bufferingZeev Suraski2001-03-062-5/+5
* Initial work on internal output handlers - should be much quickerZeev Suraski2001-03-062-12/+43
* Typo.Sean Bright2001-03-061-2/+2
* get_meta_tags now allows attributes that are not quoted as well as thoseSean Bright2001-03-061-3/+39
* get_meta_tags now handles single quoted attributes as well as those thatSean Bright2001-03-051-2/+4
* I don't know German, but I imagine that was the problem :)Zeev Suraski2001-03-041-1/+1
* Fix phpinfo() bug that crept inZeev Suraski2001-03-041-7/+6
* Improve memory consumption on chunked output bufferingZeev Suraski2001-03-041-2/+5
* Changed code layout to remove PHP warning when running php as a CGI.Frank M. Kromann2001-03-041-14/+8
* Fix non-thread safe modeZeev Suraski2001-03-042-1/+8
* this function will never return true...Zeev Suraski2001-03-042-12/+0
* Improve chunked output buffering - the output handler now knows at which stag...Zeev Suraski2001-03-042-22/+55
* @- Forced call_user_method() and call_user_method_array() to take theAndrei Zmievski2001-03-021-9/+14
* ws fixfoobar2001-03-021-14/+16
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-2/+2
* Fix chunked output buffering supportZeev Suraski2001-02-272-18/+15
* Provide proper function aliases, if the sendmail functionsSascha Schumann2001-02-261-0/+5
* - Fix whitespaceAndi Gutmans2001-02-261-6/+6
* Fix for bug #9449 to stop infinate loop in wordwrap.James Moore2001-02-261-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-26103-103/+103
* Don't assume that tzname exists, if tm_zone does not exist.Sascha Schumann2001-02-241-2/+2
* Actually compile on systems without syslog.Sascha Schumann2001-02-243-3/+9
* Finish fopen-wrappers rename.Sascha Schumann2001-02-234-4/+4
* fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 buildAndré Langhorst2001-02-231-2/+14
* Safer bin2hexStanislav Malyshev2001-02-221-1/+2
* Fix #8992, patch by yasushi_takahashi@tsuken.co.jpStanislav Malyshev2001-02-221-0/+11
* The php_rand() and php_srand() functions added in the previous commitJon Parise2001-02-221-0/+1
* Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and...James Moore2001-02-224-44/+31
* Fix memory leak.Andrei Zmievski2001-02-211-0/+2
* Correctly check for the existence of the st_rdev field.Sascha Schumann2001-02-212-2/+4
* proper prefix for lookup_hostnameDaniel Beulshausen2001-02-202-4/+4
* make socket functions available to the outsideDaniel Beulshausen2001-02-202-26/+26
* make gd work again under win32Daniel Beulshausen2001-02-201-5/+5
* Changed default behavior of array_search to match in_arrayJason Greene2001-02-201-12/+3
* Rename to array_search().Andrei Zmievski2001-02-203-7/+6
* Moved the core of in_array into the function php_search_array, which is calle...Jason Greene2001-02-203-11/+61
* - Fix for bug 9277, two the same boundaries make sense in some casesDerick Rethans2001-02-191-1/+1
* [p]fsockopen: fixed possible leakThies C. Arntzen2001-02-181-2/+6
* fixed buffer-overwriteThies C. Arntzen2001-02-181-1/+1
* Add all necessary includes for these header files.Sascha Schumann2001-02-162-0/+5
* Wrong return type.Egon Schmid2001-02-161-1/+1
* Small typo.Egon Schmid2001-02-151-1/+1
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-152-17/+3
* 0..255Thies C. Arntzen2001-02-151-1/+1
* There might be more systems which do not support chroot, so we checkSascha Schumann2001-02-153-3/+5
* - chroot does not work on windowsDerick Rethans2001-02-153-0/+8