summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFHIlia Alshanetsky2002-12-161-9/+30
* MFHMarcus Boerger2002-12-051-7/+10
* MFHMarcus Boerger2002-11-191-2/+2
* MFHIlia Alshanetsky2002-11-171-1/+2
* MFH - unify error_reporting handling through the INI subsystemZeev Suraski2002-11-171-13/+1
* Changed max_input_time PHP_INI_SYSTEM|PHP_INI_PERDIR because ini_set() willIlia Alshanetsky2002-11-121-2/+6
* Added missing zend_lineno initilization.Ilia Alshanetsky2002-11-101-0/+2
* ws fixesfoobar2002-11-101-13/+15
* * honor track_errors ini setting in php_verror()Stig Bakken2002-11-101-2/+13
* A better fix for bug #20110.Ilia Alshanetsky2002-10-281-1/+1
* remove $_FILES from $_REQUEST as per php-dev conversation...Sterling Hughes2002-10-281-1/+0
* - Allow the report_memleak setting to be set everywhereDerick Rethans2002-10-241-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* Renaming the functions.Moriyoshi Koizumi2002-10-231-1/+1
* - Trying to clean up this mess :)Derick Rethans2002-10-231-11/+11
* - No reason why implicit_flush should not be settable from a scriptDerick Rethans2002-10-231-1/+1
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-211-1/+0
* Fixed bug #16880. Added an ini option max_input_time that allows the userIlia Alshanetsky2002-10-211-1/+4
* fixed highlight related bugs (in case shift_jis input/output filters are enab...Masaki Fujimoto2002-10-201-1/+1
* Fixed bug #19921. (memory leak introduced by me in rev 1.492)Ilia Alshanetsky2002-10-161-4/+9
* Nuke warningSascha Schumann2002-10-041-1/+0
* As discussed, add --with-config-file-scan-dir compile-time switch definingRasmus Lerdorf2002-10-041-0/+1
* Guys, please keep K&R.Zeev Suraski2002-10-031-6/+3
* Fixed a mem leak inside the path resolving code.Ilia Alshanetsky2002-09-291-3/+5
* ws fixfoobar2002-09-291-2/+3
* Fixed bug #13936Ilia Alshanetsky2002-09-281-1/+6
* We are about to enter 2003, sending two-digit years does not make tooSascha Schumann2002-09-251-1/+1
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-2/+2
* Changing the magic_quotes_gpc setting has no effect at USER levelSander Roobol2002-09-201-1/+1
* Fix connection_status()Zeev Suraski2002-09-191-0/+7
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-1/+5
* Call zend_post_startup() - use local copies of the function, class andZeev Suraski2002-09-171-0/+4
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-3/+15
* Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double...Sebastian Bergmann2002-09-011-21/+7
* Respect safe mode setting when opening scripts and things for the ZE.Wez Furlong2002-08-231-1/+1
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-0/+1
* Changed handling of output buffer sizes.Marcus Boerger2002-08-201-7/+21
* -allow changing html_errors any time changing display_errors is alreadyMarcus Boerger2002-08-191-5/+10
* allow target anchor only for docref parameterMarcus Boerger2002-08-131-0/+4
* fix for extension = ""Marcus Boerger2002-08-121-0/+1
* Minor fix for html_errors=on in php_error_docref.Wez Furlong2002-08-111-1/+1
* Improved handling of output buffers (see news)\n#No trim for the string param...Marcus Boerger2002-08-091-7/+1
* docref shall either be NULL or a reference to a manual page without anMarcus Boerger2002-08-091-5/+35
* 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-081-27/+37
* -new functions php_error_func<0> to support unified error messagesMarcus Boerger2002-08-071-1/+62
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-3/+3
* 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