php-src/ext/standard
2006-12-07 21:11:54 +00:00
..
tests fix tests 2006-12-06 13:21:48 +00:00
array.c fix import_request_variables() 2006-12-06 17:42:47 +00:00
assert.c MFB: Fixed bug #39718 (possible crash if assert.callback is set in ini). 2006-12-03 17:13:27 +00:00
base64.c Make url encoding/decoding functions use binary strings only. 2006-10-26 17:33:33 +00:00
base64.h MFB: bug #37244 (base64_decode violates RFC 3548) 2006-06-26 22:17:43 +00:00
basic_functions.c fix import_request_variables() 2006-12-06 17:42:47 +00:00
basic_functions.h fix import_request_variables() 2006-12-06 17:42:47 +00:00
browscap.c Error message clean up 2006-10-08 13:34:24 +00:00
config.m4 this fixes segfault in strptime() on 64bit Linuxes, caused by the missing declaration 2006-08-24 11:05:38 +00:00
config.w32 - New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820 2006-01-04 12:57:04 +00:00
crc32.c Flag a couple more unicode ready functions 2006-09-25 01:33:57 +00:00
crc32.h bump year and license version 2006-01-01 13:10:10 +00:00
CREDITS
credits_ext.h Update credits 2006-10-04 12:53:03 +00:00
credits_sapi.h fix credits 2006-04-10 09:46:32 +00:00
credits.c MFB51: 2006-03-23 18:39:12 +00:00
credits.h bump year and license version 2006-01-01 13:10:10 +00:00
crypt.c fix AIX build 2006-12-03 13:46:09 +00:00
css.c bump year and license version 2006-01-01 13:10:10 +00:00
css.h bump year and license version 2006-01-01 13:10:10 +00:00
cyr_convert.c convert_cyr_string() should operate only on binary strings. 2006-10-27 18:14:19 +00:00
cyr_convert.h bump year and license version 2006-01-01 13:10:10 +00:00
datetime.c Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
datetime.h bump year and license version 2006-01-01 13:10:10 +00:00
dir.c MFB: Fixed missing open_basedir check inside chdir() function. 2006-10-04 23:20:54 +00:00
dl.c Error message clean up 2006-10-08 13:34:24 +00:00
dl.h Disabled dl(). Now it is enabled only when a SAPI layer registers it explicitly. Only CLI, CGI and EMBED do this. 2006-03-16 16:53:10 +00:00
dns.c ZTS fix 2006-09-25 06:59:02 +00:00
dns.h bump year and license version 2006-01-01 13:10:10 +00:00
exec.c Error message clean up 2006-10-08 13:34:24 +00:00
exec.h bump year and license version 2006-01-01 13:10:10 +00:00
file.c Change fgets() behavior back to BC version 2006-12-07 09:51:36 +00:00
file.h Unicode upgrade for fgetcsv() 2006-12-05 04:13:47 +00:00
filestat.c Fix group macro access. 2006-12-01 18:42:24 +00:00
filters.c Error message clean up 2006-10-08 13:34:24 +00:00
flock_compat.c bump year and license version 2006-01-01 13:10:10 +00:00
flock_compat.h bump year and license version 2006-01-01 13:10:10 +00:00
formatted_print.c initialize variables and make Coverity happy 2006-12-07 20:45:21 +00:00
fsock.c PHP6 Update: fsockopen/psfockopen 2006-09-24 21:43:41 +00:00
fsock.h bump year and license version 2006-01-01 13:10:10 +00:00
ftok.c *** empty log message *** 2006-11-22 21:22:27 +00:00
ftp_fopen_wrapper.c More ZSTR() fixes 2006-04-29 14:53:26 +00:00
head.c Make headers-related functions accept Unicode strings, but only if their 2006-12-04 20:43:42 +00:00
head.h MFB: Added support for httpOnly flag for session extension and cookie 2006-08-10 13:56:54 +00:00
html.c Unicode support in get_html_translation_table(). 2006-11-22 22:18:46 +00:00
html.h add php_unescape_html_entities() proto to the header 2006-11-28 20:40:29 +00:00
http_fopen_wrapper.c nuke redundant zval_ptr_dtor() call and fix memory corruption/segfault 2006-12-05 18:42:22 +00:00
http.c Unicode support in http_build_query(). 2006-12-05 18:41:23 +00:00
image.c Unicode support for remaining image.c functions. 2006-10-19 18:20:13 +00:00
incomplete_class.c Unicode support 2006-03-27 13:37:47 +00:00
info.c MFB: Added a meta tag to phpinfo() output to prevent search engines from 2006-11-26 16:26:32 +00:00
info.h MFB: Added missing declaration of the php_get_uname() PHPAPI function. 2006-09-29 21:40:35 +00:00
iptc.c Unicode support/safety in iptc* functions. Untested, cause I know crap 2006-12-07 21:11:54 +00:00
lcg.c Mark with U. 2006-10-06 18:02:04 +00:00
levenshtein.c add missing argument to zend_parse_parameters() 2006-11-24 21:54:41 +00:00
link.c Unicode support for link functions. 2006-10-26 20:25:45 +00:00
mail.c Nuke safe_mode 2006-02-19 18:19:33 +00:00
Makefile.frag - use the target file name as output file instead of stdout 2005-11-08 12:34:16 +00:00
math.c ZTS fix 2006-09-25 06:59:02 +00:00
md5.c Allow unicode-ascii to binary conversion and do proper path conversion for file variants 2006-10-02 00:32:13 +00:00
md5.h bump year and license version 2006-01-01 13:10:10 +00:00
metaphone.c fix #38961 (metaphone() results in segmentation fault on NetBSD) 2006-09-27 08:31:35 +00:00
microtime.c getrusage.c was easy(). But don't ever use zend_parse_parameters() like 2006-10-19 22:14:04 +00:00
microtime.h bump year and license version 2006-01-01 13:10:10 +00:00
pack.c Mark pack()/unpack() as Unicode-safe. They will accept Unicode strings 2006-11-30 21:18:22 +00:00
pack.h bump year and license version 2006-01-01 13:10:10 +00:00
pageinfo.c Mark pageinfo.c funcs with U. 2006-10-06 18:01:20 +00:00
pageinfo.h bump year and license version 2006-01-01 13:10:10 +00:00
php_array.h - Add array_fill_keys() (Matt W, php_lists at realplain com) 2006-07-15 10:10:47 +00:00
php_assert.h bump year and license version 2006-01-01 13:10:10 +00:00
php_browscap.h bump year and license version 2006-01-01 13:10:10 +00:00
php_crypt.h bump year and license version 2006-01-01 13:10:10 +00:00
php_dir.h bump year and license version 2006-01-01 13:10:10 +00:00
php_ext_syslog.h MF51: fix #36808 (syslog ident becomes garbage between requests) 2006-03-20 23:07:31 +00:00
php_filestat.h - And not here either... 2006-03-05 19:02:11 +00:00
php_fopen_wrapper.c data: and php:stdin/input allow_url_include checks 2006-11-05 20:44:52 +00:00
php_fopen_wrappers.h bump year and license version 2006-01-01 13:10:10 +00:00
php_ftok.h bump year and license version 2006-01-01 13:10:10 +00:00
php_http.h bump year and license version 2006-01-01 13:10:10 +00:00
php_image.h bump year and license version 2006-01-01 13:10:10 +00:00
php_incomplete_class.h Unicode support 2006-03-27 13:37:47 +00:00
php_iptc.h bump year and license version 2006-01-01 13:10:10 +00:00
php_lcg.h bump year and license version 2006-01-01 13:10:10 +00:00
php_link.h bump year and license version 2006-01-01 13:10:10 +00:00
php_mail.h bump year and license version 2006-01-01 13:10:10 +00:00
php_math.h MFB: Added missing PHPAPI declaration 2006-11-09 20:02:08 +00:00
php_metaphone.h bump year and license version 2006-01-01 13:10:10 +00:00
php_rand.h bump year and license version 2006-01-01 13:10:10 +00:00
php_smart_str_public.h bump year and license version 2006-01-01 13:10:10 +00:00
php_smart_str.h bump year and license version 2006-01-01 13:10:10 +00:00
php_standard.h - New implementation of the sunset algorithm. Fixes bugs #33789, #33671, #32820 2006-01-04 12:57:04 +00:00
php_string.h Add str_getcsv() and fix a couple cases in recent fgetcsv() reimplementation 2006-12-05 04:52:44 +00:00
php_type.h - No need to have this one twice here... (Thanks Steph) 2006-04-04 06:04:49 +00:00
php_uuencode.h bump year and license version 2006-01-01 13:10:10 +00:00
php_var.h MFB: Added memory_get_peak_usage() function for retrieving peak memory 2006-05-30 14:51:54 +00:00
php_versioning.h bump year and license version 2006-01-01 13:10:10 +00:00
proc_open.c Update proc_open() for PHP6 2006-10-03 19:37:01 +00:00
proc_open.h bump year and license version 2006-01-01 13:10:10 +00:00
quot_print.c Make quoted_printable_decode() take only ASCII strings. 2006-11-30 18:32:59 +00:00
quot_print.h bump year and license version 2006-01-01 13:10:10 +00:00
rand.c Faster and better licensed implementation 2006-11-10 10:11:05 +00:00
reg.c bump year and license version 2006-01-01 13:10:10 +00:00
reg.h bump year and license version 2006-01-01 13:10:10 +00:00
scanf.c Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 2006-09-19 10:38:31 +00:00
scanf.h bump year and license version 2006-01-01 13:10:10 +00:00
sha1.c Allow unicode-ascii to binary conversion and do proper path conversion for file variants 2006-10-02 00:32:13 +00:00
sha1.h MFB: Added missing API function declaration. 2006-09-29 22:36:00 +00:00
soundex.c bump year and license version 2006-01-01 13:10:10 +00:00
streamsfuncs.c Bugfix#38649 Optional param not initialized 2006-10-11 23:20:54 +00:00
streamsfuncs.h Add stream_resolve_include_path() 2006-10-09 02:48:06 +00:00
string.c Use proper zstr for str_getcsv() and add documentation for Andrei's peace of mind 2006-12-06 23:14:15 +00:00
strnatcmp.c Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). 2004-07-15 01:26:03 +00:00
syslog.c Mark syslog functions with U. No upgrading is necessary -- we'll just 2006-10-26 17:12:00 +00:00
type.c Oi 2006-10-09 02:55:38 +00:00
uniqid.c Error message clean up 2006-10-08 13:34:24 +00:00
uniqid.h bump year and license version 2006-01-01 13:10:10 +00:00
url_scanner_ex.c - explicit usage of TS macros 2006-06-03 11:19:44 +00:00
url_scanner_ex.h bump year and license version 2006-01-01 13:10:10 +00:00
url_scanner_ex.re - explicit usage of TS macros 2006-06-03 11:19:44 +00:00
url_scanner.c bump year and license version 2006-01-01 13:10:10 +00:00
url_scanner.h bump year and license version 2006-01-01 13:10:10 +00:00
url.c Unicode support in parse_url(). 2006-12-07 18:18:49 +00:00
url.h bump year and license version 2006-01-01 13:10:10 +00:00
user_filters.c fix #39551 (Segfault with stream_bucket_new in user filter) 2006-11-21 15:47:44 +00:00
uuencode.c Error message clean up 2006-10-08 13:34:24 +00:00
var_unserializer.c Finalize Unicode support in serialize() and unserialize(). 2006-12-01 19:25:11 +00:00
var_unserializer.re Finalize Unicode support in serialize() and unserialize(). 2006-12-01 19:25:11 +00:00
var.c Unicode support in var_export(). 2006-12-04 18:55:40 +00:00
versioning.c Updated protos 2006-06-25 19:19:31 +00:00