summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Whoops. Missing bit from the open_basedir tightening MFHHannes Magnusson2008-12-091-1/+1
* - Silent valgrindFelipe Pena2008-11-121-1/+1
* added const, as required by struct-definitionAlexey Zakhlestin2008-11-071-1/+1
* Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).Ilia Alshanetsky2008-09-171-1/+6
* Fixed Bug #43958 (class name added into the error message)Dmitry Stogov2008-09-021-2/+3
* MFHJani Taskinen2008-08-261-5/+7
* - MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)Pierre Joye2008-08-231-0/+1
* - MFH Cleanup exports and allow to overwrite ext registrationMarcus Boerger2008-08-221-1/+3
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-7/+3
* - MFH error handling, now with save, replace, restoreMarcus Boerger2008-08-081-15/+0
* - MFB: Fixed the parameter type expected. set_time_limit() should accept only...Felipe Pena2008-07-251-6/+10
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+2
* Fixed chdir() into requested file directory inconsistenciesDmitry Stogov2008-07-211-2/+2
* Fixed bug #45352 (Segmentation fault because of tick function on second request)Dmitry Stogov2008-06-251-0/+2
* - New parameter parsing APIFelipe Pena2008-06-211-2/+2
* - actually disable the ASSERT error dialog box (affects debug mode only), hel...Pierre Joye2008-05-211-0/+3
* use correct flagsAntony Dovgal2008-03-221-1/+1
* MFH: revertAntony Dovgal2008-03-211-1/+1
* [DOC] make short_open_tag user-accessibleStanislav Malyshev2008-03-201-1/+1
* MFH: make use of zend_atol()Antony Dovgal2008-03-191-1/+1
* exit_on_timeout patchRasmus Lerdorf2008-03-181-6/+8
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-0/+16
* Fix build (ZTS)Felipe Pena2008-03-161-2/+2
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-13/+35
* [DOC] add request_order INI variable to control $_REQUEST contentStanislav Malyshev2008-03-121-0/+1
* MFH: User error handlers no longer catch supressed errorsEtienne Kneuss2008-03-081-14/+13
* Optimized require_once() and include_once() by eliminationg open() syscall on...Dmitry Stogov2008-03-051-0/+7
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-0/+4
* - [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,Pierre Joye2008-02-151-0/+11
* MFH: allow using these constants in php.ini (f.e. PHP_SAPI..)Jani Taskinen2008-02-041-22/+24
* Added garbage collectorDmitry Stogov2008-01-221-0/+3
* 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 #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-4/+6
* Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)Dmitry Stogov2007-10-181-1/+2
* Refactor code to make fixes for coverity issues #385 and #386 a bit moreIlia Alshanetsky2007-10-011-4/+7
* MFH:Jani Taskinen2007-09-281-3/+6
* 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