tony2001Thu Sep 20 08:10:20 2007 UTC
Added files:
/php-src/ext/pcre/tests 006.phpt
Modified files:
/php-src/ext/pcre php_pcre.c
Log:
if one of regular expressions in the array fails, return NULL right away
this fixes "String
tony2001Thu Sep 20 08:10:45 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/pcre/tests 006.phpt
Modified files:
/php-src/ext/pcre php_pcre.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168
It seems you've broken ext/standard/tests/file/bug41655_1.phpt
Thanks. Dmitry.
> -Original Message-
> From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 20, 2007 2:40 AM
> To: php-cvs@lists.php.net
> Subject: [PHP-CVS] cvs: php-src /ext/standard dir.c
>
>
> i
On 9/20/07, Dmitry Stogov <[EMAIL PROTECTED]> wrote:
> It seems you've broken ext/standard/tests/file/bug41655_1.phpt
>
The test has to be updated. The last fix seems to be the only way to
actually fix what was reported in #41655 (one can test if a file
exists outside open_basedir using glob) and
dmitry Thu Sep 20 09:23:00 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/standard array.c
Log:
Improved speed of array_intersect_key(), array_intersect_assoc() and
array_uintersect_assoc(). (100 times faster on arrays with 100
dmitry Thu Sep 20 09:23:11 2007 UTC
Modified files:
/php-src/ext/standard array.c
Log:
Improved speed of array_intersect_key(), array_intersect_assoc() and
array_uintersect_assoc(). (100 times faster on arrays with 10 elements)
http://cvs.php.net/
rrichards Thu Sep 20 09:30:17 2007 UTC
Added files:
/php-src/ext/xmlreader/testsbug42139.phpt
Modified files:
/php-src/ext/xmlreader php_xmlreader.c
Log:
fix bug #42139 (XMLReader option constants are broken using XML())
rrichards Thu Sep 20 09:30:45 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/xmlreader/testsbug42139.phpt
Modified files:
/php-src/ext/xmlreader php_xmlreader.c
Log:
MFH: fix bug #42139 (XMLReader option constants ar
rrichards Thu Sep 20 09:32:31 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.958&r2=1.2027.2.547.2.959&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.9
iliaa Thu Sep 20 13:29:04 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filebug41655_1.phpt
Log:
Fixed test for glob() affected by previous patch
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.
iliaa Thu Sep 20 13:29:22 2007 UTC
Modified files:
/php-src/ext/standard/tests/filebug41655_1.phpt
Log:
MFB: Fixed test for glob() affected by previous patch
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.5&r2=1.6&
janiThu Sep 20 13:39:04 2007 UTC
Modified files:
/php-src/ext/standard/tests/filebug41655_1.phpt bug41655_2.phpt
Log:
- Fix test descriptions to be in sync
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.6&r2=1.7&diff_f
janiThu Sep 20 13:49:34 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filebug41655_1.phpt bug41655_2.phpt
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.1.4.6&r2=1.1.4.7&diff_format=u
I
janiThu Sep 20 14:27:58 2007 UTC
Modified files:
/php-src/ext/spl/tests bug42259.phpt
Log:
- Fixed skipif block
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug42259.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/spl/tests/bug42259.phpt
diff
janiThu Sep 20 14:28:12 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl/tests bug42259.phpt
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug42259.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/tests/bug42259.p
stasThu Sep 20 18:44:24 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/general_functions dl-cve-2007-4887.phpt
Log:
add test for dl() with long name
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/d
stasThu Sep 20 18:45:03 2007 UTC
Modified files:
/php-src/ext/standard/tests/general_functions dl-cve-2007-4887.phpt
Log:
add test for dl() with long name
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/dl-cve-2007-4887.ph
stasThu Sep 20 21:55:15 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/iconv iconv.c
Log:
fix potential overflow (Mattias Bengtsson)
http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.124.2.8.2.17&r2=1.124.2.8.2.18&diff_format=u
Index:
stasThu Sep 20 21:57:11 2007 UTC
Modified files:
/php-src/ext/iconv iconv.c
Log:
MFB length check fix (Mattias Bengtsson)
http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.154&r2=1.155&diff_format=u
Index: php-src/ext/iconv/iconv.c
diff -u php
nlopess Thu Sep 20 22:25:06 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/tidy/tests 029.phpt
Modified files:
/php-src/ext/tidy tidy.c
Log:
fix crash when fetching a node type that doesnt exist
# reported in a manual user note
nlopess Thu Sep 20 22:30:49 2007 UTC
Modified files:
/php-src/ext/tidy tidy.c
/php-src/ext/tidy/tests 029.phpt
Log:
MFB: fix crash in tidy_get_body() and related functions when the node doesnt
exist
http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy
stasThu Sep 20 22:35:25 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/iconv iconv.c
Log:
better fix for iconv_substr
http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.124.2.8.2.18&r2=1.124.2.8.2.19&diff_format=u
Index: php-src/ext/ico
stasThu Sep 20 22:38:25 2007 UTC
Modified files:
/php-src/ext/iconv iconv.c
Log:
better fix for iconv_substr
http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.155&r2=1.156&diff_format=u
Index: php-src/ext/iconv/iconv.c
diff -u php-src/ext/icon
nlopess Thu Sep 20 22:44:18 2007 UTC
Modified files:
/php-src/ext/tidy tidy.c
Log:
oops.. thats what you get for commiting code without compiling nor testing..
http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.114&r2=1.115&diff_format=u
Index: php-src
Please authenticate the secure message.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
25 matches
Mail list logo