summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - 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
* unused varXinchen Hui2011-09-241-1/+0
* Fixed bug #55758 (Digest Authenticate missed in 5.4)Xinchen Hui2011-09-231-5/+0
* Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)Dmitry Stogov2011-09-151-8/+25
* Fix warning "implicit declaration of function `vasprintf'"Xinchen Hui2011-09-151-1/+1
* back to devStanislav Malyshev2011-09-151-2/+2
* 5.4.0betaStanislav Malyshev2011-09-151-2/+2
* MFT: Fix build on WindowsKalle Sommer Nielsen2011-09-131-0/+4
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-137-21/+21
* - do not display the crt warnings anymore by default. It is enough to simply ...Pierre Joye2011-09-131-9/+15
* Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST re...Hannes Magnusson2011-09-071-1/+1
* - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead ofGustavo André dos Santos Lopes2011-09-043-8/+10
* - wsPierre Joye2011-08-231-3/+3
* Omitted GCC warning "comparison is always false"Xinchen Hui2011-08-121-1/+1
* - Turn on html_errors by default again in php.ini-production like it was inDerick Rethans2011-08-101-3/+3
* fix coverity issue 1054: missing break/returnMichael Wallner2011-08-101-0/+1
* Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-092-3/+4
* Remove unused variablePierrick Charron2011-08-091-2/+1
* Remove unused variablePierrick Charron2011-08-091-2/+1
* Fix another Coverity warning by initializing this to NULL prior to the strtok...Rasmus Lerdorf2011-08-061-1/+1
* back to devStanislav Malyshev2011-08-031-2/+2
* 5.4.0alpha3Stanislav Malyshev2011-08-031-2/+2
* retore open_basedir check for unlinkStanislav Malyshev2011-07-311-35/+39
* - do not resolve the link if all we want is to open that filePierre Joye2011-07-271-1/+1
* - Fixed bug 55124, recursive mkdir fails with current (dot) directory in pathPierre Joye2011-07-261-14/+7
* - simplifyPierre Joye2011-07-261-9/+4
* - add expand_filepath_with_mode (not used anywhere yet but will be used for f...Pierre Joye2011-07-252-1/+10
* - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+1
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-1/+1
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-224-48/+8
* - fix bug #54204, Can't set a value with a PATH section in php.iniPierre Joye2011-07-181-1/+1
* Back to -devStanislav Malyshev2011-07-141-2/+2
* 5.4.0 alpha2Stanislav Malyshev2011-07-141-2/+2
* Fixed bug #55014 (Compile failure due to improper use of ctime_r()).Ilia Alshanetsky2011-07-111-2/+2
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-112-2/+8
* Fixed bug#55084 (Function registered by header_register_callback isHannes Magnusson2011-07-061-1/+7
* - Fixed bug #52935 (call exit in user_error_handler cause stream relate core).Gustavo André dos Santos Lopes2011-07-051-0/+10
* - Added a new PHPAPI function to return module_initialized:Derick Rethans2011-06-242-0/+8