..
html_tables
libavifinfo
Implement php_handle_avif() using libavifinfo
2021-12-15 20:27:40 +01:00
tests
[RFC] Property hooks ( #13455 )
2024-07-14 11:55:03 +02:00
array.c
Merge branch 'PHP-8.3'
2024-07-03 18:57:54 +01:00
assert.c
RFC: Deprecate remains of string evaluated code assertions ( #11671 )
2023-07-13 15:45:32 +01:00
base64.c
Fixed undefined flags in base64 ( #14316 )
2024-05-25 14:54:44 +02:00
base64.h
Fixed undefined flags in base64 ( #14316 )
2024-05-25 14:54:44 +02:00
basic_functions.c
Merge branch 'PHP-8.3'
2024-07-06 20:44:47 +01:00
basic_functions.h
Add http_(get|clear)_last_reponse_headers() functions ( #12500 )
2024-02-29 16:41:09 +00:00
basic_functions.stub.php
ext/standard: change highlight_string()
/print_r
stub return type from string|bool
to string|true
( #14959 )
2024-07-15 23:20:32 +02:00
basic_functions_arginfo.h
ext/standard: change highlight_string()
/print_r
stub return type from string|bool
to string|true
( #14959 )
2024-07-15 23:20:32 +02:00
browscap.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
config.m4
Autotools: Quote all PHP_ADD_BUILD_DIR arguments ( #14947 )
2024-07-14 16:58:43 +02:00
config.w32
Windows arm64 build system support
2022-08-09 16:22:14 +02:00
crc32.c
Replace WIN32 conditions with _WIN32 or PHP_WIN32 ( #14462 )
2024-06-10 21:59:41 +02:00
crc32.h
crc32_x86.c
Sync #if/ifdef/defined ( #14511 )
2024-06-09 07:13:23 +02:00
crc32_x86.h
Sync #if/ifdef/defined ( #14511 )
2024-06-09 07:13:23 +02:00
credits.c
credits.h
credits_ext.h
Add myself to ext-dom credits ( #14718 )
2024-06-29 15:18:34 +01:00
credits_sapi.h
Remove support for EOL Apache 2.0 and 2.2 in favor of 2.4+ ( #14664 )
2024-07-08 00:07:55 +02:00
crypt.c
Remove unused includes of php_random.h ( #13131 )
2024-01-12 18:35:18 +01:00
crypt_blowfish.c
crypt: Fix validation of malformed BCrypt hashes
2023-02-12 20:46:44 -07:00
crypt_blowfish.h
crypt_freesec.c
Use standard C99 uint8_t type instead of u_char type for crypt_freesec ( #8610 )
2022-05-23 19:06:41 +01:00
crypt_freesec.h
Use standard C99 uint8_t type instead of u_char type for crypt_freesec ( #8610 )
2022-05-23 19:06:41 +01:00
crypt_sha256.c
Use a single version of mempcpy(3) ( #12257 )
2023-12-20 15:16:32 +00:00
crypt_sha512.c
Use a single version of mempcpy(3) ( #12257 )
2023-12-20 15:16:32 +00:00
css.c
phpinfo
HTML Output: Make module title names clickable and link to the URL fragment
2022-07-20 17:18:34 +02:00
css.h
datetime.c
Remove HAVE_STRPTIME_DECL_FAILS ( #14821 )
2024-07-04 20:26:14 +02:00
datetime.h
dir.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
dir.stub.php
Add the last few remaining constants to stubs ( #13751 )
2024-03-19 08:20:33 +01:00
dir_arginfo.h
Add the last few remaining constants to stubs ( #13751 )
2024-03-19 08:20:33 +01:00
dl.c
Fix GH-12215: Module entry being overwritten causes type errors in ext/dom (PHP 8.4)
2023-09-20 21:02:51 +02:00
dl.h
dl.stub.php
dl_arginfo.h
Do not generate frameless info items when func info generation is disabled
2024-02-18 11:39:00 +01:00
dns.c
standard: change uses of sprintf into snprintf and zend_string_concat2
2024-06-14 08:12:03 -07:00
dns_win32.c
standard: change uses of sprintf into snprintf and zend_string_concat2
2024-06-14 08:12:03 -07:00
exec.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
exec.h
ext/standard: Refactor exec.c public APIs to use zend_string pointers ( #14353 )
2024-05-29 10:59:17 +01:00
file.c
Sync #if/ifdef/defined (-Wundef) ( #14623 )
2024-06-24 19:37:07 +02:00
file.h
Make php_fgetcsv() return a HashTale instead of in-out zval param ( #8936 )
2022-07-08 12:11:05 +01:00
file.stub.php
Fix GH-9518: Disabling IPv6 support disables unrelated constants
2022-09-10 18:12:22 +02:00
file_arginfo.h
Do not generate frameless info items when func info generation is disabled
2024-02-18 11:39:00 +01:00
filestat.c
Merge branch 'PHP-8.3'
2024-06-24 19:57:28 +02:00
filters.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
flock_compat.c
Remove inet_aton
2024-02-23 23:16:43 +01:00
flock_compat.h
Remove inet_aton
2024-02-23 23:16:43 +01:00
formatted_print.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
fsock.c
fsock.h
ftok.c
Revert GH-10220
2023-01-16 12:27:33 +01:00
ftp_fopen_wrapper.c
Mark multple functions as static ( #13864 )
2024-05-22 13:11:46 +02:00
head.c
http_response_code
should warn if headers were already sent
2023-05-05 15:24:56 +02:00
head.h
hrtime.c
Expose time spent collecting cycles in gc_status() ( #11523 )
2023-07-16 12:34:28 +02:00
html.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
html.h
Declare ext/standard constants in stubs - part 8 ( #9615 )
2022-09-30 13:51:18 +02:00
html_tables.h
http.c
Add http_(get|clear)_last_reponse_headers() functions ( #12500 )
2024-02-29 16:41:09 +00:00
http_fopen_wrapper.c
refactor: change zend_is_true
to return bool
( #14301 )
2024-05-24 15:16:36 -06:00
image.c
Fix undefined behavior (left shift of negative number)
2024-06-05 11:15:36 +03:00
incomplete_class.c
info.c
ext/standard: Minor improvements to phpinfo() output ( #13371 )
2024-02-11 11:05:07 +01:00
info.h
iptc.c
Fix some MSAN complaints under Clang ( #8553 )
2022-05-13 23:30:20 +01:00
levenshtein.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
link.c
Sync HAVE_GRP_H definition ( #14514 )
2024-06-09 01:55:27 +02:00
mail.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
Makefile.frag
Define default RE2C_FLAGS ( #14615 )
2024-06-24 22:09:04 +02:00
Makefile.frag.w32
Define default RE2C_FLAGS ( #14615 )
2024-06-24 22:09:04 +02:00
math.c
Added deprecation Division by zero when using power with zero as base and negative exponent
2024-05-22 15:05:47 +02:00
md5.c
Revert GH-10279
2023-01-16 12:25:59 +01:00
md5.h
Revert GH-10279
2023-01-16 12:25:59 +01:00
metaphone.c
[skip ci] fix typo in comment
2023-03-05 21:28:50 +01:00
microtime.c
net.c
Refactor HAVE_GETIFADDRS checks ( #14787 )
2024-07-03 21:53:17 +02:00
pack.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
pack.h
pageinfo.c
Sync HAVE_GRP_H definition ( #14514 )
2024-06-09 01:55:27 +02:00
pageinfo.h
password.c
standard: change uses of sprintf into snprintf and zend_string_concat2
2024-06-14 08:12:03 -07:00
password.stub.php
Move PASSWORD constants to stubs ( #13349 )
2024-02-12 22:37:32 +01:00
password_arginfo.h
Do not generate frameless info items when func info generation is disabled
2024-02-18 11:39:00 +01:00
php_array.h
random: Pass algorithm and state together as php_random_algo_with_state
( #13350 )
2024-02-25 20:48:58 +01:00
php_assert.h
Declare ext/standard constants in stubs - part 10 ( #9719 )
2022-10-12 08:16:19 +02:00
php_browscap.h
php_crypt.h
Declare ext/stanard constants in stubs - part 11 ( #9728 )
2022-10-12 12:07:03 +02:00
php_crypt_r.c
Merge branch 'PHP-8.0' into PHP-8.1
2022-09-29 20:40:33 +01:00
php_crypt_r.h
fix php_init_crypt_r/php_shutdown_crypt_r signatures warning.
2022-09-29 20:40:16 +01:00
php_dir.h
php_dir_int.h
Add the last few remaining constants to stubs ( #13751 )
2024-03-19 08:20:33 +01:00
php_dns.h
Declare ext/standard constants in stubs - part 5
2022-09-02 15:04:49 +02:00
php_ext_syslog.h
Fix memory leak in standard syslog device handling
2023-11-09 13:29:09 +00:00
php_filestat.h
php_fopen_wrapper.c
Mark multple functions as static ( #13864 )
2024-05-22 13:11:46 +02:00
php_fopen_wrappers.h
php_http.h
Drop key_suffix parameter in php_url_encode_hash_ex()
2023-01-15 16:00:18 +00:00
php_image.h
Declare ext/standard constants in stubs - part 6
2022-09-02 16:07:25 +02:00
php_incomplete_class.h
php_mail.h
Merge branch 'PHP-8.2' into PHP-8.3
2024-03-04 21:30:27 +09:00
php_math.h
[RFC] Add bcfloor, bcceil and bcround to BCMath ( #13096 )
2024-04-30 18:32:33 +01:00
php_math_round_mode.h
[RFC] Add bcfloor, bcceil and bcround to BCMath ( #13096 )
2024-04-30 18:32:33 +01:00
php_net.h
php_password.h
password_hash: Increase PHP_PASSWORD_BCRYPT_COST to 12 ( #12367 )
2023-10-06 14:27:01 +02:00
php_smart_string.h
php_smart_string_public.h
php_standard.h
Expose time spent collecting cycles in gc_status() ( #11523 )
2023-07-16 12:34:28 +02:00
php_string.h
random: Pass algorithm and state together as php_random_algo_with_state
( #13350 )
2024-02-25 20:48:58 +01:00
php_uuencode.h
php_var.h
[RFC] Property hooks ( #13455 )
2024-07-14 11:55:03 +02:00
php_versioning.h
proc_open.c
Sync #if/ifdef/defined (-Wundef) ( #14623 )
2024-06-24 19:37:07 +02:00
proc_open.h
Sync #if/ifdef/defined (-Wundef) ( #14623 )
2024-06-24 19:37:07 +02:00
quot_print.c
quot_print.h
scanf.c
scanf.h
sha1.c
Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB
2023-12-12 19:57:06 +01:00
sha1.h
soundex.c
Clean-up unused headers ( #14365 )
2024-06-01 17:12:42 +01:00
streamsfuncs.c
Sync #if/ifdef/defined ( #14508 )
2024-06-09 14:23:41 +02:00
streamsfuncs.h
string.c
Merge branch 'PHP-8.3'
2024-07-04 13:36:46 +02:00
strnatcmp.c
Minor refactoring of std string extension ( #8196 )
2022-04-23 12:15:13 +01:00
syslog.c
Merge branch 'PHP-8.1' into PHP-8.2
2023-11-16 14:36:16 +00:00
type.c
Implement stackless internal function calls
2024-02-06 17:42:28 +01:00
uniqid.c
random: Move CSPRNG API into php_random_csprng.h ( #13290 )
2024-02-01 19:09:35 +01:00
url.c
ext/standard/url.c fix a [-Wsign-compare] warning
2024-06-08 17:15:01 +01:00
url.h
url_scanner_ex.h
url_scanner_ex.re
Merge branch 'PHP-8.3'
2024-04-07 15:25:15 +02:00
user_filters.c
Mark multple functions as static ( #13864 )
2024-05-22 13:11:46 +02:00
user_filters.stub.php
Add dedicated StreamBucket class ( #13111 )
2024-04-11 20:11:40 +02:00
user_filters_arginfo.h
Add dedicated StreamBucket class ( #13111 )
2024-04-11 20:11:40 +02:00
uuencode.c
var.c
[RFC] Property hooks ( #13455 )
2024-07-14 11:55:03 +02:00
var_unserializer.re
[RFC] Property hooks ( #13455 )
2024-07-14 11:55:03 +02:00
versioning.c
winver.h