ID: 12736 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Old Bug Type: COM related Bug Type: Reproducible crash Operating System: windows 98 PHP Version: 4.0.6 New Comment: It is a bug: it shouldn't crash! Changed to reproducible crash. Previous Comments: ------------------------------------------------------------------------ [2001-08-14 03:55:46] [EMAIL PROTECTED] Not a bug... you can't use results (resources) on a next page like this. Ask on the [EMAIL PROTECTED] for more information. Derick ------------------------------------------------------------------------ [2001-08-14 03:51:23] [EMAIL PROTECTED] hi there. :) c:\apache\htdocs\bars.php <?php $ob = new COM ("pfAX.obj5"); $rs = $ob->getData(); // this method returns adodb recordset session_register("rs"); // track_vars and // register_globals are on ?> c:\apache\htdocs\rs.php <?php $num_columns = $rs->Fields->Count(); //trying to call to //the recordset ?> So, when I open rs.php, php.exe crashes with (in russian:): Программа PHP вызвала сбой при обращении к странице памяти в модуле PHP4TS.DLL по адресу 0167:1008519b. Регистры: EAX=00000000 CS=0167 EIP=1008519b EFLGS=00010246 EBX=007a5750 SS=016f ESP=0063f810 EBP=0065984c ECX=ffffffff DS=016f ESI=00000000 FS=196f EDX=00000000 ES=016f EDI=007a6e80 GS=0000 Байты по адресу CS:EIP: 8b 4e 08 51 57 e8 9b ef ff ff 8b 5c 24 2c 66 c7 Содержимое стека: 00000001 007a541c 0000000c 00000001 0065983c 00761040 006597fc 007a57c8 100b2879 00000000 007a5ae0 007a5750 00000001 00761040 0065984c 00000000 ------------------------------------------------------------------------ [2001-08-14 03:46:42] [EMAIL PROTECTED] hi there. :) c:\apache\htdocs\bars.php <?php $ob = new COM ("pfAX.obj5"); $rs = $ob->getData(); // this method returns adodb recordset session_register("rs"); // track_vars and // register_globals are on ?> c:\apache\htdocs\rs.php <?php $num_columns = $rs->Fields->Count(); //trying to call to //the recordset ?> So, when I open rs.php, php.exe crashes with (in russian:): Программа PHP вызвала сбой при обращении к странице памяти в модуле PHP4TS.DLL по адресу 0167:1008519b. Регистры: EAX=00000000 CS=0167 EIP=1008519b EFLGS=00010246 EBX=007a5750 SS=016f ESP=0063f810 EBP=0065984c ECX=ffffffff DS=016f ESI=00000000 FS=196f EDX=00000000 ES=016f EDI=007a6e80 GS=0000 Байты по адресу CS:EIP: 8b 4e 08 51 57 e8 9b ef ff ff 8b 5c 24 2c 66 c7 Содержимое стека: 00000001 007a541c 0000000c 00000001 0065983c 00761040 006597fc 007a57c8 100b2879 00000000 007a5ae0 007a5750 00000001 00761040 0065984c 00000000 ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12736&edit=1 -- 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]