ID: 11208 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: InterBase related Operating System: windows 98 second edition PHP Version: 4.0.5 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately your version of PHP is too old -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. Previous Comments: ------------------------------------------------------------------------ [2001-05-31 06:45:35] [EMAIL PROTECTED] I have: 1) interbase 6.01 2) php-4.0.5 3) apache 1.3.19 and .20 4) windows98 First edition This string: $var2 = ibase_blob_open($array[0]); where $array[0] is the result of: while($i <= $x) { $array = ibase_fetch_row($queryres); $i = $i + 1; } crash apache server ONLY under windows environment. I have also tried the same thing under linux 2.2.19 with apache 1.3.19 and php-4.0.5 but appear to be ok. php.ini: All default except: extension dir (obviously :)) file_uploads = Off extension=php_interbase.dll extension=php_zlib.dll This is the windows error: APACHE ha provocato un errore di pagina non valida nel modulo GDS32.DLL in 0177:4053ae97. Registri: EAX=00000013 CS=0177 EIP=4053ae97 EFLGS=00010203 EBX=007e8c10 SS=017f ESP=015efce0 EBP=015efd2c ECX=00000004 DS=017f ESI=0070c068 FS=5d17 EDX=00000013 ES=017f EDI=00000000 GS=0000 Byte all'indirizzo CS:EIP: f3 a5 8b ca 83 e1 03 f3 a4 8b 45 dc 25 ff ff 00 Immagine dello stack: 007dfbbc 00000000 00000013 007e8c10 00000000 015efd10 bff7b77b bff741f7 bff7b9c5 0070cf00 00000013 00000008 00000000 0070c060 0070bf08 0070c314 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=11208&edit=1
