]> granicus.if.org Git - php/shortlog
php
2008-11-27 Ant PhillipsLatest and greatest versions of these session tests...
2008-11-27 Dmitry StogovFixed bug #46427 (SoapClient() stumbles over its "strea...
2008-11-27 Scott MacVicarUpdate libsqlite to 3.6.6.2
2008-11-27 Felipe Pena- New parameter parsing API
2008-11-27 <changelog... ChangeLog update
2008-11-26 Ant PhillipsFile system tests: checked on PHP 6.0 latest snap ...
2008-11-26 Antony Dovgalfix test
2008-11-26 Felipe Pena- New test
2008-11-26 Arnaud Le BlancFixed bug #46673 (stream_lock call with wrong paramater)
2008-11-26 Arnaud Le BlancMissed file from commit for #44181 & #44182
2008-11-26 Arnaud Le Blanc[DOC] Added ENT_IGNORE as a compatibility flag for...
2008-11-26 Arnaud Le BlancMFB 5.2
2008-11-26 <changelog... ChangeLog update
2008-11-26 Arnaud Le BlancFixed bug #42473 (ob_start php://output and headers)
2008-11-26 Arnaud Le BlancFixed bugs #44181 & #44182 (extract() and references)
2008-11-25 Ilia AlshanetskyMFB: Upgraded bundled sqlite to version 3.6.6.1.
2008-11-25 Stanislav Malyshevcleanup
2008-11-25 Arnaud Le BlancFixed endless loop in cli when ignore_user_abort is on
2008-11-25 <changelog... ChangeLog update
2008-11-25 Stanislav MalyshevMFB: fix php_value application order for Apache
2008-11-24 Ilia AlshanetskyMFB: Fixed bug #46626 (mb_convert_case does not handle...
2008-11-24 Arnaud Le Blanc*** empty log message ***
2008-11-24 Stanislav MalyshevMFB: restore BC for arrays
2008-11-24 Arnaud Le BlancFixed bug #44075 (strtok misbehaving on unicode string)
2008-11-24 Stanislav Malyshevadd object-compatible array modes
2008-11-24 Stanislav Malyshevadd object-compatible array parameters
2008-11-24 Arnaud Le BlancFixed some conditional jumps depending on uninitialised...
2008-11-24 Iain LewisAdding some tests for array_product
2008-11-24 David Soria... Revert fix for 43782, as it caused problems.
2008-11-24 Sanjay MantoorFixed testcsae inputs so that test runs faster
2008-11-24 <changelog... ChangeLog update
2008-11-23 Arnaud Le BlancFixed bug #46649 (Setting array element with that same...
2008-11-23 Felipe Pena- New parameter parsing API
2008-11-23 <changelog... ChangeLog update
2008-11-22 Pierre Joye- declaration first (fix build win)
2008-11-22 Felipe Pena- Fixed segfault [only in this branch]
2008-11-22 Scott MacVicarPatch file for sqlite3 amalgamation so things don't...
2008-11-22 Scott MacVicarBetter fix for va_copy since some architectures like...
2008-11-22 David Coallier- Removed my duplicate news entry
2008-11-22 Felipe Pena- Fixed segfault [only in this branch, because add_next...
2008-11-22 David Coallier- Added the fixed bug #46615
2008-11-22 David Coallier- Return the key - 1
2008-11-22 David Coallier- Added tests for bug #46615 (Adjustments)
2008-11-22 Pierre Joye- MFB: Fix windows build
2008-11-22 Pierre Joye- MFB: make va_copy safer using () around arguments
2008-11-22 Scott MacVicarFix build on Windows
2008-11-22 Scott MacVicarError handler isn't properly restored when using fetchO...
2008-11-22 Scott MacVicarUpdate libsqlite to 3.6.6
2008-11-22 Scott MacVicarWarnings from libmagic should be notices rather than...
2008-11-22 <changelog... ChangeLog update
2008-11-21 Felipe Pena- Fixed bug #46604 (ReflectionClass::getProperty()...
2008-11-21 Felipe Pena- Missing SKIPIF :(
2008-11-21 Felipe Pena- Fixed memory leak in readline_callback_handler_remove()
2008-11-21 Scott MacVicarAdd vasprintf() so the buffer can be automatically...
2008-11-21 Felipe Pena- New tests
2008-11-21 Felipe Pena- Fix test
2008-11-21 Felipe Pena- New tests
2008-11-21 Felipe Pena- Fixed bug #46578 (strip_tags() does not honor end...
2008-11-21 Jani Taskinen- Nuke unused file
2008-11-21 Pierre Joye- expose PHP_BUILD in the Makefile
2008-11-21 Pierre Joye- add build type (debug/release) and TS info to the...
2008-11-21 Sanjay MantoorNew testcases for gmmktime function
2008-11-21 <changelog... ChangeLog update
2008-11-20 Felipe Pena- Changed split() to preg_split()
2008-11-20 Felipe Pena- Fixed memory leaks in readline_completion_function()
2008-11-20 Andrey Hristovmysqlnd fixes for Windows :
2008-11-20 Kalle Sommer... Fix typo
2008-11-20 Mark Karpeles- MFB: ext/wddx: fixed test 003 which depended on arch...
2008-11-20 Felipe Pena- Fixed memory leak in wddx_add_vars()
2008-11-20 Felipe Pena- Added ZEND_FETCH_RESOURCE_NO_RETURN
2008-11-20 Mark Karpeles- ext/wddx: classes providing __sleep() are stored...
2008-11-20 Mark Karpeles- MFB (PHP_5_2): #46496, wddx_serialize treats input...
2008-11-20 Pierre Joye- declarations must be.. 1st
2008-11-20 <changelog... ChangeLog update
2008-11-19 Arnaud Le BlancCS
2008-11-19 Andrey HristovFix a small bug that mysqlnd::next_result didn't care...
2008-11-19 Felipe Pena- Fixed tests
2008-11-19 Arnaud Le BlancImproved ArrayObject performance (made spl_hash_verify_...
2008-11-19 Pierre Joye- new naming and allow libcurl static build
2008-11-19 Etienne KneussFix #46241 (stacked error_handlers, error_handling...
2008-11-19 <changelog... ChangeLog update
2008-11-18 Alexey ZakhlestinMFB: new parameter-parsing api
2008-11-18 Pierre Joye- mac eol to win eol
2008-11-18 Andrey HristovFix windows build - pure C compiler
2008-11-18 Andrey HristovAsynchronous queries for mysqli, when mysqlnd is enabled.
2008-11-18 Ant PhillipsReflection tests: checked on PHP 5.2.6, 5.3 and 6.0...
2008-11-18 Pierre Joye- declaration has to be first...
2008-11-18 Pierre Joye- mfb: fix title
2008-11-18 Pierre Joye- MFB: #41033, enable signing with DSA keys
2008-11-18 <changelog... ChangeLog update
2008-11-17 Felipe Pena- Changed 'strlen' to use ZEND_FUNCTION(strlen)
2008-11-17 Scott MacVicarAdd openssl_random_pseudo_bytes() in order to expose...
2008-11-17 Scott MacVicarFix #46033 - Segfault when instantiating SQLite3stmt...
2008-11-17 Scott MacVicarSync libsqlite to 3.6.5
2008-11-17 David Soria... Feature request #46595. Use cc as default compiler...
2008-11-17 Ant PhillipsCommit tests for ext/reflection
2008-11-17 Felipe Pena- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro...
2008-11-17 <changelog... ChangeLog update
2008-11-16 Pierre Joye- MFB: skip if pcntl is not present
2008-11-16 Pierre Joye- #46127, php_openssl_tcp_sockop_accept forgets to...
next