php-src/ext/standard
Ilia Alshanetsky f4a75d91d2 Fixed bug #38096 (large timeout values ignored on 32bit machines in
stream_socket_accept() and stream_socket_client()).
2006-09-11 14:52:21 +00:00
..
tests add new tests 2006-09-07 11:48:30 +00:00
array.c Fixed bug #38464 (array_count_values() mishandles numeric strings). 2006-09-06 17:25:57 +00:00
assert.c fixed segfaults and such things within the new assert02.phpt test 2006-07-01 12:21:07 +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 more z/Z fixes 2006-08-31 14:41:24 +00:00
basic_functions.h MFH: added error_get_last() function 2006-07-19 12:25:46 +00:00
browscap.c bump year and license version 2006-01-01 12:51:34 +00:00
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 - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). 2006-01-04 21:31:35 +00:00
crc32.c - protos 2006-02-09 15:48:46 +00:00
crc32.h bump year and license version 2006-01-01 12:51:34 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h - MFH 2006-08-31 22:52:54 +00:00
credits_sapi.h - MFH creadits to Johannes 2005-08-11 20:45:58 +00:00
credits.c - Remove version number here as already done in HEAD 2006-09-03 11:27:50 +00:00
credits.h bump year and license version 2006-01-01 12:51:34 +00:00
crypt.c bump year and license version 2006-01-01 12:51:34 +00:00
css.c bump year and license version 2006-01-01 12:51:34 +00:00
css.h bump year and license version 2006-01-01 12:51:34 +00:00
cyr_convert.c MFH: couple of pedantic fixes: "static" should be first 2006-01-18 23:55:47 +00:00
cyr_convert.h bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
dir.c - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
dl.c bump year and license version 2006-01-01 12:51:34 +00:00
dl.h bump year and license version 2006-01-01 12:51:34 +00:00
dns.c bump year and license version 2006-01-01 12:51:34 +00:00
dns.h bump year and license version 2006-01-01 12:51:34 +00:00
exec.c - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
exec.h bump year and license version 2006-01-01 12:51:34 +00:00
file.c MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char 2006-08-18 12:50:57 +00:00
file.h - MFH Implement todo: SplFileObject: ability to set the CSV separator per object 2006-07-15 15:08:41 +00:00
filestat.c Fixed bug #37987 (invalid return of file_exists() in safe mode). 2006-07-02 13:51:40 +00:00
filters.c fix gcc warning 2006-09-04 19:14:59 +00:00
flock_compat.c bump year and license version 2006-01-01 12:51:34 +00:00
flock_compat.h bump year and license version 2006-01-01 12:51:34 +00:00
formatted_print.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00
fsock.c bump year and license version 2006-01-01 12:51:34 +00:00
fsock.h bump year and license version 2006-01-01 12:51:34 +00:00
ftok.c bump year and license version 2006-01-01 12:51:34 +00:00
ftp_fopen_wrapper.c MFH: fix buffer overrun 2006-03-20 14:10:35 +00:00
head.c Added support for httpOnly flag for session extension and cookie setting 2006-08-10 13:50:56 +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 MFH: don't try to use "auto", "none" and "pass" charsets returned from mbstring 2006-08-15 15:09:38 +00:00
html.h bump year and license version 2006-01-01 12:51:34 +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 zend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract 1 to get the real length 2006-08-08 13:12:00 +00:00
info.h ext/standard/info.c ext/standard/info.h 2006-07-28 14:23:35 +00:00
iptc.c MFH: fix leak in iptcembed() 2006-08-30 16:30:14 +00:00
lcg.c bump year and license version 2006-01-01 12:51:34 +00:00
levenshtein.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00
link.c bump year and license version 2006-01-01 12:51:34 +00:00
mail.c bump year and license version 2006-01-01 12:51:34 +00:00
Makefile.frag MFH: - Fix paths for --enable-gcov 2005-12-01 09:34:20 +00:00
math.c MFH: 2006-08-27 19:14:43 +00:00
md5.c bump year and license version 2006-01-01 12:51:34 +00:00
md5.h bump year and license version 2006-01-01 12:51:34 +00:00
metaphone.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00
microtime.c bump year and license version 2006-01-01 12:51:34 +00:00
microtime.h bump year and license version 2006-01-01 12:51:34 +00:00
pack.c - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
pack.h bump year and license version 2006-01-01 12:51:34 +00:00
pageinfo.c bump year and license version 2006-01-01 12:51:34 +00:00
pageinfo.h bump year and license version 2006-01-01 12:51:34 +00:00
php_array.h - MFH Added array_fill_keys(). (Marcus, Mathew W) 2006-07-15 10:21:10 +00:00
php_assert.h bump year and license version 2006-01-01 12:51:34 +00:00
php_browscap.h bump year and license version 2006-01-01 12:51:34 +00:00
php_crypt.h bump year and license version 2006-01-01 12:51:34 +00:00
php_dir.h bump year and license version 2006-01-01 12:51:34 +00:00
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 E_ERROR > E_RECOVERABLE_ERROR 2006-07-05 17:38:14 +00:00
php_fopen_wrappers.h bump year and license version 2006-01-01 12:51:34 +00:00
php_ftok.h bump year and license version 2006-01-01 12:51:34 +00:00
php_http.h bump year and license version 2006-01-01 12:51:34 +00:00
php_image.h bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
php_lcg.h bump year and license version 2006-01-01 12:51:34 +00:00
php_link.h bump year and license version 2006-01-01 12:51:34 +00:00
php_mail.h bump year and license version 2006-01-01 12:51:34 +00:00
php_math.h MFH: add missing ifdefs 2006-01-13 13:04:27 +00:00
php_metaphone.h bump year and license version 2006-01-01 12:51:34 +00:00
php_rand.h bump year and license version 2006-01-01 12:51:34 +00:00
php_smart_str_public.h bump year and license version 2006-01-01 12:51:34 +00:00
php_smart_str.h Revert previous optimization if preparation for 5.1.4 2006-05-03 13:32:10 +00:00
php_standard.h - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). 2006-01-04 21:31:35 +00:00
php_string.h Adjust code to avoid TSRMLS_FETCH 2006-08-28 23:33:37 +00:00
php_type.h bump year and license version 2006-01-01 12:51:34 +00:00
php_uuencode.h bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
quot_print.c bump year and license version 2006-01-01 12:51:34 +00:00
quot_print.h bump year and license version 2006-01-01 12:51:34 +00:00
rand.c bump year and license version 2006-01-01 12:51:34 +00:00
reg.c - Warning fixes by Steph 2006-02-26 10:57:00 +00:00
reg.h bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
sha1.c bump year and license version 2006-01-01 12:51:34 +00:00
sha1.h bump year and license version 2006-01-01 12:51:34 +00:00
soundex.c bump year and license version 2006-01-01 12:51:34 +00:00
streamsfuncs.c Fixed bug #38096 (large timeout values ignored on 32bit machines in 2006-09-11 14:52:21 +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 more z/Z fixes 2006-08-31 14:21:21 +00:00
strnatcmp.c Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). 2004-07-15 01:26:03 +00:00
syslog.c Fixed bug #36689 (Removed arbitrary limit on the length of syslog messages). 2006-03-21 00:59:08 +00:00
type.c bump year and license version 2006-01-01 12:51:34 +00:00
uniqid.c bump year and license version 2006-01-01 12:51:34 +00:00
uniqid.h bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
url_scanner.h bump year and license version 2006-01-01 12:51:34 +00:00
url.c Bug #37961 (url should be URL) 2006-06-29 14:31:56 +00:00
url.h bump year and license version 2006-01-01 12:51:34 +00:00
user_filters.c MFH: argument info for php_user_filter 2006-06-26 17:23:39 +00:00
uuencode.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00
var_unserializer.c bump year and license version 2006-01-01 12:51:34 +00:00
var_unserializer.re bump the year and license version 2006-01-01 12:26:08 +00:00
var.c MFH: Update protos & arginfo for memory_get_usage() & memory_get_peak_usage() 2006-07-25 16:41:04 +00:00
versioning.c Updated protos & vim folding 2006-06-26 18:48:56 +00:00