[PHP-DEV] mysql bug!!! :(

2001-04-28 Thread Cameron

ok, in 4.0.6 looks like there is a pretty major mysql bug

i just compiled up php here and error checking seems to kill it and im
getting a LOT of warnings that i wasnt getting 2minutes before i
installed the newest snap

if anyone wants to see the main problem hit browse in phpmyadmin and
watch what its doing . . . also imp seems to not like it either


Warning: 1 is not a valid MySQL-Link resource in
/home/gamr/vhosts/webmail.inetsalestech.com/phplib/db_mysql.inc on line
118

Warning: 1 is not a valid MySQL-Link resource in
/home/gamr/vhosts/webmail.inetsalestech.com/phplib/db_mysql.inc on line
119

if you want to see the errors yourself, check out
http://webmail.inetsalestech.com/horde/


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] mysql bug!!! :(

2001-04-28 Thread Cameron

Played around some more

php4-200104220845 works
php4-200104271945 doesnt
php4-latest doesnt

if someone can tell me how to get snaps in the middle there im willing to
fiddle to work out exactly what patch killed it.

Cameron wrote:

 ok, in 4.0.6 looks like there is a pretty major mysql bug

 i just compiled up php here and error checking seems to kill it and im
 getting a LOT of warnings that i wasnt getting 2minutes before i
 installed the newest snap

 if anyone wants to see the main problem hit browse in phpmyadmin and
 watch what its doing . . . also imp seems to not like it either

 Warning: 1 is not a valid MySQL-Link resource in
 /home/gamr/vhosts/webmail.inetsalestech.com/phplib/db_mysql.inc on line
 118

 Warning: 1 is not a valid MySQL-Link resource in
 /home/gamr/vhosts/webmail.inetsalestech.com/phplib/db_mysql.inc on line
 119

 if you want to see the errors yourself, check out
 http://webmail.inetsalestech.com/horde/

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] mysql bug!!! :(

2001-04-28 Thread André Langhorst

Cameron wrote:

 Played around some more
 
 php4-200104220845 works
 php4-200104271945 doesnt
 php4-latest doesnt
 
 if someone can tell me how to get snaps in the middle there im willing to
 fiddle to work out exactly what patch killed it.


cvs -d:pserver:[EMAIL PROTECTED]:/repository login
(pass=phpfi)
cvs -d:pserver:[EMAIL PROTECTED]:/repository co -D 2001-01-01 php4

cd php4

cvs -d :pserver:[EMAIL PROTECTED]:/repository login
(pass=zend)
cvs -d :pserver:[EMAIL PROTECTED]:/repository co -D 2001-01-01 Zend 
TSRM

./buildconf

of course specifying a time is possible

regards,
andré


-- 
· André Langhorstt: +49 331 5811560 ·
· [EMAIL PROTECTED]  m: +49 173 9558736 ·
* PHP Quality Assurance  http://qa.php.net  *


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] mysql bug!!! :(

2001-04-28 Thread Zeev Suraski

Can anybody else reproduce it?  The only change in between those dates was 
Enforce the right number of params for mysql_fetch_*() functions, related 
to bug 9839., which doesn't appear to be related...

At 11:46 28/4/2001, Cameron wrote:
Played around some more

php4-200104220845 works
php4-200104271945 doesnt
php4-latest doesnt

if someone can tell me how to get snaps in the middle there im willing to
fiddle to work out exactly what patch killed it.

Cameron wrote:

  ok, in 4.0.6 looks like there is a pretty major mysql bug
 
  i just compiled up php here and error checking seems to kill it and im
  getting a LOT of warnings that i wasnt getting 2minutes before i
  installed the newest snap
 
  if anyone wants to see the main problem hit browse in phpmyadmin and
  watch what its doing . . . also imp seems to not like it either
 
  Warning: 1 is not a valid MySQL-Link resource in
  /home/gamr/vhosts/webmail.inetsalestech.com/phplib/db_mysql.inc on line
  118
 
  Warning: 1 is not a valid MySQL-Link resource in
  /home/gamr/vhosts/webmail.inetsalestech.com/phplib/db_mysql.inc on line
  119
 
  if you want to see the errors yourself, check out
  http://webmail.inetsalestech.com/horde/
 
  --
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
Zeev Suraski [EMAIL PROTECTED]
CTO   co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]