Edit report at https://bugs.php.net/bug.php?id=31954&edit=1

 ID:                 31954
 Comment by:         sandi at iol dot it
 Reported by:        okke at formsma dot nl
 Summary:            Interbase returning bool - PHP crash
 Status:             No Feedback
 Type:               Bug
 Package:            InterBase related
 Operating System:   Windows XP SP1
 PHP Version:        5.0.3
 Block user comment: N
 Private report:     N

 New Comment:

Same problem here using PHP version 5.3.8, Interbase XE and Windows 7.
I am using PHP_INTERBASE.DLL extracted from PHP-5.3.8-NTS-WIN32-VC9-X86 and 
gds32.dll version 10.0.2.474 (the Interbase XE version) renamed as fbclient.dll 
and stored in PHP directory.


Previous Comments:
------------------------------------------------------------------------
[2008-01-17 19:10:28] virtue at rocketmonkeys dot com

I'm experiencing this bug, and I think it might be the same issue.
I make a page with just this:
<?
ibase_connect( "(database_filename)", "(username)", "(password)" );
ibase_query( "create table test ( id integer not null primary key, field1 
boolean );" );
ibase_query( "select * from test" );
?>
The connect and "CREATE TABLE" run fine, but the "SELECT" statement crashes 
Apache.  If I do the same thing without the boolean field, this doesn't happen. 
 The same statements work fine in IBConsole, so it doesn't seem to be any 
problem with Interbase or the SQL code itself.  I think this bug needs to be 
reopened, unless I missed something simple.

php 5.2.5
apache 2.2.6
interbase 2007 on PC, version WI-V8.1.0.257

------------------------------------------------------------------------
[2005-03-20 18:09:20] sni...@php.net

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------
[2005-02-24 07:32:42] ab...@php.net

Please try if the error can be reproduced with a php_interbase.dll built from 
source using the ibase.h header file that comes with Interbase 7.1


------------------------------------------------------------------------
[2005-02-23 22:44:05] okke at formsma dot nl

I used the pre-built one from PHP.net

------------------------------------------------------------------------
[2005-02-23 20:51:04] ab...@php.net

Did you build php_interbase.dll from source, or did you use the pre-built one 
from php.net?


------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=31954


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=31954&edit=1

Reply via email to