]> granicus.if.org Git - php/shortlog
php
2017-09-24 Xinchen HuiMerge branch 'PHP-7.2'
2017-09-24 Xinchen HuiFixed bug #75230 (Invalid opcode 49/1/8 using opcache)
2017-09-24 Xinchen HuiMerge branch 'PHP-7.2'
2017-09-24 Xinchen HuiUpdate NEWS
2017-09-24 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2017-09-24 Xinchen HuiUpdate NEWS
2017-09-24 Xinchen HuiMerge branch 'PHP-7.0' into PHP-7.1
2017-09-24 Xinchen HuiFixed bug #75241 (Null pointer dereference in zend_mm_a...
2017-09-24 Xinchen HuiCompiler warning
2017-09-24 Nikita PopovMerge branch 'PHP-7.2'
2017-09-24 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2017-09-24 Nikita PopovMerge branch 'PHP-7.0' into PHP-7.1
2017-09-24 Nikita PopovFixed bug #75252
2017-09-22 Dmitry StogovMerge branch 'PHP-7.2'
2017-09-22 Dmitry StogovUsing "enum" types as bit-fields is not portable.
2017-09-21 Frank DenisMerge branch 'PHP-7.2'
2017-09-21 Frank Denisext/sodium: avoid negations on unsigned values
2017-09-21 Côme ChillietMerge branch 'master' of git.php.net:/php-src
2017-09-21 Anatol BelskiMerge branch 'PHP-7.2'
2017-09-21 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2017-09-21 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2017-09-21 Anatol BelskiFix thread safety
2017-09-21 Côme ChillietMerge branch 'pull-request/2640'
2017-09-21 Côme ChillietAdded support for VLV controls request and response
2017-09-21 Côme ChillietAdded support for SORT controls
2017-09-21 Côme ChillietAdded skip when control are not supported by the test...
2017-09-21 Côme ChillietAvoid memory leak when creating paged control value
2017-09-21 Côme ChillietFixed ifdef for VLV controls (copy/paste error)
2017-09-21 Côme ChillietAdded ldap_rename_ext and its test
2017-09-21 Côme ChillietIndexing controls by OID when parsing them
2017-09-21 Côme ChillietAvoid returning iscritical field when parsing response...
2017-09-21 Côme ChillietFixed ldap_parse_result comment
2017-09-21 Côme ChillietAdded ldap_delete_ext and its test
2017-09-21 Côme ChillietAdded ldap_mod_*_ext methods for modification with...
2017-09-21 Côme ChillietAdded ldap_add_ext and preread/postread support and...
2017-09-21 Côme ChillietAdded ldap_bind_ext to pass controls and get result...
2017-09-21 Côme ChillietImproved a bit error handling to avoid passing commands...
2017-09-21 Côme ChillietAdded support and test for LDAP_CONTROL_VALUESRETURNFILTER
2017-09-21 Côme ChillietRemoved client controls alltogether
2017-09-21 Côme ChillietFixed ldap_exop test since rebase remove client controls
2017-09-21 Côme ChillietAdded support for controls in ldap_modify_batch
2017-09-21 Côme ChillietAdded controls support to ldap_compare
2017-09-21 Côme ChillietAdded controls support to ldap_rename
2017-09-21 Côme ChillietFixed prototypes in comments
2017-09-21 Côme ChillietUsing new control syntax for MANAGEDSAIT control when...
2017-09-21 Côme ChillietFixed wrong argument number error tests
2017-09-21 Côme ChillietAdded controls support to ldap_delete
2017-09-21 Côme ChillietAdded support for controls in ldap_add, ldap_modify...
2017-09-21 Côme ChillietAdded a test for assertion control
2017-09-21 Côme ChillietAdded a test for PROXY_AUTHZ control on ldap_exop
2017-09-21 Côme ChillietAdded support for assert control value encoding
2017-09-21 Côme ChillietAdded controls support to ldap_exop
2017-09-21 Côme ChillietAdded controls support to ldap_search, ldap_list and...
2017-09-21 Côme ChillietAdded controls support to ldap_parse_result and ldap_ex...
2017-09-20 Andrea FauldsMerge branch 'PHP-7.2'
2017-09-20 Andrea FauldsMerge branch 'PHP-7.1' into PHP-7.2
2017-09-20 Andrea FauldsMerge branch 'PHP-7.0' into PHP-7.1
2017-09-20 Andrea FauldsFix bug #75236
2017-09-20 Sara GolemonMerge branch 'PHP-7.2'
2017-09-20 Jannes Jeising[ci skip] Fix more typos in UPGRADING
2017-09-20 Christoph M... Merge branch 'PHP-7.2'
2017-09-20 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2017-09-20 Christoph M... Merge branch 'PHP-7.0' into PHP-7.1
2017-09-20 Christoph M... Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode...
2017-09-20 Anatol BelskiSync json parser defs
2017-09-19 Dmitry StogovRefactored array creation API. array_init() and array_i...
2017-09-19 Dmitry StogovMerge branch 'PHP-7.2'
2017-09-19 Dmitry StogovFixed NOP removal (empty blocks should be shifted as...
2017-09-19 Frank DenisMerge branch 'PHP-7.2'
2017-09-19 Frank Denisext/sodium: throw an exception if only the prefix of...
2017-09-19 Remi ColletMerge branch 'PHP-7.2'
2017-09-19 Remi Colletrename test
2017-09-18 Christoph M... Merge branch 'PHP-7.2'
2017-09-18 Christoph M... [ci skip] Update NEWS
2017-09-18 Dmitry StogovMerge branch 'PHP-7.2'
2017-09-18 Dmitry StogovUse private names for new libpcre symbols.
2017-09-18 Remi ColletMerge branch 'PHP-7.2'
2017-09-18 Remi ColletNEWS
2017-09-18 Remi ColletFixed Bug #75212 php_value acts like php_admin_value
2017-09-18 Christoph M... Remove pointless preprocessor directive
2017-09-18 Christoph M... [ci skip] Update UPGRADING wrt. PR 2742
2017-09-18 Christoph M... Merge branch 'pull-request/2742'
2017-09-18 Dmitry StogovOptimize POST_INC_OBJ + FREE into PRE_INC_OBJ (in the...
2017-09-18 Dmitry StogovAllow removing of unused func_get_args() and func_get_n...
2017-09-18 Dmitry StogovMerge branch 'PHP-7.2'
2017-09-18 Dmitry StogovFixed optimization (the bug caused endless-loop on...
2017-09-18 Dmitry StogovProperty access micro-optimization. (ZEND_WRONG_PROPERT...
2017-09-18 Anatol BelskiMerge branch 'PHP-7.2'
2017-09-18 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2017-09-18 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2017-09-18 Anatol BelskiFix the version check causing the test fail
2017-09-18 Dmitry StogovMerge branch 'PHP-7.2'
2017-09-18 Dmitry StogovFixed bug #74878 (Data race in ZTS builds)
2017-09-18 Anatol BelskiMerge branch 'PHP-7.2'
2017-09-18 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2017-09-18 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2017-09-18 Anatol BelskiUpdate lib_versions.txt
2017-09-15 Anatol BelskiMerge branch 'PHP-7.2'
2017-09-15 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2017-09-15 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
next