php change script while is running
-
I have a php script that I'm running form command line (e.g php test.php &) so I would like to know if the execution is "flushed" automatically when I change some values in the script (using vim) while the script running or if the script is somehow "cached" in the php engine when it starts running.
-
Answer:
While the script is running you can modify the file but it will not have any effect. The script is loaded once at execution-time.
Michael at Stack Overflow Visit the source
Related Q & A:
- How to convert Oracle script to MySQL script?Best solution by Stack Overflow
- How to change javascript values to php?Best solution by stackoverflow.com
- Is that OK to leave a small endless loop script running on server?Best solution by Server Fault
- How to store data in php and get data from php?Best solution by Stack Overflow
- How to start creating a php script, that will be installed on many servers?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.