]> granicus.if.org Git - php/shortlog
php
2015-03-05 Dmitry StogovMinimize copying of HashTable realocation
2015-03-05 Xinchen HuiMerge branch 'PHP-5.6'
2015-03-05 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-03-05 Xinchen HuiError also maybe happened here
2015-03-05 Dmitry StogovAvoid useless op_array duplication
2015-03-05 Xinchen HuiMerge branch 'PHP-5.6'
2015-03-05 Xinchen HuiRevert commit to zend signal by mistake
2015-03-05 Anatol Belskifix incompatible pointer
2015-03-05 Xinchen HuiMerge branch 'cleanup' of https://github.com/zxcvdavid...
2015-03-05 Xinchen HuiMerge branch 'PHP-5.6'
2015-03-05 Xinchen HuiUpdate NEWs
2015-03-05 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-03-05 Xinchen HuiFixed bug #69174 (leaks when unused inner class use...
2015-03-05 Xinchen HuiRevive Zend Signals handler (and fixed bug #61083)
2015-03-05 Reeze XiaMerge branch 'pull-request/1142'
2015-03-05 Rasmus LerdorfThis test fails with multibyte on because it spews
2015-03-05 Rasmus LerdorfThis test fails with multibyte on because it spews
2015-03-05 Wei DaiRemove the unused vars
2015-03-05 Daniel LowreyMerge branch 'PHP-5.6'
2015-03-05 Daniel LowreyFixed bug #68265 (SAN match fails with trailing DNS...
2015-03-05 Daniel LowreyMerge branch 'PHP-5.6'
2015-03-05 Daniel LowreyMerge branch 'PHP-5.6' of https://github.com/bjori...
2015-03-05 Daniel LowreyMerge branch 'PHP-5.6'
2015-03-05 Daniel LowreyFixed bug #68879 (IP Address fields in subjectAltNames...
2015-03-05 Daniel LowreyFix broken test
2015-03-05 Xinchen HuiUse strpprintf
2015-03-05 Adam HarveyMerge branch 'master' into HEAD
2015-03-05 Adam HarveyUse a deprecated function that still exists. POST_PHP7_EREG_MYSQL_REMOVALS
2015-03-05 Adam HarveyRemove unnecessary debug warning (that also broke tests).
2015-03-05 Adam HarveyExplicitly depend opcache on pcre.
2015-03-05 Adam HarveyUpdate UPGRADING.
2015-03-05 Adam HarveyMerge remote-tracking branch 'datibbaw/kill-ereg'
2015-03-05 Adam HarveyRemove the deprecated MySQL extension.
2015-03-05 Hannes Magnussonhexadecimal is case*in*sensitive
2015-03-04 Dmitry StogovImproved method inhereitance code and cleanup
2015-03-04 Daniel LowreyMerge branch 'tls-alpn'
2015-03-04 Dmitry StogovImproved ineritance code PRE_PHP7_EREG_MYSQL_REMOVALS
2015-03-04 Daniel LowreyMerge branch 'PHP-5.6'
2015-03-04 Daniel LowreyFixed bug #68920 (use strict peer_fingerprint input...
2015-03-04 Anatol Belskifix ini registry handling
2015-03-04 Daniel LowreyImprove test to target specific issue
2015-03-04 Dmitry StogovMerge commit 'refs/pull/1066/head' of git://github...
2015-03-04 Dmitry StogovMerge commit 'refs/pull/1137/head' of git://github...
2015-03-04 Dmitry StogovMerge branch 'pull-request/1128'
2015-03-04 Dmitry StogovImproved code for class property inheritance
2015-03-04 Daniel LowreyMisc updates/cleanup
2015-03-04 Xinchen HuiMerge branch 'master' of https://git.php.net/repository...
2015-03-04 Xinchen HuiAdd test for previously fixed segfault
2015-03-04 Anatol Belskiensure the mail() socket is not leaked after request
2015-03-04 Xinchen HuiFixed segfault
2015-03-04 Xinchen HuiMerge branch 'PHP-5.6'
2015-03-04 Xinchen HuiFixed bug #69159 (Opcache causes problem when passing...
2015-03-04 Xinchen Huiindent
2015-03-04 Xinchen HuiFixed memleak
2015-03-04 Xinchen HuiMerge branch 'master' of https://git.php.net/repository...
2015-03-04 Xinchen HuiMerge branch 'fix-compile-error' of https://github...
2015-03-04 Reeze XiaSilence a empty while loop warning
2015-03-04 Reeze XiaFixed wrong parameter type of php_stream_mmap_range()
2015-03-04 Xinchen HuiFixed wrong type used
2015-03-04 Xinchen HuiFixed build
2015-03-04 zxcvdavidFix compile error
2015-03-04 zxcvdavidRemove the unused vars
2015-03-03 Dmitry StogovUse zend_string* instead of char* for opened_patch...
2015-03-03 Anatol Belskifix thread safety for win32/sendmail
2015-03-03 Anatol Belskiavoid this pointers play
2015-03-03 Anatol Belskiuse correct free api
2015-03-03 Anatol BelskiFixed bug #69154 Access violation in php7.dll!_emalloc
2015-03-03 Anatol Belskiensure there is no connection
2015-03-03 Anatol Belskifix socket leaking and better connection err check
2015-03-03 Anatol Belskiavoid skipif as this indeed should be tested
2015-03-03 Xinchen HuiMerge branch 'PHP-5.6'
2015-03-03 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-03-03 nathan r. hrubyMake killing a locker an ERROR event
2015-03-03 Reeze XiaFix test
2015-03-03 Dmitry StogovMicrooptimization (avoid reloading from memory)
2015-03-03 Dmitry StogovRemoved deprecated paths. Changed "switch" into series...
2015-03-03 Reeze XiaOptimize class constant declare compilation
2015-03-03 Reeze XiaMerge branch 'master' of git.php.net:php-src
2015-03-03 Reeze XiaAdd missing zend_parse_parameters_none() for flush()
2015-03-03 Xinchen HuiRemove wrong commit committed by accident
2015-03-03 Xinchen HuiMerge branch 'master' of https://git.php.net/repository...
2015-03-03 Xinchen HuiFixed bug #69167 (call_user_func does not support refer...
2015-03-03 Xinchen HuiFixed #69166 (Assigning array_values() to array does...
2015-03-03 Reeze XiaMerge branch 'PHP-5.6'
2015-03-03 Reeze XiaMerge branch 'PHP-5.6' of git.php.net:/php-src into...
2015-03-03 Reeze XiaMerge branch 'PHP-5.5' into PHP-5.6
2015-03-03 Reeze XiaMerge branch 'PHP-5.5' of git.php.net:/php-src into...
2015-03-03 Reeze XiaImprove fix for bug 67741
2015-03-03 Dmitry StogovMerge branch 'PHP-5.6'
2015-03-03 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2015-03-03 Dmitry StogovMerge branch 'PHP-5.4' into PHP-5.5
2015-03-03 Dmitry StogovAdded type checks
2015-03-03 Dmitry StogovMerge branch 'PHP-5.5' of git.php.net:php-src into...
2015-03-03 Dmitry StogovMerge branch 'PHP-5.6' of git.php.net:php-src into...
2015-03-03 Dmitry StogovMerge branch 'PHP-5.6'
2015-03-03 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2015-03-03 Dmitry StogovMerge branch 'PHP-5.4' into PHP-5.5
2015-03-03 Dmitry StogovAdded type checks
2015-03-03 Reeze XiaMerge branch 'PHP-5.5' into PHP-5.6
2015-03-03 Reeze XiaUpdate NEWS
next