summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Correcting as per discussion with Iliaa and Edin on efnet://#php.bugsDan Kalowsky2002-08-131-1/+2
* Bug Fix #16113, as reflective of a php-dev convo between wez and iliaaDan Kalowsky2002-08-131-1/+1
* allow target anchor only for docref parameterMarcus Boerger2002-08-131-0/+4
* bool not booleanRasmus Lerdorf2002-08-131-1/+1
* Use int, not integer.Rasmus Lerdorf2002-08-131-1/+1
* fix for extension = ""Marcus Boerger2002-08-122-0/+3
* increase allocation chunksMarcus Boerger2002-08-121-1/+1
* Export spprintf() so that extension can link properly on win32.Edin Kadribasic2002-08-122-2/+2
* Minor cleanups to path building and php*.ini search logic.Preston L. Bannister2002-08-121-13/+32
* Properly implement TSRM parameters to the new log_errorWez Furlong2002-08-111-0/+2
* More verbosity when activating SSL on a socket fails.Wez Furlong2002-08-111-2/+8
* 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