I'm working on a very large project that has been built in PHP 3. I've been
charged with the task of moving it over to PHP4.

So far everything has been going swimmingly (well, except that I forgot to
compile PHP 4 --with-oci8 insted of --with-oracle). However, I've run into a
couple of wierd issues.

All the old, working perfectly, PHP3 scripts that has this in them:
@unset($var);
Throw a parse error on that..If I take out the @ it works fine. Now this has
me thinking, are there any other little oddities like this that arn't
clearly documented anywhere? (or if they are I can't fine them)

Also have any of the OCI functions changed radically from 3 to 4? (I already
ran into the OCIFreeDescriptor == OCIFreeDesc one), Also have there been any
serious changes to the ereg functions?

(Oh, and on a side note, my company is looking for 2 good PHP developers. If
you live in the Vancouver area, or want to move here, check the site in my
sig or email me.)

Thanks for any input you can give,

---------------------------------------------------------------
James Atkinson                     100world.com Inc.
Senior Developer                             512 - 1529 W. 6th Ave.
Phone: +1-604-637-8122               Vancouver, BC, V6J 1R1
Fax:   +1-604-742-1770             Canada
Email: [EMAIL PROTECTED]  http://www.100world.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to