php oci
I am using php_oci8 module with codeigniter to fetch data from Oracle.
When I fetch a data set > 80,000 records the browser runs for about 20 seconds then stops with no error message just a white screen.
The connection is working just fine for small to medium queries <50,000 records.
I have set error_reporting(E_ALL);
If I was running out of memory, I would expect PHP to throw an error, but the PHP log also shows no errors.
链接地址: http://www.djcxy.com/p/69206.html下一篇: php oci