php-src/ext/standard
Tom Van Looy 19d31433dc Enable HRTime on OpenBSD
OpenBSD has clock_gettime() so this will work. They have _POSIX_TIMERS on -1 in
unistd because they don't have per-process timers.
2018-06-12 12:27:48 +02:00
..
html_tables Happy new year (Update copyright to 2018) 2018-01-02 23:42:29 +02:00
tests Fixed bug #76422 ftruncate fails on files > 2GB 2018-06-09 11:28:24 +02:00
array.c Don't use UNREFs during array operations 2018-06-09 13:20:13 +02:00
assert.c Removed useless zval_ptr_dtor() 2018-05-29 17:58:06 +03:00
base64.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
base64.h Update author info 2018-02-12 21:01:12 +08:00
basic_functions.c Removed "dead" code (zend_hash_update() never fails) 2018-06-01 11:58:57 +03:00
basic_functions.h Use const pointers 2018-03-20 11:12:25 +01:00
browscap.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
config.m4 Merge branch 'PHP-7.2' 2018-05-23 22:24:07 +02:00
config.w32 Implement high resolution monotonic timer function hrtime() 2018-01-07 16:03:52 +01:00
crc32.c year++ 2018-01-02 12:57:58 +08:00
crc32.h Fix typo in crc32.h 2018-03-23 19:05:15 +01:00
credits.c year++ 2018-01-02 12:57:58 +08:00
credits.h year++ 2018-01-02 12:57:58 +08:00
credits_ext.h Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
credits_sapi.h Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
crypt.c year++ 2018-01-02 12:57:58 +08:00
crypt_blowfish.c
crypt_blowfish.h
crypt_freesec.c Move constants into read-only data segment 2017-12-14 18:43:44 +03:00
crypt_freesec.h Fixed condition check 2017-04-10 14:47:24 +08:00
crypt_sha256.c Reuse new alignment macros 2018-03-19 14:38:41 +01:00
crypt_sha512.c Reuse new alignment macros 2018-03-19 14:38:41 +01:00
css.c year++ 2018-01-02 12:57:58 +08:00
css.h year++ 2018-01-02 12:57:58 +08:00
cyr_convert.c year++ 2018-01-02 12:57:58 +08:00
cyr_convert.h year++ 2018-01-02 12:57:58 +08:00
datetime.c Fix warnings defined but not used 2018-06-02 13:30:40 +02:00
datetime.h year++ 2018-01-02 12:57:58 +08:00
dir.c year++ 2018-01-02 12:57:58 +08:00
dl.c Ensure there are no line breaks in the error msg 2018-02-01 15:30:01 +01:00
dl.h year++ 2018-01-02 12:57:58 +08:00
dns.c Merge branch 'PHP-7.2' 2018-02-05 09:10:57 +01:00
dns_win32.c year++ 2018-01-02 12:57:58 +08:00
exec.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
exec.h year++ 2018-01-02 12:57:58 +08:00
file.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
file.h year++ 2018-01-02 12:57:58 +08:00
filestat.c Be consistent in is_executable on a directory in any stream wrapper. 2018-03-27 21:49:26 +02:00
filters.c year++ 2018-01-02 12:57:58 +08:00
flock_compat.c year++ 2018-01-02 12:57:58 +08:00
flock_compat.h year++ 2018-01-02 12:57:58 +08:00
formatted_print.c year++ 2018-01-02 12:57:58 +08:00
fsock.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
fsock.h year++ 2018-01-02 12:57:58 +08:00
ftok.c year++ 2018-01-02 12:57:58 +08:00
ftp_fopen_wrapper.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
head.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
head.h year++ 2018-01-02 12:57:58 +08:00
hrtime.c Update year range in hrtime c and h files 2018-05-28 22:14:52 +02:00
hrtime.h Enable HRTime on OpenBSD 2018-06-12 12:27:48 +02:00
html.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
html.h year++ 2018-01-02 12:57:58 +08:00
html_tables.h year++ 2018-01-02 12:57:58 +08:00
http.c year++ 2018-01-02 12:57:58 +08:00
http_fopen_wrapper.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
image.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
incomplete_class.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
info.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
info.h year++ 2018-01-02 12:57:58 +08:00
iptc.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
lcg.c year++ 2018-01-02 12:57:58 +08:00
levenshtein.c year++ 2018-01-02 12:57:58 +08:00
link.c Avoid double copying and string length recalculation 2018-03-06 21:19:18 +03:00
link_win32.c Merge branch 'PHP-7.2' 2018-05-14 10:45:22 +02:00
mail.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
Makefile.frag
Makefile.frag.w32 fragment targets have to match the generated ones 2017-01-04 12:18:55 +01:00
math.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
md5.c Fixed folder 2018-03-16 13:23:35 +08:00
md5.h year++ 2018-01-02 12:57:58 +08:00
metaphone.c year++ 2018-01-02 12:57:58 +08:00
microtime.c Avoid double copying 2018-03-06 21:59:02 +03:00
microtime.h year++ 2018-01-02 12:57:58 +08:00
mt_rand.c Merge branch 'PHP-7.2' 2018-03-27 22:10:34 +02:00
net.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
pack.c Trailing whitespaces 2018-01-03 14:38:00 +01:00
pack.h year++ 2018-01-02 12:57:58 +08:00
pageinfo.c year++ 2018-01-02 12:57:58 +08:00
pageinfo.h year++ 2018-01-02 12:57:58 +08:00
password.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
php_array.h year++ 2018-01-02 12:57:58 +08:00
php_assert.h year++ 2018-01-02 12:57:58 +08:00
php_browscap.h year++ 2018-01-02 12:57:58 +08:00
php_crypt.h year++ 2018-01-02 12:57:58 +08:00
php_crypt_r.c year++ 2018-01-02 12:57:58 +08:00
php_crypt_r.h year++ 2018-01-02 12:57:58 +08:00
php_dir.h year++ 2018-01-02 12:57:58 +08:00
php_dns.h year++ 2018-01-02 12:57:58 +08:00
php_ext_syslog.h year++ 2018-01-02 12:57:58 +08:00
php_filestat.h year++ 2018-01-02 12:57:58 +08:00
php_fopen_wrapper.c year++ 2018-01-02 12:57:58 +08:00
php_fopen_wrappers.h year++ 2018-01-02 12:57:58 +08:00
php_ftok.h year++ 2018-01-02 12:57:58 +08:00
php_http.h year++ 2018-01-02 12:57:58 +08:00
php_image.h year++ 2018-01-02 12:57:58 +08:00
php_incomplete_class.h Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
php_iptc.h year++ 2018-01-02 12:57:58 +08:00
php_lcg.h year++ 2018-01-02 12:57:58 +08:00
php_link.h year++ 2018-01-02 12:57:58 +08:00
php_mail.h year++ 2018-01-02 12:57:58 +08:00
php_math.h Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
php_metaphone.h year++ 2018-01-02 12:57:58 +08:00
php_mt_rand.h year++ 2018-01-02 12:57:58 +08:00
php_net.h year++ 2018-01-02 12:57:58 +08:00
php_password.h year++ 2018-01-02 12:57:58 +08:00
php_rand.h year++ 2018-01-02 12:57:58 +08:00
php_random.h year++ 2018-01-02 12:57:58 +08:00
php_smart_string.h year++ 2018-01-02 12:57:58 +08:00
php_smart_string_public.h year++ 2018-01-02 12:57:58 +08:00
php_standard.h Implement high resolution monotonic timer function hrtime() 2018-01-07 16:03:52 +01:00
php_string.h Use const pointers where appropriate 2018-03-16 20:37:51 +01:00
php_type.h Add is_countable function 2018-03-11 16:41:16 +01:00
php_uuencode.h year++ 2018-01-02 12:57:58 +08:00
php_var.h year++ 2018-01-02 12:57:58 +08:00
php_versioning.h Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
proc_open.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
proc_open.h year++ 2018-01-02 12:57:58 +08:00
quot_print.c year++ 2018-01-02 12:57:58 +08:00
quot_print.h year++ 2018-01-02 12:57:58 +08:00
rand.c year++ 2018-01-02 12:57:58 +08:00
random.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
scanf.c year++ 2018-01-02 12:57:58 +08:00
scanf.h year++ 2018-01-02 12:57:58 +08:00
sha1.c Avoid double copying and string length recalculation 2018-03-06 21:19:18 +03:00
sha1.h year++ 2018-01-02 12:57:58 +08:00
soundex.c year++ 2018-01-02 12:57:58 +08:00
streamsfuncs.c Removed "dead" code (zend_hash_update() never fails) 2018-06-01 11:58:57 +03:00
streamsfuncs.h year++ 2018-01-02 12:57:58 +08:00
string.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
strnatcmp.c
syslog.c Trailing whitespaces 2018-01-03 14:38:00 +01:00
type.c Add is_countable function 2018-03-11 16:41:16 +01:00
uniqid.c year++ 2018-01-02 12:57:58 +08:00
uniqid.h year++ 2018-01-02 12:57:58 +08:00
url.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
url.h year++ 2018-01-02 12:57:58 +08:00
url_scanner_ex.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
url_scanner_ex.h year++ 2018-01-02 12:57:58 +08:00
url_scanner_ex.re Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
user_filters.c Removed useless zval_ptr_dtor() 2018-05-29 17:58:06 +03:00
uuencode.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
var.c Removed useless zval_ptr_dtor() 2018-05-29 17:58:06 +03:00
var_unserializer.c Removed useless zval_ptr_dtor() 2018-05-29 17:58:06 +03:00
var_unserializer.re Removed useless zval_ptr_dtor() 2018-05-29 17:58:06 +03:00
versioning.c year++ 2018-01-02 12:57:58 +08:00
winver.h