| .. |
|
bcmath
|
Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis.
|
22 years ago |
|
bz2
|
Persistent mallocs can return NULL (on failure)
|
22 years ago |
|
calendar
|
"The Visa to Sibiria" (work in progress)
|
22 years ago |
|
com_dotnet
|
Use the correct free() here...
|
22 years ago |
|
cpdf
|
That hashtable should never have been an argument....
|
22 years ago |
|
ctype
|
Fixed bug #30276 (Possible crash in ctype_digit on large numbers).
|
22 years ago |
|
curl
|
fix wrong check from return value, binary content should not be \0'd,
|
22 years ago |
|
dba
|
- Fix lib substitution (rurban at x-ray dot at )
|
22 years ago |
|
dbase
|
"The Visa to Sibiria" (work in progress)
|
22 years ago |
|
dbx
|
Call functions by their new, proper names instead of what are now aliases.
|
22 years ago |
|
dio
|
Adjusted input check.
|
22 years ago |
|
dom
|
add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
|
22 years ago |
|
enchant
|
It's stable now.
|
22 years ago |
|
ereg
|
fix yet another annoying compile warning
|
22 years ago |
|
exif
|
"The Visa to Sibiria" (work in progress)
|
22 years ago |
|
fam
|
- Removed unused INI sections.
|
22 years ago |
|
fbsql
|
Add fbsql_rows_fetched() - returns the total number of rows fetched.
|
22 years ago |
|
fdf
|
- Remove unused blocks
|
22 years ago |
|
fileinfo
|
Adjust magic path ordering.
|
22 years ago |
|
filepro
|
more visa to sibira ;)
|
22 years ago |
|
ftp
|
Fixed bug #30027 (Possible crash inside ftp_get()).
|
22 years ago |
|
gd
|
Move global symbols defined by bundled copy of libgd into private
|
22 years ago |
|
gettext
|
Fixed bug #29264. Newer libintl redefines function names so all
|
22 years ago |
|
gmp
|
Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo
|
22 years ago |
|
hwapi
|
proto fixes
|
23 years ago |
|
iconv
|
fix compile warning
|
22 years ago |
|
imap
|
More spaces -> tabs.
|
22 years ago |
|
informix
|
Fix compilation on Windows (bug #29340)
|
22 years ago |
|
ingres_ii
|
Fixed possible memory leak.
|
22 years ago |
|
interbase
|
Don't copy ini items to module globals
|
22 years ago |
|
ldap
|
Removed pointless allocation check.
|
22 years ago |
|
libxml
|
implement php_libxml_xmlCheckUTF8
|
22 years ago |
|
mbstring
|
- Avoid doubly symbol definition. Codes in the removed file has never been
|
22 years ago |
|
mcrypt
|
- Remove unused blocks
|
22 years ago |
|
mcve
|
Update the mcve module for libmonetra 4.0
|
22 years ago |
|
mhash
|
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
|
22 years ago |
|
mime_magic
|
sys/stat.h is includes in php_streams.h no need to do that again.
|
22 years ago |
|
ming
|
Slightly different fix for HEAD for the ming output method BC breaking
|
22 years ago |
|
mnogosearch
|
- A fix for building of shared mnogosearch module
|
22 years ago |
|
msession
|
Another instance where alloca() is not needed.
|
22 years ago |
|
msql
|
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
|
22 years ago |
|
mssql
|
Fix compilation
|
22 years ago |
|
mysql
|
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
|
22 years ago |
|
mysqli
|
forgot to remove comment in last commit
|
22 years ago |
|
ncurses
|
- Removed unused INI sections.
|
22 years ago |
|
oci8
|
fix bug #29652 (number of FD to ocius.msb is growing)
|
22 years ago |
|
odbc
|
Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correct
|
22 years ago |
|
openssl
|
Included select.h for NetWare
|
22 years ago |
|
oracle
|
"The Visa to Sibiria" (work in progress)
|
22 years ago |
|
ovrimos
|
- A belated happy holidays and PHP 5
|
22 years ago |
|
pcntl
|
- Fixed bug #29873 (No defines around pcntl_*priority definitions).
|
22 years ago |
|
pcre
|
MFB.
|
22 years ago |
|
pdo
|
- Fix warning
|
22 years ago |
|
pdo_firebird
|
more method table adjustments.
|
22 years ago |
|
pdo_mysql
|
rough cut at mysql meta data
|
22 years ago |
|
pdo_oci
|
more method table adjustments.
|
22 years ago |
|
pdo_odbc
|
more method table adjustments.
|
22 years ago |
|
pdo_pgsql
|
Make handle error messages handle persistent situations better.
|
22 years ago |
|
pdo_sqlite
|
Removing clucking debug and tweak the reset call
|
22 years ago |
|
pfpro
|
Free vars before calling E_ERROR.
|
22 years ago |
|
pgsql
|
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
|
22 years ago |
|
posix
|
Simplify code via the use of macros.
|
22 years ago |
|
pspell
|
- Remove unused blocks
|
22 years ago |
|
readline
|
compile fix from Timm
|
22 years ago |
|
recode
|
Prevent bug reports like #27260
|
22 years ago |
|
reflection
|
- Fix Bug #30344
|
22 years ago |
|
session
|
- Rename delete_global_variable() to zend_delete_global_variable()
|
22 years ago |
|
shmop
|
Corrected package file.
|
22 years ago |
|
simplexml
|
remove cloning under ze1_compatibility_mode
|
22 years ago |
|
skeleton
|
- Remove unused blocks
|
22 years ago |
|
snmp
|
removed unwanted NEW_LIBC checks and comments
|
22 years ago |
|
soap
|
Fixed bug #30175 (SOAP results aren't parsed correctly)
|
22 years ago |
|
sockets
|
Fix for Bug #24189: possibly unsafe select(2) usage.
|
22 years ago |
|
spl
|
- Added iterator_to_array() and iterator_count()
|
22 years ago |
|
sqlite
|
Probable fix for Bug #30147
|
22 years ago |
|
standard
|
Fixed bug #30356 (str_ireplace() does not work on all strings).
|
22 years ago |
|
sybase
|
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
|
22 years ago |
|
sybase_ct
|
- Defaulted ini variable "sybct.deadlock_retry_count" to 0
|
22 years ago |
|
sysvmsg
|
- Fix warnign
|
22 years ago |
|
sysvsem
|
"The Visa to Sibiria" (work in progress)
|
22 years ago |
|
sysvshm
|
Fixed possible memory leaks.
|
22 years ago |
|
tidy
|
Return FALSE when file cannot be found.
|
22 years ago |
|
tokenizer
|
more visa to sibira ;)
|
22 years ago |
|
w32api
|
- Better stability during premature shutdown of request startup
|
22 years ago |
|
wddx
|
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
|
22 years ago |
|
xml
|
fix for bug #29657 xml_* functions throw non descriptive error, compared to php4
|
22 years ago |
|
xmlreader
|
no longer experimental
|
22 years ago |
|
xmlrpc
|
Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in
|
22 years ago |
|
xmlwriter
|
Fix some misbehaving pecls (my own included ;-)
|
22 years ago |
|
xsl
|
fix issue with multiple xsl objects using registerPHPfunctions
|
22 years ago |
|
yp
|
Added missing argument check.
|
22 years ago |
|
zlib
|
Fixed a nasty resource/memory/disk-space leak when opening zlib files
|
22 years ago |
|
ext_skel
|
;
|
22 years ago |
|
ext_skel_win32.php
|
On win32 extensions starts with php_
|
23 years ago |