summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed wrong value of log_level when invoking fpm with -ttJérôme Loyet2011-07-053-4/+10
* - Fixed bug #52935 (call exit in user_error_handler cause stream relate core).Gustavo André dos Santos Lopes2011-07-051-0/+10
* - ws and cosmeticsJérôme Loyet2011-07-058-147/+151
* Fixed memory leakJérôme Loyet2011-07-051-3/+14
* - 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-042-0/+25
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-044-26/+37
* fix comment syntaxJérôme Loyet2011-07-041-1/+1
* - Fixed bug #55118 (Imcomplete start message)Felipe Pena2011-07-031-1/+9
* - Removed accidental offsetof definitionFelipe Pena2011-07-031-5/+0
* - Fixed crash when using -e optionFelipe Pena2011-07-031-2/+6
* - Implemented FR #54172 (Overriding the pid file location of php-fpm)Jérôme Loyet2011-07-024-4/+19
* - Fixed bug #55086 (Namespace alias does not work inside trait's use block)Felipe Pena2011-07-023-2/+40
* - Fix php_escape_html_entities_ex call (int * has been changed to size_t *)Jérôme Loyet2011-07-021-1/+2
* - Implemented FR #54499 (FPM ping and status_path should handle HEAD request)Jérôme Loyet2011-07-021-4/+16
* - Implemented FR #54577 (Enhanced status page with full status and details ab...Jérôme Loyet2011-07-0212-94/+886
* - Fixed bug #55111 (sockets extension fails to compile on Mac OSX).Gustavo André dos Santos Lopes2011-07-021-1/+3
* - Fixed bug #55080 (Deprecated call in run--test.php)Felipe Pena2011-07-011-1/+1
* - Reverted php_printf -> printf changeFelipe Pena2011-07-011-2/+2
* Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bu...Philip Olson2011-06-301-1/+1
* - Fixed bug #55082 (var_export() doesn't escape properties properly).Gustavo André dos Santos Lopes2011-06-302-3/+22
* Fix bug #55066 (Missing linebreak in NEWS).Adam Harvey2011-06-301-1/+2
* correct error message for a missing document root in the cli webserverDavid Soria Parra2011-06-291-1/+1
* fix #55072 in-built web server needs to check -t option is a directoryDavid Soria Parra2011-06-291-0/+8
* Fix NEWSPeter Cowburn2011-06-291-1/+0
* Fixed testIlia Alshanetsky2011-06-281-0/+0
* working on test coverage for ext/dom, here's 17 more testsKnut Urdalen2011-06-2817-0/+411
* clarify sqlite deprecationChristopher Jones2011-06-281-1/+2
* Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on ...Pierrick Charron2011-06-282-0/+47
* - Fixed socket_import_stream returning NULL on some errors and FALSE on othersGustavo André dos Santos Lopes2011-06-281-0/+1
* - Fixed crash on invalid addr:port (Chris Jones, Felipe)Felipe Pena2011-06-271-3/+12
* Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error messa...Christopher Jones2011-06-271-2/+3
* Fix 5.1 detection on ubuntu nattyHannes Magnusson2011-06-271-2/+6
* - 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
* - Fixed data type usage in 64bitFelipe Pena2011-06-273-3/+3
* Fix crypt_blowfish 8-bit chars problem (CVE-2011-2483), add testsStanislav Malyshev2011-06-264-9/+118
* - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-2621-583/+729
* small fix in disk_total_space() tests (PHP_5_3 already includes this)Knut Urdalen2011-06-251-1/+1
* - Fixed crash when using -e optionFelipe Pena2011-06-251-2/+7
* - Fixed crash when calling sapi_shutdown() and sapi hasn't been startedFelipe Pena2011-06-251-2/+5
* - Fixed crash when zend_eval_string bailouts (-r 'a();')Felipe Pena2011-06-251-404/+407
* - reflection is always enabledPierre Joye2011-06-251-11/+0
* - Fixed layout. Tabs on the terminal don't align nicely in most cases.Derick Rethans2011-06-251-33/+33
* fixed temp directory names in spl testsKnut Urdalen2011-06-252-4/+4
* fixed/refactored some spl tests related to owner/group retrievalKnut Urdalen2011-06-254-71/+56
* Add http_proxy env var support to run-tests.php result submissionChristopher Jones2011-06-241-10/+23
* - Fixed testsFelipe Pena2011-06-243-4/+4
* - Added SKIPIFFelipe Pena2011-06-245-3/+14
* - Added a new PHPAPI function to return module_initialized:Derick Rethans2011-06-242-0/+8