php-src/ext/standard
2007-06-12 12:53:08 +00:00
..
tests New tests for file handling system functions 2007-06-11 16:14:59 +00:00
array.c fix folding 2007-06-05 12:12:55 +00:00
assert.c Optimize out RINIT() 2007-02-16 16:35:04 +00:00
base64.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
base64.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
basic_functions.c MFH:- Added php_ini_loaded_file() function which returns the path to the actual 2007-06-09 11:44:08 +00:00
basic_functions.h MFH 2007-05-28 12:19:41 +00:00
browscap.c malloc() -> pemalloc() 2007-03-07 00:52:40 +00:00
config.m4 MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing declaration 2006-08-24 11:06:02 +00:00
config.w32 add file locking under windows 2007-04-18 09:38:59 +00:00
crc32.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
crc32.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h - Updated credits 2007-04-29 00:43:11 +00:00
credits_sapi.h - Updated credits 2007-04-29 00:43:11 +00:00
credits.c Ladies and gentelmens, 2007-05-22 15:44:11 +00:00
credits.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
crypt.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
css.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
css.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
cyr_convert.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
cyr_convert.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
datetime.c MFH: php_gmtime_r() fixes 2007-06-07 08:59:00 +00:00
datetime.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
dir.c Fixed bug #41655 (open_basedir bypass via glob()) 2007-06-12 12:53:08 +00:00
dl.c Simplify code by converting emalloc() + sprintf() to spprintf() 2007-02-23 00:37:36 +00:00
dl.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
dns.c fix CS 2007-05-14 11:33:34 +00:00
dns.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
exec.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
exec.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
file.c Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()). 2007-05-27 17:33:39 +00:00
file.h Fix ifdefs 2007-01-10 14:40:06 +00:00
filestat.c MFB: clean & refactored disk_*() funcs implementation 2007-04-06 22:10:56 +00:00
filters.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
flock_compat.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
flock_compat.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
formatted_print.c MFH: Change printf %u behavior so that it does not truncate numbers at 32-bits. (Reported by Aditya Agarwal.) 2007-06-03 09:12:04 +00:00
fsock.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
fsock.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
ftok.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
ftp_fopen_wrapper.c MFH: php_gmtime_r() fixes 2007-06-07 08:59:00 +00:00
head.c Revert previous commit that caused a buffer overflow (Bug #40634) 2007-02-26 02:12:36 +00:00
head.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
html.c fix handling of && by htmlentities 'no-double-encode' 2007-05-27 15:57:11 +00:00
html.h [DOC] Added a 4th parameter flag to htmlspecialchars() and htmlentities() 2007-05-22 12:37:00 +00:00
http_fopen_wrapper.c MFH: Plug leak when trying to write via the http wrapper 2007-04-23 16:37:28 +00:00
http.c Fixed bug #40009 (http_build_query(array()) returns NULL). 2007-01-03 23:16:56 +00:00
image.c Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE). 2007-05-08 18:38:20 +00:00
incomplete_class.c MFH: free class_name when necessary 2007-02-01 14:07:43 +00:00
info.c MFH:- Added php_ini_loaded_file() function which returns the path to the actual 2007-06-09 11:44:08 +00:00
info.h MFH:- Added php_ini_loaded_file() function which returns the path to the actual 2007-06-09 11:44:08 +00:00
iptc.c MFH: fix segfault in iptcembed() 2007-05-10 12:23:25 +00:00
lcg.c Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows 2007-05-17 06:38:13 +00:00
levenshtein.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
link.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
mail.c Fixed MOPB-34-2007:PHP mail() Header Injection Through Subject and To 2007-03-30 00:28:58 +00:00
Makefile.frag - Allow build without flex/bison installed (fixes builddir != srcdir build 2007-05-24 21:40:41 +00:00
math.c Simplify code 2007-05-23 15:01:00 +00:00
md5.c make make_digest() output a 16-byte string so that it wont break the internal PHP API (it was breaking the SOAP extension) 2007-05-27 15:29:38 +00:00
md5.h Optimized digest generation in md5() and sha1() functions by using code 2007-05-19 20:30:35 +00:00
metaphone.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
microtime.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
microtime.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
pack.c Added missing format validator to unpack() function 2007-06-06 22:04:05 +00:00
pack.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
pageinfo.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
pageinfo.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_array.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_assert.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_browscap.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_crypt.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_dir.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_ext_syslog.h Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows 2007-05-17 06:38:13 +00:00
php_filestat.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_fopen_wrapper.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_fopen_wrappers.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_ftok.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_http.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_image.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_incomplete_class.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_iptc.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_lcg.h Get rid of a stray time() syscall in tsrm and clean up lcg rinit 2007-05-18 11:36:55 +00:00
php_link.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_mail.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_math.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_metaphone.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_rand.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_smart_str_public.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_smart_str.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_standard.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_string.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_type.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_uuencode.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_var.h MFH: improve variable name checks 2007-05-22 14:34:23 +00:00
php_versioning.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
proc_open.c WIN64 support 2007-04-16 08:09:56 +00:00
proc_open.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
quot_print.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
quot_print.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
rand.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
reg.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
reg.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
scanf.c - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
scanf.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
sha1.c - Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c) 2007-05-27 14:50:09 +00:00
sha1.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
soundex.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
streamsfuncs.c Fixed 64-bit support 2007-04-09 15:38:58 +00:00
streamsfuncs.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
string.c MFH 2007-06-06 21:53:54 +00:00
strnatcmp.c Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). 2004-07-15 01:26:03 +00:00
syslog.c Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows 2007-05-17 06:38:13 +00:00
type.c - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
uniqid.c %f -> %F 2007-01-05 15:06:55 +00:00
uniqid.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
url_scanner_ex.c fix gcov build for the 100th time.. 2007-06-06 12:27:24 +00:00
url_scanner_ex.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
url_scanner_ex.re Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags). 2007-06-06 00:00:28 +00:00
url_scanner.c One more strcpy. (Thanks Stas) 2007-02-22 00:44:08 +00:00
url_scanner.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
url.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
url.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
user_filters.c MFH 2007-02-01 14:21:01 +00:00
uuencode.c MFH 2007-03-12 20:55:15 +00:00
var_unserializer.c MFH: fix compile warning 2007-03-27 09:29:10 +00:00
var_unserializer.re MFH: fix compile warning 2007-03-27 09:29:10 +00:00
var.c 64-bit support 2007-04-23 09:56:56 +00:00
versioning.c MFH: Bump year. 2007-01-01 09:36:18 +00:00