[TYPO3-dev] Usage of ini_restore in class_t3lib_db.php
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Wed Dec 19 16:49:23 CET 2007
Sacha Vorbeck schrieb:
> Hi,
>
> 4.1.5 uses ini_restore in function sql_pconnect of class_t3lib_db.php. I
> noticed that some hosters have disabled this function for security
> reasons. I didn`t dive into the code yet but maybe someone can tell me
> if the function call can be commented out without loss of
> functionality/stability or prepended with an @ char to avoid the error
> message?
Both ini_set and ini_restore are only used to track errors during the db
connection phase.
Masi
More information about the TYPO3-dev
mailing list