summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug #43958 (class name added into the error message)Dmitry Stogov2008-09-021-2/+3
* MFHJani Taskinen2008-08-261-5/+7
* MFH: sendmail mess cleared (PHP_PROG_SENDMAIL was not used at all, see also b...Jani Taskinen2008-08-261-2/+3
* Fixed bug #45352 (Segmentation fault because of tick function on second request)Dmitry Stogov2008-06-251-0/+2
* - #42505, new sendmail default path breaks on Novell (Guenter Knauf)Pierre Joye2008-03-051-3/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Update the class method documentation linksHannes Magnusson2007-12-291-3/+5
* Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)Dmitry Stogov2007-10-181-1/+2
* MFB: Refactor code to make fixes for coverity issues #385 and #386 a bitIlia Alshanetsky2007-10-011-4/+7
* Fixed crash on POST request after dl("mbstring.so")Dmitry Stogov2007-09-241-0/+2
* MFH: check for NULL (coverity issue #386)Antony Dovgal2007-09-211-1/+3
* disallow setting mail.force_extra_parameters from .htaccessStanislav Malyshev2007-09-131-1/+14
* MFH: wsJani Taskinen2007-08-311-5/+6
* check correct valueStanislav Malyshev2007-08-031-1/+1
* make error_log setting access-controlled by safe_mode/open_basedirStanislav Malyshev2007-08-031-1/+22
* revert wrong fixStanislav Malyshev2007-08-011-8/+0
* - MFH: Fix #42164 Internal Sendmail Support is ALWAYS disabledJohannes Schlüter2007-08-011-0/+2
* fix ZTS buildAntony Dovgal2007-07-241-0/+1
* MFH:- Changed "display_errors" php.ini option to accept "stderr" as value whichJani Taskinen2007-07-241-2/+92
* MFH: Fixed compile warningsJani Taskinen2007-07-211-4/+4
* MFH: folding tags and some more ws fixesJani Taskinen2007-07-151-10/+12
* MFH: ws fixes (sync!)Jani Taskinen2007-07-151-30/+33
* Clear out last error & last error file information at the end of theIlia Alshanetsky2007-07-151-0/+10
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-111-1/+1
* MFH: No return values for void functionJani Taskinen2007-07-111-2/+2
* suppress warnings to avoid potential loopStanislav Malyshev2007-07-101-2/+2
* check if write is allowed before writing to error logStanislav Malyshev2007-07-101-0/+8
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-091-0/+1
* HTTP 500 is sent to browser in case of PHP error instead of blank pageDmitry Stogov2007-06-151-7/+18
* Prevent crash in case of wrong arguments to CRT functions (strftime()) on PHP...Dmitry Stogov2007-06-151-0/+43
* MFH: check return value of *time_r() functions for NULLAntony Dovgal2007-06-071-2/+6
* add file locking under windowsRob Richards2007-04-181-1/+5
* WIN64 supportDmitry Stogov2007-04-161-2/+2
* Avoid locks when appening to the error log fileIlia Alshanetsky2007-04-061-8/+10
* Fixed bug #40897 (error_log file not locked)Ilia Alshanetsky2007-04-011-4/+4
* limit nesting level of input variablesStanislav Malyshev2007-03-021-0/+1
* - MFH Fix memleak with temp dirMarcus Boerger2007-02-071-0/+3
* Provide means for opening file for zend with error supression. Allows us toIlia Alshanetsky2007-01-081-2/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-281-2/+2
* Ensure that OnUpdateLongGEZero is greater or equal to 0.Ilia Alshanetsky2006-12-251-1/+1
* Allocation safety checksIlia Alshanetsky2006-12-251-2/+7
* Default memory_limit value is set to 128MDmitry Stogov2006-12-211-1/+1
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-201-6/+0
* Fixed compiler warningIlia Alshanetsky2006-12-171-1/+1
* Improve tolower()-related functions on Windows and VC2005 by caching locale a...Stanislav Malyshev2006-12-041-0/+1
* MFH: fix retval typeAntony Dovgal2006-12-041-1/+1
* 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