php-src/ext
2010-04-20 16:45:46 +00:00
..
bcmath Add some bcmath tests 2010-03-08 15:16:51 +00:00
bz2 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
calendar sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
com_dotnet Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
ctype sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
curl fix build 2010-04-20 12:50:02 +00:00
date Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled) 2010-04-20 15:41:35 +00:00
dba Add Tokyo Cabinet abstract DB support to ext/dba 2010-03-24 23:38:59 +00:00
dom Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
enchant Remove main/php3_compat.h, for that a few references to function_entry have 2010-03-30 23:03:02 +00:00
ereg Remove a couple TSRMLS_FETCH() calls around ext/main/sapi 2010-04-13 11:02:15 +00:00
exif sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
fileinfo Remove main/php3_compat.h, for that a few references to function_entry have 2010-03-30 23:03:02 +00:00
filter Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed. 2010-04-20 11:05:54 +00:00
ftp Fixed bug #51190 (ftp_put() returns false when transfer was successful). 2010-03-04 12:52:58 +00:00
gd Fixed bug #51263 (imagettftext and rotated text uses wrong baseline) 2010-03-24 04:12:19 +00:00
gettext sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
gmp - fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace of this change in gmp's changelog...) 2010-02-23 11:07:39 +00:00
hash fix 64-bit integer overflow in mhash_keygen_s2k 2010-04-20 00:45:07 +00:00
iconv - Reverted r296062 and r296065 2010-03-12 10:28:59 +00:00
imap - #35638, add udate to imap_fetch_overview 2010-04-14 09:45:37 +00:00
interbase sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
intl Remove main/php3_compat.h, for that a few references to function_entry have 2010-03-30 23:03:02 +00:00
json - Fixed bug #51590 (JSON_ERROR_UTF8 is undefined) 2010-04-18 18:07:27 +00:00
ldap sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
libxml sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
mbstring Added a number of small performance tweaks and optimizations 2010-04-20 11:16:39 +00:00
mcrypt add filters to mcrypt 2010-01-15 21:02:20 +00:00
mssql sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
mysql Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock 2010-03-26 16:58:25 +00:00
mysqli Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
mysqlnd - Fix copyrights 2010-04-20 13:50:34 +00:00
oci8 Fixed Bug #51577 (Uninitialized memory reference with oci_bind_array_by_name) 2010-04-16 20:36:40 +00:00
odbc - Fixed bug #49429, #51331 (odbc_autocommit doesn't work) 2010-03-20 18:19:16 +00:00
openssl fix infinite loop in the test 2010-04-20 10:04:26 +00:00
pcntl sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
pcre - fix build 2010-04-01 10:34:05 +00:00
pdo Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
pdo_dblib Fixed bug #51213 (pdo_mssql is trimming value of the money column). 2010-03-08 12:39:44 +00:00
pdo_firebird Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) 2010-01-12 12:46:54 +00:00
pdo_mysql fix typo 2010-04-06 13:42:21 +00:00
pdo_oci Allow newer oracle versions 2010-02-04 01:12:14 +00:00
pdo_odbc Remove main/php3_compat.h, for that a few references to function_entry have 2010-03-30 23:03:02 +00:00
pdo_pgsql Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) 2010-01-12 12:46:54 +00:00
pdo_sqlite Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling 2010-02-11 22:14:06 +00:00
pgsql - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument) 2010-04-20 15:59:01 +00:00
phar Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed. 2010-04-20 11:05:54 +00:00
posix - Fix test (Bug #51035) 2010-02-15 21:24:17 +00:00
pspell sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
readline sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
recode sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
reflection Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
session Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/session) 2010-04-15 16:36:08 +00:00
shmop sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
simplexml - Improve test 2010-04-20 16:45:46 +00:00
skeleton MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
snmp - improve netsnmp detection (and restor snmp on win) 2010-02-09 16:38:24 +00:00
soap Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
sockets sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
spl Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
sqlite sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
sqlite3 Upgraded bundled sqlite to version 3.6.23.1 2010-03-30 11:52:25 +00:00
standard Added a number of small performance tweaks and optimizations 2010-04-20 11:16:39 +00:00
sybase_ct Remove a couple TSRMLS_FETCH() calls around ext/main/sapi 2010-04-13 11:02:15 +00:00
sysvmsg Add some sysvmsg coverage tests 2010-03-01 01:59:14 +00:00
sysvsem sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
sysvshm sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
tidy - Reverted r296062 and r296065 2010-03-12 10:28:59 +00:00
tokenizer sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
wddx sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
xml Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect). 2010-01-05 13:03:40 +00:00
xmlreader Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
xmlrpc - Fix mem. leak 2010-03-13 20:26:51 +00:00
xmlwriter - Fix the fix :P 2010-02-15 21:37:46 +00:00
xsl Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
zip Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 2010-04-20 10:57:45 +00:00
zlib - Reverted r296062 and r296065 2010-03-12 10:28:59 +00:00
ext_skel MFH: remove -ldl 2008-04-15 12:47:33 +00:00
ext_skel_win32.php