Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend:
PHP Weekly Summary for 05.18.2004
May 18, 2004 @ 12:03:29

Zend has posted this week's latest PHP Weekly Summary for the week of May 17,2004.

Items mentioned in this edition include the addition of a new patch that will allow reusing values defined in php.ini as variables at a later point (ie defining default_dir and then later, below it, being able to use ${default_dir}), the backwards-compatibility for the object comparison in PHP5 versus PHP4 (the differences between == and ===), and lastly, a new upgrade to the SQLite package to replace something sorely missing - the sqlite_exec() function.

tagged:

Link:


Trending Topics: