[PHP-INSTALL] Re: How do I shutdown and restart PHP?

2005-01-02 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I've read elsewhere that the way to do this is to restart Apache. The following command should do the trick: sudo killall -HUP httpd Peace, Jeff Ciberflash wrote: > Good day! > How do I shutdown and restart PHP? I don't want to reboot the machine each time I desire the changes/additions I comp

Re: [PHP-INSTALL] noob question help - Fatal error: Call toundefined function..

2004-09-18 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Phpdiscuss - Php Newsgroups And Mailing Lists wrote: > Aidan Lister wrote: > > Hi Chris, Ace, > > As far as I'm aware, there are no "issues". MySQL is no longer installed by > > default with PHP5, you must uncomment a line in your php.ini > > exten

[PHP-INSTALL] Re: Installing PHP5 on Max OSX Server

2004-09-16 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Thomas O'Neill wrote: > I am installing PHP5 on OSX server following the instructions on > www.php.net but changing to use the php5 modules instead of the php4 > module. > [...] > gcc -c -I../../os/unix -I../../include -O2 -DDARWIN > -DTARGET="apache" -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-

Re: [PHP-INSTALL] noob question help - Fatal error: Call toundefined function..

2004-09-07 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Aidan Lister wrote: > Hi Chris, Ace, > As far as I'm aware, there are no "issues". MySQL is no longer installed by > default with PHP5, you must uncomment a line in your php.ini > extension=php_mysql.dll > Aidan Hi, just copy libmysql.dll in the php main folder to your windows/system32 folder

Re: [PHP-INSTALL] Re: PHP5: problems with installing mysql support

2004-08-26 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hi Marco! Have you solved this prob? I face the same and I have no idea what I can do I would very much appreciate if you could sent me your solution to [EMAIL PROTECTED] - if there is one... Thanks - Michael

[PHP-INSTALL] Premature end to script headers

2004-08-17 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Using Apache, OS of Windows XP Professional I edited the httpd.conf file and added these lines to the end of it: ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" Then I created a text file called "phpinfo.php" and put it in the Documen

[PHP-INSTALL] Re: PHP5 on IIS 5 HELP!

2004-07-16 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Jesse Edwards wrote: I have exactly the same issue. Unfortunately I don't have a solution yet. Please let me know if you find anything. Thanks Andrei > I'm going nuts here. I've installed this manually going on 4 times now > making sure I follow directions exactly. But every time I try to pull u

[PHP-INSTALL] Re: PHP5 install w Apache2

2004-07-12 Thread PHPDiscuss - PHP Newsgroups and mailing lists
This didn't fix all my install problems, but it fixed this one. libtool is looking for hte echocommand in /usr/local/bin echo was in /usr/bin on my build, so I just put a copy in /usr/local/bin. Of course, not i have other errors to fix :( Dan Gera wrote: > I'm having a problem installing PHP

[PHP-INSTALL] open_basedir restriction in effect

2004-06-21 Thread newsgroups
Hello, I get this error message: Warning: mkdir(): open_basedir restriction in effect. File (/home/sites/borgschoolwinsum/www/web/albums/.users) is not within the allowed path(s): (.:/tmp:/usr/lib/php:/home/sites/2027980691) in /home/sites/2027980691/www/web/gallery/classes/gallery/UserDB.php on

[PHP-INSTALL] Re: PHP 4.3.6 and GD with jpeg-6b

2004-06-13 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I ran into the same problem trying to setup php-4.3.7. It seems to be that the flags that the makefile has aren't right when the configure is built. I'm not sure why yet, but needless to say, I added a *perhap's hacked* line to the Makefile to get it to work. Original Makefile read: -

[PHP-INSTALL] Re: How to use different php.ini

2004-06-09 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hi Joel, edit the .htaccess file of the user and add this line: SetEnv PHPRC /home/user now, only copy an php.ini file into the web folder of the user /home/user/www thats all bye. Alejandro Zanlongo Joel Kermabon wrote: > Hello > In order to deal with different sites configurations how c