summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFPHP_4_3Harald Radi2003-01-291-0/+8
* Fixed bug #21499 (more descriptive message in the event of require/includeIlia Alshanetsky2003-01-081-2/+2
* Remove unnnecessary initializationZeev Suraski2003-01-051-2/+0
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* A better, strtok() free implementaion of php_disable_functions().Ilia Alshanetsky2002-12-161-9/+30
* php_error -> php_error_docrefMarcus Boerger2002-12-051-7/+10
* Make it possible to test language features like newly introduced 'abstract'Marcus Boerger2002-11-211-1/+2
* Allow error_prepend and error_append being empty as used in run-test.phpMarcus Boerger2002-11-191-2/+2
* Fix ZTS build.Sebastian Bergmann2002-11-181-3/+3
* added support functions for the apache_hooks SAPIGeorge Schlossnagle2002-11-181-0/+154
* Fixed bug #20466.Ilia Alshanetsky2002-11-171-1/+2
* Unify handling of error_reporting - fix bug #16137Zeev 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