php-src/ext/standard
2007-09-29 16:52:54 +00:00
..
tests New testcases for join() function 2007-09-29 16:52:54 +00:00
array.c Fixed memory leak inside array_intersec (coverity issues #403,#404) 2007-09-22 15:38:00 +00:00
assert.c Optimize out RINIT() 2007-02-16 16:35:04 +00:00
base64.c MFH: Fixed compile warnings 2007-07-21 01:24:26 +00:00
base64.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
basic_functions.c Support for namespaces 2007-09-28 19:53:42 +00:00
basic_functions.h MFH: 2007-09-28 02:05:10 +00:00
browscap.c MFH: 2007-09-28 02:05:10 +00:00
config.m4 MFH: Nuked unnecessary AC_MSG_CHECKING 2007-07-11 11:56:03 +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 Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
dl.c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
dl.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
dns.c MFH: fix #41795 (checkdnsrr does not support DNS_TXT type) 2007-06-26 11:04:55 +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 possible buffer overflows inside the fnmatch() and glob() functions 2007-09-04 12:51:49 +00:00
file.h Fix ifdefs 2007-01-10 14:40:06 +00:00
filestat.c MFH: check the return value of getgroups() for -1 (coverity issue #390) 2007-09-21 14:05:18 +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 MFB52: ws+cs 2007-09-27 13:15:40 +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 Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +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 Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode 2007-07-10 13:21:11 +00:00
mail.c - MFH: Always enable mail() function 2007-07-11 17:36:56 +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 Fixed memory leak inside pack() (coverity issues #398,#399,#400) 2007-09-22 15:25:46 +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 Proper fix for bug #39215 Inappropriate close of stdin/stdout/stderr 2007-06-21 12:42:36 +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: Always enable mail() function 2007-07-11 17:36:56 +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 fix bug #39651: proc_open() append mode doesnt work on windows 2007-09-12 11:42:43 +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 MFH: - Fixed bug #42107 (sscanf broken when using %2$s type format parameters) 2007-07-26 15:24:06 +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 Added ability to create local or remote (URL) user streams 2007-07-09 17:27:24 +00:00
streamsfuncs.h Added ability to create local or remote (URL) user streams 2007-07-09 17:27:24 +00:00
string.c - #42592, remove ending dot in warning msg 2007-09-07 18:23:58 +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 Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
uuencode.c MFH 2007-03-12 20:55:15 +00:00
var_unserializer.c fix a few compiler warnings (mostly use of unitialized values) 2007-09-29 11:18:42 +00:00
var_unserializer.re fix a few compiler warnings (mostly use of unitialized values) 2007-09-29 11:18:42 +00:00
var.c fix ws 2007-06-26 11:51:14 +00:00
versioning.c - MFH: Make version_compare() also understand the lower case variant of "RC". 2007-08-23 18:38:42 +00:00