.. |
bcmath
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +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
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
ctype
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
curl
|
Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided)
|
2010-03-02 12:54:23 +00:00 |
date
|
- Fixed bug #46111 (Some timezone identifiers can not be parsed).
|
2010-03-07 19:18:06 +00:00 |
dba
|
Test misc argument error conditions
|
2010-03-06 00:23:16 +00:00 |
dom
|
fix bug #49463 (setAttributeNS fails setting default namespace)
|
2010-01-15 21:29:56 +00:00 |
enchant
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
ereg
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
exif
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
fileinfo
|
Update the libmagic.patch to reflect the current situation. Contains a diff against upstream 5.03
|
2010-01-31 22:54:00 +00:00 |
filter
|
Detect overflows before they occur in the filter extension (bug #51023)
|
2010-03-06 18:54:55 +00:00 |
ftp
|
Fixed bug #51190 (ftp_put() returns false when transfer was successful).
|
2010-03-04 12:52:58 +00:00 |
gd
|
fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)
|
2010-01-20 09:39:06 +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
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
iconv
|
- Fixed bug #49267 (linking fails for iconv)
|
2010-03-05 09:12:13 +00:00 |
imap
|
- Fixed #44098, imap_utf8() returns only capital letters
|
2010-02-07 13:06:54 +00:00 |
interbase
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
intl
|
fix TS build
|
2010-01-21 18:07:28 +00:00 |
json
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23: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
|
- Merge from upstream (note: this is no behavioral change, so need not to be
|
2010-02-28 09:33:05 +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 bug#50416
|
2010-02-08 13:09:34 +00:00 |
mysqli
|
revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling
|
2010-02-11 21:42:48 +00:00 |
mysqlnd
|
Fix the text. Correct english and a bit shorter.
|
2010-02-24 21:16:04 +00:00 |
oci8
|
Mask resource numbers
|
2010-03-03 19:12:04 +00:00 |
odbc
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
openssl
|
Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation)
|
2010-01-27 12:55:01 +00:00 |
pcntl
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
pcre
|
- fix win build, use bundled stdint
|
2010-01-21 23:23:17 +00:00 |
pdo
|
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
|
2010-02-11 22:14:06 +00:00 |
pdo_dblib
|
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
|
2010-01-12 12:46:54 +00:00 |
pdo_firebird
|
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
|
2010-01-12 12:46:54 +00:00 |
pdo_mysql
|
Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
|
2010-02-11 22:14:06 +00:00 |
pdo_oci
|
Allow newer oracle versions
|
2010-02-04 01:12:14 +00:00 |
pdo_odbc
|
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
|
2010-01-12 12:46:54 +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
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
phar
|
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)
|
2010-03-06 14:45:49 +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
|
- Fixed tests
|
2010-03-06 23:58:35 +00:00 |
session
|
Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak.
|
2010-01-31 18:06:29 +00:00 |
shmop
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
simplexml
|
Fix assignment when SimpleXML is disabled on Windows
|
2010-02-25 17:08:17 +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
|
- Fix test (Bug #51036)
|
2010-02-15 21:46:45 +00:00 |
sockets
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
spl
|
Corrected typo in LimitIterator offset exception. Fixes #51119
|
2010-02-22 23:55:30 +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.22.
|
2010-01-19 12:38:55 +00:00 |
standard
|
MFH'd crypt() tests - renamed to fit phpt schema, tests for DES-fallback,
|
2010-02-23 21:14:51 +00:00 |
sybase_ct
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +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
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +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
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
xmlrpc
|
- Added missing SKIPIF section to tests (bug #51014)
|
2010-02-12 16:53:44 +00:00 |
xmlwriter
|
- Fix the fix :P
|
2010-02-15 21:37:46 +00:00 |
xsl
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
zip
|
It's a size_t here, not an unsigned int.
|
2010-02-09 17:38:36 +00:00 |
zlib
|
Fixed test
|
2010-01-19 12:42:50 +00:00 |
ext_skel
|
MFH: remove -ldl
|
2008-04-15 12:47:33 +00:00 |
ext_skel_win32.php
|
|
|