php-src/ext/standard
2016-09-06 14:15:05 +02:00
..
html_tables Regenerated html_tables.h to fix compilation warnings 2016-06-22 17:22:06 +03:00
tests Merge branch 'PHP-7.1' 2016-09-06 14:15:05 +02:00
array.c Drop some pieces of commented-out code 2016-09-04 12:56:06 +02:00
assert.c Merge branch 'throw-error-in-extensions' 2016-07-05 02:08:39 -05:00
base64.c Merge branch 'PHP-7.0' into PHP-7.1 2016-08-17 17:14:30 +08:00
base64.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
basic_functions.c Fixed bug #72920 (Accessing a private constant using constant() creates an exception AND warning) 2016-08-22 23:44:38 +08:00
basic_functions.h Fix URL rewriter issues 2016-08-11 08:31:48 +09:00
browscap.c Merge branch 'PHP-7.0' into PHP-7.1 2016-08-27 01:23:36 +02:00
config.m4 Split rand and mt_rand into separate files 2016-07-05 11:16:37 +01:00
config.w32 Split rand and mt_rand into separate files 2016-07-05 11:16:37 +01:00
crc32.c Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
crc32.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
credits_ext.h Bump versions/dates for release of 7.1.0alpha3 2016-07-05 12:29:02 -07:00
credits_sapi.h run credits script 2015-05-30 09:43:10 +02:00
credits.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
credits.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
crypt_blowfish.c bump year 2015-01-15 23:27:30 +08:00
crypt_blowfish.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
crypt_freesec.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
crypt_freesec.h
crypt_sha256.c fix thread safety 2015-07-29 10:36:28 +02:00
crypt_sha512.c fix thread safety 2015-07-29 10:36:28 +02:00
crypt.c Merge branch 'PHP-7.0' into PHP-7.1 2016-08-29 20:34:44 +02:00
css.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
css.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
cyr_convert.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
cyr_convert.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
datetime.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
datetime.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
dir.c Drop some pieces of commented-out code 2016-09-04 12:56:06 +02:00
dl.c Drop unnecessary macro redefinition 2016-09-04 12:28:00 +02:00
dl.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
dns_win32.c Fixed bug #72683 getmxrr broken 2016-07-27 20:48:45 +02:00
dns.c fix #71609: Segmentation fault on ZTS with gethostbyname 2016-03-31 12:39:01 +01:00
exec.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
exec.h Merge branch 'PHP-5.5.32' into PHP-5.6.18 2016-02-01 18:32:31 -08:00
file.c Merge branch 'PHP-5.6' into PHP-7.0 2016-08-31 14:53:53 +02:00
file.h fix #71609: Segmentation fault on ZTS with gethostbyname 2016-03-31 12:39:01 +01:00
filestat.c fix typo 2016-08-11 13:38:28 +02:00
filters.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
flock_compat.c Merge branch 'PHP-5.6' into PHP-7.0 2016-03-10 11:39:16 +01:00
flock_compat.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
formatted_print.c Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
fsock.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
fsock.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
ftok.c Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
ftp_fopen_wrapper.c Merge branch 'PHP-7.0' into PHP-7.1 2016-08-17 17:14:30 +08:00
head.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
head.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
html_tables.h Regenerated html_tables.h to fix compilation warnings 2016-06-22 17:22:06 +03:00
html.c Merge branch 'throw-error-in-extensions' 2016-07-05 02:08:39 -05:00
html.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
http_fopen_wrapper.c Avoid use of scratch space in HTTP fopen wrapper 2016-08-07 17:43:06 +02:00
http.c Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
image.c improve fix 2016-09-02 23:33:43 +02:00
incomplete_class.c Use special type IS_ERROR instread of EG(error_zval). (we still need EG(error_zval) for SPL support). 2016-01-28 18:00:06 +03:00
info.c Get rid of these slow calls to LoadLibrary()/GetProcAddress() calls on Windows, we require Windows Vista as bare minimum for PHP anyway, so it does not make any sense to do this slow emulation anyway. 2016-08-11 02:09:50 +02:00
info.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
iptc.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
lcg.c Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
levenshtein.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
link_win32.c fix leak 2016-08-28 19:42:41 +02:00
link.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mail.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
Makefile.frag
math.c Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
md5.c Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
md5.h Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
metaphone.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
microtime.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
microtime.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mt_rand.c Preserve BC for rand() AND mt_rand() where min > max 2016-08-10 23:32:32 +01:00
pack.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
pack.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pageinfo.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pageinfo.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
password.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
php_array.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_assert.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_browscap.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_crypt_r.c Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
php_crypt_r.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_crypt.h Remove HAVE_CRYPT checks 2016-03-25 21:09:47 +01:00
php_dir.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_dns.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_ext_syslog.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_filestat.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_fopen_wrapper.c Merge branch 'throw-error-in-extensions' 2016-07-05 02:08:39 -05:00
php_fopen_wrappers.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_ftok.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_http.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_image.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_incomplete_class.h Fixed compilation warnings 2016-06-23 12:47:06 +03:00
php_iptc.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_lcg.h Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
php_link.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_mail.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_math.h Seems like I did a bad merge earlier, this should make PHP-7.0 sync with 7.1/master properly now 2016-08-17 16:34:22 +02:00
php_metaphone.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_mt_rand.h Preserve BC for rand() AND mt_rand() where min > max 2016-08-10 23:32:32 +01:00
php_password.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_rand.h Fix legacy mode RAND_RANGE and 32/64-bit consistency 2016-07-16 16:50:20 +00:00
php_random.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_smart_string_public.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_smart_string.h Merge branch 'PHP-7.0' into PHP-7.1 2016-09-02 17:02:25 +02:00
php_standard.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_string.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_type.h Add is_iterable() function 2016-06-03 17:42:12 -05:00
php_uuencode.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
php_var.h Followup for bug #72785 2016-09-06 12:59:35 +02:00
php_versioning.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
proc_open.c add error check and fix leak 2016-08-29 17:25:46 +02:00
proc_open.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
quot_print.c Merge branch 'PHP-5.6' into PHP-7.0 2016-08-17 00:43:33 -07:00
quot_print.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
rand.c Preserve BC for rand() AND mt_rand() where min > max 2016-08-10 23:32:32 +01:00
random.c Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
scanf.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
scanf.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
sha1.c Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
sha1.h Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
soundex.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
streamsfuncs.c Merge branch 'PHP-7.0' into PHP-7.1 2016-09-05 22:13:20 +01:00
streamsfuncs.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
string.c Merge branch 'PHP-7.0' into PHP-7.1 2016-08-29 15:44:13 +02:00
strnatcmp.c Drop some pieces of commented-out code 2016-09-04 12:56:06 +02:00
syslog.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
type.c Return true for is_object() on Incomplete_Class 2016-08-15 23:13:09 +02:00
uniqid.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
uniqid.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
url_scanner_ex.c fix leak 2016-09-02 19:46:32 +02:00
url_scanner_ex.h Fix URL rewriter issues 2016-08-11 08:31:48 +09:00
url_scanner_ex.re fix leak 2016-09-02 19:46:32 +02:00
url.c Fix TSRM build 2016-08-16 22:55:43 -07:00
url.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
user_filters.c Fixed compilation warnings 2016-06-23 12:47:06 +03:00
uuencode.c Merge branch 'PHP-5.6' into PHP-7.0 2016-08-17 00:43:33 -07:00
var_unserializer.c Followup for bug #72785 2016-09-06 12:59:35 +02:00
var_unserializer.re Followup for bug #72785 2016-09-06 12:59:35 +02:00
var.c Followup for bug #72785 2016-09-06 12:59:35 +02:00
versioning.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
winver.h Merge branch 'PHP-5.6' 2015-06-18 22:05:07 +02:00