php-src/ext
Antony Dovgal 04d4811532 MFH
2006-12-25 11:50:31 +00:00
..
bcmath Intialization code is moved from request startup to module startup 2006-11-10 12:02:10 +00:00
bz2 fix test (the error message is different across the systems) 2006-09-18 12:35:49 +00:00
calendar Fixed tests 2006-12-04 18:29:49 +00:00
com_dotnet fix bug #33734 and related (Something strange with COM Object) 2006-12-24 12:32:10 +00:00
ctype fix warnings about nonextistent functions 2006-08-31 11:10:23 +00:00
curl MFH 2006-12-20 13:09:02 +00:00
date Small optimization of the date() function 2006-12-22 15:21:34 +00:00
dba Revert previous patch and it breaks builds with built-in cdb lib 2006-12-05 17:54:52 +00:00
dbase Fixed a possible memory corruption in dbase_open() with invalid open mode 2006-12-01 19:10:50 +00:00
dom fix issues identitified by coverity 2006-12-21 12:51:26 +00:00
ereg Fixed potential use of un-initialized var (detected by Coverity) 2006-10-12 01:05:09 +00:00
exif - MFH: Make parameter parsing api check happy 2006-11-04 20:46:32 +00:00
fbsql MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values 2006-08-14 18:40:08 +00:00
fdf MFH: cleanup after lazy people 2006-07-23 23:55:46 +00:00
filter fixed ZTS build 2006-12-20 19:48:12 +00:00
ftp Fix tests 2006-12-19 10:03:24 +00:00
gd - #39286, misleading error message when nvalid dimensions are given 2006-12-10 02:55:30 +00:00
gettext fix typo, add test 2006-09-05 10:36:24 +00:00
gmp new tests 2006-09-10 22:11:29 +00:00
hash Backport md2, ripemd256, and ripemd320 algos from HEAD 2006-11-15 20:06:09 +00:00
iconv - Fixed incorrect function names on FreeBSD where inet_pton() was named 2006-12-20 10:34:36 +00:00
imap Fixed buffer boundary protection 2006-12-24 22:15:06 +00:00
informix plug a leak 2006-05-04 22:48:29 +00:00
interbase Thread safety fixes. 2006-11-30 16:21:24 +00:00
json remove NOP code in json_determine_array_type(), as we already know the zval passed is an array (based on patch by Ron Korving) 2006-12-19 15:01:05 +00:00
ldap MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP) 2006-10-18 20:58:23 +00:00
libxml mark a few variables and functions as static 2006-11-10 18:05:11 +00:00
mbstring Fixed bug #39361, #39400 (mbstring function overloading problem). 2006-12-21 17:26:05 +00:00
mcrypt - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 17:58:47 +00:00
mhash - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 17:58:47 +00:00
mime_magic Use thread-safe code 2006-11-30 15:13:19 +00:00
ming Remove PHP4.x stuff 2006-12-05 21:46:23 +00:00
msql bump year and license version 2006-01-01 12:51:34 +00:00
mssql Added automatic module globals management 2006-06-15 18:33:09 +00:00
mysql init variable, eliminate compile warning 2006-08-02 10:04:11 +00:00
mysqli Fix tests 2006-12-12 08:09:40 +00:00
ncurses bump year and license version 2006-01-01 12:51:34 +00:00
oci8 MFH 2006-12-23 14:02:50 +00:00
odbc fix #37848 (ext/odbc compile failure) 2006-06-19 16:13:15 +00:00
openssl Fix win32 build 2006-12-06 13:18:36 +00:00
pcntl fix typo in errmsg 2006-08-31 15:42:18 +00:00
pcre new test 2006-12-19 21:46:48 +00:00
pdo Fixed test 2006-12-09 16:41:24 +00:00
pdo_dblib fix build and typo after another lazy ass who does not test before commit: Dmitry 2006-07-24 00:01:02 +00:00
pdo_firebird Fixed compiler warnings 2006-11-16 17:33:39 +00:00
pdo_mysql Fix skipif 2006-12-12 08:13:31 +00:00
pdo_oci Remove pecl includes (Steph), except pdo_odbc which will remain broke 2006-05-11 21:43:59 +00:00
pdo_odbc Fix for PECL #7755; use the displayable column width as the basis for our 2006-10-11 03:07:29 +00:00
pdo_pgsql Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql). 2006-12-18 17:56:25 +00:00
pdo_sqlite - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 17:58:47 +00:00
pgsql Fix test 2006-12-12 09:15:25 +00:00
posix fix possible leaks 2006-12-21 01:00:58 +00:00
pspell MFH 2006-12-20 15:12:38 +00:00
readline fix gcc warning 2006-09-04 18:59:01 +00:00
recode Added automatic module globals management 2006-06-15 18:33:09 +00:00
reflection Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type 2006-12-22 15:37:48 +00:00
session protect _SESSION, HTTP_SESSION_VARS and GLOBALS 2006-12-20 19:31:28 +00:00
shmop MFH: Fix double "wron param count" messages 2006-11-03 14:46:48 +00:00
simplexml fix tests 2006-12-08 17:55:58 +00:00
skeleton Added automatic module globals management 2006-06-15 18:33:09 +00:00
snmp MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves) 2006-07-27 05:17:34 +00:00
soap Optimize out zend_hash_num_elements() call 2006-12-21 01:16:10 +00:00
sockets Last set of zend_hash_init() optimizations 2006-10-03 19:51:01 +00:00
spl - MFH Fix comparison of RecursiveDualIterators 2006-12-10 23:44:49 +00:00
sqlite Added empty string checks 2006-12-24 20:50:02 +00:00
standard MFH 2006-12-25 11:50:31 +00:00
sybase bump year and license version 2006-01-01 12:51:34 +00:00
sybase_ct MFH: Fix compilation with TSRM (now correct) 2006-07-25 09:20:32 +00:00
sysvmsg Added checks for negative max length and overflow checks for overly long 2006-12-23 18:50:33 +00:00
sysvsem bump year and license version 2006-01-01 12:51:34 +00:00
sysvshm MFH: make sure we won't get into endless loop 2006-06-29 09:03:27 +00:00
tidy - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 17:58:47 +00:00
tokenizer Removed pointless callbacks. 2006-06-20 22:39:15 +00:00
wddx optimize out strlen() calls 2006-12-13 15:31:47 +00:00
xml fix test 2006-09-02 15:42:00 +00:00
xmlreader MFH 2006-10-04 13:30:53 +00:00
xmlrpc last set of zts fixes 2006-11-30 16:38:37 +00:00
xmlwriter statification of local functions and variables. 2006-11-09 16:04:34 +00:00
xsl fix bug #39625 (Apache crashes on importStylesheet call) 2006-12-05 12:04:34 +00:00
zip Fix typo 2006-12-24 01:29:20 +00:00
zlib cosmetic improvements 2006-12-05 23:03:19 +00:00
ext_skel ; 2004-05-16 12:10:35 +00:00
ext_skel_win32.php