summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Prototype corrected.Kristian Köhntopp2000-11-121-2/+2
* fix for #7756 and #6743 : fatal error on 'include("")' instead of warningHartmut Holzgraefe2000-11-111-8/+3
* win32 sapi symbol export fixesDaniel Beulshausen2000-11-072-3/+3
* @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variablesZeev Suraski2000-11-073-10/+10
* cookie_data may also be modified...Zeev Suraski2000-11-071-1/+1
* zend_hash_find() treats this argument as const, but fails to declareSascha Schumann2000-11-061-1/+1
* - When mode is specified the flag is a don't careAndi Gutmans2000-11-022-5/+6
* - Missed one of the php_checkuid() placesAndi Gutmans2000-11-021-1/+1
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-4/+4
* - Fixed a bug that caused PHP not to properly flush its output buffer, if moreZeev Suraski2000-11-021-23/+21
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-025-15/+15
* Namespace protect mergesort (caused conflict on Darwin).Sascha Schumann2000-11-022-2/+2
* Fix a few warningsZeev Suraski2000-11-024-72/+104
* - Define the different possible modes for readibility and use in the restAndi Gutmans2000-11-012-34/+50
* - In function declerations the opening { should be on a new lineAndi Gutmans2000-11-011-1/+2
* mode_t fixesZeev Suraski2000-10-311-1/+0
* generalization of image handling in phpinfoHartmut Holzgraefe2000-10-311-14/+78
* - Fix phpinfo()Zeev Suraski2000-10-311-1/+1
* Fix memory_limit build problemZeev Suraski2000-10-311-1/+1
* removed some bogus codeHartmut Holzgraefe2000-10-311-9/+5
* - Complete the move to the new INI parser. (Side effect: at last, peopleZeev Suraski2000-10-306-625/+221
* Remove empty temp file on failed uploadStanislav Malyshev2000-10-301-1/+4
* Move browscap code to the new modular INI parserZeev Suraski2000-10-291-135/+5
* Use the new INI parser for parse_ini_str()Zeev Suraski2000-10-293-37/+7
* Add php_handle_aborted_connection()Sascha Schumann2000-10-292-0/+12
* Fix Windows buildZeev Suraski2000-10-291-1/+1
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-294-596/+55
* update my email.Thies C. Arntzen2000-10-291-1/+1
* - URL-opened files now store the HTTP response header in $http_response_headerZeev Suraski2000-10-281-6/+8
* Kill compiler warning.Frank M. Kromann2000-10-271-1/+1
* 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-272-0/+26
* Move some code to php_handle_special_queries().Sascha Schumann2000-10-262-11/+18
* Move some initialization code from php_execute_script() toSascha Schumann2000-10-261-4/+5
* Add sapi_add_header_ex, which lets you specify whether you wantSascha Schumann2000-10-262-2/+6
* Protect us from Apache 2.0's pcre-posix stuffSascha Schumann2000-10-261-0/+3
* The type has changed to size_t.Sascha Schumann2000-10-261-1/+1
* Move server_filter to an extension-specific globalRasmus Lerdorf2000-10-231-1/+0
* Need a global server filter for the Apache 2.0 moduleRasmus Lerdorf2000-10-221-0/+1
* We don't need to store NUL of the key which simplifies the lookupSascha Schumann2000-10-221-12/+6
* Parse quoted boundary correctlySascha Schumann2000-10-201-0/+6
* Changing datatype to remove compiler warningFrank M. Kromann2000-10-201-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-1/+1
* Close bug #7325. Patches by djm@web.us.uu.net.Joey Smith2000-10-191-1/+1
* Check that AF_INET6 is defined before using IPv6Stig Venaas2000-10-191-2/+2
* Fix warningZeev Suraski2000-10-171-0/+1
* Fix a crash in CGI mode, in case no file is providedZeev Suraski2000-10-171-1/+2
* post handler registration done rightHartmut Holzgraefe2000-10-132-0/+48
* now it works for me as CGI and APXS, with or without --enable-debug ...Hartmut Holzgraefe2000-10-132-4/+2
* step to 4.0.4-devDaniel Beulshausen2000-10-131-1/+1