On 6/9/07, elk dolk <elkdolk@xxxxxxxxx> wrote:
Hi all, After designing and testing my web pages in PHP 5.2.1 I learned that our web server has PHP 4.4.1 and I have to rollback to version 4 ! . There is no OO implementation like classes or objects in my scripts but every page has some queries the question is : will my scripts work in PHP 4 ? or should I re-write all of them? or will it affect the speed of queries? Thank you
Put them on the site, see if it's missing functions, if so, go to the manual page of the function and take a look at the comments, mostly there's a PHP4 replacer described. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php