Re: [PHP] [BUGS] PostgreSQL / PHP Overrun Error

2001-11-16 Thread mlw
Interesting. I am using that same configuration. We are using the same thing on our website as well. I have never seen this problem. Weird. My guess is that you are getting an error. The PHP code is some how mucking this up. But I would try executing the query in psql and see what comes up. The

Re: [PHP] [BUGS] PostgreSQL / PHP Overrun Error

2001-11-16 Thread mlw
Mike Rogers wrote: > Well it really isn't your code (true), but the only thing that is changed is > the 7.0-7.1- Was a data length changed on the return or something that > could affect this? What version of PHP are you using? ---(end of broadcast)

Re: [PHP] [BUGS] PostgreSQL / PHP Overrun Error

2001-11-16 Thread Mike Rogers
Well it really isn't your code (true), but the only thing that is changed is the 7.0-7.1- Was a data length changed on the return or something that could affect this? -- Mike - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Mike Rogers" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTE

Re: [PHP] [BUGS] PostgreSQL / PHP Overrun Error

2001-11-16 Thread Mike Rogers
Sorry: PHP 4.0.6 (with memory leak patch [download listed right below php-4.0.6.tar.gz download- It was a problem]) PostgreSQL 7.1.3 Apache 1.3.20 (with mod_ssl- but it does the same thing without mod_ssl) -- Mike - Original Message - From: "mlw" <[EMAIL PROTECTED]> To: "Mike

Re: [HACKERS] [PHP] [BUGS] PostgreSQL / PHP Overrun Error

2001-11-15 Thread Tatsuo Ishii
This is a known problem with PHP 4.0.6. You might want to upgrade to 4.1.0RC2, or try patches made by one of the PHP developers: ftp://ftp.sra.co.jp/pub/cmd/postgres/php/php-4.0.6-patches.tar.gz > Mike Rogers wrote: > > > Sorry: > > PHP 4.0.6 (with memory leak patch [download listed right b

Re: [PHP] [BUGS] PostgreSQL / PHP Overrun Error

2001-11-15 Thread Tom Lane
"Mike Rogers" <[EMAIL PROTECTED]> writes: > This problem is of great concern to me and I have been working for days > trying to debug it myself and find other reports, with little success. The > line it claims to be failing on is PHP's ext/pgsql/pgsql.c on line 167 (by > what this claims) which i