summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-291-2/+2
* - Update .dsp'sZeev Suraski2000-07-291-1/+1
* added '-l' option to command line / CGI version for 'syntax check only'Hartmut Holzgraefe2000-07-281-0/+22
* @Set default include_path so PEAR files can be reached (Stig)Stig Bakken2000-07-181-1/+1
* Fix disable_functions featureZeev Suraski2000-07-131-6/+6
* (php_error) only set php_errormsg if we (still) have an active_symbol_table.Thies C. Arntzen2000-07-121-1/+1
* Restore INI entries after the request shutdown of modules.Sascha Schumann2000-07-091-2/+3
* Added "html_errors" directive to optionally disable HTML formatting of errorStig Bakken2000-07-041-2/+8
* react only on CORE_ERRORStanislav Malyshev2000-07-021-4/+6
* Be strict on errors in modules startupStanislav Malyshev2000-07-021-0/+3
* - Revert bogus time.h commitZeev Suraski2000-06-301-1/+1
* Set version number on DLLsZeev Suraski2000-06-301-1/+1
* TRACK_VARS is really no longer necessary...Zeev Suraski2000-06-261-4/+0
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-2/+2
* Remove some unnecessary CLS_FETCH()s.Sascha Schumann2000-06-231-1/+0
* Improve timeout support - ini_get("max_execution_time", ...) works nowZeev Suraski2000-06-161-3/+18
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-55/+4
* Plus a leak when both register_globals and track_vars are off.Andrei Zmievski2000-06-131-0/+3
* Avoid using E_CORE_* errorlevels in any place which is not in the global star...Zeev Suraski2000-06-121-16/+14
* Killed <?php_track_vars?>Zeev Suraski2000-06-121-6/+0
* (set_time_limit) converted to new API.Thies C. Arntzen2000-06-111-4/+6
* - Parse errors in the php.ini files under Windows will no longer mess up theZeev Suraski2000-06-091-7/+14
* @ fopen_wrappers() are now extensible via modulesHartmut Holzgraefe2000-06-081-1/+8
* @- Made the short_tags, asp_tags and allow_call_time_pass_reference INI direc...Zeev Suraski2000-06-061-11/+5
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* - Revert Thies' locale patch. It was screwing up language level things.Andi Gutmans2000-06-051-1/+1
* - Make the INI entries sorted in phpinfo()Zeev Suraski2000-06-031-0/+22
* Use the new error codeZeev Suraski2000-06-021-53/+0
* @- ignore_user_abort=Off is now default. (Thies)Thies C. Arntzen2000-05-311-1/+1
* Fix startup sequence. It should do it this time.Zeev Suraski2000-05-291-3/+7
* - Added disable_functions php.ini supportZeev Suraski2000-05-291-0/+18
* - Move zend_activate_modules() to later on.Andi Gutmans2000-05-281-5/+2
* Use php_syslog() for system call. On OpenServer 5, syslog is defined toSascha Schumann2000-05-281-5/+3
* (php_execute_script) fix leak for phpinfo() images.Thies C. Arntzen2000-05-281-0/+4
* fixed newly introduced crashThies C. Arntzen2000-05-231-1/+1
* fix for bug #2852 : argc inconsistencyHartmut Holzgraefe2000-05-221-22/+24
* - Move activate_models() back to where it was. I don't want to make suchAndi Gutmans2000-05-211-2/+2
* - Fix Apache php source highlighting mode. It was crashing due to theAndi Gutmans2000-05-211-1/+4
* fix the fix (it's still a hack)Thies C. Arntzen2000-05-191-1/+6
* make sigchild handler more robust.Thies C. Arntzen2000-05-191-2/+2
* added new option "--enable-sigchild" (default is off)Thies C. Arntzen2000-05-181-0/+14
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* proto-takeover from php3Hartmut Holzgraefe2000-05-171-2/+3
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-3/+3
* Preset extension_dir to the installation directory of PHP modules.Sascha Schumann2000-05-021-1/+1
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-281-10/+4
* (php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlo...Thies C. Arntzen2000-04-281-1/+1
* Change to using macrosZeev Suraski2000-04-271-1/+1
* More error handling work (still completely disabled)Zeev Suraski2000-04-271-3/+20
* *** empty log message ***Colin Viebrock2000-04-191-1/+7