php-src/ext/standard
2008-07-23 11:25:14 +00:00
..
tests fix test 2008-07-23 10:26:45 +00:00
array.c MFH: Fix resolution rule of count vs. handler 2008-07-09 21:29:52 +00:00
assert.c
base64.c
base64.h
basic_functions.c - Added arginfo 2008-07-20 14:28:41 +00:00
basic_functions.h MFH 2008-04-15 08:44:21 +00:00
browscap.c
config.m4
config.w32 fixed win32 build when ext/mbstring is enabled. 2008-07-17 14:10:53 +00:00
crc32.c
crc32.h
CREDITS
credits_ext.h - Update credits: Whenever some extension is removed/added, remember to run scripts/dev/credits and commit ext/standards/credits* !! 2008-07-14 08:57:10 +00:00
credits_sapi.h
credits.c MFH: updated website team info 2008-06-18 05:20:02 +00:00
credits.h
crypt.c
css.c
css.h
cyr_convert.c
cyr_convert.h
datetime.c
datetime.h
dir.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
dl.c - MFH: Improved fix (used 's' in parameter parsing) 2008-05-16 12:18:43 +00:00
dl.h - MFH: Improved fix (used 's' in parameter parsing) 2008-05-16 12:18:43 +00:00
dns.c MFH: Fixed Windows build now that HAVE_INET_PTON is defined 2008-05-23 09:40:44 +00:00
dns.h
exec.c Fix windows build error. 2008-07-22 21:53:53 +00:00
exec.h
file.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
file.h
filestat.c MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
filters.c
flock_compat.c
flock_compat.h
formatted_print.c Use new parameter parsing API 2008-07-01 10:01:09 +00:00
fsock.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
fsock.h
ftok.c fix buglet 2008-06-20 18:10:17 +00:00
ftp_fopen_wrapper.c - MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by crrodriguez at suse dot de) 2008-07-11 18:33:35 +00:00
head.c fix typo 2008-06-10 08:14:52 +00:00
head.h
html.c MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument) 2008-04-11 19:06:12 +00:00
html.h
http_fopen_wrapper.c MFH: manage references of stream context properly 2008-07-11 10:25:15 +00:00
http.c
image.c - New parameter parsing API 2008-06-20 14:53:57 +00:00
incomplete_class.c
info.c capitalize multibyte support 2008-07-08 08:37:56 +00:00
info.h
iptc.c
lcg.c
levenshtein.c
link.c
mail.c
Makefile.frag
math.c Fix build 2008-05-08 04:23:26 +00:00
md5.c Improved md5() implementation (Solar Designer) 2008-02-08 09:11:17 +00:00
md5.h Improved md5() implementation (Solar Designer) 2008-02-08 09:11:17 +00:00
metaphone.c MFB: Improved fix for #44242 2008-02-27 01:19:05 +00:00
microtime.c
microtime.h
pack.c - Fix segfault 2008-06-21 23:20:40 +00:00
pack.h
pageinfo.c
pageinfo.h
php_array.h
php_assert.h
php_browscap.h
php_crypt.h
php_dir.h
php_ext_syslog.h
php_filestat.h
php_fopen_wrapper.c
php_fopen_wrappers.h
php_ftok.h
php_http.h
php_image.h - MFH Add constants and new test (test from testfest.php.net) 2008-05-24 11:53:55 +00:00
php_incomplete_class.h
php_iptc.h
php_lcg.h
php_link.h
php_mail.h
php_math.h Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
php_metaphone.h
php_rand.h fix build 2008-03-07 08:56:38 +00:00
php_smart_str_public.h
php_smart_str.h
php_standard.h
php_string.h
php_type.h
php_uuencode.h
php_var.h
php_versioning.h
proc_open.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
proc_open.h
quot_print.c - New parameter parsing API 2008-06-20 14:53:57 +00:00
quot_print.h
rand.c MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
scanf.c
scanf.h
sha1.c
sha1.h
soundex.c
streamsfuncs.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
streamsfuncs.h
string.c MFH: Fix integer oveflow in strrpos() 2008-07-22 01:10:58 +00:00
strnatcmp.c
syslog.c MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
type.c - Removed unused variables 2008-06-22 11:36:46 +00:00
uniqid.c MFH: Fix protos 2008-05-04 21:17:33 +00:00
uniqid.h
url_scanner_ex.c - Generated with re2c 0.13.4 2008-04-08 12:17:04 +00:00
url_scanner_ex.h
url_scanner_ex.re Sync with fix for #44394 2008-03-12 19:34:37 +00:00
url_scanner.c
url_scanner.h
url.c MFH: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC] 2008-06-04 19:35:15 +00:00
url.h
user_filters.c - MFH: Fixed data size 2008-05-08 18:28:25 +00:00
uuencode.c
var_unserializer.c Regenerate 2008-05-27 11:28:18 +00:00
var_unserializer.re MFH: Add array_init_size() and use it where array size is known at initialization 2008-05-27 10:29:33 +00:00
var.c - New parameter parsing API for var.c & tests 2008-06-20 18:05:45 +00:00
versioning.c