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
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
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-
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
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
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
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
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
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
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:
-
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
11 matches
Mail list logo