php-src/ext
Rasmus Lerdorf 452f71b63c Fixed bug #44929 - Better handling of leading zeros
This is obviously not going to work for Unicode strings, but the whole
function needs to be rewritten, so keep it in synch with the other
branches for now.
2009-04-08 18:18:49 +00:00
..
bcmath - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
bz2 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
calendar - Removed: 2009-03-26 20:02:53 +00:00
com_dotnet - Removed: 2009-03-26 20:02:53 +00:00
ctype - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
curl - Fixed bug #47616 (curl keeps crashing) 2009-03-16 15:05:21 +00:00
date - Added test 2009-04-08 00:29:55 +00:00
dba - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
dom fix bug #47849 (Non-deep import loses the namespace) 2009-04-07 15:31:15 +00:00
enchant - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
ereg - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
exif - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
fbsql - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
fileinfo - fix the build for win (vc6 or vc9) 2009-03-16 15:02:44 +00:00
filter - remove last test for MAX_INT, did not work on x64 and this case is covered by bug47745.phpt 2009-03-31 18:00:33 +00:00
ftp - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
gd - missing implementation gdJpegGetVersionString (thanks Rob) 2009-04-07 13:07:04 +00:00
gettext - Removed: 2009-03-26 20:02:53 +00:00
gmp - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
hash - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
iconv - Removed: 2009-03-26 20:02:53 +00:00
imap improve error message when missing c-client (just bit me on Ubuntu 8.10) 2009-04-04 16:58:39 +00:00
interbase - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
intl - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
json MFB Rebuild credits, was missed in previous RC 2009-04-02 09:24:16 +00:00
ldap added OpenLDAP TLS options to ldap_get_option/ldap_set_option 2009-03-29 18:44:45 +00:00
libxml - Removed unused variables 2009-03-26 22:16:48 +00:00
mbstring MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:54 +00:00
mcrypt - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
mssql - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
mysql fix segfault 2009-03-27 22:22:02 +00:00
mysqli - fix TS build 2009-04-06 11:07:39 +00:00
mysqlnd - Sync with 5.3 2009-03-30 19:43:47 +00:00
oci8 - Removed: 2009-03-26 20:02:53 +00:00
odbc - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
openssl I wish people would test their changes before comitting, especially since the test is *IDENTICAL* as before just with different formatting. 2009-03-30 22:17:02 +00:00
pcntl - Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait() 2009-03-29 16:42:49 +00:00
pcre Fixed Windows build, declarations first ladies and gentlemen 2009-03-30 14:21:03 +00:00
pdo - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an 2009-04-02 16:40:33 +00:00
pdo_dblib - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field) 2009-03-19 22:15:03 +00:00
pdo_firebird - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pdo_mysql - Synced pieces of codes 2009-03-24 19:32:06 +00:00
pdo_oci - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pdo_odbc - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pdo_pgsql - 8.3.x supports pqprepare 2009-04-01 16:16:20 +00:00
pdo_sqlite reverted previous patch, using explicit cast instead 2009-04-01 14:34:21 +00:00
pgsql MFB: Fixed test 2009-04-06 14:23:17 +00:00
phar re-disable phar in HEAD on windows 2009-03-01 07:25:24 +00:00
posix - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pspell - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
readline - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
recode - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
reflection Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:08:58 +00:00
session Add a test for bug#42596 so people wont try bogusly fixing it again 2009-04-06 12:11:32 +00:00
shmop - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
simplexml Fixed Windows build, declarations first ladies and gentlemen 2009-03-30 14:21:03 +00:00
skeleton New macro for check void parameters 2008-02-28 14:16:25 +00:00
snmp - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
soap Fixed Windows build 2009-04-01 09:38:41 +00:00
sockets - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl Use an obscure name 2009-04-06 09:31:41 +00:00
sqlite - Removed: 2009-03-26 20:02:53 +00:00
sqlite3 Update libsqlite to 3.6.12 2009-03-31 14:15:04 +00:00
standard Fixed bug #44929 - Better handling of leading zeros 2009-04-08 18:18:49 +00:00
sybase_ct - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sysvmsg - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sysvsem - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sysvshm MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension) 2009-03-19 23:11:54 +00:00
tidy - Removed: 2009-03-26 20:02:53 +00:00
tokenizer - Removed: 2009-03-26 20:02:53 +00:00
unicode - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with 2009-02-12 20:04:59 +00:00
wddx - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
xml - Removed: 2009-03-26 20:02:53 +00:00
xmlreader - Removed unicode.semantics check 2009-03-27 23:08:28 +00:00
xmlrpc - Fixed bug #47818 (Segfault due to bound callback param) 2009-04-02 15:52:26 +00:00
xmlwriter - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
xsl - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
zip Closes bug #47667 2009-03-16 10:16:16 +00:00
zlib - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
ext_skel remove -ldl - it doesn't seem to be required on Linux and it's not present on FreeBSD 2008-04-15 12:47:18 +00:00
ext_skel_win32.php