Date: 09/29/02
- Next message: Fernando Conceição: "[PHP-DOC] Translation to pt_BR"
- Previous message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/chapters tutorial.xml"
- Next in thread: hholzgra <email protected>: "[PHP-DOC] #19657 [Opn->Bgs]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: hholzgra <email protected>: "[PHP-DOC] #19657 [Opn->Bgs]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: hholzgra <email protected>: "[PHP-DOC] #19657 [Bgs->Opn]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: hholzgra <email protected>: "[PHP-DOC] #19657 [Opn->Fbk]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: jc <email protected>: "[PHP-DOC] #19657 [Fbk->Opn]: confirm that auto_pre/append causes a disk read for every script invocation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: jc <email protected>
Operating system: Red Hat Linux 7.2
PHP version: 4.2.3
PHP Bug Type: Documentation problem
Bug description: confirm that auto_pre/append causes a disk read for every script invocation
I am not sure, but I have been told that the php/ini directive
auto_pre/append cause a disk read of the pre/appended file for every PHP
script that is called even if PHP is used as an Apache module.
If this is true could you add it to the documentation on those two php.ini
directives.
The reason I needed to know was that it would have been efficient for me
to define() very large strings that I use in almost all my scripts as
constants and have a string_constants.inc file auto-prepended if PHP kept
the file in memory and didn't do a disk read for every php script
invocation.
But since it doesn't (I am told) then my idea is not feasible :(
Thanks!
-- Edit bug report at http://bugs.php.net/?id=19657&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19657&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19657&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19657&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19657&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19657&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19657&r=support Expected behavior: http://bugs.php.net/fix.php?id=19657&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19657&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19657&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19657&r=globals-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Fernando Conceição: "[PHP-DOC] Translation to pt_BR"
- Previous message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/chapters tutorial.xml"
- Next in thread: hholzgra <email protected>: "[PHP-DOC] #19657 [Opn->Bgs]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: hholzgra <email protected>: "[PHP-DOC] #19657 [Opn->Bgs]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: hholzgra <email protected>: "[PHP-DOC] #19657 [Bgs->Opn]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: hholzgra <email protected>: "[PHP-DOC] #19657 [Opn->Fbk]: confirm that auto_pre/append causes a disk read for every script invocation"
- Reply: jc <email protected>: "[PHP-DOC] #19657 [Fbk->Opn]: confirm that auto_pre/append causes a disk read for every script invocation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

