summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* @- Fixed a (fairly common) situation where error_reporting values would not beZeev Suraski2000-02-261-2/+5
* Verified $HTTP_*[] protectionZeev Suraski2000-02-261-6/+6
* (php_hash_environment)Andrei Zmievski2000-02-261-9/+7
* - Protect $HTTP_POST_FILES[] as wellZeev Suraski2000-02-261-2/+4
* @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated byZeev Suraski2000-02-261-1/+19
* Allow the INI callbacks to know at what stage PHP isZeev Suraski2000-02-261-1/+1
* @- The string None is now recognized as a keyword by the php.ini processor, andZeev Suraski2000-02-261-6/+4
* Win32 build error:Sam Ruby2000-02-251-1/+1
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-251-3/+11
* started implementing directives for default mimetype/charsetStig Bakken2000-02-241-70/+59
* Revert the y2k ini patches.Andrei Zmievski2000-02-241-1/+1
* Turn on y2k_compliance by default.Andrei Zmievski2000-02-241-1/+1
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-3/+3
* *** empty log message ***Zeev Suraski2000-02-191-2/+2
* typoStig Bakken2000-02-171-1/+1
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-4/+2
* - Update .dsp'sZeev Suraski2000-02-161-0/+1
* @Re-introduced "none" for disabling auto_prepend/append_file (Stig)Stig Bakken2000-02-141-2/+4
* - Improve startup speed a bit by using the hash_*_ptr() functionsAndi Gutmans2000-02-131-5/+5
* Trap bailout of shutdown functionsZeev Suraski2000-02-131-5/+1
* (request_shutdown) Prevent infinite loop on shutdown if there is an errorAndrei Zmievski2000-02-111-2/+7
* Fine tune Andi's patchZeev Suraski2000-02-111-11/+11
* - Baby steps with PHP_WIN32 :)Andi Gutmans2000-02-111-1/+1
* request_info.c is dead! long live SAPIZeev Suraski2000-02-101-6/+0
* request_info.c is giving upZeev Suraski2000-02-101-0/+1
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-2/+2
* - PHP_WIN32Andi Gutmans2000-02-101-9/+9
* - Introduce PHP_WIN32Andi Gutmans2000-02-101-1/+1
* More cleanupZeev Suraski2000-02-101-9/+3
* More abstractionZeev Suraski2000-02-101-25/+1
* Always use getopt with CGI, never use it for anything elseZeev Suraski2000-02-101-5/+0
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-34/+14
* @- Fixed signal() bug that could cause the Apache master process toThies C. Arntzen2000-02-051-18/+2
* Cleanup patchesZeev Suraski2000-02-051-1/+0
* Use the new state functionsZeev Suraski2000-02-041-13/+12
* Initial work on the protected env vars stuffZeev Suraski2000-01-301-0/+1
* Fix buglets in the argv/argc codeZeev Suraski2000-01-291-3/+3
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-8/+14
* - A few fixesZeev Suraski2000-01-281-22/+34
* Rename gpc_globals to register_globalsZeev Suraski2000-01-281-3/+3
* Use sizeof on the proper string.Andrei Zmievski2000-01-281-1/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-109/+51
* post.c really had nothing to do with POST anymore, and it belongs to the top ...Zeev Suraski2000-01-281-0/+1
* NULL out the ticks callback until Stig implements itZeev Suraski2000-01-241-0/+1
* Make the phpinfo() images work properly againZeev Suraski2000-01-181-1/+1
* - Remove the pre-request-shutdown hooks, they should no longer be necessary.Zeev Suraski2000-01-161-35/+0
* Remove the post-startup callback support. Modules are now started only afterZeev Suraski2000-01-161-26/+2
* move call to php_execute_pre_request_shutdown() into php_request_shutdown()Thies C. Arntzen2000-01-161-1/+2
* fixes #3220, #3221 finallyThies C. Arntzen2000-01-161-0/+2
* nother go on #3220, #3221Thies C. Arntzen2000-01-161-0/+1