[PHP-INST] Configuring PHP

2002-09-23 Thread Luck
Hello This is my problem when I configure php under slackware linux (./configure) everything is ok, but when I enter 'make' command, I've got these errors Making all in Zend make[1]: Entering directory `/install/php/php-4.2.3/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I

php-install Digest 23 Sep 2002 10:53:31 -0000 Issue 1035

2002-09-23 Thread php-install-digest-help
php-install Digest 23 Sep 2002 10:53:31 - Issue 1035 Topics (messages 8522 through 8522): Configuring PHP 8522 by: Luck Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the l

Re: [PHP-INST] Configuring PHP

2002-09-23 Thread Rasmus Lerdorf
Please provide some useful info here. Which OS, which version of gcc, what is on line 3211 of your zend_language_scanner.c? On Mon, 23 Sep 2002, Luck wrote: > Hello > This is my problem > when I configure php under slackware linux (./configure) everything is ok, > but > when I enter 'make' comm

[PHP-INST] Configure error PHP4.2.3 / Mandrake 8.2

2002-09-23 Thread Rune Kallhovd
++ | *** ATTENTION ***| || | Something is likely to be messed up here, because the configure| | script was n

Re: [PHP-INST] Configuring PHP

2002-09-23 Thread Luck
Uzytkownik "Rasmus Lerdorf" <[EMAIL PROTECTED]> napisal w wiadomosci [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Please provide some useful info here. Which OS, which version of gcc, > what is on line 3211 of your zend_language_scanner.c? Mys os i Linux Slackware 8.0. I have gcc 2.95.3 instal

[PHP-INST] Re: error with pow() after upgrade

2002-09-23 Thread GoodnGo.de \(R\) Zentrale
Hello Master of PhP, I am a perl hacker, so don´t yell on me. I want to run php scripts and install PHP as a CGI Interpreter. I am running RedHat 7.3, apache 1.3.23 and downloaded php-4.1.2-7.3.4.src.rpm for compiling of a php 4.1.2 kernel source. After compiling php with the flags: ./config

[PHP-INST] Installing PHP as a CGI Interpreter RedHat7.3 apache 1.3.26

2002-09-23 Thread GoodnGo.de \(R\) Zentrale
Hello Master of PhP, I am a perl hacker, so don´t yell on me. I want to run php scripts and install PHP as a CGI Interpreter. I am running RedHat 7.3, apache 1.3.23 and downloaded php-4.1.2-7.3.4.src.rpm for compiling of a php 4.1.2 kernel source. After compiling php with the flags: ./config

[PHP-INST] Installing PHP as a CGI Interpreter RedHat7.3 apache 1.3.26

2002-09-23 Thread GoodnGo.de \(R\) Zentrale
Hello Master of PhP, I am a perl hacker, so don´t yell on me. I want to run php scripts and install PHP as a CGI Interpreter. I am running RedHat 7.3, apache 1.3.23 and downloaded php-4.1.2-7.3.4.src.rpm for compiling of a php 4.1.2 kernel source. After compiling php with the flags: ./config

[PHP-INST] Image functions

2002-09-23 Thread Michael F.
Hello, I have the following code: $return_val = ( ($img = ImageCreateFromJPEG ( $image_file_path )) && $return_val == 1 ) ? "1" : "0"; but I become the following error message: Fatal error: Call to undefined function: imagecreatefromjpeg() in C:\Program Files\Apache Group\Apache2\htdocs\res

RE: [PHP-INST] Image functions

2002-09-23 Thread Brian . Duke
Do you have a function by the name of imagecreatefromjpeg() in your "resize.php" script located in "C:\Program Files\Apache Group\Apache2\htdocs\" folder? -Original Message- From: Michael F. [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:58 AM To: [EMAIL PROTECTED] Subje

Re: [PHP-INST] Installing PHP as a CGI Interpreter RedHat7.3apache 1.3.26

2002-09-23 Thread Jim Thome
Remove the switch --with-apxs and recompile to get the PHP binary. >>> "GoodnGo.de (R) Zentrale" <[EMAIL PROTECTED]> 09/23/02 06:30AM >>> Hello Master of PhP, I am a perl hacker, so don t yell on me. I want to run php scripts and install PHP as a CGI Interpreter. I am running RedHat 7.3, apac

[PHP-INST] Help With Installing PHP with Apache 2.40 on W2K

2002-09-23 Thread Aghajanian Cpl Michael B
Here is attached my httpd.conf file. Whenever I run the Apache service it says "The requested operation has failed". When I comment out the   LoadModule php4_module C:\php\sapi\php4apache.dll   It works like a charm. Of course no PHP. What am I doing wrong. The documentation was not very g

[PHP-INST] php as CGI and Module

2002-09-23 Thread GoodnGo.de \(R\) Zentrale
Hello Masters of PhP, one of my clients wants to run php on his server as CGI and as a Module DSO. Who can help me compile How-To? Apache configuring How-To? Oliver Etzel -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] im a PHP newbie, please help :D

2002-09-23 Thread DAn
HELP!! Am I right in thinking that creating a link on a page that reads: photos.php?pageNum=1 should create a variable named $pageNum with a value of 1? The problem is that when I try to use the pageNum variable it has no value. I am having the same problem with forms as well - I cannot retri

RE: [PHP-INST] im a PHP newbie, please help :D

2002-09-23 Thread Moraes, Fabio
if you're using PHP <= 4.1.x, you'd be right. if you're using PHP 4.2.x, you'll need to use $pageNum = $_GET['pageNum'] and then, use normally $pageNum. kisses, :) --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 > -Original Message- > From: DAn [mailto:[EMAIL PROTECTED]] > Se

[PHP-INST] Re: php as CGI and Module

2002-09-23 Thread Johannes Janson
Hi, although I'd never rekon myself to be a "master" of PHP (nor anything else getting close to this...) I'd say you could have a look into this arcticle: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html hope it helps J Goodngo.De Zentrale wrote: > Hello Masters of PhP, >

[PHP-INST] [confirm: d31f508dff52fa99949b3ebb3e798ec0 bvtran@hotmail.com]

2002-09-23 Thread Bàn
- Original Message - From: "Bàn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 9:30 PM Subject: [EMAIL PROTECTED] > > - Original Message - > From: "PHP Lists Automoderator" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sen

php-install Digest 24 Sep 2002 01:36:45 -0000 Issue 1036

2002-09-23 Thread php-install-digest-help
php-install Digest 24 Sep 2002 01:36:45 - Issue 1036 Topics (messages 8523 through 8537): Re: Configuring PHP 8523 by: Rasmus Lerdorf 8525 by: Luck Configure error PHP4.2.3 / Mandrake 8.2 8524 by: Rune Kallhovd Re: error with pow() after upgrade 8526 by: Go

[PHP-INST] bvtran@hotmail.com

2002-09-23 Thread Bàn
- Original Message - From: "PHP Lists Automoderator" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 9:07 PM Subject: PHP list posting confirmation for [EMAIL PROTECTED] > Because you are not subscribed to "[EMAIL PROTECTED]" > using the email address "[EMAI

[PHP-INST] Variable and submit

2002-09-23 Thread Bàn
> Strange, I don't know what is going on with the current version 4.2.3. > However, with version 4.1.2, I was able to make a variable from one page > and hit a submit, the next page that processes the submit was able to > recognize the variable. Unfortunately, version 4.2.3 doesn't allowed that.

[PHP-INST] Submit variable between different pages

2002-09-23 Thread Bàn
Strange, I don't know what is going on with the current version 4.2.3. However, with version 4.1.2, I was able to make a variable from one page and hit a submit, the next page that processes the submit was able to recognize the variable. Unfortunately, version 4.2.3 doesn't allowed that. I'd tri

Re: [PHP-INST] Submit variable between different pages

2002-09-23 Thread Pierre-Alain Joye
On Mon, 23 Sep 2002 21:05:32 -0400 "Bàn" <[EMAIL PROTECTED]> wrote: > Strange, I don't know what is going on with the current version 4.2.3. > However, with version 4.1.2, I was able to make a variable from one page > and hit a submit, the next page that processes the submit was able to > recogn

[PHP-INST] Hey I am currently running an apache 1.3.26 and trying to getphp 4.2.3 as a cgi running.

2002-09-23 Thread Richard Davies
Hey I am currently running an apache 1.3.26 and trying to get php 4.2.3 as a cgi running. When I try to access a php script file via my browser, I get a blank screen if I use body and html tabs or I can just see the code when without. Anyways it seems to point to my apache conf as being the pr

RE: [PHP-INST] Variable and submit

2002-09-23 Thread Peter Houchin
check global vars in php.ini bet u that it's off check out the chanages for that build of php > -Original Message- > From: Bàn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 24 September 2002 11:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Variable and submit > > > > Strange, I don'

RE: [PHP-INST] Hey I am currently running an apache 1.3.26 and trying to getphp 4.2.3 as a cgi running.

2002-09-23 Thread Peter Houchin
may sound silly but have you stoped and restarted apache? > -Original Message- > From: Richard Davies [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 24 September 2002 12:48 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Hey I am currently running an apache 1.3.26 and > trying to getphp 4.2

[PHP-INST] Install PHP with IIS 5/W2K

2002-09-23 Thread Pascal S.
I installed PHP 4.2.3 using the installer from PHP.net I can send the test.php file to the php.exe, and I get the right html code. However, trying to open the same test.php in IE 6 won't produce anything. The window gets the right title, all html is displayed right, but nothing between is exec

Re: [PHP-INST] Variable and submit

2002-09-23 Thread Bàn
thanks, good call. i'll try again. "Peter Houchin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > check global vars in php.ini bet u that it's off check out the chanages > for that build of php > > > -Original Message- > > From: Bàn [mailto:[EMAIL PR