107886 Commits (4a475a4976db92e71949786cdf5990c61514261e)
 

Author SHA1 Message Date
Dmitry Stogov 4a475a4976 Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors. 7 years ago
Christoph M. Becker d798fd491b [ci skip] Document GC_C() → zend_gc_get_status() 7 years ago
Dmitry Stogov af341213f7 se zval_ptr_dtor_str() instead of zend_string_release_ex(Z_STR(*), 0) 7 years ago
Dmitry Stogov 5f19816f53 concat_function() micro optimization 7 years ago
Dmitry Stogov d84ef96742 SEND_UNPACK should throw exception on Traversable with non-integer keys 7 years ago
Xinchen Hui a6467af8a5 Fixed test skip 7 years ago
Xinchen Hui 36f05a80d7 Fixed build 7 years ago
Kalle Sommer Nielsen c49f0fd9ac Fixed bug #76501 (Funny message with fatal error) 7 years ago
Dmitry Stogov 2edf94a637 Avoid useless copying and conversion 7 years ago
Dmitry Stogov 7eb045d31a API cleanup. Removed unused functions (kept compatibility macros). 7 years ago
Nikita Popov e080fb6d92 Do not continue extract()ing after an exception has been thrown 7 years ago
Anatol Belski 2af3234a09 [ci skip] Update NEWS 7 years ago
Peter Kokot b7368fe0d0 Add missing autoconf m4 quotes 7 years ago
Anatol Belski eb41eba3fe Remove BOM 7 years ago
Anatol Belski 682ca5fccd Fix compilation with Firebird < 3 7 years ago
Dorin Marcoci 78f23a6dd4 Boolean data type support, added in Firebird 3. Fixes #74462. 9 years ago
Christoph M. Becker e51b364a50 [ci skip] Document zend_parse_parameters_none() 7 years ago
Peter Kokot 29000091b2 Remove sqlite and xmlrpc extension versions from phpinfo output 7 years ago
Dmitry Stogov 14e6c0cb8c str_replace() micro-optimization 7 years ago
Anatol Belski 7cdd732aca Merge branch 'PHP-7.2' 7 years ago
Anatol Belski e5ef7cbe87 Fixed bug #76564 ext/zip link issues 7 years ago
Christoph M. Becker a0b9f8d411 Update NEWS for 7.3.0beta1 7 years ago
Remi Collet cb52bbfdfa Merge branch 'PHP-7.2' 7 years ago
Remi Collet 8bf21adb8c bump to 7.2.9-dev 7 years ago
Dmitry Stogov 004a0568f4 Eliminated REFCOUNTED checks on persistent constant operands in SEND_VAL[_EX] and QM_ASSIGN. 7 years ago
Dmitry Stogov 177c7e3a72 Merge branch 'bug63217' 7 years ago
Dmitry Stogov 3fd97a5b1f Better hot/cold code splitting 7 years ago
Dmitry Stogov 28b03f9605 Another fix for bug #63217 7 years ago
Nikita Popov 23ae6ca405 Fix check for invoking abstract method 7 years ago
Nikita Popov 826e403d2c Add $ before property name in error message 7 years ago
Dmitry Stogov 57af94c8b9 Partial revert of 30156d588c 7 years ago
Nikita Popov 04824aa263 Merge branch 'PHP-7.2' 7 years ago
Nikita Popov 9bbb9e537c Merge branch 'PHP-7.1' into PHP-7.2 7 years ago
Nikita Popov c97b8bbf82 Fixed bug #75231 7 years ago
Nikita Popov 1b66ba17ad Remove unnecessary explicit argc check 7 years ago
Nikita Popov 76f1d98a0c Remove METHOD_NOTSTATIC checks in reflection 7 years ago
Nikita Popov 2cc6922cbf Merge branch 'PHP-7.2' 7 years ago
Nikita Popov 3a236d0587 Merge branch 'PHP-7.1' into PHP-7.2 7 years ago
Nikita Popov 787593b708 Fix test after serialization change 7 years ago
Nikita Popov a57b5e82a9 Merge branch 'PHP-7.2' 7 years ago
Nikita Popov 09bb2527e9 Merge branch 'PHP-7.1' into PHP-7.2 7 years ago
Nikita Popov c793885b76 Fixed bug #74670 7 years ago
Rudi Theunissen 30156d588c Fixed bug #63217 7 years ago
Anatol Belski 6d61814d0e Remove the forked test and adjust the original one 7 years ago
Dmitry Stogov 091d77f28a Avoid magic method hash lookups 7 years ago
Dmitry Stogov 43aca3118a Avoid string comparisons for magic methods (all magic methods start with "__") 7 years ago
Anatol Belski a63e834b66 Merge branch 'PHP-7.2' 7 years ago
Anatol Belski 26a33a96fa Merge branch 'PHP-7.1' into PHP-7.2 7 years ago
Anatol Belski f8258325b4 Update libs_version.txt 7 years ago
Jakub Zelenka d404b5e255 Add ssl/tls streams options for min and max proto version 8 years ago