]> granicus.if.org Git - php/shortlog
php
2010-05-20 Johannes Schlüter- Improved CLI Interactive readline shell (Johannes)
2010-05-20 Ilia AlshanetskyFixed a memory leak
2010-05-20 Ilia AlshanetskyAdded support for JSON_NUMERIC_CHECK option in json_enc...
2010-05-20 Derick Rethans- Added scalar typehinting.
2010-05-20 Christopher... New current()/next() test
2010-05-20 Felipe Pena- Added arginfo
2010-05-20 Antony Dovgalfix ZTS build
2010-05-19 Derick Rethans- Fixed name.
2010-05-19 Jérôme Loyetchange the startup libevent info log from notice to...
2010-05-19 Jérôme Loyetfix undefined value for log_level when not set in the...
2010-05-19 Sara GolemonAdd parameter to openssl_(en|de)crypt
2010-05-19 Jérôme Loyet- set hard and soft limit (instead of only the soft...
2010-05-19 Jérôme Loyet- #51821, fix --with-libevent-dir (patch by tony2001)
2010-05-19 Michael Wallner* fixed bug #47842 sscanf() does not support 64...
2010-05-18 Pierre Joye- #51854, fix logic (patch by Tjerk)
2010-05-18 Andrey HristovAnd I thought I fixed that...
2010-05-18 Andrey HristovFix comment
2010-05-18 Pierre Joye- #51793, Add alpha argument to imagecolorset
2010-05-18 Andrey HristovNEWS entry
2010-05-18 Andrey HristovRemove duplicated code.
2010-05-18 Andrey HristovUpdate test file
2010-05-18 Andrey HristovAdd iterator to mysqli_result. Works both for :
2010-05-18 Michael Wallner* fixed bug #49819: STDOUT losing data with posix_isatty()
2010-05-17 Pierre Joye- #43233, sasl support for ldap on windows
2010-05-17 Pierre Joye- #51844, checkdnsrr does not support types other than MX
2010-05-17 Dmitry StogovFixed a possible crash because of recursive GC invocation
2010-05-15 Rasmus Lerdorftypo
2010-05-14 Felipe Pena- Fixed bug #51827 (Bad warning when register_shutdown_...
2010-05-14 Andrey Hristovresult_meta local storage
2010-05-14 Antony Dovgalfix external build
2010-05-14 Andrey HristovAllow overloading of mysqlnd_result_meta_init().
2010-05-14 Andrey HristovExport MYSQLND_PROTOCOL methods
2010-05-14 Andrey Hristov- Give possibility to overload mysqlnd_result_init().
2010-05-14 Andrey HristovOOM fixes
2010-05-14 Pierrick CharronAdded support for CURLOPT_MAX_RECV_SPEED_LARGE and...
2010-05-13 Andrey Hristov- initialize some variables
2010-05-13 Andrey HristovExport the methods of MYSQLND_NET
2010-05-13 Andrey HristovExport the result_metadata methods to external modules.
2010-05-13 Andrey HristovSomehow missed to commit this, for better fix for ...
2010-05-13 Andrey HristovBetter fix for #51605
2010-05-13 Dmitry StogovFixed a possible resource destruction issues in shm_put...
2010-05-13 Dmitry StogovFixed a possible memory corruption in ArrayObject:...
2010-05-13 Felipe Pena- Fixed bug #51791 (constant() aborts execution when...
2010-05-12 Christopher... Errors using reserved words as methods
2010-05-12 Jérôme LoyetFix #51799, when glob returns nothing, it was handle...
2010-05-12 Sara GolemonRename JSON_Serializable to JsonSerializable per ML...
2010-05-12 Dmitry StogovFixed a possible memory corruption in parse_str()....
2010-05-12 Dmitry StogovFixed a possible information leak because of interrupti...
2010-05-12 Dmitry StogovFixed a possible memory corruption in pack(). Reported...
2010-05-12 Michael WallnerFixed bug #51725 (xmlrpc_get_type() returns true on...
2010-05-11 Christopher... Restructure into PHP/PECL/PEAR component areas (at...
2010-05-11 Arnaud Le BlancNEWS
2010-05-11 Arnaud Le Blanc - code cleanups
2010-05-11 Dmitry StogovFixed bug #49893 (Crash while creating an instance...
2010-05-11 Andrey HristovOne more time fixing the tests, lets use $IS_MYSQLND...
2010-05-11 Andrey HristovFix for mysqli_stmt_execute.phpt, should be ran only...
2010-05-11 Andrey HristovThese tests should be run only if mysqli uses mysqlnd...
2010-05-11 Raphael GeissertDocument CGI options in the manpage (bug #51718)
2010-05-11 Ilia AlshanetskyRemoved double allocation of buffer inside openssl_rand...
2010-05-11 Dmitry StogovFixed a possible memory corruption in substr_replace()
2010-05-11 Dmitry StogovFixed a possible memory corruption because of unexpecte...
2010-05-11 Andrey HristovFix for bug #51605 (Mysqli zombie links)
2010-05-10 Arnaud Le BlancAdded session upload progress tests
2010-05-10 Arnaud Le BlancAdded upload progress feedback in session data as descr...
2010-05-10 Arnaud Le BlancFix tests
2010-05-10 Etienne Kneussfix the fix for the fix
2010-05-10 Etienne KneussFix crash
2010-05-10 Felipe Pena- Fix crash when instantiating MultipleIterator
2010-05-08 Jérôme LoyetFix #51736, wrong checks on dynamic parameters
2010-05-07 Hannes MagnussonNEWS is not docs and limit lines to 80chars
2010-05-07 Felipe Pena- Fix typo (take 3! thanks Chris and Tony)
2010-05-07 Felipe Pena- Fix error message wording (Kalle)
2010-05-07 Felipe Pena- Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using...
2010-05-07 Antony Dovgalmake the code more readable
2010-05-07 David Soria... Abort if DTrace is not installed on the system
2010-05-07 David Soria... Abort with an error message if we cannot create the...
2010-05-07 Felipe Pena- Fixed magic method and constructor copy for traits
2010-05-07 Felipe Pena- Added check for constant creation on Traits
2010-05-06 Felipe Pena- New tests
2010-05-06 Felipe Pena- Added check for 'static' on trait visibility modifier
2010-05-06 Felipe Pena- Fix typos
2010-05-06 Felipe Pena- Fix error messages & WS
2010-05-06 Felipe Pena- New tests
2010-05-06 Felipe Pena- Added get_declared_traits()
2010-05-06 Kalle Sommer... Well we do need zend_throw_exception_ex ;-)
2010-05-06 Dmitry StogovAdded compiler hints
2010-05-06 Dmitry StogovOptimized access to static properties using executor...
2010-05-06 Dmitry StogovFixed PDO objects binary incompatibility
2010-05-05 Sara GolemonAdd JSON_Serializable interface
2010-05-05 Felipe Pena- Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF...
2010-05-05 Pierre Joye- nuke unused vars
2010-05-05 Pierre Joye- #51063, news and test
2010-05-05 Pierre Joye- #51063, implement getimagesizefromstring
2010-05-05 Rob Richardsfix bug #48601 (xpath() returns FALSE for legitimate...
2010-05-05 Dmitry StogovFixed bug #50698 (SoapClient should handle wsdls with...
2010-05-04 Felipe Pena- New tests
2010-05-04 Felipe Pena- Added check for trait when trying to extend it
2010-05-04 Felipe Pena- Fix trait flag identification
2010-05-04 Felipe Pena- Added check for abstract class
2010-05-04 Rob Richardsfix bug #49490 (XPath namespace prefix conflict)
next