php-src/ext/standard
Stanislav Malyshev 51af64acf6 Unbreak crypt() (fix bug #55439)
# If you want to remove static analyser messages, be my guest,
# but please run unit tests after
2011-08-19 22:49:18 +00:00
..
html_tables - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
tests Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path) 2011-08-11 13:01:52 +00:00
array.c Implement FR #54459 (Range function accuracy) by changing the way range() 2011-04-06 10:23:06 +00:00
assert.c Fixed bug #54924 (assert.* is not being reset upon request shutdown). 2011-05-26 18:17:43 +00:00
base64.c - Year++ 2011-01-01 02:17:06 +00:00
base64.h - Year++ 2011-01-01 02:17:06 +00:00
basic_functions.c Remove no sense statements 2011-08-08 00:47:40 +00:00
basic_functions.h - Fixed bug #54580 (get_browser() segmentation fault when the browscap ini 2011-05-01 18:37:20 +00:00
browscap.c Fix Bug #54918 - Crash when there is a failure to read the browscap file 2011-06-03 00:42:07 +00:00
config.m4 Drop support for autoconf < 2.60 in trunk and the 2011-05-15 06:09:21 +00:00
config.w32 - missing add header 2011-01-07 14:57:51 +00:00
crc32.c - Year++ 2011-01-01 02:17:06 +00:00
crc32.h - Year++ 2011-01-01 02:17:06 +00:00
credits_ext.h re-generate credits 2011-06-19 17:56:09 +00:00
credits_sapi.h Update credits 2010-05-27 22:51:28 +00:00
credits.c Updated the note maintainers credits 2011-06-05 06:57:13 +00:00
credits.h - Year++ 2011-01-01 02:17:06 +00:00
crypt_blowfish.c - update blowfish to 1.2 (Solar Designer) 2011-07-18 21:26:29 +00:00
crypt_blowfish.h - update blowfish to 1.2 (Solar Designer) 2011-07-18 21:26:29 +00:00
crypt_freesec.c - With "extended" hashes, detect and reject invalid "setting" strings. 2010-02-22 00:05:02 +00:00
crypt_freesec.h - and the last part of the fix, inline on win 2008-08-25 14:37:07 +00:00
crypt_sha256.c fix salt truncation bug in sha256 2011-07-31 21:47:03 +00:00
crypt_sha512.c fix termination in sha-512 too 2011-07-31 23:14:04 +00:00
crypt.c Avoiding strcpy, strcat, sprintf usage to make static analyzer happy 2011-08-09 12:16:58 +00:00
css.c - Year++ 2011-01-01 02:17:06 +00:00
css.h - Year++ 2011-01-01 02:17:06 +00:00
cyr_convert.c - Year++ 2011-01-01 02:17:06 +00:00
cyr_convert.h - Year++ 2011-01-01 02:17:06 +00:00
datetime.c - Year++ 2011-01-01 02:17:06 +00:00
datetime.h - Year++ 2011-01-01 02:17:06 +00:00
dir.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
dl.c -fix bug 54935, php_win_err can lead to crash 2011-05-26 14:37:13 +00:00
dl.h - Year++ 2011-01-01 02:17:06 +00:00
dns_win32.c - Removed redundant local variable in dns_get_record. 2010-10-11 03:07:03 +00:00
dns.c Use HOST_NAME_MAX constant here instead for the gethostname() func 2011-08-10 17:40:56 +00:00
exec.c - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 2011-07-22 11:25:30 +00:00
exec.h - Year++ 2011-01-01 02:17:06 +00:00
file.c - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 2011-07-22 11:25:30 +00:00
file.h - Year++ 2011-01-01 02:17:06 +00:00
filestat.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
filters.c - Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode filter) 2011-05-24 23:49:26 +00:00
flock_compat.c - Year++ 2011-01-01 02:17:06 +00:00
flock_compat.h - Year++ 2011-01-01 02:17:06 +00:00
formatted_print.c - Removed dead defines. 2011-02-21 05:33:16 +00:00
fsock.c - Year++ 2011-01-01 02:17:06 +00:00
fsock.h - Year++ 2011-01-01 02:17:06 +00:00
ftok.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
ftp_fopen_wrapper.c - Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP 2011-02-27 20:23:54 +00:00
head.c Make static analyzers happy 2011-08-08 12:10:27 +00:00
head.h - Year++ 2011-01-01 02:17:06 +00:00
html_tables.h - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). 2011-01-25 10:57:07 +00:00
html.c Eliminated compiler's warnings 2011-08-10 11:59:11 +00:00
html.h - Year++ 2011-01-01 02:17:06 +00:00
http_fopen_wrapper.c Avoiding strcpy, strcat, sprintf usage to make static analyzer happy 2011-08-09 12:16:58 +00:00
http.c added an option to http_build_query for RFC-3986 2011-01-08 02:21:44 +00:00
image.c Fixed bug #54723 - getimagesize() doesn't check the full ico signature and misreports mpg files 2011-05-13 05:06:48 +00:00
incomplete_class.c - Year++ 2011-01-01 02:17:06 +00:00
info.c - Fixed bug #52461 (Incomplete doctype and missing xmlns) 2011-08-19 09:59:47 +00:00
info.h - Year++ 2011-01-01 02:17:06 +00:00
iptc.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
lcg.c - Year++ 2011-01-01 02:17:06 +00:00
levenshtein.c - Year++ 2011-01-01 02:17:06 +00:00
link_win32.c - Fixed bug #55187, readlink returns weird characters when false result 2011-07-12 15:15:17 +00:00
link.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
mail.c - Year++ 2011-01-01 02:17:06 +00:00
Makefile.frag - Allow build without flex/bison installed (fixes builddir != srcdir build 2007-05-24 21:40:41 +00:00
math.c - Reverted r301991, which is a (partial) fix to bug #52550, addressing an 2011-06-12 00:56:18 +00:00
md5.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
md5.h - Year++ 2011-01-01 02:17:06 +00:00
metaphone.c - Year++ 2011-01-01 02:17:06 +00:00
microtime.c - Year++ 2011-01-01 02:17:06 +00:00
microtime.h - Year++ 2011-01-01 02:17:06 +00:00
pack.c - Year++ 2011-01-01 02:17:06 +00:00
pack.h - Year++ 2011-01-01 02:17:06 +00:00
pageinfo.c - Year++ 2011-01-01 02:17:06 +00:00
pageinfo.h - Year++ 2011-01-01 02:17:06 +00:00
php_array.h - Year++ 2011-01-01 02:17:06 +00:00
php_assert.h - Year++ 2011-01-01 02:17:06 +00:00
php_browscap.h - Year++ 2011-01-01 02:17:06 +00:00
php_crypt_r.c Unbreak crypt() (fix bug #55439) 2011-08-19 22:49:18 +00:00
php_crypt_r.h - update blowfish to 1.2 (Solar Designer) 2011-07-18 21:26:29 +00:00
php_crypt.h - Year++ 2011-01-01 02:17:06 +00:00
php_dir.h - Year++ 2011-01-01 02:17:06 +00:00
php_dns.h - Year++ 2011-01-01 02:17:06 +00:00
php_ext_syslog.h - Year++ 2011-01-01 02:17:06 +00:00
php_filestat.h - Year++ 2011-01-01 02:17:06 +00:00
php_fopen_wrapper.c Fixed compiler warning 2011-01-17 13:44:54 +00:00
php_fopen_wrappers.h - Year++ 2011-01-01 02:17:06 +00:00
php_ftok.h - Year++ 2011-01-01 02:17:06 +00:00
php_http.h added an option to http_build_query for RFC-3986 2011-01-08 02:21:44 +00:00
php_image.h - Year++ 2011-01-01 02:17:06 +00:00
php_incomplete_class.h Eliminated compiler's warnings 2011-08-10 11:59:11 +00:00
php_iptc.h - Year++ 2011-01-01 02:17:06 +00:00
php_lcg.h - Year++ 2011-01-01 02:17:06 +00:00
php_link.h - Year++ 2011-01-01 02:17:06 +00:00
php_mail.h - Year++ 2011-01-01 02:17:06 +00:00
php_math.h - Year++ 2011-01-01 02:17:06 +00:00
php_metaphone.h - Year++ 2011-01-01 02:17:06 +00:00
php_rand.h - Year++ 2011-01-01 02:17:06 +00:00
php_smart_str_public.h - Year++ 2011-01-01 02:17:06 +00:00
php_smart_str.h - Year++ 2011-01-01 02:17:06 +00:00
php_standard.h - Year++ 2011-01-01 02:17:06 +00:00
php_string.h - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 2011-07-22 11:25:30 +00:00
php_type.h - Year++ 2011-01-01 02:17:06 +00:00
php_uuencode.h - Year++ 2011-01-01 02:17:06 +00:00
php_var.h - Year++ 2011-01-01 02:17:06 +00:00
php_versioning.h - Year++ 2011-01-01 02:17:06 +00:00
proc_open.c Avoiding strcpy, strcat, sprintf usage to make static analyzer happy 2011-08-09 12:16:58 +00:00
proc_open.h - Year++ 2011-01-01 02:17:06 +00:00
quot_print.c - Year++ 2011-01-01 02:17:06 +00:00
quot_print.h - Year++ 2011-01-01 02:17:06 +00:00
rand.c - Year++ 2011-01-01 02:17:06 +00:00
scanf.c - Year++ 2011-01-01 02:17:06 +00:00
scanf.h - Year++ 2011-01-01 02:17:06 +00:00
sha1.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 2011-06-06 21:28:16 +00:00
sha1.h - Year++ 2011-01-01 02:17:06 +00:00
soundex.c - Year++ 2011-01-01 02:17:06 +00:00
streamsfuncs.c - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 2011-07-22 11:25:30 +00:00
streamsfuncs.h - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain 2011-02-19 01:28:37 +00:00
string.c - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 2011-07-22 11:25:30 +00:00
strnatcmp.c Fix for bug #49698 2009-09-28 13:29:53 +00:00
syslog.c - Year++ 2011-01-01 02:17:06 +00:00
type.c - Year++ 2011-01-01 02:17:06 +00:00
uniqid.c - Year++ 2011-01-01 02:17:06 +00:00
uniqid.h - Year++ 2011-01-01 02:17:06 +00:00
url_scanner_ex.c - Fix #55301 (url scanner part) check if malloc succeded 2011-07-28 10:52:45 +00:00
url_scanner_ex.h - Year++ 2011-01-01 02:17:06 +00:00
url_scanner_ex.re - Fix #55301 (url scanner part) check if malloc succeded 2011-07-28 10:52:45 +00:00
url.c Missing file relating to previous commit 2011-08-11 13:02:16 +00:00
url.h added an option to http_build_query for RFC-3986 2011-01-08 02:21:44 +00:00
user_filters.c Avoiding strcpy, strcat, sprintf usage to make static analyzer happy 2011-08-09 12:16:58 +00:00
uuencode.c - Year++ 2011-01-01 02:17:06 +00:00
var_unserializer.c - Year++ 2011-01-01 02:17:06 +00:00
var_unserializer.re - Year++ 2011-01-01 02:17:06 +00:00
var.c Omitted GCC warning "comparison is always false" 2011-08-12 07:47:03 +00:00
versioning.c - Year++ 2011-01-01 02:17:06 +00:00
winver.h * Added version info for Windows XP Starter/Tablet PC/Media Center editions 2010-10-12 17:34:25 +00:00