]> granicus.if.org Git - php/shortlog
php
2018-07-09 Dmitry StogovEliminated reference-counting and EG(exception) check
2018-07-09 Dmitry StogovFixed test
2018-07-09 Dmitry StogovUze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_...
2018-07-09 Kalle Sommer... The session_array global is not used at all, so comment...
2018-07-09 Kalle Sommer... Added test to accompany the FILTER_SANITIZE_ADD_SLASHES...
2018-07-09 Kalle Sommer... Added the 'add_slashes' sanitization filter (FILTER_SAN...
2018-07-08 Christoph M... Fix #76594: Bus Error due to unaligned access in zend_i...
2018-07-08 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-08 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-08 Anatol BelskiFix C++11 and up compatibility for zend_finite and...
2018-07-07 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-07 Dylan K. TaylorFixed regex for checking libzip static lib
2018-07-07 Anatol Belski[ci skip] Fix EOL
2018-07-07 Jakub ZelenkaUpdate NEWS for log related changes in FPM
2018-07-07 Jakub ZelenkaRefactore FPM logging
2018-07-07 Jakub ZelenkaUpdate NEWS and UPGRADING for fpm_get_status addition
2018-07-07 Jakub ZelenkaMigrate fpm_get_status test
2018-07-07 Till BackhausImplement fpm_get_status
2018-07-07 Peter KokotAdd missing INI directives to curl phpinfo
2018-07-07 Peter KokotBump Autoconf version in configure.ac to 2.64
2018-07-07 Peter KokotReplace AC_CONFIG_HEADER with AC_CONFIG_HEADERS
2018-07-07 Nikita PopovMerge branch 'PHP-7.2'
2018-07-07 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-07-07 cdocoFixed bug #76366 (references in sub-array for filtering...
2018-07-07 seliverFixed bug #76136 (stream_socket_get_name enclosed IPv6...
2018-07-07 Peter KokotFix bug #76392
2018-07-07 Nikita PopovWarn if continue is used on switch
2018-07-07 Nikita PopovAdd UPGRADING for mb_ereg changes
2018-07-06 ju1iusadds support for named subpatterns to `mb_ereg_replace`
2018-07-06 ju1iusadds support for named captures to mb_ereg & mb_ereg_search
2018-07-06 ZenjuFix out-of bounds access
2018-07-06 Christoph M... Add test for PR #2382
2018-07-06 Anatol BelskiFix coding style
2018-07-06 David Carlierrandom_bytes improvements for FreeBSD (from 12.x serie)
2018-07-06 Anatol Belski[ci skip] Update NEWS
2018-07-06 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-06 Anatol Belski[ci skip] Update NEWS
2018-07-06 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-06 Anatol Belski[ci skip] Update NEWS
2018-07-06 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-06 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-06 Anatol BelskiFix event log handling in startup phase
2018-07-06 sim1984Fix bug #76488 Memory leak when fetching a BLOB field
2018-07-06 Sara GolemonMerge branch 'PHP-7.1'
2018-07-06 Sara GolemonFix year
2018-07-06 Sara GolemonBump version
2018-07-06 Xinchen HuiForgotten one replacement
2018-07-06 Xinchen Huirename ref_dtor_func to rc_dtor_func
2018-07-06 Xinchen HuiRename zval_dtor_func and ref_dotr_func
2018-07-06 Xinchen HuiRevert "Rename _zval_dtor_func to _ref_dtor_func"
2018-07-06 Xinchen HuiRename _zval_dtor_func to _ref_dtor_func
2018-07-06 Yousif Masoudfixes typo in daemonization DEBUG message after fork...
2018-07-06 Dmitry StogovUse zval_ptr_dtor() instead of zval_dtor() in in-place...
2018-07-06 Mike[ci skip] Fix typo
2018-07-06 Dmitry StogovFixed reference-counting in zend_parse_arg_str_weak()
2018-07-06 Dmitry StogovOptimize array to object casting
2018-07-05 Dmitry StogovConversion related optimizations
2018-07-05 Dmitry StogovOptimize object to array casting
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
next