php-src/ext/standard
2006-11-06 21:45:49 +00:00
..
tests Remove SKIPIF 2006-11-03 14:17:17 +00:00
array.c Error message clean up 2006-10-08 13:34:24 +00:00
assert.c PHP6 Updates 2006-09-22 01:55:47 +00:00
base64.c Make url encoding/decoding functions use binary strings only. 2006-10-26 17:33:33 +00:00
base64.h MFB: bug #37244 (base64_decode violates RFC 3548) 2006-06-26 22:17:43 +00:00
basic_functions.c *** empty log message *** 2006-10-25 20:30:51 +00:00
basic_functions.h Remove references to BG(user_compare_fnnc_name). 2006-07-21 23:29:25 +00:00
browscap.c Error message clean up 2006-10-08 13:34:24 +00:00
config.m4 this fixes segfault in strptime() on 64bit Linuxes, caused by the missing declaration 2006-08-24 11:05:38 +00:00
config.w32
crc32.c Flag a couple more unicode ready functions 2006-09-25 01:33:57 +00:00
crc32.h
CREDITS
credits_ext.h Update credits 2006-10-04 12:53:03 +00:00
credits_sapi.h
credits.c
credits.h
crypt.c Flag a couple more unicode ready functions 2006-09-25 01:33:57 +00:00
css.c
css.h
cyr_convert.c convert_cyr_string() should operate only on binary strings. 2006-10-27 18:14:19 +00:00
cyr_convert.h
datetime.c Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
datetime.h
dir.c MFB: Fixed missing open_basedir check inside chdir() function. 2006-10-04 23:20:54 +00:00
dl.c Error message clean up 2006-10-08 13:34:24 +00:00
dl.h
dns.c ZTS fix 2006-09-25 06:59:02 +00:00
dns.h
exec.c Error message clean up 2006-10-08 13:34:24 +00:00
exec.h
file.c Unicode support for fnmatch(). 2006-10-25 17:28:20 +00:00
file.h MFB: missing API declaration 2006-10-13 09:55:48 +00:00
filestat.c Windows doesn't have chown(). Remove unused function and reference to undeclared macro VCWD_CHOWN(). 2006-11-06 14:55:14 +00:00
filters.c Error message clean up 2006-10-08 13:34:24 +00:00
flock_compat.c
flock_compat.h
formatted_print.c Updated protos 2006-06-25 19:19:31 +00:00
fsock.c PHP6 Update: fsockopen/psfockopen 2006-09-24 21:43:41 +00:00
fsock.h
ftok.c
ftp_fopen_wrapper.c
head.c Pick some low-hanging fruit. 2006-10-19 20:55:08 +00:00
head.h MFB: Added support for httpOnly flag for session extension and cookie 2006-08-10 13:56:54 +00:00
html.c Unicode support in entities/special chars funcs. See the NOTE at the 2006-11-06 21:45:49 +00:00
html.h
http_fopen_wrapper.c Error message clean up 2006-10-08 13:34:24 +00:00
http.c Error message clean up 2006-10-08 13:34:24 +00:00
image.c Unicode support for remaining image.c functions. 2006-10-19 18:20:13 +00:00
incomplete_class.c
info.c Pick some low-hanging fruit. 2006-10-19 20:55:08 +00:00
info.h MFB: Added missing declaration of the php_get_uname() PHPAPI function. 2006-09-29 21:40:35 +00:00
iptc.c Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
lcg.c Mark with U. 2006-10-06 18:02:04 +00:00
levenshtein.c Updated protos 2006-06-25 19:19:31 +00:00
link.c Unicode support for link functions. 2006-10-26 20:25:45 +00:00
mail.c
Makefile.frag
math.c ZTS fix 2006-09-25 06:59:02 +00:00
md5.c Allow unicode-ascii to binary conversion and do proper path conversion for file variants 2006-10-02 00:32:13 +00:00
md5.h
metaphone.c fix #38961 (metaphone() results in segmentation fault on NetBSD) 2006-09-27 08:31:35 +00:00
microtime.c getrusage.c was easy(). But don't ever use zend_parse_parameters() like 2006-10-19 22:14:04 +00:00
microtime.h
pack.c
pack.h
pageinfo.c Mark pageinfo.c funcs with U. 2006-10-06 18:01:20 +00:00
pageinfo.h
php_array.h - Add array_fill_keys() (Matt W, php_lists at realplain com) 2006-07-15 10:10:47 +00:00
php_assert.h
php_browscap.h
php_crypt.h
php_dir.h
php_ext_syslog.h
php_filestat.h
php_fopen_wrapper.c data: and php:stdin/input allow_url_include checks 2006-11-05 20:44:52 +00:00
php_fopen_wrappers.h
php_ftok.h
php_http.h
php_image.h
php_incomplete_class.h
php_iptc.h
php_lcg.h
php_link.h
php_mail.h
php_math.h
php_metaphone.h
php_rand.h
php_smart_str_public.h
php_smart_str.h
php_standard.h
php_string.h fix build 2006-10-03 18:38:57 +00:00
php_type.h
php_uuencode.h
php_var.h MFB: Added memory_get_peak_usage() function for retrieving peak memory 2006-05-30 14:51:54 +00:00
php_versioning.h
proc_open.c Update proc_open() for PHP6 2006-10-03 19:37:01 +00:00
proc_open.h
quot_print.c
quot_print.h
rand.c Mark rand.c functions with U. 2006-10-06 18:00:13 +00:00
reg.c
reg.h
scanf.c Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
scanf.h
sha1.c Allow unicode-ascii to binary conversion and do proper path conversion for file variants 2006-10-02 00:32:13 +00:00
sha1.h MFB: Added missing API function declaration. 2006-09-29 22:36:00 +00:00
soundex.c
streamsfuncs.c Bugfix#38649 Optional param not initialized 2006-10-11 23:20:54 +00:00
streamsfuncs.h Add stream_resolve_include_path() 2006-10-09 02:48:06 +00:00
string.c MFB: Catch empty strings right away. 2006-10-11 14:30:50 +00:00
strnatcmp.c
syslog.c Mark syslog functions with U. No upgrading is necessary -- we'll just 2006-10-26 17:12:00 +00:00
type.c Oi 2006-10-09 02:55:38 +00:00
uniqid.c Error message clean up 2006-10-08 13:34:24 +00:00
uniqid.h
url_scanner_ex.c - explicit usage of TS macros 2006-06-03 11:19:44 +00:00
url_scanner_ex.h
url_scanner_ex.re - explicit usage of TS macros 2006-06-03 11:19:44 +00:00
url_scanner.c
url_scanner.h
url.c Oops. 2006-10-26 17:59:53 +00:00
url.h
user_filters.c check filter and class names for empty strings 2006-10-11 14:46:31 +00:00
uuencode.c Error message clean up 2006-10-08 13:34:24 +00:00
var_unserializer.c
var_unserializer.re
var.c MFB: Fixed bug #37262 (var_export() does not escape \0 character). 2006-10-09 18:09:42 +00:00
versioning.c Updated protos 2006-06-25 19:19:31 +00:00