From: johnw at litchfordgroup dot com Operating system: Windows 2003 Server PHP version: 5.2.5 PHP Bug Type: MySQLi related Bug description: Access Violation when trying to access statement
Description: ------------ I am trying to take advantage of OOP, I have one function that I can pass a sql query to and parameters to bind to. The function should return the statement object so I can then use it in the calling functon. In the example, I am using a global variable to the class. I would rather the function return the statement object but I was getting this same error. So I tried it as a global variable with no luck. Reproduce code: --------------- http://www.litchfordgroup.com/example.txt Expected result: ---------------- returns statement object so that I can bind the results and access the values. Actual result: -------------- PHP has encountered an Access Violation at 0F18165A -- Edit bug report at http://bugs.php.net/?id=44364&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=44364&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=44364&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=44364&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=44364&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=44364&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=44364&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=44364&r=needscript Try newer version: http://bugs.php.net/fix.php?id=44364&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=44364&r=support Expected behavior: http://bugs.php.net/fix.php?id=44364&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=44364&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=44364&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=44364&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=44364&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=44364&r=dst IIS Stability: http://bugs.php.net/fix.php?id=44364&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=44364&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=44364&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=44364&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=44364&r=mysqlcfg