php-src/ext/standard
2009-10-12 14:29:45 +00:00
..
tests - A couple more fix for my previous fix. 2009-10-11 23:52:33 +00:00
array.c Fixed crash in usort() and uasort() in case user comparison function modifyes th 2009-08-14 06:20:21 +00:00
assert.c fix freed mem reference 2009-07-15 23:55:50 +00:00
base64.c
base64.h
basic_functions.c Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications). 2009-10-05 14:45:54 +00:00
basic_functions.h - Removed unused code (replaced long time ago by url_scanner_ex.* 2009-07-26 22:59:46 +00:00
browscap.c MFH: Fixed error message grammar: 2009-06-06 02:40:49 +00:00
config.m4 Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff with the bind8 compatibility layer. 2009-08-11 22:07:35 +00:00
config.w32 - Removed unused code (replaced long time ago by url_scanner_ex.* 2009-07-26 22:59:46 +00:00
crc32.c
crc32.h
credits_ext.h MFH Remove bad CREDITS file 2009-05-09 22:34:45 +00:00
credits_sapi.h
credits.c And now use proper colspanning 2009-09-18 23:06:21 +00:00
credits.h
crypt_blowfish.c - sync with 1.0.2, improve perf x86-64 (patch by Solar Designer) 2009-06-08 08:44:15 +00:00
crypt_freesec.c
crypt_freesec.h
crypt.c
css.c
css.h
cyr_convert.c
cyr_convert.h
datetime.c
datetime.h
dir.c - Fixed bug #49108 (2nd scan_dir produces seg fault) 2009-07-30 12:06:40 +00:00
dl.c Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code. 2009-08-06 01:33:54 +00:00
dl.h
dns_win32.c - fix and improve dns' AAAA support on windows 2009-08-10 08:05:11 +00:00
dns.c Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff with the bind8 compatibility layer. 2009-08-11 22:07:35 +00:00
exec.c - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only) 2009-04-30 15:25:37 +00:00
exec.h
file.c Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. 2009-09-29 14:14:02 +00:00
file.h
filestat.c
filters.c Fixed bug #49014 (dechunked filter broken when serving more than 8192 bytes in 2009-07-23 12:18:40 +00:00
flock_compat.c
flock_compat.h
formatted_print.c - Fixed bug #48802 (printf() returns incorrect outputted length) 2009-07-23 14:54:04 +00:00
fsock.c
fsock.h
ftok.c
ftp_fopen_wrapper.c
head.c Fixed bug #45141 (setcookie will output expires years of >4 digits). 2009-07-29 13:44:16 +00:00
head.h
html.c - Bug #49785: take 4 - typo. this flaw is unharmful since the return value of get_next_char() is only used when UTF-8 is specified to the third argument. 2009-10-12 14:29:45 +00:00
html.h
http_fopen_wrapper.c fix memleak and possible segfault in HTTP fopen wrapper 2009-08-04 09:24:48 +00:00
http.c
image.c MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:57 +00:00
incomplete_class.c
info.c - fix #40013, php_uname() doesnt return nodename (MFH) 2009-09-06 22:01:18 +00:00
info.h
iptc.c
lcg.c
levenshtein.c
link_win32.c - fix VC6 build 2009-08-27 14:45:41 +00:00
link.c
mail.c Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in 2009-06-21 15:29:16 +00:00
Makefile.frag
math.c Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:18:10 +00:00
md5.c
md5.h
metaphone.c - MFH: Fixed bug #48709 (metaphone and 'wh') 2009-06-30 11:46:20 +00:00
microtime.c MFH: set second argument of gettimeofday() to NULL (fixes #48346, 2009-05-21 14:21:40 +00:00
microtime.h
pack.c Don't clober variables 2009-08-24 18:40:13 +00:00
pack.h
pageinfo.c
pageinfo.h
php_array.h
php_assert.h
php_browscap.h
php_crypt_r.c
php_crypt_r.h
php_crypt.h
php_dir.h
php_dns.h Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff with the bind8 compatibility layer. 2009-08-11 22:07:35 +00:00
php_ext_syslog.h
php_filestat.h
php_fopen_wrapper.c - Fixed bug #49286 (php://input (php_stream_input_read) is broken) 2009-08-20 12:40:15 +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 Change dns.h to php_dns.h, part of my dns cleanup 2009-08-05 23:20:17 +00:00
php_string.h standardise and clean up string functions parameter parsing 2009-08-13 06:44:50 +00:00
php_type.h
php_uuencode.h
php_var.h
php_versioning.h
proc_open.c - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32) 2009-08-03 19:05:56 +00:00
proc_open.h revert Nuno's commit of my patch 2009-07-20 11:48:04 +00:00
quot_print.c
quot_print.h
rand.c
scanf.c MFH: 2009-04-02 05:17:36 +00:00
scanf.h
sha1.c
sha1.h
soundex.c
streamsfuncs.c - CS 2009-08-03 15:58:18 +00:00
streamsfuncs.h
string.c Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries). 2009-08-31 12:28:46 +00:00
strnatcmp.c Fix for bug #49698 2009-09-28 13:29:53 +00:00
syslog.c
type.c Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:33 +00:00
uniqid.c
uniqid.h
url_scanner_ex.c - Regenerated 2009-07-26 23:22:27 +00:00
url_scanner_ex.h - Fixed bug #49064 (--enable-session=shared does not work: undefined symbol: 2009-07-26 23:20:34 +00:00
url_scanner_ex.re - Fixed bug #49064 (--enable-session=shared does not work: undefined symbol: 2009-07-26 23:20:34 +00:00
url.c
url.h
user_filters.c
uuencode.c MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns 2009-05-13 16:29:26 +00:00
var_unserializer.c Fixed bug #44929 - Better handling of leading zeros 2009-04-08 18:10:46 +00:00
var_unserializer.re - MFH: Year++ 2009-03-17 23:07:40 +00:00
var.c fix potential memory issue on serialization 2009-08-11 22:46:07 +00:00
versioning.c
winver.h