php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #81178 Persistent compilation
Submitted: 2021-06-19 20:50 UTC Modified: 2021-06-20 04:30 UTC
From: ask dot question at wp dot pl Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 7.4.21RC1 OS: Linus & Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
46 - 39 = ?
Subscribe to this entry?

 
 [2021-06-19 20:50 UTC] ask dot question at wp dot pl
Description:
------------
Please add option of persistent compilation if PHP script starts with `<?php 'presistent';`. It will be compatible with previous versions of PHP but in new versions will save you time re-compiling each time you run the script.

If the compilation date is older than the file date (detected change in php file), always run compilation.   

Expected result:
----------------
No waste time if it can be reached. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-06-19 20:52 UTC] requinix@php.net
-Status: Open +Status: Wont fix -Package: *Compile Issues +Package: *General Issues
 [2021-06-19 20:52 UTC] requinix@php.net
OPcache already does this.
 [2021-06-19 21:45 UTC] ask dot question at wp dot pl
Why "wont fix"?
 [2021-06-19 21:46 UTC] requinix@php.net
Because OPcache already does this.
 [2021-06-20 04:30 UTC] ask dot question at wp dot pl
Thank you for info.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC