View Single Post
  #4 (permalink)  
Old 04-18-05, 09:10 AM
moronovich moronovich is offline
Junior Code Guru
 
Join Date: Oct 2004
Posts: 460
Thanks: 0
Thanked 0 Times in 0 Posts
php4 and php5 are different in the architecture. php 5 is written on zend 2, while php 4 still utilizes zend 1. to know about the difference, you can:
1. rtfm (f= friendly)
2. read other's userland code.
3. read the (c) source code(cvs.php.net)

fyi, you can run apache with both php4 and php5 on your server. john ever wrote an article about this. (i forgot where, maybe in onlamp.com or coggeshall.org).

happy reading!
__________________
just an ignorant noob with moronic solution...
Reply With Quote