php-src/ext
Michael Wallner 6c16fac2b5 - add adler32
2005-11-25 23:12:44 +00:00
..
bcmath - Bumber up year 2005-08-03 14:08:58 +00:00
bz2 Fixed bug #34968 (bz2 extension fails on to build on some win32 setups). 2005-10-25 15:52:08 +00:00
calendar - MFB Add tests 2005-11-06 12:27:11 +00:00
com_dotnet unicode enable COM parameters (but not method/property names yet) 2005-08-13 19:03:58 +00:00
ctype Unicode support 2005-08-17 14:16:05 +00:00
curl MF51: fix #35341 (Fix for bug #33760 breaks build with older curl) 2005-11-22 22:54:22 +00:00
date - MF51: Fixed bug #35143 (gettimeofday() ignores current time zone). 2005-11-20 20:31:49 +00:00
dba - Do locking in lib rather then on streams 2005-11-20 12:39:04 +00:00
dbase - Bumber up year 2005-08-03 14:08:58 +00:00
dom add test 2005-11-23 03:10:45 +00:00
enchant It's stable now. 2004-08-11 20:31:39 +00:00
ereg - Bumber up year 2005-08-03 14:08:58 +00:00
exif fix test 2005-10-11 18:12:01 +00:00
fbsql - Bumber up year 2005-08-03 14:08:58 +00:00
fdf zend_is_callable() and zend_make_callable() were changed to return readable function name as zval (instead of string). 2005-08-22 12:22:16 +00:00
fileinfo Fixed copy & paste error 2005-11-24 23:24:53 +00:00
filepro - Bumber up year 2005-08-03 14:08:58 +00:00
filter - No need for extra strlen() call here 2005-11-23 15:51:45 +00:00
ftp MFB51: Fixed bug #31971 (ftp_login fails on some SSL servers) 2005-11-05 22:02:40 +00:00
gd - Fix bad usage of php_checkuid() 2005-11-02 21:26:08 +00:00
gettext - Bumber up year 2005-08-03 14:08:58 +00:00
gmp - Bumber up year 2005-08-03 14:08:58 +00:00
hash - add adler32 2005-11-25 23:12:44 +00:00
hwapi - Bumber up year 2005-08-03 14:08:58 +00:00
iconv - Hiding bugs is not the purpose of the regression tests. 2005-11-01 14:36:13 +00:00
imap Fixed bug #32589 (possible crash inside imap_mail_compose() function). 2005-08-30 22:02:43 +00:00
informix - Bumber up year 2005-08-03 14:08:58 +00:00
interbase fix #34855 (ibase_service_attach() segfault on AMD64) 2005-10-13 12:58:22 +00:00
ldap - Fixed bug #35078 (configure does not find ldap_start_tls_s) 2005-11-03 20:41:05 +00:00
libxml move document property struct from xml_common.h 2005-11-23 02:54:10 +00:00
mbstring fixed 5307 unexpected header can be injected to mb_send_mail(). 2005-11-23 15:16:39 +00:00
mcrypt - Add E_RECOVERABLE. 2005-09-15 16:19:48 +00:00
mhash - Fix test in unicode mode 2005-10-06 20:17:11 +00:00
mime_magic - Allow mime_content_type() to work with even a slightly broken mime magic 2005-10-18 13:02:11 +00:00
ming - Check for static libs, too 2005-08-26 15:24:26 +00:00
msession - Bumber up year 2005-08-03 14:08:58 +00:00
msql - Bumber up year 2005-08-03 14:08:58 +00:00
mssql Fix #33201 Crash when fetching some data types 2005-11-18 21:22:50 +00:00
mysql ZTS fixes. 2005-08-12 14:08:28 +00:00
mysqli Allow recursive calls to __get/__set for different properties 2005-11-15 15:21:47 +00:00
ncurses - Bumber up year 2005-08-03 14:08:58 +00:00
oci8 change handles destruction order (based on the patch by Chris Jones) and fix typo 2005-11-25 10:16:55 +00:00
odbc Fixed crash on AIX 2005-09-08 06:18:47 +00:00
openssl Fixed memory allocation bug 2005-09-07 15:34:50 +00:00
pcntl zend_is_callable() and zend_make_callable() were changed to return readable function name as zval (instead of string). 2005-08-22 12:22:16 +00:00
pcre - Renamed config.m4 to config0.m4 2005-11-17 10:01:47 +00:00
pdo - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
pdo_dblib - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
pdo_firebird this is the number of params, not the top index 2005-08-30 19:59:11 +00:00
pdo_mysql - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
pdo_oci - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
pdo_odbc Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:44:40 +00:00
pdo_pgsql - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
pdo_sqlite - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
pgsql - Fix Bug #32223 weird behaviour of pg_last_notice 2005-11-07 12:56:23 +00:00
posix - Fixed posix_mknod() checks and warnings. 2005-11-02 15:50:06 +00:00
pspell Properly fixed bug #34456 (original patch completely reverted). 2005-10-17 15:29:55 +00:00
readline MFB51: fix build when --with-libedit is used 2005-11-18 15:11:14 +00:00
recode - Bumber up year 2005-08-03 14:08:58 +00:00
reflection - License for core extensions is PHP License 2005-11-24 00:30:41 +00:00
session - Improved the fix for #21306 a bit 2005-09-23 08:13:57 +00:00
shmop - Bumber up year 2005-08-03 14:08:58 +00:00
simplexml - Synch test name 2005-11-24 20:27:27 +00:00
skeleton - don't use short tag 2005-04-14 16:05:05 +00:00
snmp fix configure help 2005-11-10 08:04:57 +00:00
soap Fixed bug #35273 (Error in mapping soap - java types) 2005-11-18 10:59:55 +00:00
sockets - MFB44: #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer 2005-11-03 15:01:31 +00:00
spl - Fix SPL class listing for phpinfo in unicode mode 2005-11-20 15:21:23 +00:00
sqlite - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
standard MFB51: Fixed bug #35046 (phpinfo() uses improper css enclosure). 2005-11-23 00:15:26 +00:00
sybase Fixed bug #34323 2005-08-31 22:29:24 +00:00
sybase_ct zend_is_callable() and zend_make_callable() were changed to return readable function name as zval (instead of string). 2005-08-22 12:22:16 +00:00
sysvmsg - Bumber up year 2005-08-03 14:08:58 +00:00
sysvsem - Bumber up year 2005-08-03 14:08:58 +00:00
sysvshm - Bumber up year 2005-08-03 14:08:58 +00:00
tidy fix #35197 (Destructor is not called) and similar issues in other extensions 2005-11-14 21:52:27 +00:00
tokenizer - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER) 2005-11-10 07:49:40 +00:00
unicode fix configure help 2005-11-10 08:04:57 +00:00
wddx use sizeof instead of define 2005-10-06 18:47:47 +00:00
xml - Hiding bugs is not the purpose of the regression tests. 2005-11-01 14:36:13 +00:00
xmlreader - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend extensions 2005-11-25 15:40:14 +00:00
xmlrpc fix ZTS build 2005-10-05 16:39:37 +00:00
xmlwriter fix build under 5.0 2005-11-23 11:23:39 +00:00
xsl Allow recursive calls to __get/__set for different properties 2005-11-15 15:21:47 +00:00
zlib Sync tests with new defaults 2005-11-24 04:37:04 +00:00
ext_skel
ext_skel_win32.php