[PHP-DEV] Re: internals Digest 16 Dec 2004 21:13:03 -0000 Issue 552

2004-12-16 Thread Markus Bertheau
locales. What exactly was improved? -- Markus Bertheau <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] pg_result_sqlstate

2004-11-08 Thread Markus Bertheau
nnection and consequently should be strict about the resource > parameter (IMO). Both function take result resources, not connection resources. Markus -- Markus Bertheau <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] pg_result_sqlstate

2004-11-08 Thread Markus Bertheau
? I copied the behaviour from pg_result_error(), so the answer is because pg_result_error() does it too. Markus -- Markus Bertheau <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] pg_result_sqlstate

2004-11-08 Thread Markus Bertheau
. Thanks -- Markus Bertheau <[EMAIL PROTECTED]> diff -ru php-5.0.2.orig/ext/pgsql/pgsql.c php-5.0.2/ext/pgsql/pgsql.c --- php-5.0.2.orig/ext/pgsql/pgsql.c 2004-05-12 18:49:47.0 +0200 +++ php-5.0.2/ext/pgsql/pgsql.c 2004-11-08 13:13:21.609596470 +0100 @@ -124,6 +124,7 @@ PHP_FE(pg_g

[PHP-DEV] Please apply printf bugfix

2004-11-08 Thread Markus Bertheau
PHP 5. The one who originally wrote the code in question approves of the patch and says it should be applied to PHP4 too. Please refer to the bug report: http://bugs.php.net/bug.php?id=29733 Please apply the patch for 5.0.3. Thanks -- Markus Bertheau <[EMAIL PROTECTED]> -- PHP Int

[PHP-DEV] Bug in *printf() (29733)

2004-09-30 Thread Markus Bertheau
=29733 If this is not the right mailing list, please let me know. -- Markus Bertheau <[EMAIL PROTECTED]> --- ext/standard/formatted_print.c.orig 2004-07-18 19:28:04.0 +0200 +++ ext/standard/formatted_print.c 2004-08-27 14:23:07.580732341 +0200 @@ -537,12 +537,6 @@ php_sprintf_appe