Lines Matching refs:now
12 i. zend_resource handle is now zend_long
37 - zend_file_handle.filename now is zend_string*
43 …callback zend_stream_open_function() has been removed (it's now passed as a "filename" field of the
45 - in zend_fopen() and zend_resolve_path() callbacks filename now passed as zend_string*
49 - zend_ini_scanner_globals.filename now is zend_string*
53 e. ZEND_ATOL() now returns the integer instead of assigning it as part of the
62 i. The handle member of zend_resource (the resource ID) now has type zend_long
70 - [-Wimplicit-fallthrough=1] is now enabled by default.
83 - The "preparer" callback now accepts a zend_string* instead of
85 active_query_string members of pdo_stmt_t are now zend_string*.
99 function is now responsible for providing this information for use by
108 - The quoter handler now returns the quoted string as zend_string* instead
110 Similarly the unquoted string is now a zend_string* instead of a pair of
112 - The doer handler now accepts a zend_string* instead of char* + size_t
114 - The last_id handler now returns a zend_string* instead of returning a
121 - The PHP API php_fputcsv() now takes an extra zend_string* argument at the end
129 php_pgsql_update(), php_pgsql_delete(), and php_pgsql_select() now accept a