iliaa Wed Jan 17 23:59:07 2007 UTC
Modified files: (Branch: PHP_4_4)
/php-src/ext/interbase interbase.c
Log:
Buffer length checks
http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.91.2.34.2.3&r2=1.91.2.34.2.4&diff_format=u
Index: p
helly Wed Jan 17 22:49:39 2007 UTC
Modified files:
/php-src/ext/spl/tests fileobject_001.phpt fileobject_002.phpt
fileobject_003.phpt
Log:
- Different results in unicode now
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/te
helly Wed Jan 17 22:43:54 2007 UTC
Modified files:
/php-src/ext/splspl_directory.c
Log:
- Ensure string-type is always set correctly
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.111&r2=1.112&diff_format=u
Index: php-src/ext/spl/spl_di
helly Wed Jan 17 21:29:38 2007 UTC
Modified files:
/php-src/ext/splspl_directory.c
Log:
- More help from David
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.110&r2=1.111&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-
helly Wed Jan 17 21:23:55 2007 UTC
Modified files:
/php-src/ext/splspl_directory.c
Log:
- A little help from Andrei
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.109&r2=1.110&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u
tony2001Wed Jan 17 20:32:53 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/iconv iconv.c
/php-srcNEWS
Log:
MFH: fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)
patch by gk at gknw dot de
http://cvs.php.net/
tony2001Wed Jan 17 20:31:49 2007 UTC
Modified files:
/php-src/ext/iconv iconv.c
Log:
fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware)
patch by gk at gknw dot de
http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.15
+ if (intern->file_name.v) {
+ efree(intern->file_name.s);
Why not be consistent here and free intern->file_name.v?
- if (!intern->file_name) {
+ if (!intern->file_name.s) {
I think it's clearer to check for intern->file_name.v, because
otherwise it looks li
andrei Wed Jan 17 17:15:32 2007 UTC
Modified files:
/CVSROOTavail
Log:
Access for Diego Feitosa to pt_BR docs.
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1234&r2=1.1235&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1234 CVSROOT/avail:1
Just a grammar nit-pick, but in those new error messages, "then" should be
"than." :-)
Fixed, thanks.
Also, just noticed the period at the end of the messages, which
the vast majority of messages elsewhere don't have, so seems like they
should be removed. (I sent a patch a few months ago to
tony2001Wed Jan 17 08:25:32 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sysvmsgsysvmsg.c
/php-src/ext/standard formatted_print.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/sysvmsg/sysvmsg.c?r1=1.20.2.3.2.5&r2=1.20
tony2001Wed Jan 17 08:25:25 2007 UTC
Modified files:
/php-src/ext/sysvmsgsysvmsg.c
/php-src/ext/standard formatted_print.c
Log:
fix grammar
http://cvs.php.net/viewvc.cgi/php-src/ext/sysvmsg/sysvmsg.c?r1=1.30&r2=1.31&diff_format=u
In
12 matches
Mail list logo