php-src/ext/standard
Moriyoshi Koizumi 3c02eb1ffe all '_' (underscores) should be replaced by '\x20' (whitespaces)
in encoding.
# should I bump API version?
2003-12-02 07:36:42 +00:00
..
tests Fix tests for E_STRICT and check for E_STRICT in run-tests.php. 2003-11-30 13:57:20 +00:00
array.c New array functions for doing intersection of arrays that are complementary 2003-10-09 08:10:39 +00:00
assert.c fix format strings 2003-08-28 16:49:57 +00:00
base64.c Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters) 2003-06-24 15:23:17 +00:00
base64.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
basic_functions.c Add stream_socket_sendto and stream_socket_recvfrom which work very much 2003-11-29 21:46:50 +00:00
basic_functions.h Route php_stat() via streams/url_stat API (php_stream_stat_path). 2003-11-28 23:25:28 +00:00
browscap.c It's boolean, not long. 2003-08-13 22:31:22 +00:00
config.m4 Added uuencode() & uudecode() functions. 2003-10-27 05:35:41 +00:00
crc32.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
crc32.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h Update credits 2003-08-18 23:31:14 +00:00
credits_sapi.h Credits update. 2003-03-04 00:10:11 +00:00
credits.c 5 sir 2003-08-18 23:26:31 +00:00
credits.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
crypt.c Moved the RINIT(crypt) stuff into crypt() itself. 2003-08-11 00:49:19 +00:00
css.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
css.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
cyr_convert.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
cyr_convert.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
datetime.c Fixed bug #25530 (checkdate incorrectly handles floats) 2003-09-15 00:07:51 +00:00
datetime.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
dir.c This check's always necessary. 2003-10-29 21:50:15 +00:00
dl.c #typo 2003-08-17 09:57:21 +00:00
dl.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
dns.c Workaround for bug #25955 2003-10-24 17:09:36 +00:00
dns.h fix typo (most likely fixes #24533 too) 2003-07-08 14:46:32 +00:00
exec.c Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows). 2003-11-19 15:34:30 +00:00
exec.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
file.c Add stream_socket_sendto and stream_socket_recvfrom which work very much 2003-11-29 21:46:50 +00:00
file.h MF4: allow realpath() for win32 non-ZTS 2003-09-30 09:52:11 +00:00
filestat.c Move safemode/basedir checks for url_stat to plain_wrapper. 2003-12-01 19:47:05 +00:00
filters.c fix format strings 2003-08-28 16:49:57 +00:00
flock_compat.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
flock_compat.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
formatted_print.c emalloc -> safe_emalloc 2003-08-11 23:16:54 +00:00
fsock.c Plugged a small memleak when errstr isn't efree()'d. 2003-11-12 22:01:02 +00:00
fsock.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
ftok.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
ftp_fopen_wrapper.c Add in missing stat element and fix win32 build 2003-11-29 20:01:00 +00:00
head.c - Fix Windows build 2003-11-20 09:14:51 +00:00
head.h New function: headers_list(). Ennumerate headers sent to SAPI engine 2003-11-19 21:10:33 +00:00
html.c Missing '&' in the result of get_html_translation_table() 2003-10-21 01:46:54 +00:00
html.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
http_fopen_wrapper.c kill warnings 2003-08-28 16:28:33 +00:00
http.c typo + proto fix 2003-09-07 00:00:00 +00:00
image.c Added image_type_to_extension() function. 2003-11-27 22:03:35 +00:00
incomplete_class.c pass trsm via parameters 2003-08-05 09:07:49 +00:00
info.c String formatting stuff. 2003-09-22 04:18:24 +00:00
info.h Fix use of EXTERN_C macros 2003-09-02 13:34:23 +00:00
iptc.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
lcg.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
levenshtein.c emalloc -> safe_emalloc 2003-08-11 23:16:54 +00:00
link.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
mail.c MFB: Fix for possible uninitialized usage of subject_r. 2003-11-30 19:56:30 +00:00
Makefile.frag Make sure zend stuff is built first. 2003-11-24 18:23:36 +00:00
math.c Fixed Bug #25694 (round() and number_format() give inconsistent results). 2003-11-18 02:50:41 +00:00
md5.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
md5.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
metaphone.c emalloc -> safe_emalloc 2003-08-11 23:16:54 +00:00
microtime.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
microtime.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
pack.c signed/unsigned compiler warning fixes 2003-09-26 08:09:56 +00:00
pack.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
pageinfo.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
pageinfo.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
parsedate.y 'Fix' for bison 1.875. 2003-11-25 15:36:38 +00:00
php_array.h New array functions for doing intersection of arrays that are complementary 2003-10-09 08:10:39 +00:00
php_assert.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_browscap.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_crypt.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_dir.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ext_syslog.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_filestat.h Move typedef to where it is needed now. 2003-11-07 09:26:18 +00:00
php_fopen_wrapper.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_fopen_wrappers.h make file uri's work with streams 2003-10-19 20:04:33 +00:00
php_ftok.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_http.h renamed http.h -> php_http.h 2003-09-06 12:56:02 +00:00
php_image.h Added image_type_to_extension() function. 2003-11-27 22:03:35 +00:00
php_incomplete_class.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_iptc.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_lcg.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_link.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_mail.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_math.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_metaphone.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_parsedate.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_rand.h Fixed bug #25170 (Problem with generation of random numbers on solaris) 2003-08-20 16:40:22 +00:00
php_smart_str_public.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_smart_str.h Use a smaller default size to accomodate the engine 2003-06-18 16:15:47 +00:00
php_standard.h Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. 2003-06-28 05:38:52 +00:00
php_string.h Added substr_compare(). 2003-10-30 00:49:33 +00:00
php_sunfuncs.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_type.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_uuencode.h By popular demand renaming uu(encode/decode) to convert_uu(encode/decode). 2003-10-28 04:02:11 +00:00
php_var.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_versioning.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
proc_open.c fix format strings 2003-08-28 16:49:57 +00:00
proc_open.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
quot_print.c all '_' (underscores) should be replaced by '\x20' (whitespaces) 2003-12-02 07:36:42 +00:00
quot_print.h all '_' (underscores) should be replaced by '\x20' (whitespaces) 2003-12-02 07:36:42 +00:00
rand.c - Fixed bug #25007 (rand() & mt_rand() seed RNG every call). 2003-08-11 00:42:29 +00:00
reg.c emalloc -> safe_emalloc 2003-08-11 23:16:54 +00:00
reg.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
scanf.c - Fixed bug #25372 (sscanf() does not work with %X) 2003-09-03 11:54:35 +00:00
scanf.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
sha1.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
sha1.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
soundex.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
streamsfuncs.c Add stream_socket_sendto and stream_socket_recvfrom which work very much 2003-11-29 21:46:50 +00:00
streamsfuncs.h Add stream_socket_sendto and stream_socket_recvfrom which work very much 2003-11-29 21:46:50 +00:00
string.c Optimize substr_replace (this makes it 3-8 times faster depending on the 2003-12-01 23:17:22 +00:00
strnatcmp.c Fixed bug #19795 2003-04-16 21:10:29 +00:00
sunfuncs.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
syslog.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
type.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
uniqid.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
uniqid.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
url_scanner_ex.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
url_scanner_ex.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
url_scanner_ex.re updating license information in the headers. 2003-06-10 20:04:29 +00:00
url_scanner.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
url_scanner.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
url.c make parse_url work correctly for file uri's on windows, such as 2003-10-19 20:00:51 +00:00
url.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
user_filters.c Allow userspace filters to use wildcards 2003-10-29 00:19:57 +00:00
uuencode.c By popular demand renaming uu(encode/decode) to convert_uu(encode/decode). 2003-10-28 04:02:11 +00:00
var_unserializer.c sync 2003-09-03 16:24:24 +00:00
var_unserializer.re - Fixed bug #25378 (Invalid data passed to unserialize() causes segfault) 2003-09-03 16:24:15 +00:00
var.c Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary 2003-11-29 04:43:06 +00:00
versioning.c emalloc -> safe_emalloc 2003-08-11 23:16:54 +00:00