PHP5 without PHP4 compatibility
Posted
by Serty Oan
on Server Fault
See other posts from Server Fault
or by Serty Oan
Published on 2010-06-18T09:15:17Z
Indexed on
2010/06/18
9:24 UTC
Read the original article
Hit count: 380
This is the opposite question of this one. My purpose is that there is no need when you write only PHP5 code to have PHP4 compatibility. It is not helpful at all and due to differences between object models in those two version, it must be penalizing on interpreter performances (or am I wrong ?).
So my questions are :
- is it possible to recompile PHP5 without retrocompatibility with PHP4 or to disable it in any other way to gain performances ?
- if it is not possible, is there a project somewhere which aim that goal ?
© Server Fault or respective owner