|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-23 20:56 UTC] sonix at videotron dot ca
Okay... I'm working on a Big Porject.. There is Many Include. i don;t know if the problem is caused because i open too many file, or there is a Problem with PHP. Humm... i see this bug with php 4.0.5, php 4.0.6. (But the my project get bigger since these version...) Maybe php 4.0.4 will do this problem too... Here is the error... (It's Never the same Access Violation PHP has encountered an Access Violation at 01550A88 i try to kill IIS Service, but he always say Unable to kill this process.. (Stall Process).I need to reboot my PC. Currently I'm the Only One on the server.. (i'm developping). Humm.. I use PEAR to make all my SQL query. I really don't know what is the problem... PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 16:00:01 2025 UTC |
Okay... Thanx... There is a Limit in Include ??? Because my include look like include ("config.php"); include ("news.php"); include ("$basePath/SQL/$databaseType.php"); in the database file there is other include too ... to create my Object class, and load Pear.... :(