how much more RAM does PHP5 use compared to PHP4.4?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NotGiven

    how much more RAM does PHP5 use compared to PHP4.4?

    Where would I find how much more RAM PHP 5 uses than version 4.4? (running
    mine on Apache and thinking about upgrading)

    Thanks.


  • Chung Leong

    #2
    Re: how much more RAM does PHP5 use compared to PHP4.4?

    PHP 5 has better memory management, so it should use less RAM than PHP
    4. The executable is better of course. php4ts.dll takes up around 1 meg
    while php5ts.dll takes up around 3 meg. That's not significant though
    compare to runtime usage.

    Comment

    Working...