]> granicus.if.org Git - php/shortlog
php
2010-05-29 Johannes Schlüter- Make reflection aware of traits
2010-05-29 Johannes Schlüter- Fix tests
2010-05-29 Johannes Schlüter- A method called like a trait is no constructor
2010-05-29 Jérôme Loyettypo (thx to Brian P. Mercer)
2010-05-28 Dmitry StogovFixed bug #50976 (Soap headers Authorization not allowed)
2010-05-28 Dmitry StogovFixed bug #50762 (in WSDL mode Soap Header handler...
2010-05-27 Kalle Sommer... Fixed compiler warning (pointer mismatch)
2010-05-27 Johannes SchlüterThese files talk about PHP 3, flex, CVS, ... interestin...
2010-05-27 Johannes SchlüterUpdate EXTENSIONS file
2010-05-27 Johannes SchlüterUpdate credits
2010-05-27 Johannes SchlüterMake the credits script more verbose
2010-05-27 Jérôme Loyetbug: include paths were not evaluated to to full path
2010-05-27 Jérôme Loyettypo
2010-05-27 Ulf WendelOpen server bug: mysqlnd works around it, libmysql...
2010-05-27 Andrey HristovCheck before use, because mysqlnd can return NULL
2010-05-27 Andrey HristovDon't use NULL pointer, always check before use
2010-05-27 Ulf WendelTest fixes and updates to work with a wider range of...
2010-05-27 Andrey HristovFix possible crashes, in case of OOM, due to half-baken
2010-05-27 Andrey HristovFix crashes in the allocator in case of OOM.
2010-05-27 Andrey HristovFix deallocation which can crash if the object is half...
2010-05-26 Pierrick CharronRemove unused variable
2010-05-26 Dmitry StogovConditional compilation is replaced by macro
2010-05-26 Andrey HristovDon't use conn->net without checking if it is NULL...
2010-05-26 Andrey HristovFix test
2010-05-26 Andrey HristovRemove a function that has no usage. The zval cache...
2010-05-26 Ilia AlshanetskyFixed test
2010-05-26 Andrey HristovAdd checks to check the underlying pointer in the resource.
2010-05-26 Michael WallnerAdded support for object references in recursive serial...
2010-05-26 Felipe Pena- Fixed bug #51899 (Parse error in parse_ini_file(...
2010-05-26 Felipe Pena- Fixed bug #51905 (ReflectionParameter fails if defaul...
2010-05-25 Andrey HristovHandle the situation when MYSQLND_PROTOCOL's methods...
2010-05-25 Andrey HristovHandle the situation when mysql_init()/mysqlnd_init()
2010-05-25 Felipe Pena- Fixed bug #51911 (ReflectionParameter::getDefaultValu...
2010-05-25 Andrey HristovGracefully handle OOM in mysqlnd_stmt_init. Release...
2010-05-25 Andrey HristovInit should return status value because initialization...
2010-05-25 Andrey HristovUse the specialized macro for this case
2010-05-25 Andrey HristovUse only memory that has been allocated
2010-05-25 Andrey HristovAccess memory which was really allocated
2010-05-25 Andrey HristovFix shared build
2010-05-25 Antony Dovgalfix zend_std_get_static_property() in ZTS mode
2010-05-25 Antony Dovgaluse correct condition in the if
2010-05-25 Andrey HristovHandle OOM in the code that generates PS Execute requests
2010-05-25 Andrey HristovFix metadata duplicatin which wasn't crash-safe in...
2010-05-25 Dmitry StogovFixed compatibility with "Run Time Cache" patch
2010-05-25 Dmitry Stogov- Interned string related callbacks moved turned from...
2010-05-25 Martin JansenChanged test case to use our new dummy MX records.
2010-05-25 Stanislav Malyshevfix C++ builds on Mac
2010-05-24 Rasmus LerdorfCheck for -1 as well here
2010-05-24 Rasmus LerdorfLet's have a sane error message here instead of some...
2010-05-24 Ilia AlshanetskyImproved test
2010-05-24 Ilia AlshanetskyFixed tests
2010-05-24 Ilia AlshanetskyAdded support for numeric & scalar type hint as defined...
2010-05-24 Dmitry StogovFixed ZTS build
2010-05-24 Dmitry StogovFixed exception handling in GOTO VM
2010-05-24 Dmitry StogovAdded caches to eliminate repeatable run-time bindings...
2010-05-24 Kalle Sommer... Allow ereg to be built as shared on Windows
2010-05-23 Ilia AlshanetskyAllow arbitrary number of space characters between...
2010-05-21 Sara GolemonOoops, return values...
2010-05-21 Sara GolemonAdd JSON_BIGINT_AS_STRING for json_decode() to parse...
2010-05-21 Andrey HristovCheck set->data for validity before using it.
2010-05-21 Andrey HristovWhen OOM hits the wire, don't crash.
2010-05-21 Andrey HristovFix for Bug #51870
2010-05-21 Kalle Sommer... Remove this RC file, it should be named template.rc...
2010-05-20 Ilia AlshanetskyFixed tests
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
next