]> granicus.if.org Git - php/shortlog
php
2015-09-18 Xinchen HuiFixed bug #70481 (Memory leak in auto_global_copy_ctor...
2015-09-18 Xinchen HuiRETURN_FALSE
2015-09-18 Dmitry StogovUse Zend MM to keep statistic of non-persistent connect...
2015-09-18 Matteo BeccatiSkip session_regenerate_id_cookie.phpt when there's...
2015-09-17 Bob WeinandAdd eventual escaping for phpdbg arguments
2015-09-17 Bob WeinandAdd # delimiter to phpdbg commands
2015-09-17 Dmitry StogovDon't allocate memory for empty HashTables.
2015-09-17 Dmitry StogovUpdate information about new opcache features
2015-09-17 Dmitry StogovAdded information about new opcache configuration direc...
2015-09-16 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-09-16 Ferenc Kovacsprepare for PHP-5.6.14RC1
2015-09-16 Yasuo OhgakiAdd test for #70516 session_regenerate_id() does not...
2015-09-16 Anatol Belskiadd range check
2015-09-16 Remi Colletfix regressio introduce in 22e23e7cb8ca9aa134d138b5fed0...
2015-09-15 Sebastian BergmannFugbix typo
2015-09-15 Xinchen HuiSuppressed warning about this function is not used
2015-09-15 Xinchen HuiAdd Note about huge_code_pages
2015-09-15 Xinchen HuiSuppressed warning -Wvolatile-register-var
2015-09-15 Xinchen HuiUpgrade unicode_data.h to UnicodeData.txt 8.0.0 (part...
2015-09-15 Anatol Belskiprepare NEWS for RC4
2015-09-15 Anatol Belskiadd missing NEWS entry
2015-09-15 Christopher... Improve row fetch changes for PHP7. Update test SKIPIFs...
2015-09-14 Dmitry StogovEnabled placing PHP code segment into huge pages
2015-09-14 Dmitry StogovEnable file based cache compilation by default
2015-09-14 Dmitry StogovUse shorter php.ini directive name "opcache.huge_code_p...
2015-09-14 Dmitry StogovRemoved useless include
2015-09-14 Dmitry StogovAvoid reallocations
2015-09-14 Dmitry StogovUse memcpy() instead of mmap() to keep modifyed code...
2015-09-14 Nikita PopovFix bug #70487
2015-09-14 Dmitry StogovAdded an experemental ability to move PHP code pages...
2015-09-14 Christopher... Fix mem leak in PHP7
2015-09-14 Christopher... Merge branch 'master' of https://git.php.net/repository...
2015-09-13 Bob WeinandAdd support for **= in opcache optimizer
2015-09-12 Anatol Belskiadd overflow check
2015-09-12 Anatol Belskifix data types
2015-09-12 Anatol Belskiadd range checks
2015-09-11 Christopher... Final diff fixes for PHP7 on base platform (some mem...
2015-09-11 Christopher... Merge branch 'master' of https://git.php.net/repository...
2015-09-11 Bob WeinandFixed bug #70478 (**= does no longer work)
2015-09-11 Christopher... Merge branch 'master' of https://git.php.net/repository...
2015-09-11 Dmitry StogovManual CSE to avoid double read
2015-09-11 Xinchen HuiChange this as sixd suggested
2015-09-11 Xinchen HuiMerge branch 'PHP-5.6'
2015-09-11 Xinchen HuiAdd test XFAIL for bug #70470
2015-09-11 Xinchen HuiRemove free_string_zval
2015-09-10 Dmitry Stogovfixed compilation error
2015-09-10 Dmitry StogovDon't keep dangling pointer.
2015-09-10 Xinchen HuiFixed Sixd :<
2015-09-10 Xinchen HuiMerge branch 'PHP-5.6'
2015-09-10 Xinchen HuiFixed bug #70431 (Memory leak in php_ini.c)
2015-09-10 Xinchen HuiUse efree_size
2015-09-10 Xinchen HuiSimplfy zend_is_true
2015-09-10 Xinchen HuiAdded folder marks
2015-09-10 Xinchen HuiUnexpected
2015-09-10 Xinchen Huicleanup tmp_member handling
2015-09-09 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2015-09-09 Dmitry StogovChange array sorting implementation to avoid two level...
2015-09-09 Christoph M... Aligned IntlChar protos to their ARG_INFO (related...
2015-09-09 Christoph M... Skip IntlChar related test if ext/intl is not available
2015-09-09 Côme BernigaudAdded support of LDAP_OPT_TIMEOUT, fixes #69574
2015-09-09 Dmitry StogovBetter array_compare improvement
2015-09-09 Lior KaplanAdd entry for #70284 in 7.0.0RC2
2015-09-09 Lior KaplanAdd entry for #70284 in 5.6.13
2015-09-09 Dmitry StogovDon't inline "slow" and rarely used functions.
2015-09-09 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2015-09-09 Xinchen HuiUseless ZVAL_UNDEF
2015-09-09 Xinchen HuiImproved array_compare
2015-09-09 Côme BernigaudMerge branch 'PHP-5.6'
2015-09-09 Dmitry StogovAvoid useless EG(exception) checks
2015-09-09 Côme BernigaudMerge branch 'PHP-5.5' into PHP-5.6
2015-09-09 Côme BernigaudMerge branch 'pull-request/1512' into PHP-5.5
2015-09-09 Xinchen HuiUnused var
2015-09-09 Xinchen Huiunused var
2015-09-09 Christoph M... Merge branch 'PHP-5.6'
2015-09-09 Christoph M... Skip test for old glibc iconv
2015-09-09 Nikita PopovSmall cleanup in pack() implementation
2015-09-09 Tyson AndreFix bug in LDAP extensions' saving TIMELIMIT and DEREF
2015-09-09 Christoph M... updated NEWS
2015-09-09 Christoph M... Merge branch 'PHP-5.6'
2015-09-09 Christoph M... updated NEWS
2015-09-09 Dmitry StogovDon't inline "Undefined variable" warning reporting.
2015-09-08 Sergei TurchanovFix #70456: mysqlnd doesn't activate TCP keep-alive...
2015-09-08 Bob WeinandMerged RFC Random Functions Throwing Exceptions in...
2015-09-08 Dmitry StogovFixed typo that might cause serious bugs in MM. May...
2015-09-08 Dmitry StogovCheck EG(exception) only if it's really necessary
2015-09-08 Yasuo OhgakiFix typo in comment.
2015-09-08 Yasuo OhgakiAdd URL rewrite issue note.
2015-09-08 Yasuo OhgakiAdd more test cases
2015-09-07 Christoph M... updated NEWS
2015-09-07 Christoph M... Fix #70454: IntlChar::forDigit second parameter should...
2015-09-07 Christoph M... updated NEWS
2015-09-07 Christoph M... Fix #70453: IntlChar::foldCase() incorrect arguments...
2015-09-07 Anatol Belskiupdate NEWS
2015-09-07 Anatol Belskiadd test for bug #70423
2015-09-07 Bob WeinandFixed bug #70449 (PHP won't compile on 10.4 and 10...
2015-09-07 Anatol Belskiupdate NEWS
2015-09-07 Anatol Belskiremove unnecessary check
2015-09-07 Anatol BelskiFix bug #70423 Warning Internal error: wrong size calcu...
2015-09-07 Remi Colletext/zip version is now 1.13.0
2015-09-07 Remi ColletMerge branch 'PHP-5.6'
next