]> granicus.if.org Git - php/shortlog
php
2011-07-05 Ilia AlshanetskyFixed bug relating to un-initialized memory access
2011-07-05 Jérôme Loyet- FR #52052: Added partial syslog support (on error_log...
2011-07-05 Jérôme Loyet- Fixed wrong value of log_level when invoking fpm...
2011-07-05 Gustavo André... - Fixed bug #52935 (call exit in user_error_handler...
2011-07-05 Jérôme Loyet- ws and cosmetics
2011-07-05 Jérôme LoyetFixed memory leak
2011-07-05 Jérôme Loyet- moved STR2STR, BOOL2STR and PM2STR from fpm_conf...
2011-07-04 Stanislav Malyshevfix crypt() issue with overlong salt
2011-07-04 Dmitry StogovFixed bug #53727 (Inconsistent behavior of is_subclass_...
2011-07-04 Jérôme Loyetfix comment syntax
2011-07-03 Felipe Pena- Fixed bug #55118 (Imcomplete start message)
2011-07-03 Felipe Pena- Removed accidental offsetof definition
2011-07-03 Felipe Pena- Fixed crash when using -e option
2011-07-02 Jérôme Loyet- Implemented FR #54172 (Overriding the pid file locati...
2011-07-02 Felipe Pena- Fixed bug #55086 (Namespace alias does not work insid...
2011-07-02 Jérôme Loyet- Fix php_escape_html_entities_ex call (int * has been...
2011-07-02 Jérôme Loyet- Implemented FR #54499 (FPM ping and status_path shoul...
2011-07-02 Jérôme Loyet- Implemented FR #54577 (Enhanced status page with...
2011-07-02 Gustavo André... - Fixed bug #55111 (sockets extension fails to compile...
2011-07-01 Felipe Pena- Fixed bug #55080 (Deprecated call in run--test.php)
2011-07-01 Felipe Pena- Reverted php_printf -> printf change
2011-06-30 Philip OlsonUpdated name to 'PHP Development Server', and CTRL...
2011-06-30 Gustavo André... - Fixed bug #55082 (var_export() doesn't escape propert...
2011-06-29 David Soria... correct error message for a missing document root in...
2011-06-29 David Soria... fix #55072 in-built web server needs to check -t option...
2011-06-29 Peter CowburnFix NEWS
2011-06-28 Ilia AlshanetskyFixed test
2011-06-28 Knut Urdalenworking on test coverage for ext/dom, here's 17 more...
2011-06-28 Christopher... clarify sqlite deprecation
2011-06-28 Pierrick CharronFixed bug #54971 (Wrong result when using iterator_to_a...
2011-06-28 Gustavo André... - Fixed socket_import_stream returning NULL on some...
2011-06-27 Felipe Pena- Fixed crash on invalid addr:port (Chris Jones, Felipe)
2011-06-27 Christopher... Keep the DBA DB4 test status quo after Berkeley DB...
2011-06-27 Hannes MagnussonFix 5.1 detection on ubuntu natty
2011-06-27 Derick Rethans- Updated to version 2011.8 (2011h)
2011-06-27 Jérôme Loyet- fixed request_timeout and slowlog_timeout from last...
2011-06-27 Felipe Pena- Fixed data type usage in 64bit
2011-06-26 Stanislav MalyshevFix crypt_blowfish 8-bit chars problem (CVE-2011-2483...
2011-06-26 Jérôme Loyet- Replaced shm_slots with a real scoreboard
2011-06-25 Knut Urdalensmall fix in disk_total_space() tests (PHP_5_3 already...
2011-06-25 Felipe Pena- Fixed crash when using -e option
2011-06-25 Felipe Pena- Fixed crash when calling sapi_shutdown() and sapi...
2011-06-25 Felipe Pena- Fixed crash when zend_eval_string bailouts (-r 'a...
2011-06-25 Pierre Joye- reflection is always enabled
2011-06-25 Derick Rethans- Fixed layout. Tabs on the terminal don't align nicely...
2011-06-25 Knut Urdalenfixed temp directory names in spl tests
2011-06-25 Knut Urdalenfixed/refactored some spl tests related to owner/group...
2011-06-24 Christopher... Add http_proxy env var support to run-tests.php result...
2011-06-24 Felipe Pena- Fixed tests
2011-06-24 Felipe Pena- Added SKIPIF
2011-06-24 Derick Rethans- Added a new PHPAPI function to return module_initialized:
2011-06-24 Felipe Pena- Fixed build on Windows
2011-06-23 Felipe Pena- Improved parse error messages
2011-06-23 Felipe Pena- Missing valid path check
2011-06-23 Hannes MagnussonThese are annoyingly slow
2011-06-23 Nuno LopesMFB: properly regen file to fix coverage data
2011-06-23 Ilia AlshanetskyFixed a bug with calculation of REQUEST_TIME in apache2
2011-06-23 Jérôme Loyet- Added custom access log (also added per request ...
2011-06-23 Felipe Pena- Fixed crash (take 2)
2011-06-23 Felipe Pena- Fixed crash on startup
2011-06-22 Shein AlexeyFixed dom tests.
2011-06-21 Pierre Joye- fix build
2011-06-21 Felipe Pena- Fix memleak on `php -v'
2011-06-20 Felipe Pena- Fixed hardcoded INI
2011-06-20 Felipe Pena- Fix broken code in 64bit
2011-06-20 Moriyoshi Koizumi- Forgot to commit these.
2011-06-20 Moriyoshi Koizumi- Add built-in web server to CLI SAPI. See the RFC...
2011-06-20 Patrick AllaertFixed typo
2011-06-20 Patrick AllaertChanged register_shutdown_function() to reflect that...
2011-06-20 Felipe Pena- Optimize property finding by zend_hash_quick_find
2011-06-20 Felipe Pena- Simplify function code
2011-06-20 Felipe Pena- Avoid re-hash here too
2011-06-20 Jérôme LoyetRemoved pid in debug logs written by chrildren processes
2011-06-19 Felipe Pena- Minor optimization (avoid to re-hash already computed...
2011-06-19 Felipe Pena- Removed unnecessary TSRMLS_FETCH
2011-06-19 Stanislav Malyshevfix error reporting on missing data - don't produce...
2011-06-19 Stanislav Malyshevfix test with floats - make it not produce different...
2011-06-19 Daniel ConvissorProvide test for DateTime::add() issue (for discussion...
2011-06-19 Daniel ConvissorSplit DateTime diff/add/sub tests into separate files...
2011-06-19 Felipe Pena- Fix tests
2011-06-19 Felipe Pena- Opss, restore old behavior
2011-06-19 Felipe Pena- Added missing void param check in sys_get_temp_dir
2011-06-19 Felipe Pena- Missing usage of 'p' parameter specifier
2011-06-19 Felipe Pena- Fix test
2011-06-19 Felipe Pena- New tests (code coverage++)
2011-06-19 Felipe Pena- Fix test
2011-06-18 Felipe Pena- Added missing void param checks, and fix arginfo
2011-06-18 Felipe Pena- Fixed compiler warning (redefinition of offsetof)
2011-06-18 Felipe Pena- Missing change
2011-06-18 Felipe Pena- Fixed ZTS build
2011-06-18 Jérôme LoyetAdded master rlimit_files and rlimit_core in the global...
2011-06-18 Jérôme LoyetFixed exit at FPM startup on fpm_resources_prepare
2011-06-18 Felipe Pena- Added missing arginfos for void params and void param...
2011-06-18 Jérôme LoyetRemove timestamp in logs written by children process
2011-06-18 Boris Lytochkintake over mantainership on snmp extension
2011-06-18 Pierre Joye- fix build
2011-06-17 Jérôme Loyetmissing doc in the conf file
2011-06-17 Jérôme Loyet- added xml format to the status page
2011-06-17 Christopher... Fix skipif to resolve the common reason this test fails
2011-06-17 Boris Lytochkinexpand SNMP section
next