]> granicus.if.org Git - php/shortlog
php
2013-12-10 Remi ColletMerge branch 'PHP-5.5' into PHP-5.6
2013-12-10 Remi ColletNEWS
2013-12-10 Remi ColletMerge branch 'PHP-5.4' into PHP-5.5
2013-12-10 Remi ColletFixed Bug #66218 zend_register_functions breaks reflection
2013-12-10 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2013-12-10 Dmitry StogovFixed bug #66112 (Use after free condition in SOAP...
2013-12-10 Dmitry StogovFixed bug #66251 (Constants get statically bound at...
2013-12-10 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2013-12-10 Dmitry StogovRevered func_get_args() changes, because they were...
2013-12-10 Dmitry StogovMerge branch 'PHP-5.6' of git.php.net:php-src into...
2013-12-10 Dmitry StogovFixed memory leaks introdused by:
2013-12-10 Ard BiesheuvelZend: fix overflow handling bug in non-x86 fast_add_fun...
2013-12-10 Dmitry StogovFixed bug #66252 (Problems in AST evaluation invalidati...
2013-12-10 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2013-12-10 Dmitry StogovArguments passed to user function have to be properly...
2013-12-09 Ard Biesheuvelcli: don't cast away const in select() timeout argument
2013-12-08 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2013-12-08 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2013-12-08 Lior KaplanReplace invalid code with a proper #error
2013-12-06 Ferenc KovacsMerge branch 'igorw-use-function' into PHP-5.6
2013-12-06 Michael WallnerMerge branch 'PHP-5.5' into PHP-5.6
2013-12-06 Michael WallnerBFN
2013-12-06 Michael WallnerMerge branch 'PHP-5.5' into PHP-5.6
2013-12-06 Michael WallnerMerge branch 'PHP-5.4' into PHP-5.5
2013-12-06 Michael WallnerFixed bug #61645 (fopen and O_NONBLOCK)
2013-12-06 Michael Wallnerfix possibly uninitialized value
2013-12-06 Ferenc KovacsMerge branch 'use-function' of git://github.com/igorw...
2013-12-04 Sara GolemonMerge branch 'PHP-5.5' into PHP-5.6
2013-12-04 Sara GolemonUse 'user@example.com' rather than 'user@company.com...
2013-12-04 Andrey HristovMerge branch 'PHP-5.5' into PHP-5.6
2013-12-04 Andrey HristovMerge branch 'PHP-5.4' into PHP-5.5
2013-12-04 Andrey HristovFix loss of precision
2013-12-04 Sara GolemonMerge branch 'PHP-5.5' into PHP-5.6
2013-12-04 Sara GolemonFix php_module_startup() when loading more than one...
2013-12-03 Adam HarveyMerge branch 'PHP-5.5' into PHP-5.6
2013-12-03 Adam HarveyMerge branch 'PHP-5.4' into PHP-5.5
2013-12-03 Adam HarveyRemove 128.0.0.0/16 and 191.255.0.0/16 from the reserve...
2013-12-02 Nikita PopovSupport gmp_remroot() on GMP 4.1
2013-12-02 Bob WeinandAdded note about const scalar exprs in UPGRADING file
2013-12-02 Michael WallnerMerge branch 'PHP-5.5' into PHP-5.6
2013-12-02 Michael WallnerBFN
2013-12-02 Michael WallnerMerge branch 'PHP-5.4' into PHP-5.5
2013-12-02 Michael WallnerFix bug #65196
2013-12-02 Michael WallnerMerge branch 'PHP-5.5' into PHP-5.6
2013-12-02 Michael WallnerBFN
2013-12-02 Michael WallnerMerge branch 'PHP-5.4' into PHP-5.5
2013-12-02 Michael Wallnerfix bug #49634x
2013-12-02 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2013-12-02 Dmitry StogovMerge branch 'PHP-5.4' into PHP-5.5
2013-12-02 Dmitry StogovFixed tests
2013-12-02 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2013-12-02 Dmitry StogovMerge branch 'PHP-5.4' into PHP-5.5
2013-12-02 Dmitry StogovFixed ability to build non-specialized GOTO VM
2013-12-01 Nikita PopovMerge branch 'PHP-5.5' into PHP-5.6
2013-12-01 Nikita PopovFix bug #65764
2013-11-30 Felipe Pena- BFN
2013-11-30 Felipe PenaMerge branch 'PHP-5.5' of git.php.net:/php-src into...
2013-11-30 Felipe PenaMerge branch 'PHP-5.6' of git.php.net:/php-src into...
2013-11-30 Felipe PenaMerge branch 'PHP-5.5' into PHP-5.6
2013-11-30 Felipe Pena- Fixed bug #65923 (ext/socket assumes AI_V4MAPPED...
2013-11-30 Nikita PopovMerge branch 'PHP-5.5' into PHP-5.6
2013-11-30 Nikita PopovCleanup generator closing code a bit
2013-11-30 Nikita PopovFixed bug #66041: list() fails to unpack yielded ArrayA...
2013-11-29 ArunSKFixed unused value compiler warning
2013-11-29 Nikita PopovMerge branch 'PHP-5.5' into PHP-5.6
2013-11-29 nikita2206Fixed bug #65768: DateTimeImmutable::diff does not...
2013-11-29 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2013-11-29 Dmitry StogovMerge branch 'PHP-5.4' into PHP-5.5
2013-11-29 Dmitry StogovAdded validation of class names in the autoload process
2013-11-28 Nikita PopovClean up GMP arginfos
2013-11-28 Nikita PopovAdd gmp_root() and gmp_rootrem() functions
2013-11-28 Nikita PopovUse class handlers for GMP serialization
2013-11-28 Nikita PopovRemove duplicate / commented code in GMP
2013-11-28 Dmitry StogovMerge branch 'PHP-5.6' of git.php.net:php-src into...
2013-11-28 Dmitry StogovAvoid interned hash key duplication and hash key length...
2013-11-28 Derick RethansMerge branch 'PHP-5.5' into PHP-5.6
2013-11-28 Derick RethansMerge branch 'PHP-5.4' into PHP-5.5
2013-11-28 Derick RethansFixed bug #65199 (Wrong Day of Week) and fixed bug...
2013-11-28 Derick RethansMerge branch 'PHP-5.6' of git.php.net:php-src into...
2013-11-28 Derick RethansMerge branch 'PHP-5.5' into PHP-5.6
2013-11-28 Dmitry StogovRemoved unused "pHashFunction" argument in _zend_hash_i...
2013-11-28 Derick RethansMerge branch 'PHP-5.4' into PHP-5.5
2013-11-28 Derick RethansMerge branch 'date-time-dst-rfc' into PHP-5.4
2013-11-28 Derick RethansMarking those two as XFAIL for now.
2013-11-28 Dmitry StogovMerge branch 'PHP-5.6' of git.php.net:php-src into...
2013-11-28 Dmitry StogovSome rare deprecated cases replaced by ZEND_ASSERT...
2013-11-28 Dmitry StogovRemoved duplicated hash function implementation (100...
2013-11-28 Bob WeinandUpdated NEWS for Constant Scalar Exprs RFC
2013-11-28 Bob WeinandMerge branch 'const_scalar_exprs' into PHP-5.6
2013-11-28 Derick RethansFixed a few DST changeover issues.
2013-11-28 Derick RethansMove add/sub to timelib.
2013-11-28 Derick RethansFix backwards transition diffs.
2013-11-28 Derick RethansSplit up tests into their different categories.
2013-11-28 Derick RethansGroup those tests a bit better, as some of the bd ones...
2013-11-28 Derick RethansFixed forward transitions in diffs.
2013-11-28 Derick RethansAlways reset those parameters.
2013-11-28 Derick RethansFixed "Forward Transition" construction of DateTime...
2013-11-28 Dmitry StogovMerge branch 'PHP-5.6' of git.php.net:php-src into...
2013-11-28 Dmitry StogovDon't check argument types for internal functions witho...
2013-11-27 Derick RethansMerge branch 'PHP-5.5' into PHP-5.6
next