summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #60723 (error_log error time has changed to UTC ignoring default ti...Xinchen Hui2012-09-241-1/+9
* Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) b...Dmitry Stogov2012-01-171-3/+3
* - Year++Felipe Pena2012-01-011-1/+1
* Added max_input_vars directive to prevent attacks based on hash collisionsDmitry Stogov2011-12-151-0/+1
* - Fixed bug #60373 (Startup errors with log_errors on cause segfault).Derick Rethans2011-11-251-1/+1
* - merge crt warning change (r216594) and rename the ini to windows.show_crt_w...Pierre Joye2011-11-241-9/+15
* Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)Dmitry Stogov2011-09-151-8/+25
* - init win32 rng context once per process Pierre Joye2011-06-161-0/+9
* - Fixed bug #54580 (get_browser() segmentation fault when the browscap iniGustavo André dos Santos Lopes2011-05-011-1/+3
* - fix build >(btw, has novell man pages too?)Pierre Joye2011-04-191-0/+2
* Expose PHP_MANDIRHannes Magnusson2011-04-181-0/+1
* Fixed a crash inside dtor for error handling.Ilia Alshanetsky2011-03-241-0/+2
* - Changed default serialize_precision from 100 to 17, as discussed in internals.Gustavo André dos Santos Lopes2011-02-081-1/+1
* - check if strdup succeedsPierre Joye2011-01-201-3/+6
* - Year++Felipe Pena2011-01-011-1/+1
* Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --...Kalle Sommer Nielsen2010-11-111-0/+5
* Seems like this one skipped the commit (E_ERROR -> E_CORE_ERROR) for zend.ze1...Kalle Sommer Nielsen2010-08-111-1/+1
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-111-1/+1
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-164/+73
* - Fix conflictJani Taskinen2010-03-111-12/+0
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-64/+167
* Fix for bug #23229 (syslog function truncates messages): remove the hard-codedAdam Harvey2010-02-261-1/+1
* - [DOC] #45986, bad file descriptor warning when rename is used with invalid ...Pierre Joye2010-01-261-0/+21
* - prevent possible crash when error/warnings are raised during startup (like ...Pierre Joye2010-01-241-1/+7
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Forgotten patch for trunkDmitry Stogov2009-12-081-0/+1
* - Fixed bug #49935 (Deprecated warnings make "make test" to fail)Jani Taskinen2009-11-271-0/+1
* - Nuke wsJani Taskinen2009-11-151-1/+1
* Fix bug #49868Rasmus Lerdorf2009-11-151-1/+1
* - Fixed bug #50005 (Throwing through Reflection modified Exception object mak...Felipe Pena2009-11-121-0/+3
* Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)Dmitry Stogov2009-11-051-1/+2
* Lower the max upload default to 20Ilia Alshanetsky2009-10-281-1/+1
* Introduced a max_file_uploads INI setting, which is set to limit theIlia Alshanetsky2009-10-271-0/+1
* oops, that doesn't belong to this patchStanislav Malyshev2009-10-131-7/+0
* fix crash for bug #47627Stanislav Malyshev2009-10-131-2/+13
* Fixed bug #49627 (error_log to specified file does not log time according to ...Dmitry Stogov2009-10-051-1/+11
* Fixed testsDmitry Stogov2009-09-211-4/+5
* I have no idea. This might or might not fix a bug in some branch. At least it...Jani Taskinen2009-09-041-27/+28
* fix extension functions disabling (bug #49065)Stanislav Malyshev2009-07-291-4/+5
* Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty valueIlia Alshanetsky2009-07-121-3/+2
* fix mail.log openbasedir interaction with .htaccessStanislav Malyshev2009-07-091-1/+21
* - Fixed bug #48247 (Infinite loop and possible crash during startup with errors)Jani Taskinen2009-07-071-19/+15
* - typoPierre Joye2009-06-041-1/+1
* - [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for...Pierre Joye2009-06-041-0/+14
* MFH: Make sure the timeout is checked in the shutdown function, patch from Et...Scott MacVicar2009-05-301-1/+1
* Added E_DEPRECATED startup notice (5.3 only)Kalle Sommer Nielsen2009-05-041-2/+13
* - MFH: Fixed warningsDerick Rethans2009-05-041-1/+1
* - MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val whenDerick Rethans2009-05-031-2/+4
* - fix build (Marcus, fix re2c please)Pierre Joye2009-04-301-0/+3
* Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)Dmitry Stogov2009-04-281-2/+11