php-src/ext
2006-12-21 22:08:02 +00:00
..
bcmath Intialization code is moved from request startup to module startup 2006-11-10 12:02:22 +00:00
bz2 cleaning some warnings (char* -> zstr) 2006-10-31 22:13:09 +00:00
calendar MFB: Fixed tests 2006-12-04 18:30:05 +00:00
com_dotnet MFB: fix heap corruption when adding/caching typelib (also fixes bug 39606) 2006-12-09 10:53:05 +00:00
ctype MFB (move static keywording from .h to .c) 2006-10-08 00:05:17 +00:00
curl gracefully bail out on invalid header 2006-12-20 13:08:54 +00:00
date MFB: Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday 2006-12-11 21:08:44 +00:00
dba fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is enabled) 2006-11-28 11:38:57 +00:00
dbase MFB: Fixed a possible memory corruption in dbase_open() with invalid open 2006-12-01 19:10:59 +00:00
dom MFB: fix issues identitified by coverity 2006-12-21 12:52:12 +00:00
enchant - add tests files 2006-03-21 19:02:00 +00:00
ereg MFB: Fixed potential use of un-initialized var 2006-10-12 01:05:25 +00:00
exif - Make parameter parsing api check happy 2006-11-04 20:46:21 +00:00
fbsql Error message clean up 2006-10-08 13:34:24 +00:00
fdf fix another compile failure. (bjori: TEST before commit!) 2006-07-23 23:55:26 +00:00
fileinfo 1.0.4 2006-11-07 21:45:20 +00:00
filter Fixed zts build 2006-12-20 19:48:32 +00:00
ftp fix leaks 2006-12-03 13:58:54 +00:00
gd - MFB: #39286, misleading error message when invalid dimensions are given 2006-12-10 03:03:48 +00:00
gettext - return domain in FS encoding 2006-11-17 13:37:02 +00:00
gmp PHP6 Updates 2006-10-09 20:42:35 +00:00
hash Allow hash()/hash_hmac() to accept ascii-unicode data, 2006-10-02 01:38:05 +00:00
iconv MFB: 2006-12-20 10:38:24 +00:00
imap MFB: Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying 2006-12-17 18:23:10 +00:00
informix plug a leak 2006-05-04 22:47:55 +00:00
interbase MFB: Thread safety fixes. 2006-11-30 16:21:36 +00:00
json MFB: little cleanup in json_determine_array_type() 2006-12-19 15:01:57 +00:00
ldap fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP) 2006-10-18 20:57:06 +00:00
libxml Unicode support. 2006-11-17 10:48:53 +00:00
mbstring Initial commit(Synced PHP_5_2 Branch.). 2006-12-21 17:44:40 +00:00
mcrypt MFB: Replace non-threadsafe rand() with php_rand_r() 2006-11-28 00:24:16 +00:00
mhash Fixed build 2006-11-21 15:58:29 +00:00
mime_magic MFB: Use thread-safe code 2006-11-30 15:13:33 +00:00
ming Remove PHP4.x stuff 2006-12-05 21:46:33 +00:00
msql - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 2006-03-08 00:43:32 +00:00
mssql Added automatic module globals management 2006-06-13 13:12:20 +00:00
mysql space to tab 2006-11-22 10:11:58 +00:00
mysqli dummy change 2006-12-04 15:27:18 +00:00
oci8 added support for CALL statement type (patch by Chris Jones) 2006-12-21 22:08:02 +00:00
odbc MFB: fix #37848 (ext/odbc compile failure) 2006-06-19 16:13:31 +00:00
openssl MFB: Fix win32 build 2006-12-06 13:20:17 +00:00
pcntl fix typo in errmsg 2006-08-31 15:42:06 +00:00
pcre new test 2006-12-19 21:47:16 +00:00
pdo merge PHP 5 pdo into HEAD. This source compiles on both PHP 5 and PHP 6. 2006-12-09 22:18:43 +00:00
pdo_dblib fix build 2006-07-24 00:00:35 +00:00
pdo_firebird MFB: fixed compiler warnings 2006-11-16 17:34:42 +00:00
pdo_mysql - build fix the other driver as well (a macro would be nicer) 2006-12-10 03:12:11 +00:00
pdo_oci - build fix the other driver as well (a macro would be nicer) 2006-12-10 03:12:11 +00:00
pdo_odbc - build fix the other driver as well (a macro would be nicer) 2006-12-10 03:12:11 +00:00
pdo_pgsql MFB: Fixed bug #39845 (Persistent connections generate a warning in 2006-12-18 17:56:51 +00:00
pdo_sqlite merge php5 pdo_sqlite into head; this source compiles on both php5 and php6. 2006-12-15 05:03:02 +00:00
pgsql MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory 2006-11-29 15:47:41 +00:00
phar - Update test after SPL change 2006-11-12 17:55:39 +00:00
posix fix possible leaks 2006-12-21 01:00:39 +00:00
pspell don't reinvent the wheel, use sprintf() 2006-12-20 15:12:06 +00:00
readline MFB: fix gcc warning 2006-09-04 19:00:12 +00:00
recode - utf8 2006-12-12 19:32:18 +00:00
reflection - Marcus was too quick. Let's put type before zstr in the macros. 2006-12-19 21:38:59 +00:00
session remove register_globals remains 2006-12-20 19:20:59 +00:00
shmop Remove double "wrong param count" warnings 2006-10-07 22:55:18 +00:00
simplexml add missing folding marker 2006-11-29 22:53:21 +00:00
skeleton Added automatic module globals management 2006-06-13 13:12:20 +00:00
snmp - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves) 2006-07-27 05:12:33 +00:00
soap MFB: Optimize out zend_hash_num_elements() call 2006-12-21 01:16:36 +00:00
sockets Error message clean up 2006-10-08 13:34:24 +00:00
spl - Quick hackto make tests pass 2006-12-20 23:30:23 +00:00
sqlite Fix build 2006-12-10 15:43:13 +00:00
standard Bite the bullet and port the natural comparison algorithm to support 2006-12-21 21:47:56 +00:00
sybase Error message clean up 2006-10-08 13:34:24 +00:00
sybase_ct Error message clean up 2006-10-08 13:34:24 +00:00
sysvmsg - convert unicode messages to strings 2006-10-28 09:07:50 +00:00
sysvsem - upgrade to current parameter parsing API 2006-10-28 08:48:00 +00:00
sysvshm - upgrade ext/sysvshm to current parameter parsing API 2006-10-27 21:18:56 +00:00
tidy convert a few more functions 2006-11-01 18:55:02 +00:00
tokenizer MFB: Removed pointless callbacks. 2006-06-20 22:42:42 +00:00
unicode Fix protos. 2006-10-06 17:14:14 +00:00
wddx Error message clean up 2006-10-08 13:34:24 +00:00
xml mark more functions unicode compatible 2006-11-15 12:27:32 +00:00
xmlreader Error message clean up 2006-10-08 13:34:24 +00:00
xmlrpc zts fixes 2006-11-30 16:38:53 +00:00
xmlwriter cosmetic improvements 2006-12-05 23:03:42 +00:00
xsl MFB: fix bug #39625 (Apache crashes on importStylesheet call) 2006-12-05 12:05:03 +00:00
zip - unicode support for the procedural API 2006-12-19 02:05:27 +00:00
zlib cosmetic improvements 2006-12-05 23:03:42 +00:00
ext_skel
ext_skel_win32.php