php-src/ext/standard
2019-12-30 15:28:37 +01:00
..
html_tables Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
tests Merge branch 'PHP-7.4' 2019-12-30 11:31:56 +01:00
array.c Speed up array_intersect/array_diff/array_filter 2019-12-10 19:29:49 -05:00
assert.c Convert Errors to ValueErrors 2019-12-05 14:22:54 +01:00
base64.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
base64.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
basic_functions_arginfo.h Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
basic_functions.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
basic_functions.h Remove magic quotes legacy 2019-12-05 13:15:54 +01:00
basic_functions.stub.php Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
browscap.c Move extra checks after zpp in get_browser() 2019-11-06 17:50:48 +01:00
config.m4 Remove convert_cyr_string() function 2019-12-05 13:15:54 +01:00
config.w32 Remove convert_cyr_string() function 2019-12-05 13:15:54 +01:00
crc32.c Merge branch 'PHP-7.4' 2019-10-23 17:42:16 +02:00
crc32.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
credits_ext.h Update credits_ext.h 2019-08-14 19:24:16 +02:00
credits_sapi.h Avoid mention of php7 in credits script 2019-01-28 11:26:45 +01:00
credits.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
credits.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
crypt_blowfish.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_blowfish.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_freesec.c Use unsigned char in _crypt_extended_r 2019-06-19 15:09:00 +02:00
crypt_freesec.h Use unsigned char in _crypt_extended_r 2019-06-19 15:09:00 +02:00
crypt_sha256.c Remove HAVE_STRING_H 2018-09-18 05:32:08 +02:00
crypt_sha512.c Remove HAVE_STRING_H 2018-09-18 05:32:08 +02:00
crypt.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
css.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
css.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
datetime.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
datetime.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dir.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
dl.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dl.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dns_win32.c Promote warning to exception in dns_check_record() function 2019-12-20 16:43:40 +01:00
dns.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
exec.c Return false when "Unable to fork" 2019-12-09 19:44:48 +01:00
exec.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
file.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
file.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
filestat.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
filters.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
flock_compat.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
flock_compat.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
formatted_print.c Only accept string as the format parameter of *printf() functions 2019-12-09 19:43:34 +01:00
fsock.c Remove most uses of ZEND_PARSE_PARAMETERS_END_EX() 2019-10-07 10:02:18 +02:00
fsock.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
ftok.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
ftp_fopen_wrapper.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
head.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
head.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hrtime.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hrtime.h Merge branch 'PHP-7.4' 2019-11-08 08:04:52 -07:00
html_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
html.c Capitalize the initial letter of the error message of htmlspecialchars() function 2019-12-05 13:15:53 +01:00
html.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
http_fopen_wrapper.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
http.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
image.c Remove most uses of ZEND_PARSE_PARAMETERS_END_EX() 2019-10-07 10:02:18 +02:00
incomplete_class.c Implemented FR #78638 (__PHP_Incomplete_Class should be final) 2019-12-24 17:09:44 +08:00
info.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
info.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
iptc.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
lcg.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
levenshtein.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
link.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mail.c Convert string|array union parameter types 2019-12-20 10:15:52 +01:00
Makefile.frag Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
Makefile.frag.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
math.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
md5.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
md5.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
metaphone.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
microtime.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
microtime.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mt_rand.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
net.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
pack.c Merge branch 'PHP-7.4' 2019-12-02 11:21:37 +01:00
pack.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
pageinfo.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
pageinfo.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
password.c Promote warnings to exceptions in password_*() functions 2019-12-12 12:14:53 +01:00
php_array.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_assert.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_browscap.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_crypt_r.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_crypt_r.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_crypt.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_dir.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_dns.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ext_syslog.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_filestat.h Remove clearstatcache function prototype defned twice 2019-11-18 14:36:10 +01:00
php_fopen_wrapper.c Merge branch 'PHP-7.4' 2019-10-08 12:35:47 +02:00
php_fopen_wrappers.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ftok.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_http.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_image.h Fix bug #77204 2019-10-02 11:21:17 +02:00
php_incomplete_class.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_iptc.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_lcg.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_link.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_mail.h Convert string|array union parameter types 2019-12-20 10:15:52 +01:00
php_math.h Add fdiv() function 2019-10-11 16:36:11 +02:00
php_metaphone.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_mt_rand.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_net.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_password.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_rand.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_random.h Merge branch 'PHP-7.4' 2019-11-08 08:04:52 -07:00
php_smart_string_public.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_smart_string.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_standard.h Remove convert_cyr_string() function 2019-12-05 13:15:54 +01:00
php_string.h Remove support for mixing parameter order in implode() 2019-12-12 13:49:05 +01:00
php_type.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_uuencode.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_var.h Merge branch 'PHP-7.4' 2019-09-30 10:30:20 +02:00
php_versioning.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
proc_open.c Promote warning to exception for proc_open() when null byte is encountered 2019-12-20 17:54:12 +01:00
proc_open.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
quot_print.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
quot_print.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
rand.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
random.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
scanf.c Promote warnings to exceptions in *scanf() functions 2019-12-10 13:01:59 +01:00
scanf.h Promote warnings to exceptions in *scanf() functions 2019-12-10 13:01:59 +01:00
sha1.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
sha1.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
soundex.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
streamsfuncs.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
streamsfuncs.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
string.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
strnatcmp.c [ci skip] Remove text editor modelines 2019-03-23 21:09:38 +01:00
syslog.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
type.c Add stubs for standard library 2019-12-11 18:50:36 +01:00
uniqid.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
uniqid.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
url_scanner_ex.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
url_scanner_ex.re Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
url.c Promote warning to exception in parse_url() 2019-12-11 18:47:48 +01:00
url.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
user_filters.c Convert zend_parse_parameters_none() to fast ZPP in standard lib 2019-12-30 15:28:37 +01:00
uuencode.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
var_unserializer.re Fix miscellaneous typos in docs and error messages 2019-10-28 11:44:08 +01:00
var.c Return empty string instead of NULL in serialize(). 2019-12-12 00:01:28 +01:00
versioning.c Throw an exception when an invalid comparison operator is passed to version_compare() 2019-12-09 19:44:01 +01:00
winver.h