php-src/main
2022-12-10 12:51:13 +01:00
..
streams Merge branch 'PHP-8.2' 2022-10-23 12:41:51 +01:00
build-defs.h.in Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
explicit_bzero.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
fastcgi.c Merge branch 'PHP-8.1' 2022-05-10 21:40:44 +01:00
fastcgi.h Mark various functions with void arguments. 2021-05-12 14:55:53 +01:00
fopen_wrappers.c Fix for bug in file handling refactor. 2021-11-23 18:34:48 +01:00
fopen_wrappers.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
getopt.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
http_status_codes.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
internal_functions_win32.c Implement Random Extension 2022-07-19 10:27:38 +01:00
internal_functions.c.in Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
main_arginfo.h Declare main constants in stubs - part 3 (#9731) 2022-10-12 14:42:22 +02:00
main.c Remove unnecessary usage of CONST_CS 2022-11-28 17:12:07 +01:00
main.stub.php Declare main constants in stubs - part 3 (#9731) 2022-10-12 14:42:22 +02:00
network.c Merge branch 'PHP-8.1' into PHP-8.2 2022-10-01 11:24:23 +02:00
output.c Drop usage of confusing zend_fcall_info_call() API 2022-10-21 18:31:40 +01:00
php_compat.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_content_types.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_content_types.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_getopt.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_globals.h Add "error_log_mode" setting 2022-07-18 15:41:28 +01:00
php_ini_builder.c sapi/*: move duplicate "--define" code to library 2022-04-18 16:52:08 +02:00
php_ini_builder.h sapi/*: move duplicate "--define" code to library 2022-04-18 16:52:08 +02:00
php_ini.c Avoid code duplication in php_ini.c (#4512) 2022-12-10 12:51:13 +01:00
php_ini.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_main.h Declare main constants in stubs - part 1 (#9616) 2022-09-30 13:49:59 +02:00
php_memory_streams.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_network.h Merge branch 'PHP-8.0' into PHP-8.1 2022-10-22 10:44:06 +02:00
php_odbc_utils.c Quote when adding to connection string in (PDO_)ODBC 2022-05-27 16:56:44 +02:00
php_odbc_utils.h Quote when adding to connection string in (PDO_)ODBC 2022-05-27 16:56:44 +02:00
php_open_temporary_file.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_open_temporary_file.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_output.h Declare main constants in stubs - part 3 (#9731) 2022-10-12 14:42:22 +02:00
php_reentrancy.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_scandir.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_scandir.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_streams.h Remove unnecessary usage of CONST_CS 2022-11-28 17:12:07 +01:00
php_syslog.c Fix strict prototype for php_closelog 2022-06-19 22:56:44 +01:00
php_syslog.h Fix strict prototype for php_closelog 2022-06-19 22:56:44 +01:00
php_ticks.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
php_ticks.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_variables.c Merge branch 'PHP-8.1' into PHP-8.2 2022-09-27 14:11:40 +01:00
php_variables.h Add php_register_known_variable() for know var names 2022-07-01 21:18:26 +01:00
php_version.h PHP-8.1 is now for PHP 8.1.13-dev 2022-10-11 19:47:00 -04:00
php.h Replace reallocarray with safe_perealloc 2022-09-29 15:15:40 +02:00
reentrancy.c Implement Random Extension 2022-07-19 10:27:38 +01:00
rfc1867.c Declare main constants in stubs - part 3 (#9731) 2022-10-12 14:42:22 +02:00
rfc1867.h Declare main constants in stubs - part 3 (#9731) 2022-10-12 14:42:22 +02:00
safe_bcmp.c Introduction of timing attack safe bcmp implementation. 2022-06-20 16:30:30 +01:00
SAPI.c Clarify memory usage and slightly improve sapi_read_post_data 2022-09-30 11:54:41 +01:00
SAPI.h Merge branch 'PHP-8.1' 2022-08-29 22:34:48 +01:00
snprintf.c Use memrchr() when available 2021-11-24 16:13:34 +03:00
snprintf.h Remove FORMAT_CONV_MAX_PRECISION 2021-08-02 15:59:26 +02:00
spprintf.c Use memrchr() when available 2021-11-24 16:13:34 +03:00
spprintf.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
strlcat.c strlcpy/strlcat update to last openbsd version. 2022-04-28 15:09:55 +02:00
strlcpy.c strlcpy/strlcat update to last openbsd version. 2022-04-28 15:09:55 +02:00