php-src/ext/standard
2015-08-14 14:34:48 +02:00
..
html_tables Improved table search 2015-03-11 15:02:47 +03:00
tests add range() tests 2015-08-14 14:34:48 +02:00
array.c Fixed bug #70239 Creating a huge array doesn't result in exhausted, but segfault 2015-08-14 14:34:47 +02:00
assert.c Fixed bug #70208 (Assert breaking access on objects) 2015-08-08 00:02:49 +02:00
base64.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
base64.h bump year 2015-01-15 23:27:30 +08:00
basic_functions.c Fix #70112 RFE Allow dirname to go up various times 2015-07-27 15:23:04 +02:00
basic_functions.h Implemented FR #45235 A way to clear or reset the results for error_get_last() 2015-03-03 17:48:03 +08:00
browscap.c first stone on using the unified globals accessor 2015-07-29 10:36:30 +02:00
config.m4 Improve CSPRNG implementation 2015-05-09 21:57:59 +02:00
config.w32 Initial implementation for CSPRNG API 2015-05-09 21:57:50 +02:00
crc32.c bump year 2015-01-15 23:27:30 +08:00
crc32.h bump year 2015-01-15 23:27:30 +08:00
credits_ext.h run credits script 2015-08-04 16:30:53 +02:00
credits_sapi.h run credits script 2015-05-30 09:43:10 +02:00
credits.c [16:45] <@bjori> salathe: http://git.php.net/?p=php-src.git;a=commit;h=d4324a5e4ba3ae668cf1a3c2426241fd6ac385a5 && http://git.php.net/?p=php-src.git;a=commit;h=9de8833bea9fe39556066e7ff77b136697652d02 2015-05-27 16:50:01 +02:00
credits.h bump year 2015-01-15 23:27:30 +08: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 More warning fixes 2015-07-17 21:12:15 +02:00
crypt_freesec.h unify stdint type usage 2013-08-06 22:49:56 +02:00
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 Fixed bug #69686 password_verify reports back error on PHP7 will null string. 2015-05-21 17:12:51 -04:00
css.c Fix #70048: When running a phpinfo(), if you have a very long cell value you got a table overflow. 2015-07-11 21:44:23 +02:00
css.h bump year 2015-01-15 23:27:30 +08:00
cyr_convert.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
cyr_convert.h bump year 2015-01-15 23:27:30 +08:00
datetime.c bump year 2015-01-15 23:27:30 +08:00
datetime.h bump year 2015-01-15 23:27:30 +08:00
dir.c Merge branch 'PHP-5.6' 2015-05-12 15:00:24 -07:00
dl.c Merge branch 'pull-request/988' 2015-01-31 23:11:18 -08:00
dl.h bump year 2015-01-15 23:27:30 +08:00
dns_win32.c Drop old VC support (VC <= 9), for dns.c, this means that DNS_TYPE_NAPTR always is available 2015-03-29 06:57:11 +02:00
dns.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
exec.c Revert "Fixed invalid read" 2015-07-08 22:34:27 +08:00
exec.h bump year 2015-01-15 23:27:30 +08:00
file.c This can not be true 2015-07-02 11:04:24 +08:00
file.h bump year 2015-01-15 23:27:30 +08:00
filestat.c move some stat declarations into zend_virtual_cwd.h 2015-05-25 18:03:21 +02:00
filters.c Cleanup (avoid reallocatios and side effects in php_strip_tags) 2015-07-01 19:04:18 +03:00
flock_compat.c Merge branch 'PHP-5.6' 2015-02-21 14:16:06 +01:00
flock_compat.h bump year 2015-01-15 23:27:30 +08:00
formatted_print.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
fsock.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
fsock.h bump year 2015-01-15 23:27:30 +08:00
ftok.c bump year 2015-01-15 23:27:30 +08:00
ftp_fopen_wrapper.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
head.c Use zend_string in setcookie (save value reallocated) 2015-07-02 12:04:28 +08:00
head.h Use zend_string in setcookie (save value reallocated) 2015-07-02 12:04:28 +08:00
html_tables.h Improved table search 2015-03-11 15:02:47 +03:00
html.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
html.h bump year 2015-01-15 23:27:30 +08:00
http_fopen_wrapper.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
http.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
image.c Merge branch 'PHP-5.6' 2015-07-23 18:40:54 +02:00
incomplete_class.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
info.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
info.h bump year 2015-01-15 23:27:30 +08:00
iptc.c Merge branch 'PHP-5.6' 2015-07-18 22:52:39 +02:00
lcg.c bump year 2015-01-15 23:27:30 +08:00
levenshtein.c bump year 2015-01-15 23:27:30 +08:00
link_win32.c bump year 2015-01-15 23:27:30 +08:00
link.c Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
mail.c remove TSRMLS_* 2015-08-02 13:42:01 +02:00
Makefile.frag Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files. 2012-12-06 09:28:35 +01:00
math.c Introduce ArithmeticError 2015-07-02 20:47:44 +02:00
md5.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
md5.h bump year 2015-01-15 23:27:30 +08:00
metaphone.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
microtime.c Windows support for getrusage() 2015-05-20 15:45:37 +02:00
microtime.h bump year 2015-01-15 23:27:30 +08:00
pack.c remove TSRMLS_* 2015-08-02 13:42:01 +02:00
pack.h bump year 2015-01-15 23:27:30 +08:00
pageinfo.c bump year 2015-01-15 23:27:30 +08:00
pageinfo.h bump year 2015-01-15 23:27:30 +08:00
password.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
php_array.h switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
php_assert.h bump year 2015-01-15 23:27:30 +08:00
php_browscap.h bump year 2015-01-15 23:27:30 +08:00
php_crypt_r.c fix thread safety and zeroing method 2015-07-29 17:26:50 +02:00
php_crypt_r.h bump year 2015-01-15 23:27:30 +08:00
php_crypt.h Fixed bug #69686 password_verify reports back error on PHP7 will null string. 2015-05-21 17:12:51 -04:00
php_dir.h bump year 2015-01-15 23:27:30 +08:00
php_dns.h bump year 2015-01-15 23:27:30 +08:00
php_ext_syslog.h bump year 2015-01-15 23:27:30 +08:00
php_filestat.h bump year 2015-01-15 23:27:30 +08:00
php_fopen_wrapper.c select the case to set the pipe blocking option more precisely 2015-07-02 14:23:00 +02:00
php_fopen_wrappers.h Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
php_ftok.h bump year 2015-01-15 23:27:30 +08:00
php_http.h bump year 2015-01-15 23:27:30 +08:00
php_image.h bump year 2015-01-15 23:27:30 +08:00
php_incomplete_class.h bump year 2015-01-15 23:27:30 +08:00
php_iptc.h bump year 2015-01-15 23:27:30 +08:00
php_lcg.h bump year 2015-01-15 23:27:30 +08:00
php_link.h bump year 2015-01-15 23:27:30 +08:00
php_mail.h bump year 2015-01-15 23:27:30 +08:00
php_math.h bump year 2015-01-15 23:27:30 +08:00
php_metaphone.h bump year 2015-01-15 23:27:30 +08:00
php_password.h bump year 2015-01-15 23:27:30 +08:00
php_rand.h bump year 2015-01-15 23:27:30 +08:00
php_random.h Improve CSPRNG implementation 2015-05-09 21:57:59 +02:00
php_smart_string_public.h bump year 2015-01-15 23:27:30 +08:00
php_smart_string.h bump year 2015-01-15 23:27:30 +08:00
php_standard.h Initial implementation for CSPRNG API 2015-05-09 21:57:50 +02:00
php_string.h Explicitly ignore mblen(NULL, 0) retval 2015-07-16 22:39:11 +02:00
php_type.h bump year 2015-01-15 23:27:30 +08:00
php_uuencode.h bump year 2015-01-15 23:27:30 +08:00
php_var.h fix merge 2015-08-04 23:51:55 -07:00
php_versioning.h bump year 2015-01-15 23:27:30 +08:00
proc_open.c properly set the pipe blocking option 2015-07-02 14:22:57 +02:00
proc_open.h remove hardcoded limit on number of pipes in proc_open() 2015-05-29 15:30:06 +03:00
quot_print.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
quot_print.h bump year 2015-01-15 23:27:30 +08:00
rand.c bump year 2015-01-15 23:27:30 +08:00
random.c improve condition 2015-08-12 10:20:26 +02:00
scanf.c bump year 2015-01-15 23:27:30 +08:00
scanf.h bump year 2015-01-15 23:27:30 +08:00
sha1.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
sha1.h bump year 2015-01-15 23:27:30 +08:00
soundex.c bump year 2015-01-15 23:27:30 +08:00
streamsfuncs.c Fixed bug #69521 (Segfault in gc_collect_cycles()). 2015-07-02 18:43:06 +08:00
streamsfuncs.h Revert "Add stream_socket_crypto_info() function" 2015-03-09 23:15:57 -06:00
string.c Make bin2hex() and hex2bin() timing safe 2015-08-04 22:07:13 +02:00
strnatcmp.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
syslog.c bump year 2015-01-15 23:27:30 +08:00
type.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
uniqid.c bump year 2015-01-15 23:27:30 +08:00
uniqid.h bump year 2015-01-15 23:27:30 +08:00
url_scanner_ex.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
url_scanner_ex.h Cleanup trans sid code. Behavior is unchanged. 2015-02-02 17:06:16 +09:00
url_scanner_ex.re Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
url.c Fix #69976: Unable to parse "all" urls with colon char 2015-07-01 23:48:16 +02:00
url.h bump year 2015-01-15 23:27:30 +08:00
user_filters.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
uuencode.c Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 2015-06-30 04:05:24 +03:00
var_unserializer.c zend_hash_resize seems useless, use zend_hash_extend 2015-08-13 12:19:35 +08:00
var_unserializer.re zend_hash_resize seems useless, use zend_hash_extend 2015-08-13 12:19:35 +08:00
var.c Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-src 2015-07-30 13:14:38 +08:00
versioning.c bump year 2015-01-15 23:27:30 +08:00
winver.h Merge branch 'PHP-5.6' 2015-06-18 22:05:07 +02:00