summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on W...Dmitry Stogov2006-11-231-1/+7
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-171-2/+18
* Implemented registry cache that prevent registry lookup on each request. In c...Dmitry Stogov2006-11-101-1/+1
* Fixed bug #38904 (apache2filter changes cwd to /).Ilia Alshanetsky2006-09-251-2/+1
* Avoid generating php_errormsg twice in some instances.Ilia Alshanetsky2006-09-181-7/+6
* Fixed memory leak on require() errorIlia Alshanetsky2006-09-181-2/+3
* Increased default memory limit to 16 megabytes to accommodate for a moreIlia Alshanetsky2006-08-171-1/+1
* MFH: added error_get_last() functionMichael Wallner2006-07-191-0/+1
* New memory managerDmitry Stogov2006-07-181-4/+5
* Fixed memory leaks in ZTS mode.Dmitry Stogov2006-07-171-13/+22
* MFH: Backported allow_url_include from HEAD. This directive allowsRasmus Lerdorf2006-06-161-0/+1
* Revert accidentally committed internal patchAndrei Zmievski2006-05-311-19/+4
* MFBAndrei Zmievski2006-05-311-4/+19
* Initialize windows globals, fixes #37428Edin Kadribasic2006-05-241-0/+4
* Optimized zend_try/zend_catch macroses (eliminated memcpy())Dmitry Stogov2006-05-191-1/+1
* Disable realpath cache when open_basedir or safe_mode are enabled on aIlia Alshanetsky2006-05-161-0/+5
* Fixed bug #37306 (max_execution_time = max_input_time)Dmitry Stogov2006-05-111-2/+2
* - MFH Fix error mode handlingMarcus Boerger2006-05-111-0/+2
* add missing parts of E_RECOVERABLE mergeAntony Dovgal2006-05-101-0/+4
* fix #37053 (html_errors with internal classes produces wrong links)Antony Dovgal2006-04-121-1/+5
* We don't need setup the same time-out two times.Dmitry Stogov2006-04-071-2/+4
* Fixed bug #36809 (__FILE__ behavior changed)Dmitry Stogov2006-03-211-0/+1
* Fixed bug #35988 (Unknown persistent list entry type in module shutdown)Dmitry Stogov2006-03-141-0/+4
* Fixed realpath() cache for main script with FastCGI SAPIDmitry Stogov2006-03-131-11/+5
* MFH:Brian France2006-03-101-1/+4
* MFH: Move temporary local storage of primary file's realpath up one block to ...Sara Golemon2006-03-091-1/+2
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* Fixed bug #36268 (Object destructors called even after fatal errors)Dmitry Stogov2006-02-031-0/+1
* Fixed bug #36016 (realpath cache memleaks)Dmitry Stogov2006-01-161-2/+0
* bump year and license versionfoobar2006-01-011-3/+3
* Better critical error handling (fix for previous html encoding patch).Ilia Alshanetsky2005-12-071-6/+8
* Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors ifIlia Alshanetsky2005-12-061-2/+1
* Fixed possible XSS inside error reporting functionality.Ilia Alshanetsky2005-12-061-6/+21
* MFHfoobar2005-12-061-3/+3
* Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x).Ilia Alshanetsky2005-11-251-1/+1
* Fixed bug #35176 (include()/require()/*_once() produce wrong error messages a...Dmitry Stogov2005-11-151-0/+27
* MFH: PHP_CONFIG_FILE_PATH needs to use strlen() due to Win buildRob Richards2005-10-101-1/+1
* - Fixed shutdown order before RC2.Derick Rethans2005-09-141-6/+6
* Revertfoobar2005-09-021-11/+6
* MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)foobar2005-09-011-4/+11
* MFHfoobar2005-08-171-1/+1
* - Prevent E_STRICT from ending up as exceptionMarcus Boerger2005-08-161-0/+3
* - This ini option is only effective when set in php.ini or httpd.conffoobar2005-08-051-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-1/+1
* main/fopen_wrappers.cAnantha Kesari H Y2005-07-161-1/+1
* Fixed double-free in the digest authentication handling.Ilia Alshanetsky2005-07-121-1/+7
* Fixed crash in ext\standard\tests\general_functions\bug32647.php on WindowsDmitry Stogov2005-07-051-0/+1
* reorder and prevent memleak: bailout after free()Antony Dovgal2005-06-201-1/+1
* - No extra spaces before #ifndeffoobar2005-06-201-1/+1