]> granicus.if.org Git - php/shortlog
php
2015-01-17 Nikita PopovRemove mktime() and gmmktime() $is_dst parameter
2015-01-17 Nikita PopovRemove for #-style comments in ini files
2015-01-17 Nikita PopovRemove static calls from incompatible $this context
2015-01-17 Rasmus LerdorfFAST ZPP for strtok() and nl2br()
2015-01-17 Xinchen Huiattempt to fix again :<
2015-01-17 Xinchen HuiFix again
2015-01-17 Xinchen HuiMerge branch 'PHP-5.6'
2015-01-17 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-01-17 Xinchen HuiUpdate year
2015-01-17 Дмитрий ПацураUpdate copyright year to 2015
2015-01-17 Xinchen HuiMerge branch 'master' of https://git.php.net/repository...
2015-01-17 Xinchen HuiTry to fix ext/intl/tests/collator_asort.phpt (accordin...
2015-01-16 Sara GolemonAdd IntlChar class to intl extension
2015-01-16 Anatol Belskifix format strings, resource handle is int
2015-01-16 Anatol Belskicleanup
2015-01-16 Xinchen HuiOptimized extract
2015-01-16 Xinchen HuiOptimized array_slice
2015-01-16 Xinchen HuiAdded test for array_unique
2015-01-16 Xinchen HuiRevert "Optimize array_unique to save some comparation...
2015-01-16 Xinchen HuiRevert "We could do more...."
2015-01-16 Xinchen HuiFixed key length
2015-01-16 Xinchen HuiMerge branch 'master' of https://git.php.net/repository...
2015-01-16 Xinchen HuiFixed key length
2015-01-16 Xinchen Huiunused var
2015-01-16 Xinchen Huiunused variable
2015-01-16 Rasmus LerdorfWeird, is nobody compiling this?
2015-01-15 Dmitry StogovPartially revert 3477135cd1024c897dc070c37ddae411839b6e7e
2015-01-15 Dmitry StogovFixed build without alloca()
2015-01-15 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2015-01-15 Dmitry StogovFixed double free
2015-01-15 Dmitry StogovAvoid usage of uninitialized data
2015-01-15 Anatol BelskiMerge branch 'PHP-5.6'
2015-01-15 Anatol Belskiupdated NEWS
2015-01-15 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-01-15 Anatol Belskiupdated NEWS
2015-01-15 steffenPDO_MySQL: Differentiate between linux and win32 when...
2015-01-15 Xinchen Huibump year
2015-01-15 Xinchen HuiMerge branch 'PHP-5.6'
2015-01-15 Xinchen Huibump year
2015-01-15 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-01-15 Xinchen HuiBump year
2015-01-15 Dmitry StogovFixed malloc/emalloc mess
2015-01-15 matbechBug fix for wrong regex in mail
2015-01-15 Dmitry StogovInitialize ht->nTableMask
2015-01-15 Xinchen HuiSave one condition
2015-01-15 Anatol Belskioptimize offset computation
2015-01-15 Anatol Belskidon't return value in the void function
2015-01-15 Anatol Belskifix "unknown void * size" err
2015-01-15 Xinchen HuiWe could do more....
2015-01-15 Xinchen HuiFixed missed test
2015-01-15 Xinchen HuiFixed tests on 32-bits
2015-01-15 Xinchen HuiOptimize array_unique to save some comparation calls
2015-01-15 Xinchen HuiMerge branch 'zend_sort' of https://github.com/laruence...
2015-01-15 Stanislav MalyshevFix bug #68816 - pointer to local outside of scope
2015-01-15 Stanislav MalyshevFix bug #68817: Null pointer deference
2015-01-14 Daniel LowreyMerge branch 'PHP-5.6'
2015-01-14 Dmitry StogovFixed typo
2015-01-14 Dmitry StogovAvoid string reallocation in strtr()
2015-01-14 Daniel LowreyMerge branch 'PHP-5.5' into PHP-5.6
2015-01-14 Daniel LowreyMerge branch 'PHP-5.4' into PHP-5.5
2015-01-14 Daniel LowreyUpdate NEWS
2015-01-14 Daniel LowreyFixed bug #55618 (use case-insensitive cert name matching)
2015-01-14 Dmitry StogovImprove "instanceof". Interfaces of the left operand...
2015-01-14 Dmitry StogovIpmrove strtr() by maintaining a set of characters...
2015-01-14 Anatol Belskicleanup
2015-01-14 Anatol Belskifixed zend_hash_init() when the lzcnt instruction isn...
2015-01-14 Xinchen HuiFaster sorting algo
2015-01-13 Dmitry StogovOptimized str_[i]replace to aviod reallocations and...
2015-01-13 Xinchen HuiUpdate NEWS
2015-01-13 Xinchen HuiMerge branch 'PHP-5.6'
2015-01-13 Xinchen HuiUpdate NEWS
2015-01-13 Dmitry StogovReorder conditions to make "fast paths" shorter
2015-01-13 Dmitry StogovImproved access to object properties (cache property...
2015-01-13 Dmitry StogovFixed possible double free
2015-01-13 Dmitry StogovHandle run-time cache for static properties directly...
2015-01-13 Dmitry StogovFixed possible crash
2015-01-13 Xinchen HuiAdd hinting
2015-01-13 Dmitry StogovImproved access to static property. Now we cache pointe...
2015-01-12 Bob WeinandOnly backup vm_stack* if generator->stack has not been...
2015-01-12 Dmitry StogovSlight improvement in copying script from opcache SHM...
2015-01-12 Dmitry StogovOptimized error_reporting() similar to silence operator...
2015-01-12 Dmitry StogovFixed type (case sensetive/insensetive mess)
2015-01-12 Dmitry StogovUse FAST_ZPP in few more frequently used functions
2015-01-12 Anatol BelskiMerge branch 'PHP-5.6'
2015-01-12 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-01-12 Anatol BelskiFixed bug #68771 SQL syntax error in sqlite lib
2015-01-12 Dmitry StogovAdded special optimized cases when strtr() called with...
2015-01-12 Anatol BelskiMerge branch 'master' of git.php.net:php-src
2015-01-12 Anatol BelskiMerge branch 'PHP-5.6'
2015-01-12 Anatol Belskiupdated libs_versions.txt
2015-01-12 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-01-12 Anatol Belskiupdated libs_versions.txt
2015-01-12 Dmitry StogovFixed reference support
2015-01-12 Xinchen HuiFaster strrpos implementation
2015-01-12 Xinchen HuiFaster zend_memnstr for long text
2015-01-11 Xinchen HuiFixed #68790 (Missing return)
2015-01-10 Stanislav Malyshevtrailing whitespace removal
2015-01-10 Bob WeinandFix missing ZVAL_DEREF()
2015-01-10 Xinchen HuiFixed #68779 (Incorrect sizeof)
2015-01-10 Rasmus LerdorfFix bug #68784
next