Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Jim Thome
It appears like the extension for shared libraries on AIX is .a (depends on your version of AIX; the new linker in AIX release 4.2.1 is .so). To hack the apxs... On line 116 of the apxs script in Apache 1.3.26: Change: my $dso_ext = "so"; To: my $dso_ext = "a"; On line 381: Change: $d =~ s|\.s

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Kirt Thomas
As far as I can tell it's .so - what would I change in the apxs script from so to sl, if it does turn out that it's sl? At 03:04 PM 12/13/2002 -0700, Jim Thome wrote: What suffix does AIX use for shared libaries? .sl or .so? If it's something other than .so, you will have to hack your apxs scr

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Jim Thome
What suffix does AIX use for shared libaries? .sl or .so? If it's something other than .so, you will have to hack your apxs script to change it to whatever your system needs. (Just search apxs for .so; it is only in two places in newer apxs scripts). After changing your apxs script, run mak

Re: [PHP-INST] Can't change values in php.ini

2002-12-13 Thread Jim Thome
Make sure the php.ini file you think you are using, and the one PHP is really using is one and the same...and don't forget to restart Apache. >>> mad99 <[EMAIL PROTECTED]> 12/13/02 10:22AM >>> I have updated my apache webserverto 1.3.27 and php 4.2.23 and now any changes to php.ini are ignored;-

[PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Kirt Thomas
I'm trying to install php on an AIX server. I use the folling configure command: configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/u01/app/oracle/product/8.1.6 --prefix=/usr/local/apache Which works. Then I run a make, and that also completes. But when I run a 'make install' I

Re: [PHP-INST] php-4.3.2, pdflib-4.0.3 cannot find pdflib.h

2002-12-13 Thread Jim Thome
Try this instead: ./configure \ --with-pdflib=/usr/local \ --enable-shared=pdflib \ --with-zlib \ --with-zlib-dir=/usr/local \ --with-jpeg \ --with-jpeg-dir=/usr/local \ --with-tiff \ --with-tiff-dir=/usr/local \ --with-png \ --with-png-dir=/usr/local \ --with-freetype \ --with-

[PHP-INST] php-4.3.2, pdflib-4.0.3 cannot find pdflib.h

2002-12-13 Thread Jason McKnight
System Info: RH 8.0 (kernel 2.4.18-xx), GCC 3.2 I'm not sure if this is a php problem or a pdflib problem. After installing pdflib (./configure, make, make install) I try to do the following: ./configure --with-pdflib=SHARED,/usr/local/lib --with-png-dir --with-zlib-dir --with-jpeg-dir --with-

[PHP-INST] Can't change values in php.ini

2002-12-13 Thread mad99
I have updated my apache webserverto 1.3.27 and php 4.2.23 and now any changes to php.ini are ignored;-( What am I doing wrong? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Probelms with GD?

2002-12-13 Thread Jim Thome
For gd, your configure line should look more like this: ./configure \ --with-apxs=/path/to/your/apxs \ --with-zlib \ --with-zlib-dir=/usr/local \ --with-jpeg \ --with-jpeg-dir=/usr/local \ --with-tiff \ --with-tiff-dir=/usr/local \ --with-png \ --with-png-dir=/usr/local \ --with-gd

[PHP-INST] Probelms with GD?

2002-12-13 Thread Ed Kasky
Hello there - I am in the process of upgrading php from 4.2.2 to 4.2.3 on a RH 7.2 box. "./configure --with-mysql --with-gd" results in the following debug.log: *** ATTENTION *** "Something is likely to be messed up here, because the configure script was not able to detect a

[PHP-INST] [solved]Re: [PHP-INST] new php 4.2.3 outputting 'Content-type:text/html' twice

2002-12-13 Thread Lucas Rockwell
hi all, sorry about that. i was using an old php.ini file. -lucas On Fri, 13 Dec 2002, Lucas Rockwell wrote: > hi all, > > i just upgraded my cgi version of php for OS X to 4.2.3 and it is > outputting the "Content-type: text/html" header twice. has anyone seen > this problem before? does anyon

[PHP-INST] new php 4.2.3 outputting 'Content-type: text/html' twice

2002-12-13 Thread Lucas Rockwell
hi all, i just upgraded my cgi version of php for OS X to 4.2.3 and it is outputting the "Content-type: text/html" header twice. has anyone seen this problem before? does anyone know how to solve it? many, many thanks in advance. -lucas -- PHP Install Mailing List (http://www.php.net/) To un

Re: [PHP-INST] PHP for Apache

2002-12-13 Thread Jeffrey_N_Dyke
this is what i use for Apache http://www.php.net/downloads.php 4.2.3 is on top with older versions and patches beneath. Jeff CSParker1@aol.

[PHP-INST] PHP for Apache

2002-12-13 Thread CSParker1
Does anyone know where I can download PHP for Apache, PHP.net doesnt distribute PHP for Linux anymore... Thanks, Chris

Re: [PHP-INST] parameters in php4

2002-12-13 Thread Jim Thome
ini_set("register_globals", 1); >>> "Sjef Janssen" <[EMAIL PROTECTED]> 12/13/02 09:39AM >>> Hallo, I used to have php3 installed on my machine. Now I installed php4 (4.2.3) and it seems parameters are handled differently. In a function I have a parameter set to a default value, as: function blab

[PHP-INST] parameters in php4

2002-12-13 Thread Sjef Janssen
Hallo, I used to have php3 installed on my machine. Now I installed php4 (4.2.3) and it seems parameters are handled differently. In a function I have a parameter set to a default value, as: function blabla($p1=0,$p2=0) { } I get an error when calling the function saying that the parameters are

[PHP-INST] Re: include_path???

2002-12-13 Thread Sjef Janssen
Sorry, my mistake. I found out that the file in the include was not in the correct folder. Stupid! Thanks anyway! Sjef <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The include_path is set fixed to the following directory c:\php4\. If you > change the director

php-install Digest 13 Dec 2002 16:16:32 -0000 Issue 1160

2002-12-13 Thread php-install-digest-help
php-install Digest 13 Dec 2002 16:16:32 - Issue 1160 Topics (messages 9379 through 9381): include_path??? 9379 by: Sjef Janssen 9381 by: wim.chen.be Re: mySQL with PHP 9380 by: Chris Hewitt Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED

[PHP-INST] Re: include_path???

2002-12-13 Thread wim
The include_path is set fixed to the following directory c:\php4\. If you change the directory 'PHP' to PHP4 it should work (at least it does on my machine - XP/Apache/PHP4.2.3 ). "Sjef Janssen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hallo there, > I am

Re: [PHP-INST] mySQL with PHP

2002-12-13 Thread Chris Hewitt
[EMAIL PROTECTED] wrote: '--with-mysql=shared,/opt/bcs' '--with-pgsql=shared,/opt/bcs' Yes, that is the line needed. There is something at the bottom about mySQL, does this mean its there? You should have a table headed "mysql" with rows "Active Persistant Links", "Active Links" and 5 mor

[PHP-INST] include_path???

2002-12-13 Thread Sjef Janssen
Hallo there, I am installing php4 on my windows 2000 machine (pws/IIS). Everything seems to work now except the include path. As mentioned in the manual I set this path in the ini file to ".;C:\php\includes" but that's not the path where it finds my files to include. I imagine that this path should