Re: [PHP-DEV] Re: Bug #15186 Updated: define/mysql_connect problem

2002-01-25 Thread Yasuo Ohgaki
Andi Gutmans wrote: > Yasuo, > > I don't quite understand. define() hasn't been changed in the Zend Engine > 1. Can you please send me a reproducing script without pg_*() which > works on 4.0.6 and crashes on 4.2.0-dev? > It seems resources are deleted by RSHUTDOWN, but Zend is trying to delete

Re: [PHP-DEV] Re: Bug #15186 Updated: define/mysql_connect problem

2002-01-25 Thread Andi Gutmans
Yasuo, I don't quite understand. define() hasn't been changed in the Zend Engine 1. Can you please send me a reproducing script without pg_*() which works on 4.0.6 and crashes on 4.2.0-dev? Thanks, Andi On Fri, 25 Jan 2002, Yasuo Ohgaki wrote: > Hi Andi, > > I think you are interested in th

[PHP-DEV] Re: Bug #15186 Updated: define/mysql_connect problem

2002-01-24 Thread Yasuo Ohgaki
Oops, sorry. I forgot to see quotes are not there :( It is creating constant resource and it segfaults. So it is still a scripting engine problem, though. -- Yasuo Ohgaki Yasuo Ohgaki wrote: > Hi Andi, > > I think you are interested in this bug report :) > Accoding to this bug report, define()

[PHP-DEV] Re: Bug #15186 Updated: define/mysql_connect problem

2002-01-24 Thread Yasuo Ohgaki
Hi Andi, I think you are interested in this bug report :) Accoding to this bug report, define() works like a macro somewhat until 4.1.x. [EMAIL PROTECTED] wrote it worked with 4.0.6. (I verified with 4.0.6 and it works! It segfaults with 4.2.0-dev/ZE2 and 4.2.0-dev/ZE1) I thought define() de