php-src/ext/standard
2003-04-13 22:59:19 +00:00
..
tests Add tests for strrpos/stripos, and minor fix to maintain BC for condition with empty needles/haystacks 2003-04-12 20:04:06 +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 Kludgy fix for floating point drift causing problems like range(1.0,1.5,0.1) == array(1.0,1.1,1.2,1.3,1.4); 2003-04-03 18:33:05 +00:00
assert.c Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +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 get_browser() needs to use zend_is_auto_global() on _SERVER. 2003-03-18 21:49:01 +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 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
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 Bump year. 2002-12-31 16:08:15 +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 proto fixes 2003-03-17 13:11:19 +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 1) Make the output of system() binary safe 2003-02-26 22:11:12 +00:00
exec.h 1) Make the output of system() binary safe 2003-02-26 22:11:12 +00:00
file.c Export constants to userland 2003-04-11 02:55:00 +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 a small leak in the convert filter code 2003-03-05 17:51:33 +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 - Move https:// and ftps:// wrapper registration into the openssl module. 2003-02-27 18:16:35 +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 Fixed bug #22834 (compile failure due to ugly implicit casts) 2003-03-24 21:22:23 +00:00
html.h Bump year. 2002-12-31 16:08:15 +00:00
http_fopen_wrapper.c Introduce support for context options 'method', 'header', 'content' 2003-04-07 21:02:04 +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 MFB: Forgotten _FORM -> _REQUEST change 2003-04-09 17:46:42 +00:00
info.h fixes for logo guid functions 2003-04-02 16:51:40 +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 Implement persistent plain file streams. 2003-03-18 23:37:54 +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 Merge macro changes 2003-03-16 23:02:19 +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 Renamed get_memory_usage() to memory_get_usage() (per Andi's advice) 2003-01-18 15:03:01 +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 Warning fix 2003-04-04 21:09:25 +00:00
streamsfuncs.h Added stream_get_transports() 2003-04-04 05:21:03 +00:00
string.c Modify str_replace/str_ireplace to report how many needles were matched. (FR #8218) 2003-04-13 22:59:19 +00:00
strnatcmp.c don't emit code for version 2002-05-04 17:36:58 +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 fix sizeof(size_t) > sizeof(uint) issue 2003-03-11 02:28:46 +00:00
url_scanner_ex.h Bump year. 2002-12-31 16:08:15 +00:00
url_scanner_ex.re fix sizeof(size_t) > sizeof(uint) issue 2003-03-11 02:28:46 +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 MFH (forgot to put this fix into the 5.X tree). 2003-02-25 23:39:57 +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 Adjustment to user filters reimplementation. Make a bucket an object containing a resource(the real bucket) and a data element for direct operations. Simplifies 2003-03-09 23:12:31 +00:00
var_unserializer.c zend_error -> php_error_docref. 2003-01-24 16:29:40 +00:00
var_unserializer.re zend_error -> php_error_docref. 2003-01-24 16:29:40 +00:00
var.c Improved var_dump() and debug_zval_dump() so they also show the 2003-03-29 21:29:22 +00:00
versioning.c * email address change 2003-03-18 12:06:09 +00:00