php-src/main
Nikita Popov 4ce5d2ea88 Add known strings for jit autoglobals
We always create interned strings for all autoglobals anyway, so
we might as well add known strings to make them more widely usable.
2021-04-09 15:37:59 +02:00
..
streams Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
alloca.c Remove local variables 2019-02-03 21:03:00 +01:00
build-defs.h.in Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
explicit_bzero.c Fix [-Wundef] warning in main folder 2020-05-12 22:01:00 +02:00
fastcgi.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
fastcgi.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
fopen_wrappers.c Change Zend Stream API to use zend_string* instead of char*. 2021-03-16 20:31:36 +03:00
fopen_wrappers.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
getopt.c Merge branch 'PHP-7.4' 2020-01-27 13:32:51 +01:00
http_status_codes.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
internal_functions_win32.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
internal_functions.c.in Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
main.c Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
network.c Merge branch 'PHP-7.4' into master 2020-09-11 14:49:07 +02:00
output.c Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
php_compat.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_content_types.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
php_content_types.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_getopt.h Merge branch 'PHP-7.4' 2020-01-27 13:32:51 +01:00
php_globals.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_ini.c Use zend_string_equals_(literal_)ci() API more often 2021-04-09 02:34:50 +01:00
php_ini.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_main.h Change Zend Stream API to use zend_string* instead of char*. 2021-03-16 20:31:36 +03:00
php_memory_streams.h Back memory stream by a zend_string 2020-12-18 17:07:07 +01:00
php_network.h Suppress bogus [-Wlogical-op] warning from GCC 2020-10-10 14:45:20 +01:00
php_open_temporary_file.c Merge branch 'PHP-7.4' into PHP-8.0 2021-01-19 11:44:22 +01:00
php_open_temporary_file.h Merge branch 'PHP-7.4' into PHP-8.0 2021-01-19 11:44:22 +01:00
php_output.h Remove unused global 2020-10-16 17:32:02 +02:00
php_reentrancy.h Remove rand_r implementation 2020-03-26 11:49:27 +01:00
php_scandir.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_scandir.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_stdint.h Remove no longer needed stdint compatibility defines 2020-07-23 13:00:04 +02:00
php_streams.h Drop unused fgetss_state member 2021-04-08 22:27:00 +02:00
php_syslog.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_syslog.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ticks.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ticks.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_variables.c Add known strings for jit autoglobals 2021-04-09 15:37:59 +02:00
php_variables.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_version.h 8.0.5 is next 2021-03-17 12:14:26 +01:00
php.h Prepare for PHP 8.1 2020-10-09 11:37:27 +02:00
reentrancy.c Remove unused READDIR_R lock 2021-03-22 10:48:59 +01:00
rfc1867.c Merge branch 'PHP-8.0' 2021-01-19 11:44:49 +01:00
rfc1867.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
SAPI.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
SAPI.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
snprintf.c Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
snprintf.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spprintf.c Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
spprintf.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
strlcat.c Add "const". Move constant strings to read-only memory. 2020-09-07 21:35:48 +03:00
strlcpy.c Add "const". Move constant strings to read-only memory. 2020-09-07 21:35:48 +03:00