php-src/ext/standard
2006-12-03 17:13:11 +00:00
..
tests MFH: fix #39673 (file_get_contents causes bus error on certain offsets) 2006-11-29 11:12:59 +00:00
array.c MFH: fix #39576 (array_walk() doesn't separate userdata zval) 2006-11-22 10:42:41 +00:00
assert.c Fixed bug #39718 (possible crash if assert.callback is set in ini). 2006-12-03 17:13:11 +00:00
base64.c Fixed bug #37244 (Added strict flag to base64_decode() that enforces 2006-05-06 22:47:14 +00:00
base64.h Fixed bug #37244 (Added strict flag to base64_decode() that enforces 2006-05-06 22:47:14 +00:00
basic_functions.c Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic). 2006-11-26 17:02:13 +00:00
basic_functions.h - MFH: No idea if we actually support 16 bit systems, but this just looked wrong 2006-11-14 14:42:42 +00:00
browscap.c
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
crc32.c - protos 2006-02-09 15:48:46 +00:00
crc32.h
CREDITS
credits_ext.h Update credits 2006-10-04 12:51:33 +00:00
credits_sapi.h
credits.c - Remove version number here as already done in HEAD 2006-09-03 11:27:50 +00:00
credits.h
crypt.c MFH: fix AIX build 2006-12-03 13:46:37 +00:00
css.c
css.h
cyr_convert.c
cyr_convert.h
datetime.c MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing declaration 2006-08-24 11:06:02 +00:00
datetime.h
dir.c Fixed missing open_basedir check inside chdir() function. 2006-10-04 23:19:25 +00:00
dl.c
dl.h
dns.c
dns.h
exec.c - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
exec.h
file.c - MFH: #39538, fgetcsv can't handle starting newlines and trailing odd 2006-11-22 12:59:49 +00:00
file.h Added missing API function declaration. 2006-10-13 09:34:34 +00:00
filestat.c Fixed bug #39648 (Implementation of PHP functions chown() and chgrp() are 2006-11-29 23:34:49 +00:00
filters.c fix gcc warning 2006-09-04 19:14:59 +00:00
flock_compat.c
flock_compat.h
formatted_print.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00
fsock.c
fsock.h
ftok.c
ftp_fopen_wrapper.c MFH: fix buffer overrun 2006-03-20 14:10:35 +00:00
head.c MFH: initialize optional vars 2006-10-16 19:27:57 +00:00
head.h Added support for httpOnly flag for session extension and cookie setting 2006-08-10 13:50:56 +00:00
html.c Added missing boundary checks. 2006-11-01 01:55:11 +00:00
html.h add php_unescape_html_entities() proto to the header 2006-11-28 20:41:07 +00:00
http_fopen_wrapper.c url->URL 2006-06-29 14:40:49 +00:00
http.c - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex() 2006-07-24 18:03:45 +00:00
image.c WS fix 2006-06-25 21:08:28 +00:00
incomplete_class.c Export symbols that will allow building WDDX as shared object 2006-01-28 06:18:01 +00:00
info.c Added a meta tag to phpinfo() output to prevent search engines from 2006-11-26 16:26:18 +00:00
info.h Added missing declaration of the php_get_uname() PHPAPI function. 2006-09-29 21:40:16 +00:00
iptc.c MFH: fix leak in iptcembed() 2006-08-30 16:30:14 +00:00
lcg.c
levenshtein.c remove redundant error message 2006-11-21 17:42:11 +00:00
link.c Additional expand_filepath() checks 2006-09-16 18:30:03 +00:00
mail.c
Makefile.frag
math.c MFH: 2006-08-27 19:14:43 +00:00
md5.c
md5.h
metaphone.c MFH: fix #38961 (metaphone() results in segmentation fault on NetBSD) 2006-09-27 08:32:24 +00:00
microtime.c MFH: fix parameter parsing in getrusage() 2006-11-03 15:48:39 +00:00
microtime.h
pack.c Fixed bug #38770 (unpack() broken with longs on 64 bit machines). 2006-11-19 18:20:48 +00:00
pack.h
pageinfo.c
pageinfo.h
php_array.h - MFH Added array_fill_keys(). (Marcus, Mathew W) 2006-07-15 10:21:10 +00:00
php_assert.h
php_browscap.h
php_crypt.h
php_dir.h
php_ext_syslog.h fix #36808 (syslog ident becomes garbage between requests) 2006-03-20 23:03:11 +00:00
php_filestat.h - There is no ltouch. 2006-03-05 19:01:37 +00:00
php_fopen_wrapper.c data: and php:stdin/input allow_url_include checks 2006-11-05 20:08:58 +00:00
php_fopen_wrappers.h
php_ftok.h
php_http.h
php_image.h
php_incomplete_class.h Export symbols that will allow building WDDX as shared object 2006-01-28 06:18:01 +00:00
php_iptc.h
php_lcg.h
php_link.h
php_mail.h
php_math.h Added missing API declarations. 2006-11-10 01:28:59 +00:00
php_metaphone.h
php_rand.h
php_smart_str_public.h
php_smart_str.h Revert previous optimization if preparation for 5.1.4 2006-05-03 13:32:10 +00:00
php_standard.h
php_string.h Adjust code to avoid TSRMLS_FETCH 2006-08-28 23:33:37 +00:00
php_type.h
php_uuencode.h
php_var.h Added memory_get_peak_usage() function for retrieving peak memory usage of 2006-05-30 14:51:20 +00:00
php_versioning.h
proc_open.c MFH: suppress_errors is used only on Win32, no need to look for it on other systems 2006-06-01 14:03:49 +00:00
proc_open.h
quot_print.c
quot_print.h
rand.c Faster and better licensed implementation 2006-11-10 10:10:38 +00:00
reg.c - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
reg.h
scanf.c MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution) 2006-08-04 11:50:15 +00:00
scanf.h
sha1.c
sha1.h Added missing API function declaration. 2006-09-29 22:35:47 +00:00
soundex.c
streamsfuncs.c MFH(r-1.96) Bugfix#38649 Optional param not initialized 2006-10-11 23:22:45 +00:00
streamsfuncs.h MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings 2006-06-26 16:33:39 +00:00
string.c MFH: fix #39621 (str_replace() is not binary safe on strings with equal length) 2006-11-24 21:59:09 +00:00
strnatcmp.c
syslog.c Fixed bug #36689 (Removed arbitrary limit on the length of syslog messages). 2006-03-21 00:59:08 +00:00
type.c
uniqid.c
uniqid.h
url_scanner_ex.c Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n). 2006-02-28 14:45:18 +00:00
url_scanner_ex.h
url_scanner_ex.re Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n). 2006-02-28 14:45:18 +00:00
url_scanner.c
url_scanner.h
url.c Fixed bug #38859 (parse_url() fails if passing '@' in passwd). 2006-09-28 14:52:31 +00:00
url.h
user_filters.c MFH: check filter and class names for empty strings 2006-10-11 14:46:40 +00:00
uuencode.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00
var_unserializer.c
var_unserializer.re
var.c Fixed bug #37262 (var_export() does not escape \0 character). 2006-10-09 18:08:34 +00:00
versioning.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00