| .. |
|
bcmath
|
Intialization code is moved from request startup to module startup
|
19 years ago |
|
bz2
|
fix test (the error message is different across the systems)
|
20 years ago |
|
calendar
|
MFH tests
|
20 years ago |
|
com_dotnet
|
COM initialization/deinitialization are done only if necessary
|
19 years ago |
|
ctype
|
fix warnings about nonextistent functions
|
20 years ago |
|
curl
|
Adjust previous patch to work better
|
19 years ago |
|
date
|
fix the bug I introduced previously, sorry
|
19 years ago |
|
dba
|
- MFH: Fixed bug #38698
|
20 years ago |
|
dbase
|
Fixed a possible crash in dbase_open() on empty filename.
|
19 years ago |
|
dom
|
add a note that libxml2 2.6.2x is required
|
19 years ago |
|
ereg
|
Fixed potential use of un-initialized var (detected by Coverity)
|
20 years ago |
|
exif
|
- MFH: Make parameter parsing api check happy
|
19 years ago |
|
fbsql
|
MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values
|
20 years ago |
|
fdf
|
MFH: cleanup after lazy people
|
20 years ago |
|
filter
|
add new test
|
19 years ago |
|
ftp
|
fix tests after Tony's commit and add a test for the bug he fixed
|
19 years ago |
|
gd
|
- #39508, do not use the 4 neighbors implementation for small images (w<4)
|
19 years ago |
|
gettext
|
fix typo, add test
|
20 years ago |
|
gmp
|
new tests
|
20 years ago |
|
hash
|
Backport md2, ripemd256, and ripemd320 algos from HEAD
|
19 years ago |
|
iconv
|
Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length =
|
19 years ago |
|
imap
|
fix #39613 (Possible segfault in imap initialization due to missing module dependency)
|
19 years ago |
|
informix
|
plug a leak
|
20 years ago |
|
interbase
|
Added automatic module globals management
|
20 years ago |
|
json
|
Fixed bug #38680 (Added missing handling of basic types in json_decode).
|
20 years ago |
|
ldap
|
MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP)
|
20 years ago |
|
libxml
|
mark a few variables and functions as static
|
19 years ago |
|
mbstring
|
Fixed compiler warnings
|
19 years ago |
|
mcrypt
|
MFH: fix/add SKIPIF
|
20 years ago |
|
mhash
|
MFH: Fix double "wron param count" messages
|
20 years ago |
|
mime_magic
|
Added automatic module globals management
|
20 years ago |
|
ming
|
Revert patch for warnings about missing headers. These are fixed in the latest version of libming.
|
19 years ago |
|
msql
|
bump year and license version
|
20 years ago |
|
mssql
|
Added automatic module globals management
|
20 years ago |
|
mysql
|
init variable, eliminate compile warning
|
20 years ago |
|
mysqli
|
fix test
|
19 years ago |
|
ncurses
|
bump year and license version
|
20 years ago |
|
oci8
|
MFH
|
19 years ago |
|
odbc
|
fix #37848 (ext/odbc compile failure)
|
20 years ago |
|
openssl
|
- MFH: #39217, serialNumber might be -1 when the value is too big
|
19 years ago |
|
pcntl
|
fix typo in errmsg
|
20 years ago |
|
pcre
|
remove old file (which was already removed from 4.4 and HEAD trees)
|
19 years ago |
|
pdo
|
Fixed a possible crash
|
19 years ago |
|
pdo_dblib
|
fix build and typo after another lazy ass who does not test before commit: Dmitry
|
20 years ago |
|
pdo_firebird
|
Fixed compiler warnings
|
19 years ago |
|
pdo_mysql
|
MFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)
|
20 years ago |
|
pdo_oci
|
Remove pecl includes (Steph), except pdo_odbc which will remain broke
|
20 years ago |
|
pdo_odbc
|
Fix for PECL #7755; use the displayable column width as the basis for our
|
20 years ago |
|
pdo_pgsql
|
Fixed compiler warnings
|
19 years ago |
|
pdo_sqlite
|
add missing ifdef
|
20 years ago |
|
pgsql
|
Fixed bug #36812 (pg_execute() modifies input array).
|
19 years ago |
|
posix
|
protos
|
20 years ago |
|
pspell
|
move static declaration to *.c files
|
20 years ago |
|
readline
|
fix gcc warning
|
20 years ago |
|
recode
|
Added automatic module globals management
|
20 years ago |
|
reflection
|
- MFH: Fix #38465 (ReflectionParameter fails if default value is an access to self::
|
20 years ago |
|
session
|
MFH: Fix double "wron param count" messages
|
20 years ago |
|
shmop
|
MFH: Fix double "wron param count" messages
|
20 years ago |
|
simplexml
|
improve SKIPIF condition
|
20 years ago |
|
skeleton
|
Added automatic module globals management
|
20 years ago |
|
snmp
|
MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)
|
20 years ago |
|
soap
|
Fixed bug #39454 (Returning a SOAP array segfaults PHP)
|
19 years ago |
|
sockets
|
Last set of zend_hash_init() optimizations
|
20 years ago |
|
spl
|
- MFH: Fix arginfo
|
19 years ago |
|
sqlite
|
fix ZTS build without SPL enabled
|
20 years ago |
|
standard
|
- MFH: #39538, fgetcsv can't handle starting newlines and trailing odd
|
19 years ago |
|
sybase
|
bump year and license version
|
20 years ago |
|
sybase_ct
|
MFH: Fix compilation with TSRM (now correct)
|
20 years ago |
|
sysvmsg
|
sys/msg.h does not exist on MacOS X
|
20 years ago |
|
sysvsem
|
bump year and license version
|
20 years ago |
|
sysvshm
|
MFH: make sure we won't get into endless loop
|
20 years ago |
|
tidy
|
MFH: Fix double "wron param count" messages
|
20 years ago |
|
tokenizer
|
Removed pointless callbacks.
|
20 years ago |
|
wddx
|
fix ZTS build
|
20 years ago |
|
xml
|
fix test
|
20 years ago |
|
xmlreader
|
MFH
|
20 years ago |
|
xmlrpc
|
MFH: fix compile warning
|
19 years ago |
|
xmlwriter
|
statification of local functions and variables.
|
19 years ago |
|
xsl
|
fix test
|
20 years ago |
|
zip
|
renamed to oo_getcomment.phpt
|
19 years ago |
|
zlib
|
Fixed compiler warnings
|
20 years ago |
|
ext_skel
|
;
|
22 years ago |
|
ext_skel_win32.php
|
On win32 extensions starts with php_
|
23 years ago |