]> granicus.if.org Git - php/shortlog
php
2018-07-05 Dmitry StogovAvoid useless checks in object_init()
2018-07-05 Nikita PopovFix inverted stristr() argument order in mysqli test
2018-07-05 Nikita PopovMerge branch 'PHP-7.2'
2018-07-05 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-07-05 Nikita PopovMerge branch 'PHP-7.2'
2018-07-05 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-07-05 Nikita PopovFix string.strip_tags filter
2018-07-05 Anatol BelskiReduce error buffer size
2018-07-05 Dmitry StogovUse zval_ptr_dtor() imstead of zval_dtor()
2018-07-05 Dmitry StogovIt's safer to use zval_ptr_dtor() for iterator keys.
2018-07-05 Dmitry StogovUse zval_ptr_dtor() to replace bound variables (origina...
2018-07-05 Dmitry StogovUse zval_ptr_dtor_nogc() instead of zval_dtor() inplace...
2018-07-05 Dmitry StogovUse zval_ptr_dtor_nogc() in JSON parser (it can't produ...
2018-07-05 Dmitry StogovUse zval_ptr_dtor() instead of zval_dtor() in internal...
2018-07-05 Dmitry StogovReplace zval_dtor() with specialized destructors
2018-07-05 Dmitry StogovUse zval_ptr_dtor() instead of legacy zval_dtor(),...
2018-07-05 Dmitry StogovReplace zval_dtor() with specialized destructors
2018-07-05 Dmitry StogovFixed wrong zval_dtor() usage
2018-07-05 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2018-07-05 Dmitry StogovReplace zval_dtor() with specialized destructors
2018-07-05 Tyson Andre[ci skip] Fix a typo. RANGE_RANGE should be RAND_RANGE
2018-07-05 Dmitry StogovDon't keep dangling pointer to function_name
2018-07-05 Dmitry StogovUse zval_ptr_dtor() instead of zval_dtor() in internal...
2018-07-05 Dmitry StogovFixed incorrrecr zval_dtor() usage to replace value...
2018-07-05 Remi ColletNEW and UPGRADING
2018-07-05 Remi ColletFixed bug #62596 add getallheaders (apache_request_head...
2018-07-04 Dmitry StogovRemoved legacy zval_dtor() usage. It doesn't work with...
2018-07-04 Dmitry StogovFixed some incorrect zval_dtor() usages
2018-07-04 Dmitry StogovArgument unpacking with Traversables and non-integer...
2018-07-04 Kalle Sommer... Added test case for bug #76539 for master only as the...
2018-07-04 Dmitry StogovReplace legacy zval_dtor() by zval_ptr_dtor_nogc()...
2018-07-04 Christoph M... [ci skip] Document GC_C() → zend_gc_get_status()
2018-07-04 Dmitry Stogovse zval_ptr_dtor_str() instead of zend_string_release_e...
2018-07-04 Dmitry Stogovconcat_function() micro optimization
2018-07-04 Dmitry StogovSEND_UNPACK should throw exception on Traversable with...
2018-07-04 Xinchen HuiFixed test skip
2018-07-04 Xinchen HuiFixed build
2018-07-04 Kalle Sommer... Fixed bug #76501 (Funny message with fatal error)
2018-07-03 Dmitry StogovAvoid useless copying and conversion
2018-07-03 Dmitry StogovAPI cleanup. Removed unused functions (kept compatibili...
2018-07-03 Nikita PopovDo not continue extract()ing after an exception has...
2018-07-03 Anatol Belski[ci skip] Update NEWS
2018-07-03 Peter KokotAdd missing autoconf m4 quotes
2018-07-03 Anatol BelskiRemove BOM
2018-07-03 Anatol BelskiFix compilation with Firebird < 3
2018-07-03 Dorin MarcociBoolean data type support, added in Firebird 3. Fixes...
2018-07-03 Christoph M... [ci skip] Document zend_parse_parameters_none()
2018-07-03 Peter KokotRemove sqlite and xmlrpc extension versions from phpinf...
2018-07-03 Dmitry Stogovstr_replace() micro-optimization
2018-07-03 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-03 Anatol BelskiFixed bug #76564 ext/zip link issues
2018-07-03 Christoph M... Update NEWS for 7.3.0beta1
2018-07-03 Remi ColletMerge branch 'PHP-7.2'
2018-07-03 Remi Colletbump to 7.2.9-dev
2018-07-03 Dmitry StogovEliminated REFCOUNTED checks on persistent constant...
2018-07-03 Dmitry StogovMerge branch 'bug63217'
2018-07-03 Dmitry StogovBetter hot/cold code splitting
2018-07-02 Dmitry StogovAnother fix for bug #63217
2018-07-02 Nikita PopovFix check for invoking abstract method
2018-07-02 Nikita PopovAdd $ before property name in error message
2018-07-02 Dmitry StogovPartial revert of 30156d588c07e26d4e752ddb62344e96854d4773
2018-07-02 Nikita PopovMerge branch 'PHP-7.2'
2018-07-02 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-07-02 Nikita PopovFixed bug #75231
2018-07-02 Nikita PopovRemove unnecessary explicit argc check
2018-07-02 Nikita PopovRemove METHOD_NOTSTATIC checks in reflection
2018-07-02 Nikita PopovMerge branch 'PHP-7.2'
2018-07-02 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-07-02 Nikita PopovFix test after serialization change
2018-07-02 Nikita PopovMerge branch 'PHP-7.2'
2018-07-02 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-07-02 Nikita PopovFixed bug #74670
2018-07-02 Rudi TheunissenFixed bug #63217
2018-07-02 Anatol BelskiRemove the forked test and adjust the original one
2018-07-02 Dmitry StogovAvoid magic method hash lookups
2018-07-02 Dmitry StogovAvoid string comparisons for magic methods (all magic...
2018-07-02 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-02 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-02 Anatol BelskiUpdate libs_version.txt
2018-07-01 Jakub ZelenkaAdd ssl/tls streams options for min and max proto version
2018-07-01 Jakub ZelenkaUpdate NEWS, UPGRADING and default php.ini files with...
2018-07-01 Philip PrindevilleAdd syslog's ident and facility parameters to config
2018-06-30 Christoph M... Merge branch 'PHP-7.2'
2018-06-30 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-06-30 Christoph M... Make newly introduced bug76556.phpt more resilient
2018-06-30 Christoph M... Merge branch 'PHP-7.2'
2018-06-30 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-06-30 Christoph M... Fix #76556: get_debug_info handler for BreakIterator...
2018-06-30 Nikita PopovAdd test for void return type on internal function
2018-06-30 Nikita PopovMerge branch 'PHP-7.2'
2018-06-30 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-06-30 Nikita PopovFix handling of void return type on internal functions
2018-06-30 Nikita PopovMerge branch 'PHP-7.2'
2018-06-30 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-06-30 Nikita PopovFix typo in compound dim assign op inference
2018-06-30 Christoph M... Merge branch 'PHP-7.2'
2018-06-30 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-06-30 Christoph M... Fix #71848: getimagesize with $imageinfo returns false
2018-06-30 Peter KokotFix pecl vs ext typo in phar
2018-06-30 Christoph M... Add ext/sodium to php.ini-*
next