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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ask dot question at wp dot pl
New email:
PHP Version: OS:

 

 [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: Fri Apr 26 09:01:29 2024 UTC