Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6137349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:42:52+00:00 2026-05-23T17:42:52+00:00

How long do PHP static variables persist, i.e. how long does a PHP run

  • 0

How long do PHP static variables persist, i.e. how long does a “PHP run” persist? With say a command line program there is a defined start and end, but in web w/ AJAX I don’t know how to define this.

Here are 3 ways I’ve seen a PHP script started.

  1. User (Requesing a PHP page)
  2. Javacript calling PHP (AJAX)
  3. PHP calling more PHP via a header()

In my actual application I have javascript call a php script via AJAX that script uses the header() to reload the site. This would be consideredt two different runs. Each has their own static variables that do not relate.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:42:52+00:00Added an answer on May 23, 2026 at 5:42 pm

    PHP variables persist for the lifetime of the script running through the interpreter. In the case of a web request, this is the lifetime of handling the requests. Your three cases are all requests to a server, and thus are handled the same: the static variables survive until the script terminates after handling the request.

    The life span of PHP (and its variables) over a request:

    1. Request is sent to server, whether by user, ajax, curl through PHP or what-have-you
    2. Relevant PHP script is executed, whether as a module on your web server, a CGI worker process, or other options
    3. Script is executed, response to the request (if any) is created and sent
    4. (optional) script continues to execute some other job until eventual termination, at which time all its variables die with it.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PHP process that takes a long time to run. I don't
I've been working far too long with PHP and getting bored with it. I
I've been using PHP for too long, but I'm new to JavaScript integration in
A long shot but here's hoping someone has some experience coding PHP hooks for
Long story short, client's hosting is using php 5.2.5 and i desperately need to
I'd like to find a way to determine how long each function in PHP,
I'm trying to create a AJAX push implementation in PHP using a Comet long-polling
What is the best way to see how long it takes for your PHP
Long story short, I have a substantial Python application that, among other things, does
I have a long document in XML from which I need to produce static

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.