summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Output buffering was being enabled all the time - fixedZeev Suraski2000-11-291-1/+1
* Very initial work on chunked output buffering. It's really unoptimized atZeev Suraski2000-11-231-2/+2
* Return the exit status from php_execute_script()Sascha Schumann2000-11-221-3/+6
* removing compiler warning by including credits.hFrank M. Kromann2000-11-201-0/+1
* - Import Jade Nicoletti's transparent gzip encoding support as an outputZeev Suraski2000-11-131-3/+12
* @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variablesZeev Suraski2000-11-071-2/+8
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-021-4/+3
* Fix a few warningsZeev Suraski2000-11-021-71/+3
* generalization of image handling in phpinfoHartmut Holzgraefe2000-10-311-14/+78
* Fix memory_limit build problemZeev Suraski2000-10-311-1/+1
* Add php_handle_aborted_connection()Sascha Schumann2000-10-291-0/+11
* Fix Windows buildZeev Suraski2000-10-291-1/+1
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-3/+3
* Initialize auth_(user|password) to NULL, if data was not suitable.Sascha Schumann2000-10-271-0/+4
* Utility function for sapi modules (it is not in SAPI.c, because itSascha Schumann2000-10-271-0/+25
* Move some code to php_handle_special_queries().Sascha Schumann2000-10-261-11/+17
* Move some initialization code from php_execute_script() toSascha Schumann2000-10-261-4/+5
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-1/+1
* Fix a crash in CGI mode, in case no file is providedZeev Suraski2000-10-171-1/+2
* now it works for me as CGI and APXS, with or without --enable-debug ...Hartmut Holzgraefe2000-10-131-2/+1
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-5/+8
* - Fix VC++ warningAndi Gutmans2000-10-031-0/+1
* - Cleanup some output functionsAndi Gutmans2000-09-301-1/+1
* complementary PHP patchZeev Suraski2000-09-271-0/+1
* Add additional parameter to parse_str for saving result (thanks toStanislav Malyshev2000-09-111-3/+3
* - Fixed missing parameter in php_atoiDerick Rethans2000-09-091-1/+1
* More security-related (control) patches:Zeev Suraski2000-09-091-5/+17
* Never trust snprintf return valueStanislav Malyshev2000-09-081-0/+3
* Fix crash on very long error messagesStanislav Malyshev2000-09-081-0/+3
* Fix syslog callStanislav Malyshev2000-09-081-1/+1
* broken logic fixed. I'm getting oldZeev Suraski2000-09-051-7/+9
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-38/+45
* @- Added support for an optional output handler function for outputZeev Suraski2000-09-021-1/+1
* - Fix dir.cZeev Suraski2000-09-011-60/+50
* Hopefully last round of fixing varargs use.Sascha Schumann2000-09-011-3/+8
* Make main.c compile againStanislav Malyshev2000-08-311-8/+8
* Safer shutdown process. Continue to shut down even if we bail out in the mid...Zeev Suraski2000-08-311-10/+25
* This is no longer relevant...Zeev Suraski2000-08-301-10/+0
* - Truly fix varargs handling - the current situation was a sure-fire crash in...Zeev Suraski2000-08-301-2/+0
* @Added PHP API for Zend's ticksStig Bakken2000-08-291-1/+0
* sizeof(old_cwd) evaluated to sizeof(char *) after last commit, so old_cwdSascha Schumann2000-08-271-3/+3
* - Use do_alloca()/free_alloca() for old_cwd. This will ensure speed inAndi Gutmans2000-08-271-2/+5
* - Reverting Sascha's patch although I don't like doing these kind of thingsAndi Gutmans2000-08-271-9/+1
* Initializing new_path once is enoughSascha Schumann2000-08-271-1/+1
* If a SAPI module does not pass an absolute path as primary_file toSascha Schumann2000-08-271-1/+10
* - Try and fix problem with opening wrong file.Andi Gutmans2000-08-271-10/+2
* Cleaning up some messSascha Schumann2000-08-211-1/+1
* - Change PHP_SEPARATOR to PHP_DIR_SEPARATORAndi Gutmans2000-08-201-1/+1
* - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to theAndi Gutmans2000-08-201-4/+0
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-0/+20