Re: [PHP-INST] mysql socket

2002-06-26 Thread Rasmus Lerdorf
http://marc.theaimsgroup.com/?l=php-general&m=99794807518022&w=2 You can also set it in your php.ini file. -Rasmus On Wed, 26 Jun 2002, Peter Richards wrote: > My mysql is running fine and points to /var/lib/mysql.sock on redhat7.2 > My PHP4 is up and running and the myql.socket points to /tm

php-install Digest 27 Jun 2002 06:41:12 -0000 Issue 904

2002-06-26 Thread php-install-digest-help
php-install Digest 27 Jun 2002 06:41:12 - Issue 904 Topics (messages 7494 through 7504): Re: Q: Oracle 9 support 7494 by: Thies C. Arntzen 7495 by: Stewart Dean 7496 by: Thies C. Arntzen Installing over old PHP install? 7497 by: Nick Wilson 7499 by:

Re: [PHP-INST] mod_php4.c

2002-06-26 Thread Rasmus Lerdorf
The problem is that your questions are so far off-base that we would need to walk you through step by step from the beginning. Which is exactly what the INSTALL file does. I also find it hard to believe that you have read that file multiple times. But ok, here we go, spoonfeeding time: You ask

[PHP-INST] Make problem with apache 1.3.26 & php 4.2.1 in linux

2002-06-26 Thread james sebastian
Hi PHP gurus, I did not get any reply to the belowsaid problem so far. By this time, I tried installing apache 13.26 & php 4.2.1 in a different 6.2 redhat machine which did make, make install all successful for both package. But when tried a plain ./configure --prefix=/home/james still i could

[PHP-INST] mysql socket

2002-06-26 Thread Peter Richards
My mysql is running fine and points to /var/lib/mysql.sock on redhat7.2 My PHP4 is up and running and the myql.socket points to /tmp/mysql.sock I have looked in every file i can find on the disk that pertains to php and mysql. I cannot see where it is getting its direction from. ( I compiled it

Re: [PHP-INST] mod_php4.c

2002-06-26 Thread Peter Richards
"> please read the INSTALL file that came with the php sources. > tc > > I aplogise if this question appeared naive. In fact I had read the install files many times. I find this facile reply hurtful not helpful. You were a beginner once. It does not help the Linux/PHP cause to be so brusq

[PHP-INST] PHP and msql Error

2002-06-26 Thread comp boy
I am getting the following error: Warning: Supplied argument is not a valid mSQL result resource in /usr/local/apache/htdocs/inc/listings.inc on line 24 listings.inc: 24 $numRows = msql_numrows( $result ); The manual on php.net says that it takes no variables msql_numrows(void) howeve

RE: [PHP-INST] Installing over old PHP install?

2002-06-26 Thread Jonathan Thomas
If you're running redhat you should be able to upgrade php by way of red hat's rpm (up2date). This will allow the upgrade to happen without requiring a re-compile of apache. Thanks, JT -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 2:33

RE: [PHP-INST] Zend Optimizer.

2002-06-26 Thread Matt Schroebel
> From: chad kellerman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 1:55 PM > Subject: Re: [PHP-INST] Zend Optimizer. > > > So this should not have had an effect on how the page parses? > > Because on of my site the page showed up with: > > ZEND ()()()then a bunch of strange

[PHP-INST] Installing over old PHP install?

2002-06-26 Thread Nick Wilson
Hi, I'm trying to upgrade a Php 4.0.3 installation on a Redhat 6.2 (i686) box using Apache 1.3.14 as the webserver. I just reccently got the job and the server isn't documented to well about how things were set up. I went to install PHP 4.2.1 and although I can install it, I can't override the cur

Re: [PHP-INST] Q: Oracle 9 support

2002-06-26 Thread Thies C. Arntzen
On Wed, Jun 26, 2002 at 02:16:51PM -0400, Stewart Dean wrote: > Thies C. Arntzen wrote: > Golly, I saw a configure option flag for O8 and for O7but none for O9. > Being the sort of tight-ass that I am (but actually worrying about creating > all kinds of stuff on a production machine that mi

Re: [PHP-INST] Q: Oracle 9 support

2002-06-26 Thread Stewart Dean
Thies C. Arntzen wrote: Golly, I saw a configure option flag for O8 and for O7but none for O9. Being the sort of tight-ass that I am (but actually worrying about creating all kinds of stuff on a production machine that might not work once it was all in), I therefor ask about O9 support

Re: [PHP-INST] Q: Oracle 9 support

2002-06-26 Thread Thies C. Arntzen
On Wed, Jun 26, 2002 at 11:49:52AM -0400, Stewart Dean wrote: > What are the plans for Oracle 9 support? I have a circular dependency that > seems to require O9... what's your problem, i'm using php with oracle9 with no problems. tc -- PHP Install Mailing List (http://www.php.net

php-install Digest 26 Jun 2002 17:55:15 -0000 Issue 903

2002-06-26 Thread php-install-digest-help
php-install Digest 26 Jun 2002 17:55:15 - Issue 903 Topics (messages 7472 through 7493): Re: mod_php4.c 7472 by: Thies C. Arntzen Re: Apache 1.3.26? 7473 by: Rasmus Lerdorf 7475 by: the baldheadedguy 7476 by: Rasmus Lerdorf zend parsing 7474 by: Kel

Re: [PHP-INST] Zend Optimizer.

2002-06-26 Thread chad kellerman
So this should not have had an effect on how the page parses? Because on of my site the page showed up with: ZEND ()()()then a bunch of strange characters. Thansk for the help. Chad On Wed June 26 2002 1:25 pm, Matt Schroebel wrote: > > From: chad kellerman [mailto:[EMAIL PROTECTED]] > >

RE: [PHP-INST] Zend Optimizer.

2002-06-26 Thread Matt Schroebel
> From: chad kellerman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 1:11 PM > Subject: [PHP-INST] Zend Optimizer. > > Is there any configure options to build the Zend > Optimizer into the php > build on Red Hat? I took a look at ./configure --help but > did not see any > r

[PHP-INST] Zend Optimizer.

2002-06-26 Thread chad kellerman
Hello everyone, Is there any configure options to build the Zend Optimizer into the php build on Red Hat? I took a look at ./configure --help but did not see any reference to it.. I was wondering this because I upgraded to 4.2.1 from 4.0? I for get. But anyway I had to creata a Ze

[PHP-INST] Q: Oracle 9 support

2002-06-26 Thread Stewart Dean
What are the plans for Oracle 9 support? I have a circular dependency that seems to require O9... -- -- Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 [EMAIL PROTECTED] voice: 845-758-7475, fax: 845-758-7035 -- PHP

[PHP-INST] Install problems (unix.h)

2002-06-26 Thread Gardiner Leverett
I have been having problems installing php 4.2.1 on Solaris 2.6, and have been running into that unix.h problem. I have used what was listed in the archives as a solution and it didn't work. Here's what I'm doing: ./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with-apache

[PHP-INST] redhat 7.3, apache, php setup question

2002-06-26 Thread brain_damaged
I have a redhat 7.3 install with apache 1.3.26-11 and php 4.2.1 (i think). Looking at the httpd.conf for the LoadModules the location is listed as LoadModule php4_module module/libphp4.so however the modules is at /usr/local/apache so being newbie not sure easiest way to make the change or wer

[PHP-INST] Invalid ODBC result resource

2002-06-26 Thread FAHIM K S
Dear All, I am usinng IIS (Internet Information Server) on windows 2000 Advanced Server. PHP is installed. When I write the following script: -- -- I get an error which says: Warning:

Re: [PHP-INST] Track vars gone ..

2002-06-26 Thread Paul Appleyard
> register_global is off by default, you have read that at the end of the configure script :). Merci Pierre, discovered this just after I posted :) It's been a looong day .. Paul -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Track vars gone ..

2002-06-26 Thread Jonathan Thomas
Make sure you copied over the php.ini-dist / renaming it to php.ini / and that you turned Register_Globals = On If register_globals is off you will have the problem you are describing. Thanks, JT -Original Message- From: Paul Appleyard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June

Re: [PHP-INST] Track vars gone ..

2002-06-26 Thread Pierre-Alain Joye
On Wed, 26 Jun 2002 22:56:05 +1000 "Paul Appleyard" <[EMAIL PROTECTED]> wrote: > Hi, > > Re-installed php 4.2.1 with apache 1.3.26 for curl support; and now I have > to use the $_GET or $_POST globals to access variables I'm passing to php > scripts. Ie, if the URL is http://www.url.com/script.p

[PHP-INST] Track vars gone ..

2002-06-26 Thread Paul Appleyard
Hi, Re-installed php 4.2.1 with apache 1.3.26 for curl support; and now I have to use the $_GET or $_POST globals to access variables I'm passing to php scripts. Ie, if the URL is http://www.url.com/script.php?myvar=tangy I have to assign $myvar = $_GET["myvar"] rather than just being able to us

[PHP-INST] trouble with my PHP4.2.1 running as SAPI module for Apache1.3.26 on W2K

2002-06-26 Thread Miroslav Zatko
I have trouble with my PHP4.2.1 running as SAPI module for Apache1.3.26 on W2K Every request to .php produces: "Warning: Failed opening '/path/to/script.php' for inclusion (include_path='.;include/paths') in Unknown on line 0" No matter if I use php4apache.dll & php4ts.dll distributed or self buil

Re: [PHP-INST] Missing OCX control - When installing on win2000 adv srv with IIS5

2002-06-26 Thread Phil Driscoll
On Tuesday 25 June 2002 10:17 pm, Anders Mikkelsen wrote: > Hi, > > I'm trying to install PHP 4.2.1 on a win2000 adv srv with IIS5 > > And get this error when the installer tries to configure the webserver > "Due to missing OCX control on your system, the installation > wizard is unabl

[PHP-INST] Missing OCX control - When installing on win2000 adv srv with IIS5

2002-06-26 Thread Anders Mikkelsen
Hi, I'm trying to install PHP 4.2.1 on a win2000 adv srv with IIS5 And get this error when the installer tries to configure the webserver "Due to missing OCX control on your system, the installation wizard is unable to configure your webserver.." Does anyone have an idear to fix

[PHP-INST] Missing OCX under configuretion of the IIS 5 webserver

2002-06-26 Thread A. Mikkelsen
Hi, During installation of the PHP4.2.1 on win2000 adv srv with IIS 5.0 I get an error "...missing OCX" when the installer tries to configure the webserver. It doesn't say witch OCX. Can anyone help.. PLEASE Anders -- PHP Install Mailing List (http://www.php.net/) To unsub

[PHP-INST] Missing OCX under configuretion of the IIS 5 webserver

2002-06-26 Thread A. Mikkelsen
Hi, During installation of the PHP4.2.1 on win2000 adv srv with IIS 5.0 I get an error "...missing OCX" when the installer tries to configure the webserver. It doesn't say witch OCX. Can anyone help.. PLEASE Anders -- PHP Install Mailing List (http://www.php.net/) To unsu