[PHP] open_basedir and ..?

2002-09-23 Thread Thomas -Balu- Walter
I am not sure how open_basedir restricts myself. In fact I have problems with files that begin with ../. I can not include those files, and get the following Warning: open_basedir restriction in effect. File is in wrong directory in

[PHP] Check which PHP-Version a project needs?

2002-09-19 Thread Thomas -Balu- Walter
Hi all, is there any tool to check which PHP-Version a project needs at minimum? I am looking for something that crawls through the project and notices all php-functions, variables and such and tells which PHP-version is needed to get it running, because it's hard to keep track of e.g.

[PHP] use data-ba_se

2002-08-09 Thread Thomas -Balu- Walter
Hi, I just noticed a little problem(?) while using databases. Some time ago I wrote myself a little class that made it easier to handly my mysql-tasks. The class connected to a database and used a query like use $database to switch to the given database. This worked without a problem just as