]> granicus.if.org Git - php/shortlog
php
2012-03-04 Nikita PopovDeprecate /e modifier
2012-03-03 Ilia AlshanetskyFixed bug #60106 (stream_socket_server silently truncat...
2012-03-03 Nikita PopovFix bug #61264: xmlrpc_parse_method_descriptions leaks...
2012-03-02 Nikita PopovFix bug #52719: array_walk_recursive crashes if third...
2012-03-02 Rasmus LerdorfArmenia is smarter than the rest of us. They have dropp...
2012-03-02 Derick Rethans- Updated to version 2012.2 (2012b)
2012-03-02 Nikita PopovFix bug #61106 Segfault when using header_register_callback
2012-03-02 Rasmus LerdorfFix tests that break if filter.default isn't set to...
2012-03-02 Xinchen HuiMFH: Fixed bug #61058 (array_fill leaks if start index...
2012-03-02 Xinchen HuiMFH: Fixed bug #60968 (Late static binding doesn't...
2012-03-02 Xinchen HuiMFH: Fixed bug #60573 (type hinting with "self" keyword...
2012-03-02 Xinchen HuiMFH: Fixed bug #60978 (exit code incorrect)
2012-03-02 Xinchen HuiMFH: Fixed bug #61000 (Exceeding max nesting level...
2012-03-02 Xinchen HuiMFH: Fixed bug #61011 (Crash when an exception is throw...
2012-03-02 Xinchen HuiMFH: Fixed bug #61072 (Memory leak when restoring an...
2012-03-02 Xinchen HuiMFH: Fix bug #61165 (Segfault - strip_tags())
2012-03-02 Pierrick CharronFixed bug #61225 (Lexing 0b0*+<NUM> incorectly)
2012-03-02 Christopher... Fixed bug #61172 (Add Apache 2.4 support)
2012-03-01 Derick Rethans- Updated to version 2012.1 (2012a)
2012-02-28 Pierre Joye- fix bug #60879, unserialize does not invoke __wakeup
2012-02-27 Rasmus LerdorfFix bug 61193
2012-02-26 Xinchen HuiImprove fix for #61165, the previous one cause #43450...
2012-02-25 Xinchen HuiFixed bug #61087 (Memory leak in parse_ini_file when...
2012-02-25 Xinchen HuiFixed bug #61011 (Crash when an exception is thrown...
2012-02-25 Olivier DOUCETtest for bug #61124
2012-02-25 Olivier DOUCETfix phpt : fopen(data://) requires allow_url_fopen=1
2012-02-25 Olivier DOUCETmore verbose skip reason in test files with not so...
2012-02-25 Xinchen Huimerge test to 5.3, and remove xfail since the bug was...
2012-02-25 Xinchen HuiFixed bug #61165 (Segfault - strip_tags())
2012-02-25 Xinchen HuiFix test
2012-02-25 Xinchen Huitypo
2012-02-25 Xinchen Huitest for bug #61011
2012-02-25 Xinchen HuiTests for bug #61165
2012-02-24 Gustavo André... - Better fix for #61115.
2012-02-24 Gustavo André... - Fixed bug #61173 (Unable to detect error from finfo...
2012-02-23 Scott MacVicarFixed bug #61124 (Crash when decoding an invalid base64...
2012-02-22 Gustavo André... - Fixed bug #61115 (stream related segfault on fatal...
2012-02-22 Gustavo André... - Cleanup UPGRADING and UPGRADING.INTERNALS from 5...
2012-02-21 Gustavo André... - Revert r134029. The streams pooling API was never...
2012-02-21 Adam HarveyAdd a __wakeup() method to SplFixedArray, thereby fixin...
2012-02-20 Etienne KneussFix #61095 (Lexing 0x0*+<NUM> incorrectly)
2012-02-20 Nuno Lopesfix race condition in find (it was finding the copied...
2012-02-19 Nikita PopovFix bug #61139 gzopen leaks when specifying invalid...
2012-02-18 Nikita PopovFix bug #61097 Memory leak in xmlrpc functions copying...
2012-02-18 Nikita PopovFix headers generated by phar
2012-02-18 Nikita PopovFix cli server tests broken by r323078
2012-02-17 Rasmus LerdorfI think we should let this be settable from .htaccess...
2012-02-16 Rasmus LerdorfWeird, what happened here?
2012-02-16 Stanislav Malyshevmake ZEND_SIGNALS configurable, off by default
2012-02-14 Michael Wallnerfix compat function not passing along input buffer...
2012-02-14 Mateusz Kocielski * fixed bug #60704 unlink() bug with some files path
2012-02-14 Dmitry StogovFixed reinitialization of SAPI callbacks after php_modu...
2012-02-14 Rasmus LerdorfThis one depends on max_input_vars as well
2012-02-14 Rasmus LerdorfThese tests fail unless max_input_vars and/or max_file_...
2012-02-14 Dmitry StogovAdded ability to reset user opcode handlers (Yoram)
2012-02-14 Dmitry StogovImproved max_input_vars directive to check nested variables
2012-02-14 Xinchen HuiFixed bug #61072 (Memory leak when restoring an excepti...
2012-02-13 David Soria... Add credit line for the PHP Output Handler
2012-02-12 Xinchen HuiImproved fix for #61058, and add test script
2012-02-12 Xinchen HuiFixed bug #61058 (array_fill leaks if start index is...
2012-02-09 Christopher... Merge Stas's 5.4 r323128 to trunk
2012-02-08 Xinchen Huidecrescent order
2012-02-08 Xinchen HuiFixed bug #61000 (Exceeding max nesting level doesn...
2012-02-08 Xinchen HuiRevert -r319102 and -r322922 in 5.4 branch since they...
2012-02-07 Antony Dovgalfix bug #54682 (tidy null pointer dereference)
2012-02-07 Christopher... Fix OpenSSL version-dependent diff. "Time Stamp signing...
2012-02-06 Christopher... Force allow_url_fopen to fix qa.php.net/reports diffs
2012-02-06 Christopher... Mask different curl message. Now passes on Oracle Linux 5
2012-02-06 Christopher... Allow alternative curl output shown in several qa.php...
2012-02-06 Rasmus LerdorfSafer way to call pcre_fullinfo - bug 60986
2012-02-06 Rasmus LerdorfFix for bug 60986
2012-02-05 Gustavo André... - Fixed possible unsigned int wrap around in html.c...
2012-02-05 Gustavo André... - Connection: close, not "closed".
2012-02-05 Rasmus LerdorfSame thing here. "June 18, 1969 8:49:59 AM " does not...
2012-02-05 Rasmus LerdorfWithout a timezone you can't know whether it is dst...
2012-02-05 Rasmus LerdorfAnother openssl test that is dependent on the openssl...
2012-02-05 Popa Adrian... fix gcov Warning: ibase_drop_db(): lock time-out on...
2012-02-05 Rasmus LerdorfNeed EXPECTF here, of course
2012-02-05 Rasmus LerdorfGetting different hashes here. But this test isn't...
2012-02-05 Rasmus LerdorfAccording to the reports on qa this test is failing...
2012-02-05 Rasmus LerdorfThis test needs gc enabled
2012-02-04 Gustavo André... - Fixed bug #60965 (Buffer overflow on htmlspecialchars...
2012-02-03 Xinchen HuiFixed bug #60968 (Late static binding doesn't work...
2012-02-03 Gustavo André... - Headers: forbid \r and \n also after \0, allow CRLF...
2012-02-03 David Soria... mention git
2012-02-03 Adam HarveyFix bug #60933 (Testing asort with SORT_LOCALE_STRING...
2012-02-02 Gustavo André... - Hopefully correct fix for bug #60227.
2012-02-02 Andrey Hristovassert
2012-02-02 Dmitry StogovFixed memory leaks
2012-02-01 Stanislav Malyshevfix UMR in php_register_variable_ex, reported by Stefan...
2012-02-01 Dmitry StogovFixed basic HTTP authentication for WSDL sub requests.
2012-02-01 Dmitry StogovFixed basic HTTP authentication for WSDL sub requests
2012-01-31 Michael Wallnerfix usage of php_output_(de)activate; I guess this...
2012-01-31 Michael Wallnerfix headers print to stdout/stderr if no output written...
2012-01-31 Pierre Joye- fix #55226, WS
2012-01-31 Pierre Joye- fix #55226, fix build
2012-01-30 Adam HarveyFix bug #60801 (strpbrk() mishandles NUL byte) on trunk...
2012-01-30 Michael Wallneruse stderr before, stdout after php_output_startup...
2012-01-30 Pierre Joye- libssh2 1.3.0
2012-01-30 Dmitry StogovFixed (disabled) inline-caching for ZEND_OVERLOADED_FUN...
next