]> granicus.if.org Git - php/shortlog
php
2015-07-08 Kalle Sommer... PHP 7.0.0 Beta 2 NEWS
2015-07-07 Nikita PopovZEND_SEPARATE reuses temporaries
2015-07-07 Aaron PiotrowskiSwitch code on thrown TypeError and ParseError to 0...
2015-07-07 Christoph M... Merge branch 'PHP-5.6'
2015-07-07 Christoph M... fixed typo in test for bug #66985
2015-07-07 Bob WeinandProperly exit on EOF on stdin in readline mode
2015-07-07 Nikita PopovRemove loop_var_stack
2015-07-07 Rasmus LerdorfSQLite3::open/__construct has 2 optional args
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-07-07 Stanislav MalyshevBetter fix for bug #69958
2015-07-07 Stanislav MalyshevBetter fix for bug #69958
2015-07-07 Stanislav MalyshevFix bug #69669 (mysqlnd is vulnerable to BACKRONYM)
2015-07-07 Stanislav MalyshevFix bug #69923 - Buffer overflow and stack smashing...
2015-07-07 Stanislav MalyshevFix bug #69958 - Segfault in Phar::convertToData on...
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-07-07 Aaron PiotrowskiUse NULL where possible for exception class
2015-07-07 Aaron PiotrowskiAllow NULL for exception_ce
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.5' of git.php.net:php-src into...
2015-07-07 Anatol BelskiMerge branch 'PHP-5.6'
2015-07-07 Anatol Belskifix C89 compat
2015-07-07 Stanislav MalyshevBetter fix for bug #69958
2015-07-07 Stanislav Malyshevupdate news
2015-07-07 Stanislav MalyshevFix bug #69669 (mysqlnd is vulnerable to BACKRONYM)
2015-07-07 Stanislav MalyshevFix bug #69923 - Buffer overflow and stack smashing...
2015-07-07 Stanislav MalyshevFix bug #69958 - Segfault in Phar::convertToData on...
2015-07-07 Kalle Sommer... fix C89 compat
2015-07-07 Anatol Belskiadded info about the user space stream context for...
2015-07-07 Anatol Belskimention pcre.jit in the supplied php.ini-*
2015-07-07 Julien PauliMerge branch 'PHP-5.6'
2015-07-07 Julien PauliFix test related to c22da81
2015-07-07 Ferenc KovacsMerge branch 'PHP-5.6'
2015-07-07 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2015-07-07 Ferenc KovacsMerge branch 'PHP-5.4' into PHP-5.5
2015-07-07 Ferenc Kovacsadd missing second argument for ucfirst to the proto
2015-07-07 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-07-07 Xinchen HuiUpdate NEWs
2015-07-07 Xinchen HuiMerge branch 'PHP-5.6'
2015-07-07 Xinchen HuiFixed bug #69972 (Use-after-free vulnerability in sqlit...
2015-07-07 Anatol Belskiupdated NEWS
2015-07-07 Xinchen HuiUpdate NEWs
2015-07-07 Xinchen HuiMerge branch 'PHP-5.6'
2015-07-07 Xinchen HuiFixed bug #69970 (Use-after-free vulnerability in spl_r...
2015-07-07 Julien PauliMerge branch 'PHP-5.6'
2015-07-07 Julien PauliFixed double ZEND_TICKS opcode generation for declare()
2015-07-07 Dmitry StogovTuned off dubugging of live ranges
2015-07-07 Dmitry StogovFixed bug #62210 (Exceptions can leak temporary variabl...
2015-07-07 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-07-07 Xinchen HuiFixed bug #70006 (cli - function with default arg ...
2015-07-07 Kalle Sommer... Merge branch 'master' of https://git.php.net/push/php-src
2015-07-07 Kalle Sommer... Fix x86 build
2015-07-07 Xinchen HuiFixed use after free on closure_call_leak_with_exceptio...
2015-07-07 Dmitry StogovFixed test
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-07-07 Stanislav MalyshevBetter fix for bug #69958
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-07-07 Stanislav MalyshevBetter fix for bug #69958
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-07-07 Stanislav Malyshevupdate news
2015-07-07 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-07-07 Stanislav MalyshevFix bug #69669 (mysqlnd is vulnerable to BACKRONYM)
2015-07-06 Aaron PiotrowskiThrow TypeError for invalid callback
2015-07-06 Nikita PopovFix crash when exception occurs during nested rope
2015-07-06 Nikita PopovFix crash when exception is thrown during ROPE_END
2015-07-06 Nikita PopovSmall cleanup in ternary compilation
2015-07-06 Anatol Belskimove the define to the right place
2015-07-06 Anatol Belskifix ext/ldap build
2015-07-06 Bob WeinandRectify information about invalid shift warning being...
2015-07-06 Bob WeinandDo not display EXT_TYPE_UNUSED in phpdbg opcodes
2015-07-06 Bob WeinandRun debug build with opcache on travis
2015-07-06 Dmitry StogovSimplify TMP var number decoding (without HashTable)
2015-07-06 Dmitry StogovAvoid dangerous optimization
2015-07-06 Dmitry StogovFixed JMPZNZ instruction printing
2015-07-06 Côme BernigaudMerge branch 'PHP-5.6'
2015-07-06 Côme BernigaudAttempt at falling back on ldap_find_control for Mac OS
2015-07-06 Côme BernigaudMerge branch 'PHP-5.6'
2015-07-06 Anatol Belskiupdate NEWS about #69900
2015-07-06 Côme BernigaudUpdated README, added test to create LDAP base if missi...
2015-07-06 Dmitry StogovFixed test (shift operators throw Error)
2015-07-06 Dmitry StogovFixed return value
2015-07-06 Xinchen HuiMerge branch 'signed_char' of https://github.com/antonb...
2015-07-06 Xinchen HuiReorder the conditions
2015-07-06 Xinchen HuiFixed segfault while with generating ext info
2015-07-06 Anton Blanchardhttp parser code assumes char is signed
2015-07-05 Anatol Belskibring back the division by zero warning
2015-07-05 Stanislav MalyshevMerge branch 'pull-request/1368'
2015-07-05 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-07-05 DominicCleaned white spaces in PHP_INI definition of phar
2015-07-05 Stanislav MalyshevMerge branch 'pull-request/1351'
2015-07-05 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-07-05 Stanislav MalyshevMerge branch 'pull-request/1324' into PHP-5.6
2015-07-05 Stanislav MalyshevFix bug #69923 - Buffer overflow and stack smashing...
2015-07-05 Stanislav MalyshevFix bug #69958 - Segfault in Phar::convertToData on...
2015-07-05 Bob WeinandFix use after free with opcache (interned strings)
2015-07-04 Kalle Sommer... This macro check is not needed (Anatol)
2015-07-04 Kalle Sommer... Replace references to PHP_WIN32 and TSRM_WIN32 with...
2015-07-04 Xinchen HuiFixed bug #69983 (get_browser fails with user agent...
2015-07-03 Aaron PiotrowskiSwitch code on thrown Errors to 0, update related tests
2015-07-03 Aaron PiotrowskiRemove E_EXCEPTION
2015-07-03 Aaron PiotrowskiSwitch macro with __VA_ARGS__ to function
next