Re: [PHP-DEV] Re: [PHP-DB] PDO PgSQL: _pdo_pgsql_notice

2009-10-05 Thread Samuel ROZE
Sorry, forget this email, it is just a silly forward of my mail to php-db mailing list, where there's someone who said me that i must discuss about the C code with you... Sorry. Samuel. Le mardi 06 octobre 2009 à 07:22 +0200, Samuel ROZE a écrit : > To use PostgreSQL's Notices with PDO, i'm modif

Re: [PHP-DEV] PDO PgSQL: _pdo_pgsql_notice

2009-10-05 Thread Samuel ROZE
To use PostgreSQL's Notices with PDO, i'm modifying the source for trying to store into "errmsg" (which I can get with PDO::errorInfo) the notice. The "_pdo_pgsql_notice" function is called everytime that there's an notice. The notice message is in the "message" var. This what i had tried: --

[PHP-DEV] Re: [PHP-DB] PDO PgSQL: _pdo_pgsql_notice

2009-10-05 Thread Samuel ROZE
To use PostgreSQL's Notices with PDO, i'm modifying the source for trying to store into "errmsg" (which I can get with PDO::errorInfo) the notice. The "_pdo_pgsql_notice" function is called everytime that there's an notice. The notice message is in the "message" var. This what i had tried: --

[PHP-DEV] PDO PgSQL: _pdo_pgsql_notice

2009-10-05 Thread Samuel ROZE
Hi ! I'm reading the source of PDO PostgreSQL driver and i see that there's an empty function, _pdo_pgsql_notice, which is very interesting ! I think that it is used when PostgreSQL throw Notices. But, nothing is done... I want to know if somebody know why the content of the function is commented

Re: [PHP-DEV] Attempt to get 5.3.1 release one step further

2009-10-05 Thread Philip Olson
Greetings, A question, using an example from today for PHP 5.3.1: RC: 5.3.1RC1 (via svn co tags/php_5_3_1RC1 or qa.php.net) RC-dev: 5.3.1RC2-dev (via svn co branches/PHP_5_3_1) Snap: 5.3.2-dev(via svn co branches/PHP_5_3, or snaps.php.net) While updating qaweb to allow failed 5

Re: [PHP-DEV] Bug #49325 Error in domdocument->schemaValidate

2009-10-05 Thread Israel Ekpo
On Mon, Oct 5, 2009 at 12:52 PM, David Zülke wrote: > On 05.10.2009, at 18:11, Israel Ekpo wrote: > > This was actually not a bug with the PHP code. >> >> The error was in the instance XML document. >> >> I just closed the bug. >> > > That should probably be closed as "bogus", not "closed". > > -

Re: [PHP-DEV] Bug #49325 Error in domdocument->schemaValidate

2009-10-05 Thread David Zülke
On 05.10.2009, at 18:11, Israel Ekpo wrote: This was actually not a bug with the PHP code. The error was in the instance XML document. I just closed the bug. That should probably be closed as "bogus", not "closed". - David smime.p7s Description: S/MIME cryptographic signature

[PHP-DEV] Bug #49325 Error in domdocument->schemaValidate

2009-10-05 Thread Israel Ekpo
This was actually not a bug with the PHP code. The error was in the instance XML document. I just closed the bug. The contents of the element node did not conform to what is specified in the XSD. After adjusting the contents of the instance XML document to conform to the specifications of the XS

Re: [PHP-DEV] Patch for Bug #49757

2009-10-05 Thread Ilia Alshanetsky
Thanks for the patch, a patch closely based on your was just applied to SVN. On 2009-10-03, at 12:40 PM, Florian Anderiasch wrote: Hello, I've tried to fix http://bugs.php.net/bug.php?id=49757 As it's my first patch in c, any reviews and suggestions would be very welcome. Greetings, Florian

Re: [PHP-DEV] Re: #49758 [Bgs]: Cannot send e-mails using SMTP in Mail PEAR package.

2009-10-05 Thread Pierre Joye
hi, pls reply using the web interace only. Cheers, On Mon, Oct 5, 2009 at 2:59 PM, Al wrote: > > > navossoc at gmail dot com wrote: >> >>  ID:               49758 >>  User updated by:  navossoc at gmail dot com >>  Reported By:      navossoc at gmail dot com >>  Status:           Bogus >>  Bug

[PHP-DEV] Re: #49758 [Bgs]: Cannot send e-mails using SMTP in Mail PEAR package.

2009-10-05 Thread Al
navossoc at gmail dot com wrote: ID: 49758 User updated by: navossoc at gmail dot com Reported By: navossoc at gmail dot com Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows Server 2003 R2 PHP Version: 5.2.11 New Comment

[PHP-DEV] PHP 6 Bug Summary Report

2009-10-05 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (99 total -- which includes 43 feature requests) ===[*Compile Issues]== 49270 Open configure fails if PHP source folder path contains spaces

[PHP-DEV] PHP 5 Bug Summary Report

2009-10-05 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1521 total -- which includes 964 feature requests) ===[*Compile Issues]== 49771 Open MYSQL_LIBS and MYSQL_INCLUDE path being read incorrectly? =