summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.3.7RC3php-5.3.7RC3Ilia Alshanetsky2011-07-140-0/+0
* 5.3.7RC3Ilia Alshanetsky2011-07-143-4/+4
* find option '-not' is not POSIX compliantJérôme Loyet2011-07-131-1/+1
* Have test for add/sub/diff one second during DST/ST transition.Daniel Convissor2011-07-1320-0/+88
* Add test for constructing times during the dst/st conversion.Daniel Convissor2011-07-131-0/+15
* - Fixed bug #55187, readlink returns weird characters when false resultPierre Joye2011-07-122-0/+4
* - Bug #55169, improve fix, allow non interactive user, hash-like ops only usagePierre Joye2011-07-121-3/+6
* remove warning for is_a() BCStanislav Malyshev2011-07-121-1/+0
* Fixed bug #55014 (Compile failure due to improper use of ctime_r()).Ilia Alshanetsky2011-07-112-2/+3
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-114-20/+73
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-114-2/+17
* - fix bug #55169, mcrypt_create_iv always fails to gather sufficient random dataPierre Joye2011-07-102-1/+5
* - use warning here to match unix behaviorPierre Joye2011-07-102-1/+5
* - Year++Felipe Pena2011-07-103-4/+4
* - Missing to commit this change here... (thanks nikic)Felipe Pena2011-07-081-0/+6
* - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Felipe Pena2011-07-072-0/+34
* free data in case of failure in the callee not in the callerAndrey Hristov2011-07-051-5/+3
* Fixed bug relating to un-initialized memory accessIlia Alshanetsky2011-07-052-3/+4
* - Fixed wrong value of log_level when invoking fpm with -ttJérôme Loyet2011-07-054-4/+11
* - Fixed bug #52935 (call exit in user_error_handler cause stream relate core).Gustavo André dos Santos Lopes2011-07-052-0/+12
* - ws and cosmeticsJérôme Loyet2011-07-058-148/+152
* Fixed memory leakJérôme Loyet2011-07-052-3/+15
* - moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni ...Jérôme Loyet2011-07-052-7/+6
* fix crypt() issue with overlong saltStanislav Malyshev2011-07-043-0/+26
* alloc SHM for all children at startup to ensure all SHM will be reachable fro...Jérôme Loyet2011-07-042-10/+11
* child-pid can't be set when fpm_child_resources_use is calledJérôme Loyet2011-07-041-1/+1
* - Fixed missing Expires and Cache-Control headers for ping and status pagesJérôme Loyet2011-07-042-0/+12
* - revert commit 312812 until 5.3.7 is outJérôme Loyet2011-07-0413-874/+80
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-045-26/+41
* fix comment syntaxJérôme Loyet2011-07-041-1/+1
* - Fixed bug #54329 (MSSql extension memory leak)Felipe Pena2011-07-032-1/+4
* - Implemented FR #54172 (Overriding the pid file location of php-fpm)Jérôme Loyet2011-07-025-4/+20
* - Implemented FR #54499 (FPM ping and status_path should handle HEAD request)Jérôme Loyet2011-07-022-4/+17
* - Implemented FR #54577 (Enhanced status page with full status and details ab...Jérôme Loyet2011-07-0213-94/+893
* - Fixed bug #55080 (Deprecated call in run--test.php)Felipe Pena2011-07-011-1/+1
* Back to devIlia Alshanetsky2011-06-303-3/+5
* 5.3.7RC2Ilia Alshanetsky2011-06-303-4/+4
* - Fixed bug #55082 (var_export() doesn't escape properties properly).Gustavo André dos Santos Lopes2011-06-303-3/+24
* Fix bug #55066 (Missing linebreak in NEWS).Adam Harvey2011-06-301-1/+2
* Fixed testIlia Alshanetsky2011-06-281-0/+0
* working on test coverage for ext/dom, here's 17 more testsKnut Urdalen2011-06-2817-0/+411
* Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on ...Pierrick Charron2011-06-283-0/+50
* Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error messa...Christopher Jones2011-06-272-3/+7
* Fix 5.1 detection on ubuntu nattyHannes Magnusson2011-06-271-2/+6
* missed version sync with 5.4Christopher Jones2011-06-272-11/+54
* - Updated to version 2011.8 (2011h)Derick Rethans2011-06-271-958/+703
* - fixed request_timeout and slowlog_timeout from last FPM commit (r312496)Jérôme Loyet2011-06-275-8/+24
* - BFNFelipe Pena2011-06-271-0/+3
* - Fixed data type usage in 64bitFelipe Pena2011-06-273-3/+3
* - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-2622-583/+730