no_pconnect

Warum ist der Wert no_pconnect im Installtool eigentlich nicht Standard auf 1 gesetzt?
Boolean: If true, “connect” is used instead of “pconnect” when connecting to the database!
[SYS][no_pconnect] = 0

Gibt es da einen bestimmten Grund? Natürlich ist es kein Problem diesen Wert bei jeder Installation immer wieder auf 1 zu setzen – jedoch würde mich einfach Interessieren – wo die Vorteile dabei liegen?

Hier noch 3 Werte die bei mir eigentlich immer gesetzt werden müssen – vor allem in der Aufbau zeit ist noEdit wichtig!

$TYPO3_CONF_VARS['BE']['forceCharset'] = ‘utf-8′;    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['no_pconnect'] = ’1′;    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['EXT']['noEdit'] = ’0′;    // Modified or inserted by TYPO3 Install Tool.

Danke das Sie diesen Artikel gelesen haben. Sie können nun eine Nachricht hinterlassen oder bestellen den RSS Feed.

Comments

I’ve a file in a higher directory with all the standard values of localconf. Not only the mentiond above but also things like the path to Imgage/GraphicsMagick, the TTFdpi, all utf-8 stuf etc. I include this file in localconf after the database lines and before the other.
Now only things like sitename, debug, encryptionkey, password etc and all extconf values are in the original localconf-file because those are different for every site.
For those values I’ve a small file and for a new site I copy it into the localconf-file. And now I only have to create a new encryptionkey in the install-tool. All the other values I do by hand. And that’s only the sitename.

Kind regards,

Daniel

Leave a comment

(required)

(required)