]> granicus.if.org Git - php/shortlog
php
2009-09-22 Felipe Pena- Fixed bug #49630 (imap_listscan function missing)
2009-09-22 Dmitry StogovFixed tests which fail from time to time because of...
2009-09-22 Dmitry StogovFixed test (it failed from time to time because of...
2009-09-22 Jani Taskinen- Move tests in the right location
2009-09-22 Dmitry StogovFixed test
2009-09-22 Dmitry StogovFixed test (removed "bad" locale)
2009-09-21 Dmitry StogovFixed tests ("none" is an alias of "false" and it can...
2009-09-21 Dmitry StogovFixed tests/lang/bug22592.phpt
2009-09-21 Dmitry StogovFixed memleak in tests/lang/engine_assignExecutionOrder...
2009-09-21 Dmitry StogovFixed tests
2009-09-21 Dmitry StogovFixed memory leak
2009-09-21 Ilia AlshanetskyWS
2009-09-17 Hannes MagnussonBFN
2009-09-17 Hannes MagnussonFixed bug#49578 (make install-pear fails)
2009-09-17 Sriram Natarajan- Fixed bug #49572 (use of C++ style comments causes...
2009-09-16 Ilia Alshanetsky5.2.11 news cleanup
2009-09-16 Ilia AlshanetskyBack to dev
2009-09-16 Ilia Alshanetsky5.2.11
2009-09-15 andy wharmbyFix SKIPIF sections
2009-09-15 Rasmus LerdorfFix for bug #49558 for 5.2 and HEAD as well.
2009-09-15 Moriyoshi Koizumi- WS fix (spaces to tabs)
2009-09-14 Jani Taskinenpfft
2009-09-14 Ulf WendelBackport of http://news.php.net/php.cvs/60381 to PHP...
2009-09-14 Ilia AlshanetskyFixed certificate validation inside php_openssl_apply_v...
2009-09-14 Moriyoshi Koizumi- Looks like bug #48697 has already been fixed in RC1.
2009-09-11 andy wharmbyAdd missing SKIPIF
2009-09-10 Ilia AlshanetskyBack to dev
2009-09-10 Ilia Alshanetsky5.2.11RC3
2009-09-10 Ilia AlshanetskyFixed test
2009-09-10 Felipe Pena- Possible fix for bug #49344 on Windows (pdo_mssql...
2009-09-09 Jani TaskinenIhnetd.
2009-09-08 Ilia AlshanetskyTZ news
2009-09-08 Derick Rethans- Updated to version 2009.13 (2009m)
2009-09-07 Ilia AlshanetskyFixed tests
2009-09-07 Ilia AlshanetskyFixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallow...
2009-09-06 Pierre Joye- revert last commit, breaks the build and needs test...
2009-09-06 Moriyoshi Koizumi- Fix leaks.
2009-09-05 Pierre Joye- WS
2009-09-05 Pierre Joye- don't hide early declaration
2009-09-05 Pierre Joye- fix #49274, filter_var does not accept object without...
2009-09-05 Jani Taskinen- This was not supposed to be committed..
2009-09-05 Jani Taskinen- Fixed bug #49182 (PHP CGI always outputs the shebang...
2009-09-04 Jani Taskinen- some styling
2009-09-04 Sriram Natarajan- Fixed bug #49447 (php engine need to correctly check...
2009-09-03 Matteo BeccatiMFH
2009-09-03 Sebastian BergmannMake invokeArgs() error messages consistent with invoke().
2009-09-03 Pierre Joye- missing )
2009-09-03 Jani Taskinen- Prepare for b-day :D
2009-09-03 Ilia AlshanetskyBack to dev
2009-09-03 Ilia Alshanetsky5.2.11RC2
2009-09-03 Pierre Joye- Fix sanity check for the color index in imagecolortra...
2009-09-02 Ilia AlshanetskyFixed return value to comply with tests
2009-09-02 Jani Taskinen- Add missing bug fixing news
2009-09-01 Patrick AllaertMerging last tests made in HEAD
2009-09-01 Patrick AllaertFixing #49424 (#48696): segfault while using ldap_searc...
2009-08-31 Jani Taskinenfix typo
2009-08-31 Jani Taskinen- Fixed zlib.deflate compress filter to actually accpet...
2009-08-31 Zoe Slatteryadd missing skipifs
2009-08-31 Ilia AlshanetskyFixed bug #49361 (wordwrap() wraps incorrectly on end...
2009-08-31 Jani TaskinenMF53: - Fixed bug #49000 (PHP CLI in Interactive mode...
2009-08-30 Zoe SlatteryThe last of the 2009 testfest tests
2009-08-30 Pierre Joye- Fixed leak on error in popen/exec (and related functions)
2009-08-30 Zoe SlatteryMore tests from 2009 testfest
2009-08-30 Zoe Slatterybc math tests from testfest 2009
2009-08-30 Zoe Slatteryserver for ftp tests
2009-08-30 Zoe SlatteryMore tests from 2009 testfest
2009-08-30 Zoe SlatteryFixed to allow for http etc
2009-08-28 andy wharmbyNew basic network function tests. Tested on Windows...
2009-08-28 Zoe SlatteryMore tests from 2009 testfest
2009-08-27 andy wharmbyFix time_sleep_until() tests; not supported on Windows...
2009-08-27 andy wharmbyFix tests. Add missing SKIPIF sections so test do not...
2009-08-27 Rasmus LerdorfThis needs to be larger to avoid an overflow on the...
2009-08-26 Pierre Joye- fix #49372, segfault in php_curl_option_url
2009-08-26 Pierre Joye- silent warning (fix for #28038)
2009-08-26 Pierre Joye- update
2009-08-26 Pierre Joye- fix #44683, popen crashes when an invalid mode is...
2009-08-26 Pierre Joye- fix build (pls at least try to compile before committing)
2009-08-26 Zoe SlatteryTest from 2009 testfest
2009-08-26 Ilia AlshanetskyFixed variable clobbering
2009-08-26 Dmitry StogovFixed bug #47273 (Encoding bug in SoapServer->fault)
2009-08-26 Guenter Knauffix bug #48640: cleaned up ifdef whoes, removed duplica...
2009-08-24 Ilia AlshanetskyDon't clober variables
2009-08-24 Rafael Machado... Adding tests for imagecolorallocatealpha
2009-08-22 Mikko KoppanenFixes a memory leak in ssl streams. The context was...
2009-08-20 Jani Taskinen- Fixed bug #49286 (php://input (php_stream_input_read...
2009-08-20 Jani Taskinen- WS + CS + sync
2009-08-20 Jani Taskinen- Fixed bug #49289 (bcmath module does not compile...
2009-08-19 andy wharmbyNew basic test for md5(). Tested on Windows, Linux...
2009-08-18 Stanislav Malyshevfix crash when unexpectedly passed by-ref parameter...
2009-08-18 Garrett Serack- Fixed bug #28038 (Sent incorrect RCPT TO commands...
2009-08-18 Ilia AlshanetskyNULL the value after free
2009-08-17 andy wharmbyNew str_replace() tests. All tested on Windows, Linux...
2009-08-17 Jani Taskinen- Fix news
2009-08-17 Dmitry StogovFixed bug #49144 (import of schema from different host...
2009-08-17 Jani Taskinen- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_...
2009-08-17 Jani Taskinen- Fixed bug #49248 by fixing bug #48994 properly
2009-08-17 Jani Taskinen- Try disabling zlib.output_compression always for...
2009-08-17 andy wharmbyMake test more portable.
2009-08-17 Derick Rethans- Updated to version 2009.12 (2009l)
2009-08-17 andy wharmbyNew basic tests for uniqid(). Tested on Windows, Linux...
next