I don't believe this is coming from my script. This is a configuration issue with php itself...
try running at a shell prompt the following :
PHP Code:
# php -r 'echo "hello";'
#hope this renders properly in this forum
if you get the same sort of errors then it's definately php.ini related or something as I don't even use oracle libraries or any of others.
EDIT: Actually.. you MUST have some php.ini problem because it's trying to load those modules in (oh der, didn't think of that).