summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 5.4.0Stanislav Malyshev2012-02-291-2/+2
* back to devStanislav Malyshev2012-02-161-2/+2
* 5.4.0rc8Stanislav Malyshev2012-02-161-2/+2
* make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-161-2/+0
* fix compat function not passing along input buffer with php_output_context_pa...Michael Wallner2012-02-141-4/+12
* Improved max_input_vars directive to check nested variablesDmitry Stogov2012-02-142-30/+32
* Fix for bug 60986Rasmus Lerdorf2012-02-061-1/+0
* back to devStanislav Malyshev2012-02-021-2/+2
* retag 5.4.0 rc7Stanislav Malyshev2012-02-021-2/+2
* Fixed memory leaksDmitry Stogov2012-02-021-15/+15
* back to devStanislav Malyshev2012-02-021-2/+2
* 5.4.0 rc7Stanislav Malyshev2012-02-021-2/+2
* fix UMR in php_register_variable_ex, reported by Stefan EsserStanislav Malyshev2012-02-011-0/+3
* MFH: r322963Michael Wallner2012-01-312-20/+38
* use stderr before, stdout after php_output_startup() and sapi_module.ub_write...Michael Wallner2012-01-301-3/+11
* fix crash with display_startup_errors=1Michael Wallner2012-01-252-6/+31
* back to devStanislav Malyshev2012-01-191-2/+2
* 5.4.0RC6Stanislav Malyshev2012-01-191-2/+2
* Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) b...Dmitry Stogov2012-01-171-3/+3
* Fix bug #60768 Output buffer not discardedMichael Wallner2012-01-161-5/+6
* Changed: restoring REQUEST_TIME as a long, introducing REQUEST_TIME_FLOAT ins...Patrick Allaert2012-01-061-4/+7
* back to devStanislav Malyshev2012-01-051-2/+2
* 5.4.0rc5Stanislav Malyshev2012-01-051-2/+2
* fix bug #54374, bug #55500 - filter file names better, no dangling [sStanislav Malyshev2012-01-011-3/+7
* - Year++Felipe Pena2012-01-0166-66/+66
* follow naming conventionMichael Wallner2011-12-302-9/+9
* Added an API call to return active output handlerDmitry Stogov2011-12-302-0/+9
* fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)Stanislav Malyshev2011-12-261-0/+4
* Initialize structure (some fields may be missed in array returned from user h...Dmitry Stogov2011-12-221-0/+1
* Change fatal error into warning and ignore arguments over limitDmitry Stogov2011-12-221-8/+14
* back to devStanislav Malyshev2011-12-221-2/+2
* 5.4.0rc4Stanislav Malyshev2011-12-221-2/+2
* Added max_input_vars directive to prevent attacks based on hash collisionsDmitry Stogov2011-12-143-0/+8
* - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected togetherGustavo André dos Santos Lopes2011-12-111-3/+2
* back to devStanislav Malyshev2011-12-081-2/+2
* 5.4.0rc3Stanislav Malyshev2011-12-081-2/+2
* Implemented FR #54514 (Get php binary path during script execution).Xinchen Hui2011-12-073-46/+67
* - 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-1/+1
* back to devStanislav Malyshev2011-11-241-2/+2
* 5.4.0RC2Stanislav Malyshev2011-11-241-2/+2
* Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer ...Pierrick Charron2011-11-181-3/+3
* Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)Xinchen Hui2011-11-131-3/+3
* MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0...Rui Hirokawa2011-11-101-1/+1
* back to devStanislav Malyshev2011-11-101-2/+2
* 5.4.0 RC1Stanislav Malyshev2011-11-101-2/+2
* back to devStanislav Malyshev2011-10-201-2/+2
* 5.4.0beta2Stanislav Malyshev2011-10-201-2/+2
* Fixed bug #60038 (SIGALRM cause segfault in php_error_cb)Xinchen Hui2011-10-161-0/+6
* - be sure to check if the var ha not been removed between the two callsPierre Joye2011-09-261-1/+5