php-src/ext
Andrei Zmievski c5f6efe367 Fix ucwords() to use full case mapping.
# Note that this is different from i18n_strtotitle() which uses
# locale-aware word break iterator. The difference is seen here:
#
# $a = "pouvez-vous";
# var_dump(ucwords($a));
# var_dump(i18n_strtotitle($a));
#
# Outputs:
#
# unicode(11) "Pouvez-vous"
# unicode(11) "Pouvez-Vous"
#
2006-03-02 23:12:33 +00:00
..
bcmath
bz2
calendar
com_dotnet
ctype
curl
date - Fixed bug #36510 (strtotime string with tabs - changed behaviour). 2006-02-27 19:39:21 +00:00
dba
dbase
dom - MF51: fix crash in DOMImplementation::createDocumentType("name:") 2006-02-24 10:24:43 +00:00
enchant
ereg
exif
fbsql
fdf
fileinfo
filepro
filter
ftp
gd
gettext
gmp
hash
hwapi
iconv - Fixed issue with iconv_mime_decode where the "encoding" would only allow 2006-02-24 16:04:55 +00:00
imap
informix
interbase
json
ldap
libxml Unicode support: MS Visual C compatibility 2006-02-26 11:57:14 +00:00
mbstring add safe_mode num of parameter check 2006-03-02 00:34:28 +00:00
mcrypt
mhash
mime_magic
ming
msql
mssql
mysql
mysqli MFB51: Remove no longer needed check (checked at a higher level now). 2006-03-01 18:37:25 +00:00
oci8
odbc
openssl
pcntl
pcre
pdo Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings 2006-03-02 13:12:45 +00:00
pdo_dblib
pdo_firebird
pdo_mysql
pdo_oci
pdo_odbc
pdo_pgsql
pdo_sqlite
pgsql
phar - Store min/max timestamp of entries while building manifest and use max 2006-03-02 22:44:39 +00:00
posix
pspell
readline
recode
reflection - Make Derick happy for the moment 2006-02-28 18:26:24 +00:00
session MFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which 2006-02-28 14:45:52 +00:00
shmop
simplexml Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings 2006-03-02 13:12:45 +00:00
skeleton
snmp
soap Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David) 2006-03-02 14:08:04 +00:00
sockets
spl - Fix issues withhandling of derived info classes as entries 2006-02-27 22:31:07 +00:00
sqlite Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings 2006-03-02 13:12:45 +00:00
standard Fix ucwords() to use full case mapping. 2006-03-02 23:12:33 +00:00
sybase
sybase_ct
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
unicode Should use word break iteration instead of title, as title one has been 2006-03-02 20:40:45 +00:00
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zlib
ext_skel
ext_skel_win32.php