php-src/ext/standard
Moriyoshi Koizumi 193fe6863a Really fix the test.
# sorry for the mess..
2003-04-30 16:30:44 +00:00
..
tests Really fix the test. 2003-04-30 16:30:44 +00:00
aggregation.c Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
aggregation.h Bump year. 2002-12-31 16:08:15 +00:00
array.c Fixed implicit cast issue with is*() and to*() functions 2003-04-16 21:40:48 +00:00
assert.c Access the struct directly here 2003-04-19 19:06:52 +00:00
base64.c Allow base64 functions to be called from an extension buils as .so/.dll (iconv) 2003-01-01 18:11:18 +00:00
base64.h Allow base64 functions to be called from an extension buils as .so/.dll (iconv) 2003-01-01 18:11:18 +00:00
basic_functions.c Modify str_replace/str_ireplace to report how many needles were matched. (FR #8218) 2003-04-13 22:59:19 +00:00
basic_functions.h Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an April's Fool joke. 2003-04-01 05:30:32 +00:00
browscap.c A few fixes Uwe suggested, plus plugged a memleak and a possible 2003-04-28 21:49:47 +00:00
config.m4 streams.c -> streamsfuncs.c 2003-02-27 22:48:13 +00:00
crc32.c Bump year. 2002-12-31 16:08:15 +00:00
crc32.h Bump year. 2002-12-31 16:08:15 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h Credits update. 2003-03-04 00:10:11 +00:00
credits_sapi.h Credits update. 2003-03-04 00:10:11 +00:00
credits.c Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
credits.h Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
crypt.c Bump year. 2002-12-31 16:08:15 +00:00
css.c Add vr class 2003-04-22 03:21:29 +00:00
css.h Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
cyr_convert.c Fixed implicit cast issue with is*() and to*() functions 2003-04-16 21:40:48 +00:00
cyr_convert.h Bump year. 2002-12-31 16:08:15 +00:00
datetime.c Fixed bug #23071 (when DST in effect, date("T") crashed PHP) 2003-04-06 22:37:45 +00:00
datetime.h Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
dir.c Fixed compiler warning. 2003-02-27 23:53:55 +00:00
dl.c Enable embedded code using sapi/embed to use dl(). 2003-01-29 15:39:10 +00:00
dl.h Bump year. 2002-12-31 16:08:15 +00:00
dns.c Add support for SRV and NAPTR records to dns_get_record() and dns_check_record() 2003-04-29 22:02:01 +00:00
dns.h Extra paranoia checks if dn_skipname/dn_expand exist or not 2003-02-24 00:09:18 +00:00
exec.c Fixed implicit cast issue with is*() and to*() functions 2003-04-16 21:40:48 +00:00
exec.h 1) Make the output of system() binary safe 2003-02-26 22:11:12 +00:00
file.c Added missing sanity check in fgetcsv() 2003-04-28 15:04:56 +00:00
file.h Switch file_put_contents 'bool use_include_path' to 'int flags' to allow other options such as appending 2003-04-08 23:24:53 +00:00
filestat.c Fixed a bug that would cause filetype() to return "unknown" for 2003-02-27 20:38:00 +00:00
filters.c Fixed memleak 2003-04-16 15:10:01 +00:00
flock_compat.c Win32 build improvements 2003-02-17 13:29:59 +00:00
flock_compat.h Bump year. 2002-12-31 16:08:15 +00:00
formatted_print.c * email address change 2003-03-18 12:06:09 +00:00
fsock.c 64-bit correction to variables passed to zend_parse_parameters 2003-03-06 23:07:28 +00:00
fsock.h Another big commit (tm). 2003-02-27 17:43:38 +00:00
ftok.c Bump year. 2002-12-31 16:08:15 +00:00
ftp_fopen_wrapper.c Take STREAMS_CC/STREAMS_DC declarations out of do_connect/do_pasv where they don't need to be. Add minimalist url_stat method to ftp:// wrapper which can at least determine filesize. Other properties set to 0 since the FTP protocol simply doesn't support exploring them. url_stat won't actually work however until ext/standard/filestat.c is patched to allow stat wrappers. 2003-04-26 01:55:31 +00:00
head.c Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
head.h Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
html.c Fix compiler error on null statement in switch 2003-04-24 18:01:26 +00:00
html.h Bump year. 2002-12-31 16:08:15 +00:00
http_fopen_wrapper.c Fix for #23340; fopen on multiple urls from the same server crashes. 2003-04-28 14:41:36 +00:00
image.c a little bit slower but somewhat tricky and more flexible and it does not 2003-02-14 19:43:06 +00:00
incomplete_class.c build fixes 2003-01-01 13:26:17 +00:00
info.c Extend print_table_row so that one can specify the CSS class 2003-04-19 17:40:19 +00:00
info.h Extend print_table_row so that one can specify the CSS class 2003-04-19 17:40:19 +00:00
iptc.c Bump year. 2002-12-31 16:08:15 +00:00
lcg.c TS issue, noticed by Sebastian Bergmann 2003-03-31 05:39:25 +00:00
levenshtein.c Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
link.c Bump year. 2002-12-31 16:08:15 +00:00
mail.c Bug #22962 2003-04-01 06:21:54 +00:00
Makefile.frag Update configure line in phpinfo() after re-running configure without 2002-06-27 10:01:06 +00:00
math.c * email address change 2003-03-18 12:06:09 +00:00
md5.c - Fixed copy and paste bug 2003-02-20 10:33:55 +00:00
md5.h Bump year. 2002-12-31 16:08:15 +00:00
metaphone.c 64-bit correction to variables passed to zend_parse_parameters 2003-03-06 23:07:28 +00:00
microtime.c Bump year. 2002-12-31 16:08:15 +00:00
microtime.h Bump year. 2002-12-31 16:08:15 +00:00
pack.c Win32 build improvements 2003-02-17 13:29:59 +00:00
pack.h Bump year. 2002-12-31 16:08:15 +00:00
pageinfo.c Bump year. 2002-12-31 16:08:15 +00:00
pageinfo.h Bump year. 2002-12-31 16:08:15 +00:00
parsedate.y Changing parsedate to be reentrant using pure_parser (Dave) 2003-03-28 13:10:52 +00:00
php_array.h Added array_walk_recursive() function that can apply array_walk recursively 2003-02-05 17:56:08 +00:00
php_assert.h Bump year. 2002-12-31 16:08:15 +00:00
php_browscap.h Bump year. 2002-12-31 16:08:15 +00:00
php_crypt.h Bump year. 2002-12-31 16:08:15 +00:00
php_dir.h Added scandir() function, which allows quick retrieval of all files & 2003-01-28 01:48:57 +00:00
php_ext_syslog.h * email address change 2003-03-18 12:06:09 +00:00
php_filestat.h is_executable() now available on win32 2003-02-09 03:49:43 +00:00
php_fopen_wrapper.c Changed stream filter factory to be capable of accepting a zval as a parameter 2003-04-16 14:30:25 +00:00
php_fopen_wrappers.h Fix linkage of symbols. 2003-03-23 21:58:03 +00:00
php_ftok.h Bump year. 2002-12-31 16:08:15 +00:00
php_image.h This cause some warning/error in AIX 2003-02-03 13:08:08 +00:00
php_incomplete_class.h Bump year. 2002-12-31 16:08:15 +00:00
php_iptc.h Bump year. 2002-12-31 16:08:15 +00:00
php_lcg.h Bump year. 2002-12-31 16:08:15 +00:00
php_link.h Bump year. 2002-12-31 16:08:15 +00:00
php_mail.h Bump year. 2002-12-31 16:08:15 +00:00
php_math.h * email address change 2003-03-18 12:06:09 +00:00
php_metaphone.h Bump year. 2002-12-31 16:08:15 +00:00
php_parsedate.h Bump year. 2002-12-31 16:08:15 +00:00
php_rand.h Bump year. 2002-12-31 16:08:15 +00:00
php_smart_str_public.h Bump year. 2002-12-31 16:08:15 +00:00
php_smart_str.h Simplify use of this header in external apps 2003-04-16 09:14:32 +00:00
php_standard.h - Cleaned this mess a bit: 2003-02-17 06:28:07 +00:00
php_string.h Modify str_replace/str_ireplace to report how many needles were matched. (FR #8218) 2003-04-13 22:59:19 +00:00
php_sunfuncs.h - Cleaned this mess a bit: 2003-02-17 06:28:07 +00:00
php_type.h Bump year. 2002-12-31 16:08:15 +00:00
php_var.h - Make them available on Windows too from other files. 2003-04-28 18:41:32 +00:00
php_versioning.h * email address change 2003-03-18 12:06:09 +00:00
proc_open.c The environment should *never* be magic quoted. 2003-03-23 19:30:31 +00:00
proc_open.h Integrate Shanes patch that allows specifying the cwd and environment 2003-02-16 15:38:54 +00:00
quot_print.c Made php_quot_print_decode() RFC2045-compliant 2003-01-14 15:14:11 +00:00
quot_print.h Moved php_quot_print_decode() to quot_print.c so that it can be used 2003-01-06 15:47:25 +00:00
rand.c Win32 build improvements 2003-02-17 13:29:59 +00:00
reg.c Forgot to fix this part 2003-02-24 16:54:21 +00:00
reg.h Bump year. 2002-12-31 16:08:15 +00:00
scanf.c Improved the patched part to prevent further potential bugs 2003-01-19 17:23:48 +00:00
scanf.h Bump year. 2002-12-31 16:08:15 +00:00
sha1.c - Also add the optional raw output parameter to md5_file and sha1_file. 2003-02-20 10:32:35 +00:00
sha1.h Bump year. 2002-12-31 16:08:15 +00:00
soundex.c Bump year. 2002-12-31 16:08:15 +00:00
streamsfuncs.c Revert change to stream_copy_to_stream() 2003-04-20 01:18:58 +00:00
streamsfuncs.h Added stream_get_transports() 2003-04-04 05:21:03 +00:00
string.c Fix dirname() under win32. 2003-04-29 13:35:48 +00:00
strnatcmp.c Fixed bug #19795 2003-04-16 21:10:29 +00:00
sunfuncs.c - Cleaned this mess a bit: 2003-02-17 06:28:07 +00:00
syslog.c * email address change 2003-03-18 12:06:09 +00:00
type.c Bump year. 2002-12-31 16:08:15 +00:00
uniqid.c * email address change 2003-03-18 12:06:09 +00:00
uniqid.h * email address change 2003-03-18 12:06:09 +00:00
url_scanner_ex.c touch 2003-04-17 02:54:23 +00:00
url_scanner_ex.h Bump year. 2002-12-31 16:08:15 +00:00
url_scanner_ex.re Fixed implicit cast issue with is*() and to*() functions 2003-04-16 21:40:48 +00:00
url_scanner.c Correcting int/long mismatched - 64bit issues. 2003-03-10 20:30:33 +00:00
url_scanner.h Bump year. 2002-12-31 16:08:15 +00:00
url.c improve php_url_encode 2003-04-28 16:24:14 +00:00
url.h Added get_browser() function. This function can be used to fetch the headers 2003-02-07 21:33:35 +00:00
user_filters.c Reduced leaks in userland filters 2003-04-21 18:43:36 +00:00
var_unserializer.c touch 2003-04-17 02:54:23 +00:00
var_unserializer.re add missing header 2003-04-17 02:53:32 +00:00
var.c - Commit the .c file too... 2003-04-28 18:52:59 +00:00
versioning.c * email address change 2003-03-18 12:06:09 +00:00