summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug: #7227. Now the correct strings (if set) are shown.foobar2001-05-061-2/+3
* make pgsql build under win32 againDaniel Beulshausen2001-04-301-1/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-5/+5
* - Update to work with latest ZendAndi Gutmans2001-04-291-1/+1
* * define PEAR_EXTENSION_DIR as wellStig Bakken2001-04-251-0/+1
* * expanded the following constants and made them available in PHP:Stig Bakken2001-04-221-0/+9
* Added new configuration directives:foobar2001-04-041-1/+3
* Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49)Zeev Suraski2001-03-171-4/+1
* Removing a compiler warningFrank M. Kromann2001-03-071-1/+1
* Fix non-thread safe modeZeev Suraski2001-03-041-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* - Fix indentation and remove comment.Andi Gutmans2001-02-221-2/+4
* zend_compile_file returns a NULL on error, check for that beforeShane Caraveo2001-02-211-1/+2
* will now initialize dynamic extensions *after* static onesHartmut Holzgraefe2001-02-211-0/+30
* cleanup time...Zeev Suraski2001-01-131-24/+0
* Remove some more useless codeZeev Suraski2001-01-131-4/+0
* Remove stale codeZeev Suraski2001-01-131-4/+0
* Change get_ini_entry to get_configuration_directiveZeev Suraski2001-01-071-2/+2
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-12/+1
* - Make the INI mechanism thread safe (fix necessary API changes from Zend)Zeev Suraski2000-12-271-16/+4
* 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