[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug36944.phpt

2006-04-14 Thread Antony Dovgal
tony2001Fri Apr 14 20:30:47 2006 UTC Modified files: /php-src/ext/standard/tests/strings bug36944.phpt Log: make this test to work on all systems http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/tests/strings/bug36944.phpt?r1=1.3&r2=1.4&diff_format

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard/tests/strings bug36944.phpt

2006-04-14 Thread Antony Dovgal
tony2001Fri Apr 14 20:30:11 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard/tests/strings bug36944.phpt Log: ok, let's make this test to work on all systems currently it fails at least on Linux PPC and Solaris, probably because of differe

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Marcus Boerger
Hello Rob, actually the comment was wrong/premature. This part of todays changes only allows the URI to be specified. The prefix stuff comes later. And well the prefix stuff is only a convenient stuff if you know what you do. And yes you are right only the URI is unique but not all people know t

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Adam Maccabee Trachtenberg
I think using namespace URI will also help us out with default namespaces because they don't have a ns prefix. -adam On Fri, 14 Apr 2006, Rob Richards wrote: > Hi Marcus, > > I think it would be better to speficy namespace URI rather than prefix. > Prefix can be anything, so unless you know what

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard file.c

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:47:51 2006 UTC Modified files: (Branch: PHP_4_3) /php-src/ext/standard file.c Log: MFH (r-1.436) copy() should not disrespect open_basedir on source file http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.279.2.70&r2=1.279

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard file.c

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:46:59 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard file.c Log: MFH (r-1.436) copy() should not disrespect open_basedir on source file http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.279.2.70.2.6&r2=1

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard file.c

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:45:48 2006 UTC Modified files: (Branch: PHP_5_0) /php-src/ext/standard file.c Log: MFH (r-1.436) copy() should not disrespect open_basedir on source file http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.382.2.10&r2=1.382

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:44:56 2006 UTC Modified files: /php-src/ext/standard file.c Log: MFB (r-1.409.2.6) copy() should not disrespect open_basedir on source file http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.435&r2=1.436&diff_format=u In

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Rob Richards
Hi Marcus, I think it would be better to speficy namespace URI rather than prefix. Prefix can be anything, so unless you know what was used, you need to use the new namespace methods (which are primarily debug functions). It is more common to known the URI than prefix. I havent tried the cha

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/simplexml/tests 009b.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 15:19:45 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/tests009b.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - MFH Fix properties access to children() result http://cvs.

[PHP-CVS] cvs: php-src /ext/simplexml php_simplexml.h simplexml.c /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 15:15:21 2006 UTC Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c /php-src/ext/simplexml/testsprofile12.phpt Log: - Fix properties access to children() result - Allow access by namespace prefix http://c

[PHP-CVS] cvs: php-src /ext/simplexml/tests 009b.phpt profile13.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 15:13:47 2006 UTC Added files: /php-src/ext/simplexml/tests009b.phpt profile13.phpt Log: - Fix properties access to children() result - Allow access by namespace prefix http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/test

[PHP-CVS] cvs: php-src /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 14:11:54 2006 UTC Modified files: /php-src/ext/simplexml/testsprofile12.phpt Log: - Do not provide ns info in first sxe creation http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/profile12.phpt?r1=1.1&r2=1.2&diff_format=u Inde

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests profile12.phpt

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 14:07:51 2006 UTC Added files: /php-src/ext/simplexml/testsprofile12.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Allow access to namespaced root by specifying prefix on creation - Fix acc

[PHP-CVS] cvs: php-src / run-tests.php

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 13:48:11 2006 UTC Modified files: /php-srcrun-tests.php Log: - Prefix summaries with either U or N http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.284&r2=1.285&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2006-04-14 Thread Marcus Boerger
helly Fri Apr 14 12:18:15 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - If node no longer exists then there won't be any data http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.203&r2=1.204&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c

2006-04-14 Thread Antony Dovgal
tony2001Fri Apr 14 10:01:34 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: MF51: fix #37077 (stream_socket_server() leaks when the port is not allowed) http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.7

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard streamsfuncs.c

2006-04-14 Thread Antony Dovgal
tony2001Fri Apr 14 10:00:55 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard streamsfuncs.c Log: fix #37077 (stream_socket_server() leaks when the port is not allowed) http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/streamsfun

[PHP-CVS] cvs: php-src /ext/soap soap.c

2006-04-14 Thread Dmitry Stogov
dmitry Fri Apr 14 09:11:48 2006 UTC Modified files: /php-src/ext/soap soap.c Log: Fixed calling header functions through __call() http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.184&r2=1.185&diff_format=u Index: php-src/ext/soap/soap.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/soap soap.c

2006-04-14 Thread Dmitry Stogov
dmitry Fri Apr 14 09:11:29 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/soap soap.c Log: Fixed calling header functions through __call() http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.156.2.25&r2=1.156.2.26&diff_format=u Index: php-s