php-src/ext/standard
Ilia Alshanetsky 11371cd0a8 Missing patch.
2004-07-12 18:49:47 +00:00
..
tests fixing bug #28974 : overflow in array_slice() 2004-07-11 21:15:04 +00:00
array.c fixing bug #28974 : overflow in array_slice() 2004-07-11 21:15:04 +00:00
assert.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
base64.c Fixed bug #27460 (base64_decode() does not handle extra padding). 2004-03-06 19:06:04 +00:00
base64.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
basic_functions.c Removed unneeded if(). 2004-06-27 21:49:47 +00:00
basic_functions.h Portable solution for bug #27646 that works correct on Windows, too 2004-03-27 00:50:41 +00:00
browscap.c Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly). 2004-03-15 21:26:39 +00:00
config.m4 - Decouple NAN and INF 2004-05-10 07:23:38 +00:00
config.w32 Fix a problem resolving the php.ini path under win32 terminal services environment. 2003-12-06 16:04:34 +00:00
crc32.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
crc32.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h Fix writing of SQLite and SimpleXMl extension and add Rob to the credits 2004-03-28 20:27:18 +00:00
credits_sapi.h - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
credits.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
credits.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
crypt.c * email address update 2004-02-12 19:05:41 +00:00
css.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
css.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
cyr_convert.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
cyr_convert.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
datetime.c - Fixed bug with leap year checking. 2004-06-28 14:33:57 +00:00
datetime.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
dir.c 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
dl.c - Revert storing handle, got lost in 1.92, noticed by Kamesh Jayachandran 2004-07-06 18:48:39 +00:00
dl.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
dns.c Cleanup, minor refactor, and CS 2004-03-19 22:21:53 +00:00
dns.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
exec.c Missing patch. 2004-07-12 18:49:47 +00:00
exec.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
file.c 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
file.h BugFix#28868 (Part Two): This fixes thread unsafety in the userspace 2004-06-21 21:08:05 +00:00
filestat.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
filters.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
flock_compat.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
flock_compat.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
formatted_print.c Fixed unregistered bug (memory leak in printf() & friends) 2004-05-19 16:46:29 +00:00
fsock.c 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
fsock.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
ftok.c Added missing safe_mode & open_basedir checks. 2004-06-24 00:48:58 +00:00
ftp_fopen_wrapper.c BugFix# 27982: Provide error message when trying to overwrite an existant file without overwrite context option. 2004-05-17 20:31:59 +00:00
head.c Added checks for invalid characters in a cookie name or cookie data from setrawcookie 2004-02-11 19:00:42 +00:00
head.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
html.c - MFH: Fix for bug #28042 (greek letters in html to entitity mapping not 2004-04-17 23:08:02 +00:00
html.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
http_fopen_wrapper.c Fixed off-by-one in http_fopen_wrapper 2004-05-28 13:38:06 +00:00
http.c Fixed unregistered bug [crash in http_build_query()] 2004-06-04 16:54:14 +00:00
image.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
incomplete_class.c Fix incomplete class for the new object model 2004-04-07 08:06:09 +00:00
info.c Use caseinsensitive sort 2004-05-02 13:23:30 +00:00
info.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
iptc.c Fixed possible buffer overflow. 2004-06-22 20:27:46 +00:00
lcg.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
levenshtein.c Removed unneeded checks around Zend allocation macros. 2004-06-20 21:40:43 +00:00
link.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mail.c Fixed bug #26847 (memory leak in mail() when to/subject contain only spaces) 2004-01-09 01:35:44 +00:00
Makefile.frag Make sure zend stuff is built first. 2003-11-24 18:23:36 +00:00
math.c hypot() is not experimental. 2004-06-10 19:38:24 +00:00
md5.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
md5.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
metaphone.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
microtime.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
microtime.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
pack.c fix for bug 27384 2004-02-24 21:49:28 +00:00
pack.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
pageinfo.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
pageinfo.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
parsedate.y - Add missing "CEST" timezone 2004-04-08 19:21:05 +00:00
php_array.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_assert.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_browscap.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_crypt.h * email address update 2004-02-12 19:05:41 +00:00
php_dir.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_ext_syslog.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_filestat.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_fopen_wrapper.c Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI. 2004-04-19 17:41:39 +00:00
php_fopen_wrappers.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_ftok.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_http.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_image.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_incomplete_class.h BUG #27469 was fixed (serialize() objects of incomplete class) 2004-03-18 16:54:36 +00:00
php_iptc.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_lcg.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_link.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_mail.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_math.h Fixed bug #28508 (Do not make hypot() available if not supported by libc). 2004-05-24 17:02:12 +00:00
php_metaphone.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_parsedate.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_rand.h - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled) 2004-01-19 02:30:54 +00:00
php_smart_str_public.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_smart_str.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_standard.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_string.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_sunfuncs.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_type.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_uuencode.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_var.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_versioning.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
proc_open.c 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
proc_open.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
quot_print.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
quot_print.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
rand.c - Moved php_srand() call into php_rand(). 2004-01-19 03:14:58 +00:00
reg.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
reg.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
scanf.c Fixed bug #27295 (memory leak inside sscanf()). 2004-02-18 19:48:13 +00:00
scanf.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
sha1.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
sha1.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
soundex.c Properly handly high ascii values in soundex(). 2004-06-17 00:17:49 +00:00
streamsfuncs.c 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
streamsfuncs.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
string.c fixing bug #28974 : overflow in array_slice() 2004-07-11 21:15:04 +00:00
strnatcmp.c Fixed bug #19795 2003-04-16 21:10:29 +00:00
sunfuncs.c Wordsize fixes 2004-02-25 20:16:27 +00:00
syslog.c Standardize error reporting. 2004-06-13 17:04:36 +00:00
type.c - Fixed bug #27822 (is_resource() returns TRUE for closed resources) 2004-04-01 08:54:44 +00:00
uniqid.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
uniqid.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
url_scanner_ex.c - Touch 2004-05-12 10:19:06 +00:00
url_scanner_ex.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
url_scanner_ex.re - Move hash table destruction to proper location 2004-05-12 10:17:12 +00:00
url_scanner.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
url_scanner.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
url.c String lengths should never be char pointers. 2004-06-18 00:44:37 +00:00
url.h Changed prototypes to allow parsing of string literals and constant strings 2004-01-25 00:30:50 +00:00
user_filters.c BugFix#28868 (Part Two): This fixes thread unsafety in the userspace 2004-06-21 21:08:05 +00:00
uuencode.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
var_unserializer.c Touch after .c 2004-03-27 01:27:53 +00:00
var_unserializer.re Portable solution for bug #27646 that works correct on Windows, too 2004-03-27 00:50:41 +00:00
var.c Fix TSRM build 2004-07-04 11:14:17 +00:00
versioning.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00