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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 11:02:27 2025 UTC