RE: [PHP-INST] PHP and AIX

2002-10-18 Thread Ryan Smith
Yes, PHP compiles and loads fine. It is the PHP extension modules which don't work. If they're compiled into PHP, then it is OK. If they are dynamically loaded via the dl() function in a script, or via the php.ini file, then I get the following error in the Apache error_log: PHP Warning: Unab

Re: [PHP-INST] PHP and AIX

2002-10-18 Thread Jim Thome
Ryan, Please re-word your post with a detailed description of your problem: Does PHP compile? If not, what is the error, what are the last lines from your config.log file and what is your configure line? If it does compile and doesn't load, what is the error? What webserver are you using? J

[PHP-INST] PHP and AIX

2002-10-18 Thread Ryan Smith
I tried to get this question answered once before, and got no response, so let me reword: Is anyone using dynamically loaded PHP modules on AIX? I can't get any, including the modules that come with PHP, to work. ANY help would be appreciated. --Ryan -- PHP Install Mailing List (http://

php-install Digest 18 Oct 2002 13:21:54 -0000 Issue 1075

2002-10-18 Thread php-install-digest-help
php-install Digest 18 Oct 2002 13:21:54 - Issue 1075 Topics (messages 8845 through 8851): php-4.2.3 on Netscape 3.51 8845 by: Brian Vaughan Undefined Symbol "pthread_getspecific" 8846 by: Tim Legg cookies 8847 by: Marcus Van Wyk var problem 8848 by: Marcus

[PHP-INST] select distinct in query

2002-10-18 Thread electroteque
hi guys i am trying to use a distint query like so "SELECT DISTINCT tp.userID,DATE_FORMAT(tp.date,\"%W, %D %M %Y\") AS date,tp.photo,tp.galleryID,u.username,g.gallery FROM temp_photos tp LEFT JOIN users u ON tp.userID=u.userID LEFT JOIN galleries g ON tp.galleryID=g.galleryID" i am getting many r

[PHP-INST] am I perhaps not installed correctly?

2002-10-18 Thread Howard
Good morning, I'm reasonably new to the world of PHP and have loaded PHP V4.2.3 onto a Sun Solaris system running Solaris 8 with Iplanet (formerly Netscape) Version 6.0 with Service Pack 4 installed. I'm not sure exactly what "error" I am seeing, but I do know that there are some rather obscure e

[PHP-INST] PHP & Apache2 & WinXP: Which Versions to use?

2002-10-18 Thread Paul Clarke
I am trying to get these two pieces of software to work happily together, but it has been a nightmare as so far. When I set everything up as a SAPI for PHP into Apache, I run the test script and it says "Apache.exe: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not compatible

[PHP-INST] Undefined Symbol "pthread_getspecific"

2002-10-18 Thread Tim Legg
> >FreeBSD 4.6// > >Apache 2.0.43 // > >Mailman 2.0.13 //Gnu mailing list management software > >MySQL 3.23.52 // > > I decided to reinstall apache with a newer version (previously 1.3.26) and I saw to it that mod_so was enabled. I followed these install steps, #./configure --prefix=/usr/l

Re: [PHP-INST] php 4.2.3 on appache 1.3.23 on win98se

2002-10-18 Thread Chris Hewitt
Matthias Baumgart wrote: enter localhost, this folder isn't empty there ist the file index.php, the monitor "file save?" cames. Put the AddType line in your httpd.conf file as per the instructions and restart apache. HTH Chris -- PHP Install Mailing List (http://www.php.net/) To unsubscrib

[PHP-INST] System() problem related with instalation

2002-10-18 Thread Paulo Trezentos
Hi all! I have a problem with running PHP (4.0.4pl1-90) with Apache (1.3.19-66) in a Linux SuSE 7.2 system. PHP is ok with several functions but when I use system() function it has a strange behavior. For intance: system("/bin/ls"); will try to run /ls and not /bin/ls. this is confirmed bu the

[PHP-INST] Re: [PHP-DEV] Re: Apache 2 & incorrect 304 response to "If-Modified-Since"

2002-10-18 Thread TAKAGI Ryo
Sorry, I found the CVS snapshot extracted on 20021016, but I now found the problem not fixed. Either my test environment is not good, or my ability to check all through it is insufficient... Anyway, > I don't particularly like the look of this patch... we should fix 304's > properly... However,

Re: [PHP-INST] Newbie: Apache PHP Install OK but doesn't work

2002-10-18 Thread Stuart
On Thursday, Oct 17, 2002, at 04:40 Europe/London, MarkS wrote: Problem is that Apache is not running PHP commands such as phpinfo() so I don't think it's installed. Have you made the changes to your httpd.conf file as per the installation instructions? What happens when you try to view a PHP pa

[PHP-INST] php-4.2.3 on Netscape 3.51

2002-10-18 Thread Brian Vaughan
I am trying to install php with a very old version on Netscape server. Version 3.51 on Solaris 7 I get a clean configure, make, and install, and have followed all Netscape intructions...and i restarted. But on requesting a php page, I am prompted to download, and I get the page source. The m

[PHP-INST] var problem

2002-10-18 Thread Marcus Van Wyk
Hi there I have just set up Mandrake 8 configure php to work with apache this was my config command line. ./configure' '--with-mysql' '--with-apache=../apache_1.3.26/' '--enable-bcmath' '--disable-static' '--disable-debug' '--disable-rpath' '--enable-pic' '--enable-inline-optimization' '--pref

php-install Digest 17 Oct 2002 21:09:33 -0000 Issue 1074

2002-10-18 Thread php-install-digest-help
php-install Digest 17 Oct 2002 21:09:33 - Issue 1074 Topics (messages 8839 through 8844): Re: php 4.2.3 on appache 1.3.23 on win98se 8839 by: Chris Hewitt am I perhaps not installed correctly? 8840 by: Howard PHP on IIS5 8841 by: Apoll Re: Newbie: Apache PHP Instal

[PHP-INST] PHP on IIS5

2002-10-18 Thread Apoll
Hi Guys! Ich have a nice problem with PHP installed on a W2k Srv using IIS5. Installation worked and I changed everything written in the installation manual but if I try to execute any PHP Script I get the following error message: Security Alert! The PHP CGI cannot be accessed directly. This PHP

[PHP-INST] cookies

2002-10-18 Thread Marcus Van Wyk
Has anyone worked with a php package off the net called irm == This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confidential and privileged. If you a

Re: [PHP-INST] var problem

2002-10-18 Thread Pierre-Alain Joye
hello, After you made 'make install' there was a long note about REGISTER_GLOBALS, if you missed it, read carefully the manual :) : http://fr2.php.net/manual/en/language.variables.external.php pa -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns