summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Introduce an error stack for wrappers, to help prevent multiple errorsWez Furlong2002-08-112-7/+79
* Minor fix for html_errors=on in php_error_docref.Wez Furlong2002-08-111-1/+1
* remove obsolete TSRMLS_FETCHWez Furlong2002-08-101-1/+0
* corrected handling of internal output buffersMarcus Boerger2002-08-101-7/+9
* Fix ZTS builds.Sebastian Bergmann2002-08-101-2/+2
* Improved handling of output buffers (see news)\n#No trim for the string param...Marcus Boerger2002-08-093-65/+151
* docref shall either be NULL or a reference to a manual page without anMarcus Boerger2002-08-091-5/+35
* Centralize some blocking socket related code.Wez Furlong2002-08-091-6/+49
* @Copy() fixed to return 1 on 0 byte files. Patch by Ilia A <ilia@prohost.org>.James Cox2002-08-091-0/+6
* No missleadingMarcus Boerger2002-08-081-4/+5
* Say FIXME to non function calls and non TSRM builds. Both will currentlsMarcus Boerger2002-08-081-5/+10
* rename php_error_func<n> to php_error_docref and support Wez ideaMarcus Boerger2002-08-083-30/+45
* A full hard disk is no reason to leak memory...Stefan Esser2002-08-081-0/+2
* Add some assertionYasuo Ohgaki2002-08-081-1/+4
* -new functions php_error_func<0> to support unified error messagesMarcus Boerger2002-08-072-1/+67
* Added php_ob_handler_used to check if a specific output handler is usedMarcus Boerger2002-08-052-0/+35
* -keep mimetype until sapi deactivationMarcus Boerger2002-08-051-12/+12
* -New function ob_list_handlersMarcus Boerger2002-08-052-0/+37
* Yup, sizeof() includes the space for the \0Rasmus Lerdorf2002-08-031-1/+1
* -use const to clarify codeMarcus Boerger2002-08-021-2/+2
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-027-14/+27
* Fixed wrong usage of strncmp.Stefan Roehrich2002-08-011-4/+4
* - free mimetype and statusline early if no longer needed or in deactivationMarcus Boerger2002-08-011-11/+13
* Need room for the \0 here to avoid an overflowRasmus Lerdorf2002-08-011-1/+1
* -problem with CLI/mbstring/output bufferingMarcus Boerger2002-07-311-8/+14
* Fix for non-mbstring builds. Bad Yasuo! :)Zeev Suraski2002-07-311-3/+2
* First try to open php-SAPI.ini and if it fails fall back to regularEdin Kadribasic2002-07-291-1/+6
* Commit patch as discussed on LinuxTag and posted to php-dev in June.Stefan Roehrich2002-07-281-0/+34
* Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c']Yasuo Ohgaki2002-07-281-0/+3
* fixed: output encoding translation by mb_output_handler() in ext/mbstring was...Rui Hirokawa2002-07-272-0/+8
* Allow setting post_max_size and upload_max_filesize in .htaccess files toofoobar2002-07-251-3/+5
* do not dtor empty elementsStefan Esser2002-07-251-1/+3
* break out if there is no data to work on.Stefan Esser2002-07-241-0/+4
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-222-18/+25
* Fix feof() on win32Jason Greene2002-07-192-2/+11
* ws fixfoobar2002-07-191-1/+1
* - set_time_limit() now returns whether it succeeded in changing the timeDerick Rethans2002-07-171-2/+6
* Accoding to safe_mode.h, php_checkuid() has six modes.Yasuo Ohgaki2002-07-171-1/+3
* use Zend API to access llist countStefan Esser2002-07-151-1/+1
* IF --disable-mbstr-enc-trans is used OR mbstring is compiled as sharedfoobar2002-07-141-3/+3
* Fix bug: #18285, php_checkuid() mangled the passed path.foobar2002-07-131-3/+6
* - Fixed bug: #18268. If pcre is build as shared extension, we can't usefoobar2002-07-131-9/+10
* - Added predefined constants for the upload errors.foobar2002-07-123-6/+18
* - Fix for bug #18283Derick Rethans2002-07-111-2/+2
* These two can not be set in script. (so that they would have any effect)foobar2002-07-081-2/+2
* Fix typofoobar2002-07-051-1/+1
* fixed shift_jis character corruption including 0x5c as second byte following ...Rui Hirokawa2002-07-051-6/+11
* Fix ZTS build.Sebastian Bergmann2002-07-031-1/+1
* Added MBSTR_ENC_TRANS to allow compilation and linking under win32Frank M. Kromann2002-07-031-0/+1
* fixed shift_jis character corruption including 0x5c as second byte on uploade...Rui Hirokawa2002-07-031-0/+7