Lines Matching refs:now
17 * zend_register_module_ex() now takes an additional int module_type argument.
22 * ZPP now accepts a F or Z_PARAM_FUNC_NO_TRAMPOLINE_FREE type check.
37 * The zend_*printf family of functions now supports the "%S" modifier to print
44 zend_mm_set_custom_handlers() instead which now supports DEBUG builds
87 * zend_get_internal_function_extension_handle[s]() must now be used over
92 * zend_is_true now returns bool rather than int. Note that on PHP 8 this has
165 - Symbols PHP_HAVE_AVX512_SUPPORTS and PHP_HAVE_AVX512_VBMI_SUPPORTS are now
198 - Autoconf macro PHP_PROG_SETUP now accepts an argument to set the minimum
200 - Autoconf macro PHP_INSTALL_HEADERS arguments can now be also
203 - Autoconf macro PHP_ADD_BUILD_DIR now also accepts 1st argument as a
206 PHP_SELECT_SAPI now have the source files and flags arguments normalized so
208 - Autoconf macro PHP_ADD_INCLUDE now takes also a blank-or-newline-separated
244 - The configure option --enable-apache2-4handler is now an alias for the
257 - The HAVE_OPENSSL_EXT symbol is now consistently defined to value 1 whether
261 - MSVC builds now use the new preprocessor (/Zc:preprocessor).
262 - The CHECK_HEADER_ADD_INCLUDE function now consistently defines preprocessor
271 - dom_read_t and dom_write_t now expect the function to return zend_result
277 - php_dom_create_object() now no longer accepts a NULL obj argument.
300 - The generate member of a php_random_algo is now expected to return
307 and a php_random_status struct pointer as separate parameters now take a
312 engine-specific seeding functions are now exposed. This change allows
316 - The CSPRNG API (php_random_(bytes|int)_*) is now provided by the new
327 available for now.
354 - php_pcre_match_impl() now no longer has a use_flags argument.
356 - php_pcre_match_impl() and pcre_get_compiled_regex_cache_ex() now use
358 - pcre_get_compiled_regex_cache_ex() now provides an option to collect extra
361 - Removed per-request cache, the cache is now always per process or
368 - The php_escape_shell_cmd() now takes a zend_string* instead of a char*
370 the caller now.
371 - The php_escape_shell_arg() now takes a zend_string* instead of a char*
373 the caller now.
406 * DO_ICALL, DO_FCALL, and DO_FCALL_BY_NAME now call zend_interrupt_function
408 will now see the internal call. If your interrupt handler does something like
417 * CREATE_GENERATOR now initializes the generator with opline pointing to the
422 * The EXIT opcode has been removed as exit is now implemented as a function.