what are preconditions for making mkdir() working?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
olko
Forum Newbie
Posts: 6
Joined: Fri Jun 16, 2006 2:09 am

what are preconditions for making mkdir() working?

Post by olko »

Hi everybody,

I am running Suse 10.1 installation of LAMP.

There is a directory, let's say /foo - created by root, ownership is changed - Apache is the owner,
PHP runs as Apache module. If I am not mistaken PHP has the same rights as Apache.

What else should I do to make mkdir() able to create new directories in /foo ?

Thank you,
Yuri
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
Image
Locked