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

2006-03-30 Thread Pierre
Hi Hannes, You have to keep in mind that xmlreader is implemented to follow the MS implementation (which is good). On 3/31/06, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > However, DOM has hasAttribute() which returns boolean. Given the initial > As I see it, E_NOTICE should be thrown since

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

2006-03-30 Thread Hannes Magnusson
Hi Marcus On 3/30/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Hannes, > > Thursday, March 30, 2006, 9:26:27 PM, you wrote: > > > On 3/30/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: > >> Hello Pierre, > >> > >> this is actually a bug fix not a feature change or whatever. > >> if you d

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

2006-03-30 Thread Marcus Boerger
helly Thu Mar 30 23:03:53 2006 UTC Modified files: /php-src/ext/wddx wddx.c Log: - Fix build http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/wddx.c?r1=1.130&r2=1.131&diff_format=u Index: php-src/ext/wddx/wddx.c diff -u php-src/ext/wddx/wddx.c:1.130 php-src/e

[PHP-CVS] cvs: php-src /ext/spl/examples directorygraphiterator.inc directorytreeiterator.inc

2006-03-30 Thread Marcus Boerger
helly Thu Mar 30 22:03:02 2006 UTC Modified files: /php-src/ext/spl/examples directorygraphiterator.inc directorytreeiterator.inc Log: - MFB Make readable http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/directorygr

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl/examples directorygraphiterator.inc directorytreeiterator.inc

2006-03-30 Thread Marcus Boerger
helly Thu Mar 30 21:57:28 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/spl/examples directorygraphiterator.inc directorytreeiterator.inc Log: - Make readable http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/examples/d

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/xmlreader/tests .cvsignore 011.phpt 012.dtd 012.phpt 012.xml

2006-03-30 Thread Marcus Boerger
helly Thu Mar 30 21:47:21 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/xmlreader/tests.cvsignore 011.phpt 012.dtd 012.phpt 012.xml Log: - MFH Add tests http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlre

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

2006-03-30 Thread Antony Dovgal
tony2001Thu Mar 30 21:10:23 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard user_filters.c Log: nuke compile warning http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/user_filters.c?r1=1.31.2.3&r2=1.31.2.4&diff_format=u Index:

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

2006-03-30 Thread Marcus Boerger
Hello Hannes, Thursday, March 30, 2006, 9:26:27 PM, you wrote: > On 3/30/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: >> Hello Pierre, >> >> this is actually a bug fix not a feature change or whatever. >> if you do '$reader->getAttribute($name) you right now have no way of >> figuring out whet

[PHP-CVS] cvs: php-src /ext/mysqli/tests 014.phpt 015.phpt 045.phpt

2006-03-30 Thread Antony Dovgal
tony2001Thu Mar 30 20:43:55 2006 UTC Modified files: /php-src/ext/mysqli/tests 014.phpt 015.phpt 045.phpt Log: MF51: fix tests http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/tests/014.phpt?r1=1.8&r2=1.9&diff_format=u Index: php-src/ext/mysqli/tes

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli/tests 014.phpt 015.phpt 045.phpt

2006-03-30 Thread Antony Dovgal
tony2001Thu Mar 30 20:43:39 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests 014.phpt 015.phpt 045.phpt Log: fix tests http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/tests/014.phpt?r1=1.8.2.1&r2=1.8.2.2&diff_format=u Index: php

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

2006-03-30 Thread Antony Dovgal
tony2001Thu Mar 30 19:59:51 2006 UTC Modified files: /php-src/ext/standard info.c Log: fix TSRM build http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/info.c?r1=1.261&r2=1.262&diff_format=u Index: php-src/ext/standard/info.c diff -u php-src/e

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

2006-03-30 Thread Antony Dovgal
tony2001Thu Mar 30 19:58:18 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard info.c Log: fix build: there is no TSRMLS_CC in this function http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/info.c?r1=1.249.2.8&r2=1.249.2.9&diff_f

[PHP-CVS] cvs: php-src(PHP_5_1) / configure.in /main php_version.h

2006-03-30 Thread Ilia Alshanetsky
iliaa Thu Mar 30 19:40:16 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcconfigure.in /php-src/main php_version.h Log: Back to dev http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.41&r2=1.579.2.42&diff_format=u Index: php-src

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

2006-03-30 Thread Hannes Magnusson
On 3/30/06, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Pierre, > > this is actually a bug fix not a feature change or whatever. > if you do '$reader->getAttribute($name) you right now have no way of > figuring out whether the attribute is empty or does not exist. I > found that out while d

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2006-03-30 Thread Ilia Alshanetsky
iliaa Thu Mar 30 19:19:21 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS configure.in /php-src/main php_version.h Log: Go with RC2 http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.489&r2=1.2027.2.490&diff_format=u Index: php-sr

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

2006-03-30 Thread Ilia Alshanetsky
iliaa Thu Mar 30 19:16:28 2006 UTC Modified files: /php-src/ext/standard info.c Log: MFB51: Fixed XSS inside phpinfo() with long inputs. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/info.c?r1=1.260&r2=1.261&diff_format=u Index: php-src/ext/stan

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

2006-03-30 Thread Ilia Alshanetsky
iliaa Thu Mar 30 19:16:12 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/standard info.c Log: Fixed XSS inside phpinfo() with long inputs. http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.488&r2=1.2027.2.489&diff_f

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

2006-03-30 Thread Marcus Boerger
Hello Pierre, this is actually a bug fix not a feature change or whatever. if you do '$reader->getAttribute($name) you right now have no way of figuring out whether the attribute is empty or does not exist. I found that out while doing my slides on xmlReader over the weekend. We discussed it her

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

2006-03-30 Thread Ilia Alshanetsky
Lukas Kahwe Smith wrote: Marcus Boerger wrote: hellyThu Mar 30 17:37:50 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/xmlreaderphp_xmlreader.c Log: - MFH Return NULL instead of '' if node does not exist dont you think this could cause issues for pe

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

2006-03-30 Thread Pierre
On 3/30/06, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > Marcus Boerger wrote: > > helly Thu Mar 30 17:37:50 2006 UTC > > > > Modified files: (Branch: PHP_5_1) > > /php-src/ext/xmlreaderphp_xmlreader.c > > Log: > > - MFH Return NULL instead of '' if node does no

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

2006-03-30 Thread Lukas Kahwe Smith
Marcus Boerger wrote: helly Thu Mar 30 17:37:50 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/xmlreader php_xmlreader.c Log: - MFH Return NULL instead of '' if node does not exist dont you think this could cause issues for people .. maybe wait for 5

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

2006-03-30 Thread Marcus Boerger
helly Thu Mar 30 17:37:50 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/xmlreader php_xmlreader.c Log: - MFH Return NULL instead of '' if node does not exist http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.13.2.12&r2=1.1

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h

2006-03-30 Thread Seiji Masugata
Hi, Derick. > Just wondering... but why are you adding mb_String functions to HEAD? > PHP in HEAD has full unicode support which makes the mbstring extension > obsolete. PHP_5_1 Branch is release process. If PHP5.1.3 is released, it will be applied to PHP_5_1 Branch. Can't think that all appli

Re: [PHP-CVS] cvs: php-src /ext/mbstring mbstring.c mbstring.h

2006-03-30 Thread Derick Rethans
On Thu, 30 Mar 2006, Seiji Masugata wrote: > masugata Thu Mar 30 15:43:54 2006 UTC > > Modified files: > /php-src/ext/mbstring mbstring.c mbstring.h > Log: > added mb_stripos( ), mb_strripos( ). Just wondering... but why are you adding mb_String function

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

2006-03-30 Thread Seiji Masugata
masugataThu Mar 30 15:43:54 2006 UTC Modified files: /php-src/ext/mbstring mbstring.c mbstring.h Log: added mb_stripos( ), mb_strripos( ). http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.252&r2=1.253&diff_format=u Index: php-src

Re: [PHP-CVS] cvs: php-src /ext/unicode unicode.c /main main.c /main/streams filter.c streams.c ZendEngine2 zend.c zend_constants.c zend_globals.h zend_unicode.c zend_unicode.h

2006-03-30 Thread Derick Rethans
On Mon, 27 Mar 2006, Andrei Zmievski wrote: > Namespace them to what? It's a short and understandable name that will be used > a lot.. Exactly... Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-30 Thread Dmitry Stogov
dmitry Thu Mar 30 14:08:38 2006 UTC Modified files: /php-srcREADME.UPDATING_TO_PHP6 Log: typo http://cvs.php.net/viewcvs.cgi/php-src/README.UPDATING_TO_PHP6?r1=1.3&r2=1.4&diff_format=u Index: php-src/README.UPDATING_TO_PHP6 diff -u php-src/README.UPDATIN

RE: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-30 Thread Dmitry Stogov
Ops. Typo. I'll fix. Thanks. Dmitry. > -Original Message- > From: Arpad Ray [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 30, 2006 4:31 PM > To: php-cvs@lists.php.net > Cc: Dmitry Stogov > Subject: Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6 > > > On Thursday 30 March 2006

Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-30 Thread Arpad Ray
On Thursday 30 March 2006 08:54, Dmitry Stogov wrote: > +if (!ini_get('register_globals')) { What is register_globals doing there? Typo? By the way: http://cvs.php.net/viewcvs.cgi/pear/PHP_Compat/Compat/Environment/register_long_arrays_on.php?view=markup&rev=1.2 Arpad -- PHP CVS Mailing List (

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

2006-03-30 Thread Antony Dovgal
tony2001Thu Mar 30 11:23:11 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c Log: MF51: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace) http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli.c?r1=1.85&r2=1.86&diff_format=u Index

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

2006-03-30 Thread Antony Dovgal
tony2001Thu Mar 30 11:21:51 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli mysqli.c Log: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace) http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.14&r2=1.72.2.1