[PHP] PHP Extensions: are they inefficient when using the extension keyword in php.ini?

2003-03-24 Thread Mike Papper
entation laso states that this loading and unloading of the shared module is "very slow". Can anyone qualify this - what do they really mean? We are using it with Apache. Mike Papper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Getting __LINE__ of calling function

2003-03-24 Thread Mike Papper
I have a class that does database transactions. If there is an SQL error in the query, the error line is always from the class. It should be from the caller/creator of the class so the programmer will know exactly what code caused the error. I could have the code that calls the database class p