php-src/ext/standard
Nikita Popov 079409bbc2 Switch (un)mangle property name to size_t and zend_string
Also use the _ex variants where possible.
2014-09-16 00:31:27 +02:00
..
html_tables update the html table generator 2014-09-14 00:42:48 +02:00
tests correct fix to the natcmp_ex 2014-09-15 12:58:46 +02:00
array.c Duplicate array only if neccessary 2014-08-28 20:51:22 +04:00
assert.c Avoid string duplication 2014-09-02 09:52:23 +04:00
base64.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
base64.h master renames phase 3 2014-08-25 20:22:49 +02:00
basic_functions.c fix possible null ptr deref 2014-09-12 22:31:02 +02:00
basic_functions.h master renames phase 1 2014-08-25 19:24:55 +02:00
browscap.c Refactored INI subsystem to use zend_string* instead of char* 2014-09-01 20:57:33 +04:00
config.m4 exclude log2 usage which requires C99 support 2014-08-29 10:55:55 +02:00
config.w32
crc32.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
crc32.h Bump year 2014-01-03 11:08:10 +08:00
credits_ext.h Merge branch 'PHP-5.5' into PHP-5.6 2014-01-10 16:02:46 +01:00
credits_sapi.h
credits.c add credits 2014-08-19 11:24:54 +02:00
credits.h Bump year 2014-01-03 11:08:10 +08:00
crypt_blowfish.c
crypt_blowfish.h
crypt_freesec.c
crypt_freesec.h
crypt_sha256.c master renames phase 3 2014-08-25 20:22:49 +02:00
crypt_sha512.c master renames phase 3 2014-08-25 20:22:49 +02:00
crypt.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
css.c Bump year 2014-01-03 11:08:10 +08:00
css.h Bump year 2014-01-03 11:08:10 +08:00
cyr_convert.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
cyr_convert.h Bump year 2014-01-03 11:08:10 +08:00
datetime.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
datetime.h Bump year 2014-01-03 11:08:10 +08:00
dir.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
dl.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
dl.h Bump year 2014-01-03 11:08:10 +08:00
dns_win32.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
dns.c 's' works with size_t round 4 2014-08-27 20:49:37 +02:00
exec.c 's' works with size_t round 4 2014-08-27 20:49:37 +02:00
exec.h Refactor php_escape_shell_* to return zend_string 2014-03-03 17:33:40 +08:00
file.c Separate php_mb_reset() from php_mblen() 2014-09-03 20:37:04 +02:00
file.h master renames phase 3 2014-08-25 20:22:49 +02:00
filestat.c avoid strlen() usage in the loop 2014-09-13 23:21:36 +02:00
filters.c removed extra 1 byte member, padding will be done anyway by the compiler 2014-09-13 23:55:30 +02:00
flock_compat.c Bump year 2014-01-03 11:08:10 +08:00
flock_compat.h Bump year 2014-01-03 11:08:10 +08:00
formatted_print.c master renames phase 3 2014-08-25 20:22:49 +02:00
fsock.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
fsock.h Bump year 2014-01-03 11:08:10 +08:00
ftok.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
ftp_fopen_wrapper.c master renames phase 1 2014-08-25 19:24:55 +02:00
head.c fix signature 2014-08-27 22:17:16 +02:00
head.h Remove usage of pointless COOKIE_SET_COOKIE constant. 2014-05-18 10:45:31 +02:00
html_tables.h use the generator to produce the header 2014-09-14 00:43:58 +02:00
html.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
html.h Use better data structures (incomplete) 2014-02-13 17:54:23 +04:00
http_fopen_wrapper.c removed the emalloc result check, out of memory will bailout 2014-09-14 00:00:52 +02:00
http.c Switch (un)mangle property name to size_t and zend_string 2014-09-16 00:31:27 +02:00
image.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
incomplete_class.c master renames phase 2 2014-08-25 19:28:33 +02:00
info.c replaced the check with assert as it's kinda unusual case 2014-09-13 23:57:53 +02:00
info.h Fixed memory leak in php_uname 2014-03-03 16:56:54 +08:00
iptc.c fix iptcembed() 2014-08-31 14:02:28 +02:00
lcg.c fixed several long vs zend_long casts 2014-08-26 11:26:53 +02:00
levenshtein.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
link_win32.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
link.c fix linkinfo() 2014-08-27 23:44:28 +02:00
mail.c restore the old part of ezmlm_hash() 2014-08-27 23:14:54 +02:00
Makefile.frag
math.c Revert "Move safe_address into zend_multiply.h" 2014-09-06 22:12:37 +02:00
md5.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
md5.h Bump year 2014-01-03 11:08:10 +08:00
metaphone.c master renames phase 3 2014-08-25 20:22:49 +02:00
microtime.c master renames phase 1 2014-08-25 19:24:55 +02:00
microtime.h Bump year 2014-01-03 11:08:10 +08:00
pack.c master renames phase 7 2014-08-25 21:51:49 +02:00
pack.h Bump year 2014-01-03 11:08:10 +08:00
pageinfo.c master renames phase 3 2014-08-25 20:22:49 +02:00
pageinfo.h master renames phase 1 2014-08-25 19:24:55 +02:00
password.c remove useless casts and checks 2014-09-14 11:00:22 +02:00
php_array.h master renames phase 1 2014-08-25 19:24:55 +02:00
php_assert.h Bump year 2014-01-03 11:08:10 +08:00
php_browscap.h Bump year 2014-01-03 11:08:10 +08:00
php_crypt_r.c better way to zero away sensitive data 2014-09-14 11:48:51 +02:00
php_crypt_r.h Bump year 2014-01-03 11:08:10 +08:00
php_crypt.h Refactor php_crypt to returning zend_string 2014-02-25 12:46:51 +08:00
php_dir.h Bump year 2014-01-03 11:08:10 +08:00
php_dns.h Bump year 2014-01-03 11:08:10 +08:00
php_ext_syslog.h Bump year 2014-01-03 11:08:10 +08:00
php_filestat.h Use better data structures (incomplete) 2014-02-13 17:54:23 +04:00
php_fopen_wrapper.c master renames phase 4 2014-08-25 20:57:25 +02:00
php_fopen_wrappers.h Bump year 2014-01-03 11:08:10 +08:00
php_ftok.h Bump year 2014-01-03 11:08:10 +08:00
php_http.h Bump year 2014-01-03 11:08:10 +08:00
php_image.h Bump year 2014-01-03 11:08:10 +08:00
php_incomplete_class.h master renames phase 2 2014-08-25 19:28:33 +02:00
php_iptc.h Bump year 2014-01-03 11:08:10 +08:00
php_lcg.h Bump year 2014-01-03 11:08:10 +08:00
php_link.h Bump year 2014-01-03 11:08:10 +08:00
php_mail.h Bump year 2014-01-03 11:08:10 +08:00
php_math.h master renames phase 1 2014-08-25 19:24:55 +02:00
php_metaphone.h Bump year 2014-01-03 11:08:10 +08:00
php_password.h Bump year 2014-01-03 11:08:10 +08:00
php_rand.h master renames phase 1 2014-08-25 19:24:55 +02:00
php_smart_str_public.h Refacting smart_str 2014-02-18 17:42:46 +08:00
php_smart_str.h Fix smart_str_append() 2014-09-04 21:55:27 +02:00
php_smart_string_public.h Added smart_string to avoid string duplicated 2014-05-10 11:09:17 +08:00
php_smart_string.h fix types 2014-09-15 19:46:32 +02:00
php_standard.h Bump year 2014-01-03 11:08:10 +08:00
php_string.h Separate php_mb_reset() from php_mblen() 2014-09-03 20:37:04 +02:00
php_type.h Bump year 2014-01-03 11:08:10 +08:00
php_uuencode.h master renames phase 3 2014-08-25 20:22:49 +02:00
php_var.h Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word 2014-04-21 18:25:34 +04:00
php_versioning.h Bump year 2014-01-03 11:08:10 +08:00
proc_open.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
proc_open.h Use better data structures (incomplete) 2014-02-14 13:40:11 +04:00
quot_print.c master renames phase 3 2014-08-25 20:22:49 +02:00
quot_print.h Use better data structures (incomplete) 2014-02-13 17:54:23 +04:00
rand.c master renames phase 3 2014-08-25 20:22:49 +02:00
scanf.c master renames phase 7 2014-08-25 21:51:49 +02:00
scanf.h Use better data structures (incomplete) 2014-02-13 17:54:23 +04:00
sha1.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
sha1.h master renames phase 3 2014-08-25 20:22:49 +02:00
soundex.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
streamsfuncs.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
streamsfuncs.h Bump year 2014-01-03 11:08:10 +08:00
string.c Separate php_mb_reset() from php_mblen() 2014-09-03 20:37:04 +02:00
strnatcmp.c correct fix to the natcmp_ex 2014-09-15 12:58:46 +02:00
syslog.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
type.c Special-case aliases, add warning comments to implementations 2014-08-29 00:10:52 +02:00
uniqid.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
uniqid.h Bump year 2014-01-03 11:08:10 +08:00
url_scanner_ex.c Refactored INI subsystem to use zend_string* instead of char* 2014-09-01 20:57:33 +04:00
url_scanner_ex.h Bump year 2014-01-03 11:08:10 +08:00
url_scanner_ex.re Refactored INI subsystem to use zend_string* instead of char* 2014-09-01 20:57:33 +04:00
url.c 's' works with size_t round 2 2014-08-27 20:49:33 +02:00
url.h Refactor php_url_(en|de)code to return zend_string 2014-03-03 16:34:43 +08:00
user_filters.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
uuencode.c master renames phase 3 2014-08-25 20:22:49 +02:00
var_unserializer.c Fix a number of format issues 2014-09-03 15:57:28 +02:00
var_unserializer.re Fix a number of format issues 2014-09-03 15:57:28 +02:00
var.c Switch (un)mangle property name to size_t and zend_string 2014-09-16 00:31:27 +02:00
versioning.c first show to make 's' work with size_t 2014-08-27 20:49:31 +02:00
winver.h