[PHP-INSTALL] option --with-config-file-path

2011-12-08 Thread lists
Hello, Sorry if that question have been asked before. I searched in the list archives and didn't find anything useful. I am trying to understand why the configure option --with-config-file-path does not work when I am compiling from source. the command line for configure I am using is: ./configu

Re: [PHP-INSTALL] PHP 5.2.3 module on Solaris 10 (AMD64)

2007-06-13 Thread AAcom Lists
Salut, it seems you are compiling the whole bunch in 64bit mode (file libphp5.so) but you are linking php with a 32bit library (/usr/lib) in place of 64bit (/usr/lib/64/libmtmalloc.so.1). You must discover the place where this lib is used (a Makefile in php sources), may be an extension, and fo

[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] 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

Re: [PHP-INST] Getting Variables

2002-07-27 Thread lists
stian Wolfgarten" <[EMAIL PROTECTED]> To: "'lists'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, July 27, 2002 5:29 PM Subject: RE: [PHP-INST] Getting Variables > Hi, > > as I told somebody some days ago, > see register_global optio

[PHP-INST] Getting Variables

2002-07-27 Thread lists
Hello, I'm trying to call a URL which ends like this: index.php?album=tomato In the script, I echo $album, but it seems to be null. Is this because of the way I have PHP configured? Here is my configuration info from phpinfo(): './configure' '--with-apxs=/usr/local/sbin/apxs' '--with-config-file

[PHP-INST] Problems with older

2002-03-12 Thread Lists
Hello all, I'm trying to recompile PHP on a Cobalt Qube to include the curl module. However, on the qube there are two modules which are made by cobalt, i18n and cce. When I try and link these into my new PHP binary using dl(), I get the following error. Warning: i18n: Unable to initialize m

[PHP-INST] PHP doesn't work on Redhat 7.2

2001-12-23 Thread Michiel van Otegem \(lists ONLY\)
Here's the deal... I've downloaded Redhat 7.2, created two CDs and installed it. I installed it with Apache and all the PHP modules. I found out that Apache didn't run autmoatically after booting, so I changed that. Apache now runs fine. However, when I request a PHP file, I get the contents

[PHP-INST] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-19 Thread Pour Mailings Lists - pass huitre
Hi, I've FreeBSD 4.2/Apache 1.3.9/PHP 4.0.6 I've installed PHP in Apache, it works very well I need to have too PHP 4.0.6 in CGI mode (With Suexec but I don't think it's the problem) but I've a problem. In CGI mode, the path of PHP is always written at the top of the result I'll take for exampl