[PHP-INST] Re: Problem with php4 install

2001-11-13 Thread edward
Emmanuel Halphen wrote: > Hi, > > I have install php 4.0.3 on apache 1.3.12. > > I have add the .php extension in the httpd.conf file. > > But when I try to load a .php file on a website, my browser ask me to > download the file, and the server don't execute it. > > Does anyone have a solution ?

Re: [PHP-INST] php4 install

2001-11-13 Thread edward
Hello, Can you tell me what is Apache Compile kit ? In additional , gd is necessary with php ? Edward. Matthew Mundy wrote: > I highly recommend Apache Compile kit (just search on freshmeat) It is > relatively painless, though you might have to edit the PHP config module > to add --without-gd

[PHP-INST] Re: Installing a dynamic module in Apache with GD support

2001-11-13 Thread edward
Patrik Carlsson wrote: > I've succesfully installed Apache(1.3.14) with --enable-module=so, it works. > configures php(4.0.3pl)to use snmp and mysql --without gd. > make and make install works, > httpd starts fine, phpinfo() produces right information compared to what i > installed. > When using

[PHP-INST] Re: PHP4 configure cant find imap

2001-11-13 Thread edward
David Rogers wrote: > Hi, > > I'm trying to install php4 with imap support so I can use the IMP webmail > system. I added this to my configure command: --with-imap=../imap-4.7c/ > > PHP3 compiles just fine with the same command. I compared the configure > scripts and php4 looks for different th

[PHP-INST] PHP script problem

2001-11-13 Thread Celso G. Correa
Dear Srs, A few days ago, I upgraded my PHP installation from 3.0.18 to 4.0.6 version. I tested the new version with the following script : Links When I run this script, I'm receiving back the following warning : Warning: Cannot send session cache limiter - headers already sent (output s

php-install Digest 13 Nov 2001 15:34:40 -0000 Issue 552

2001-11-13 Thread php-install-digest-help
php-install Digest 13 Nov 2001 15:34:40 - Issue 552 Topics (messages 4914 through 4927): pdflib 4.0.1 & php 4.0.6 4914 by: Brent Meshier Re: PHP 4.0.2 : Can't access memory 4915 by: edward.ita.org.mo Re: 4.0.2 on RH 6.2 4916 by: edward.ita.org.mo Re: apache reconf

Re: [PHP-INST] PHP script problem

2001-11-13 Thread Jim Thome
Move all your code to the top of the page. Sessions use cookies, and those headers must be sent to the browser before anything else. -Jim >>> Celso G. Correa <[EMAIL PROTECTED]> 11/13 5:16 AM >>> Dear Srs, A few days ago, I upgraded my PHP installation from 3.0.18 to 4.0.6 version. I tested th

Re: [PHP-INST] pdflib 4.0.1 & php 4.0.6

2001-11-13 Thread Jim Thome
What is your config line for both pdflib and PHP? >>> "Brent Meshier" <[EMAIL PROTECTED]> 11/12 8:23 PM >>> I've tried just about every configuration possible to compile pdflib for php as a shared module. The result is libpdf_php.so with a size of 47k. I restart apache (1.3.20) and get the foll

[PHP-INST] PHP 4.0.6 on PWS 4/Win98

2001-11-13 Thread Sam K
Folks, Is there anyone out there who knows how to configure Win98 and PWS to work with PHP? There are a number of posts in this newsgroup asking a similar question, and people seem to either not respond or recommend an alternative server. PHP.net insist that it should work on PWS, and the install

Re: [PHP-INST] PHP 4.0.6 on PWS 4/Win98

2001-11-13 Thread Grant Johnson
It works. I have used it. The installer did it just right, automatically. It is a config or a query question. I am sorry I cannot be of more help, but I no longer have any MS machines. Make sure you are asking via http://localhost and not file://c| Sam K wrote: >Folks, > >Is there anyone

Re: [PHP-INST] PHP 4.0.6 on PWS 4/Win98

2001-11-13 Thread Sam K
Yes, Grant. Fundamental stuff - it is running an HTTP request. I have used exactly the same installed in a Win2K/IIS 5 environment and it works 100%. The execute permissions are also set on the directory I want to use to support PHP files. It seems to definitely be an issue of configuration. Is t

[PHP-INST] getrusage() not supported

2001-11-13 Thread Daniel Berwig
I'm trying to run a script in my server (IIS 5) that uses the function getrusage(), but it returns the following warning: Warning: getrusage() is not supported in this PHP build in file_name.php on line 377 Does anyone know how I can solve this problem? Thanks in advance. -- PHP Install Mai

RE: [PHP-INST] getrusage() not supported

2001-11-13 Thread Jon Wagoner
Looking at the php manual page, I would guess that this is not supported in Windows. It says this php function is an interface to the unix getrusage command. Since windows would not support this command, I imagine they just left it out of the windows port. -Original Message- From: Danie

[PHP-INST] help need

2001-11-13 Thread Landy Roman
using linux suse 7.2 and apache 1.3.19 when i do localhost i see php module is install but php pages wont display please help -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admin

[PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat 7.2(Kernel 2.4.9-13)

2001-11-13 Thread Kexiao Liao
Hi Php , When I installed php4.0.6 with Oracle9i(Enterprise Edition) in Linux Redhat 7.2(Kernel 2.4.9-13). I got following error message:

[PHP-INST] "Function registration failed" and "Module compiled with debug=0" errors

2001-11-13 Thread Richard Lynch
Trying to compile 4.0.6 from source on Mandrake 8.0 using: ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --disable-debug \ --disable-debugger \ --enable-pic \ --enable-inline-optimization \ --prefix=/usr \ --with-zlib \ --with-config-file-path=/etc \ --enable-magic-quotes \ --enable-trac

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Ker nel 2.4.9-13)

2001-11-13 Thread Austin Gonyou
I don't see anything wrong in there. Anyone else? On Tue, 2001-11-13 at 17:37, Kexiao Liao wrote: > Hi Php , > When I installed php4.0.6 with Oracle9i(Enterprise Edition) in Linux > Redhat 7.2(Kernel 2.4.9-13). I got following error message: > -

[PHP-INST] PHPMyAdmin install problem

2001-11-13 Thread James Giordano
Email address : [EMAIL PROTECTED] I was wondering if anyone could shed some light on this problem I am having. I have installed a new version of MySQL and PHP on a Windows 2000 Professional box running IIS 5. I have downloaded PHPMyAdmin to a directory under wwwroot called PHPMyAdmin. When I acce

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Ker nel 2.4.9-13)

2001-11-13 Thread Kexiao Liao
One thing I would like to mention about: If use: ./configure --with-oci9=/opt/app/oracle/product/9.0.1 instead of ./configure --with-oci8=/opt/app/oracle/product/9.0.1 It still can not install php. I just check ./configure --help . The message shows it only support --with-oci8!!! Kexiao Austi

[PHP-INST] Re: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4

2001-11-13 Thread Ermanno Iannacci
I did this, but do I have to load some .c file? - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: "Ouster" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 11:40 PM Subject: RE: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4 >

[PHP-INST] Re: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4

2001-11-13 Thread Ross Fleming
No. Have you copied php4ts.dll to winnt/system32 as well? It won't work otherwise. What error you getting? R Ermanno Iannacci wrote: > > I did this, but do I have to load some .c file? > > - Original Message - > From: "Ross Fleming" <[EMAIL PROTECTED]> > To: "Ouster" <[EMAIL PROTECT