php-src/ext
Antony Dovgal 0628f86e0e fix small typo
add --with-zlib-dir option (and simple automagic zlib detection)
2007-03-07 09:36:22 +00:00
..
bcmath fix typos 2007-02-24 02:43:53 +00:00
bz2 use safe_realloc 2007-03-06 02:10:25 +00:00
calendar fix snprintf size 2007-02-16 18:32:38 +00:00
com_dotnet Fixed bug #35872 (Prevent object store references during RSHUTDOWN) 2007-03-05 15:49:00 +00:00
ctype MFH 2007-01-12 12:32:15 +00:00
curl MFH: fix leak 2007-02-23 20:51:02 +00:00
date - Updated timezone database to version 2007.3. (Derick) 2007-03-06 21:28:37 +00:00
dba fixed compiler warnings 2007-01-01 19:40:29 +00:00
dbase MFH: do not allow db without fields 2007-02-25 23:17:12 +00:00
dom typo in the test name 2007-01-20 19:19:29 +00:00
ereg MFH: Bump year. 2007-01-01 09:36:18 +00:00
exif snprintf() -> slprintf() 2007-02-27 03:04:40 +00:00
fbsql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
fdf use safe_emalloc 2007-03-05 21:54:46 +00:00
filter Fix test 2007-02-24 22:02:16 +00:00
ftp snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
gd fix access to non initialized memory (check valgrind reports on http://gcov.php.net) 2007-03-02 18:41:25 +00:00
gettext MFH: return false if realpath()/getcwd() fail 2007-01-16 14:42:38 +00:00
gmp MFH 2007-01-12 12:32:15 +00:00
hash snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
iconv MFH 2007-03-01 11:29:43 +00:00
imap snprintf() -> slprintf() 2007-02-27 03:04:40 +00:00
interbase fix broken snprintf code 2007-03-06 00:24:00 +00:00
json Fixed bug #40503 (json_encode() value corruption on 32bit systems with 2007-02-18 16:54:59 +00:00
ldap %f -> %F 2007-01-05 15:06:55 +00:00
libxml fix bug #40598 (libxml segfault) 2007-02-23 11:12:49 +00:00
mbstring use the aliases and eliminate one more compile warning 2007-03-06 21:04:27 +00:00
mcrypt use constant 2007-02-15 01:40:36 +00:00
mhash snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
mime_magic Fixed a possible memory corruption inside mime_content_type() on a 2007-02-15 00:05:42 +00:00
ming MFH 2007-03-06 10:13:54 +00:00
msql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
mssql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
mysql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
mysqli - Fix spprintf usage 2007-02-24 14:33:50 +00:00
ncurses MFH: nuke skeleton leftovers 2007-01-12 12:17:32 +00:00
oci8 improved test 2007-03-02 09:09:49 +00:00
odbc - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
openssl - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
pcntl MFH: Bump year. 2007-01-01 09:36:18 +00:00
pcre snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
pdo MFH: fix #40727 (segfault in PDO when failed to bind parameters) 2007-03-07 09:03:07 +00:00
pdo_dblib Fix mysql -> dblib 2007-01-15 01:56:09 +00:00
pdo_firebird snprintf() -> slprintf() 2007-02-27 03:28:17 +00:00
pdo_mysql fix small typo 2007-03-07 09:36:22 +00:00
pdo_oci fix leak 2007-01-26 15:07:45 +00:00
pdo_odbc - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
pdo_pgsql MFH: Bump year. 2007-01-01 09:36:18 +00:00
pdo_sqlite fix gcov build (#line stuff) 2007-02-21 16:08:18 +00:00
pgsql - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
posix MFH: fix #40678 (Cross compilation fails) 2007-03-01 11:23:54 +00:00
pspell - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
readline Fixed a memory leak inside readline_completion_function() on non-callable 2007-02-12 01:23:17 +00:00
recode MFH: Bump year. 2007-01-01 09:36:18 +00:00
reflection MFH 2007-02-10 20:52:42 +00:00
session Adjust checks to allow paths without a trailing / 2007-03-03 15:07:31 +00:00
shmop Only do size check on create operations 2007-02-24 16:36:56 +00:00
simplexml MFH: fix leak and errmsg 2007-02-20 14:08:43 +00:00
skeleton - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
snmp MFH: Bump year. 2007-01-01 09:36:18 +00:00
soap snprintf() -> slprintf() 2007-02-27 03:04:40 +00:00
sockets MFH: zerofill socket structs 2007-02-25 22:59:32 +00:00
spl - Fix copy'n'paste issues 2007-03-04 14:01:06 +00:00
sqlite use safe_realloc 2007-03-06 02:17:13 +00:00
standard malloc() -> pemalloc() 2007-03-07 00:52:40 +00:00
sybase use safe_erealloc 2007-03-06 02:03:28 +00:00
sybase_ct use safe_realloc 2007-03-06 02:10:25 +00:00
sysvmsg MFH 2007-01-17 08:25:32 +00:00
sysvsem MFH: Bump year. 2007-01-01 09:36:18 +00:00
sysvshm Unify validation of shm segment size inside shm_attach() 2007-02-24 15:44:43 +00:00
tidy Fixed test to work with new version of libtidy that strips spaces 2007-02-24 15:35:04 +00:00
tokenizer MFH: nuke skeleton leftovers 2007-01-12 12:17:32 +00:00
wddx ik, make it memcpy 2007-03-04 04:38:43 +00:00
xml MFH: Bump year. 2007-01-01 09:36:18 +00:00
xmlreader MFH: nuke skeleton leftovers 2007-01-12 12:17:32 +00:00
xmlrpc Fixed bug #40703 (Resolved a possible namespace conflict between libxmlrpc 2007-03-04 18:24:49 +00:00
xmlwriter MFH: parameter entity argument (pe) should be bool 2007-01-06 18:03:43 +00:00
xsl MFH: nuke skeleton leftovers 2007-01-12 12:17:32 +00:00
zip Fixed snprintf() usage 2007-02-24 16:23:10 +00:00
zlib MFH: fix #40189 (possible endless loop in zlib.inflate stream filter) 2007-01-25 12:22:21 +00:00
ext_skel
ext_skel_win32.php