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 - 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
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
++
| *** ATTENTION ***|
||
| Something is likely to be messed up here, because the configure|
| script was n
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
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
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
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
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
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
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
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
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
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
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
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,
>
- 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 - 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
- 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
> 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.
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
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
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
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'
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
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
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
27 matches
Mail list logo