]> granicus.if.org Git - php/shortlog
php
2016-10-21 Anatol BelskiMerge branch 'PHP-7.1'
2016-10-21 Anatol BelskiBetter fix for bug #73360
2016-10-21 Anatol BelskiRevert "Fixed bug #73360 Unable to work in root with...
2016-10-21 Anatol BelskiMerge branch 'PHP-7.1'
2016-10-21 Dmitry StogovTurn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE...
2016-10-21 Anatol Belskiupdate NEWS
2016-10-21 Anatol BelskiMerge branch 'PHP-7.1'
2016-10-21 Anatol BelskiFixed bug #73360 Unable to work in root with unicode...
2016-10-21 Amo ChohanAdd tests for PDO::getAvailableDrivers
2016-10-20 Adam BaratzRemove DBDO-specific field
2016-10-20 Kalle Sommer... Save some more calls to strlen() on the CURLFile helper...
2016-10-20 Kalle Sommer... Revert "Fix test, this is kinda ugly, but at least...
2016-10-20 Kalle Sommer... Merge branch 'master' of git.php.net:php-src
2016-10-20 Kalle Sommer... Save a call to strlen(), since we can figure out the...
2016-10-20 Kalle Sommer... Fix test, this is kinda ugly, but at least for me on...
2016-10-20 Nikita PopovMerge branch 'PHP-7.1'
2016-10-20 Nikita PopovMerge branch 'PHP-7.0' into PHP-7.1
2016-10-20 Adam SaponaraFix bug #71241: array_replace_recursive mutates ref...
2016-10-20 Kalle Sommer... Merge branch 'master' of git.php.net:php-src
2016-10-20 Kalle Sommer... Do not overwrite config.nice.bat if --with-config-profi...
2016-10-20 Christoph M... Update UPGRADING wrt. imageresolution()
2016-10-20 Matteo BeccatiFixed test to accept MYSQLI_OPT_READ_TIMEOUT
2016-10-20 Anatol Belskiremove redundant includes
2016-10-20 Anatol Belskifix Windows compilation
2016-10-20 LeighMerge branch 'PHP-7.1'
2016-10-20 LeighMerge branch 'PHP-7.0' into PHP-7.1
2016-10-20 LeighAdd php_random_int internal API
2016-10-20 Kalle Sommer... Fix compiler warnings, always cast to zend_long from...
2016-10-20 Kalle Sommer... Ignore the return value of sqlite3->busyTimeout() if...
2016-10-20 Joe Watkinsnews entry for pr #2135
2016-10-20 Joe WatkinsMerge branch 'pull-request/2135'
2016-10-20 Joe Watkinsnews entry for pr #2152
2016-10-20 Joe WatkinsMerge branch 'pull-request/2152'
2016-10-20 Joe Watkinsnews entry for #pr 2152
2016-10-20 Joe WatkinsMerge branch 'pull-request/2152' into PHP-7.1
2016-10-20 Joe Watkinsnews entry for #pr 2152
2016-10-20 Joe WatkinsMerge branch 'pull-request/2152' into PHP-7.0
2016-10-19 Dmitry StogovMerge branch 'PHP-7.1'
2016-10-19 Dmitry StogovFixed typo
2016-10-19 Dmitry StogovMerge branch 'PHP-7.1'
2016-10-19 Dmitry StogovIntroduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES(...
2016-10-19 Joe WatkinsMerge branch 'master' of git.php.net:/php-src
2016-10-19 Joe WatkinsImplement #72612 (libxmlrc uses system malloc instead...
2016-10-19 Kalle Sommer... T1Lib support was removed in 7.0
2016-10-19 Kalle Sommer... Fix typo
2016-10-19 Kalle Sommer... Poor copy/paste mistake, nobody saw I used getrusage...
2016-10-19 Kalle Sommer... Move these files to the same compilation batch instead...
2016-10-19 Kalle Sommer... Ignore notices with headers already being defined to...
2016-10-18 Kalle Sommer... Improve the config.simple.bat for Windows a little;
2016-10-18 Kalle Sommer... Added config.simple.bat to .gitignore
2016-10-18 Kalle Sommer... Make proc_nice() more in line with that of Unix, as...
2016-10-18 Kalle Sommer... Always include the header for nice() on Windows
2016-10-18 Kalle Sommer... Added config.simple for the Windows build system, this...
2016-10-18 Anatol BelskiMerge branch 'PHP-7.1'
2016-10-18 Anatol Belskiupdate NEWS
2016-10-18 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2016-10-18 Anatol Belskiupdate NEWS
2016-10-18 Anatol BelskiMerge branch 'PHP-7.1'
2016-10-18 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2016-10-18 Anatol BelskiFixed bug #73329 (Float)"Nano" == NAN
2016-10-18 Anatol BelskiMerge branch 'PHP-7.1'
2016-10-18 Anatol Belskisync NEWS
2016-10-18 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2016-10-18 Anatol Belskisync NEWS
2016-10-18 Christoph M... Make this test meaningful
2016-10-18 Johannes SchlüterInstall ext/json headers so that other extension can...
2016-10-18 Bob WeinandMerge branch 'PHP-7.1'
2016-10-18 Bob WeinandMerge remote-tracking branch 'origin/PHP-7.0' into...
2016-10-18 Christoph M... Use our own domains to test getmxrr()
2016-10-18 Christoph M... Remove superfluous checks for PNG support
2016-10-18 Bob WeinandFixed bug #73338 (Exception thrown from error handler...
2016-10-18 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2016-10-18 Dmitry StogovMerge branch 'PHP-7.1'
2016-10-18 Dmitry StogovMerge branch 'PHP-7.0' into PHP-7.1
2016-10-18 Dmitry StogovMerge branch 'PHP-5.6' into PHP-7.0
2016-10-18 Dmitry StogovFixed bug #73337 (try/catch not working with two except...
2016-10-18 Joe WatkinsRevert "Fix bug #47890 #73215 uniqid() should use bette...
2016-10-18 Joe WatkinsRevert "Fix bug #47890 #73215 uniqid() should use bette...
2016-10-18 Joe WatkinsRevert "Fix bug #47890 #73215 uniqid() should use bette...
2016-10-18 Dmitry StogovMerge branch 'PHP-7.1'
2016-10-18 Dmitry StogovFixed type inference rules.
2016-10-18 Yasuo OhgakiUpdate NEWS
2016-10-18 Yasuo OhgakiUpdate NEWS
2016-10-18 Yasuo OhgakiMerge branch 'PHP-7.1'
2016-10-18 Yasuo OhgakiMerge branch 'PHP-7.0' into PHP-7.1
2016-10-18 Yasuo OhgakiFix bug #47890 #73215 uniqid() should use better random...
2016-10-17 Christoph M... Add PHP bindings for setting and getting the image...
2016-10-17 Christoph M... Merge branch 'PHP-7.1'
2016-10-17 Christoph M... Merge branch 'PHP-7.0' into PHP-7.1
2016-10-17 Yasuo OhgakiMerge branch 'PHP-7.1'
2016-10-17 Yasuo OhgakiSimply return FALSE from session_gc(). Error could...
2016-10-17 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-10-17 Christoph M... Fix #73333: 2147483647 is fetched as string
2016-10-17 Yasuo OhgakiAdd save handler explanations for documentation purpose
2016-10-17 Adam BaratzRemove dead code
2016-10-17 Dmitry StogovMerge branch 'PHP-7.1'
2016-10-17 Dmitry StogovUse simple "one-pass" algorithm.
2016-10-17 Anatol BelskiMerge branch 'PHP-7.1'
2016-10-17 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2016-10-17 Anatol Belskisync NEWS
next