Hi,
I'm running a Matrix dedicated server (based on Redhat) with PHP 4.2.2
installed as a shared module, phpinfo() reports GD 2 or greater
installed (and rightly so, cos that's what I compiled!) and everything
works fine apart from the following two functions:
imagecreatetruecolor()
and image
php-install Digest 4 Sep 2002 08:14:36 - Issue 1007
Topics (messages 8316 through 8321):
Please help me to get PHP running
8316 by: Lars Boquist
Re: redhat-apache-php
8317 by: Thomas Deschamps
Re: Apache doesn't seem to send scripts to the interpreter
8318 by: Thom
On Linux, Apache 1.3.26:
/usr/local/php/php.ini contains:
register_globals = On
phpinfo() says:
PHP Version 4.2.1
[...]
Configure Command './configure' '--enable-track-vars' '--enable-force-cgi-redirect'
'--with-gettext' '--with-config-file-path=/usr/local/php/php.ini'
'--prefix=/usr/local/p
My server is running RedHat linux 7.2. I had previously used the RPM
installation and was running 4.0.6... I recently uninstalled the RPM version and
installed PHP 4.2.2 from source code, and now I'm having problems with URL
variables.
ie.. http://www.dotkommissar.com/index.php?FolderNum=2
(
register_globals is set to off, set it to on in php.ini or use the
$_GET['FolderNum'] notation. see manual for details of why.
Jeff
My server is running RedHat linux 7.2. I had previously used the RPM
installation and was running 4.0.6... I recently uninstalled the RPM
version and
installed P
Turn register_globals on in your php.ini file, or more preferrably, access your GET
variables through the array $_GET (i.e., $_GET['FolderNum']) instead of having your
variables automatically created.
-Jim
>>> Rick Root <[EMAIL PROTECTED]> 09/04/02 09:52AM >>>
My server is running RedHat linux
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Bjorn Solberg) wrote:
> /usr/local/php/php.ini contains:
>
> register_globals = On
>
> phpinfo() says:
> Configuration File (php.ini) Path /usr/local/php/php.ini
> [...]
> Local Master
> register_globalsOff
Jerry writes:
[...]
> If phpinfo() says /usr/local/php/php.ini, then that is what you need to
> change.
... and that's what I changed.
> 1) make sure that php.ini has the correct permissions. It needs to be
> readable by whatever user or group the web server is running as.
rx for everyone
Hi all,
This might be a bug with how HTTP-request info is parsed. Read this:
I've solved the problem, but I just want you to know how I solved it. It
also may be a 'bug' in the PHP implementation.
The problems started when I did a fresh install of PHP 4.2.2 on our
production server (NT4, IIS4).
OS AIX 4.3
when I make I get the following error. Any help would be greatly
appreciated.
Making all in apache
/bin/sh /usr/local/php-4.2.2/libtool --silent --mode=compile
cc -I. -I/usr/local/php-4.2.2/sapi/apache -I/usr/local/php-4.2.2/main -I/us
r/local/php-4.2.2 -I/usr/lpp/HTTPServer/
php-install Digest 4 Sep 2002 20:20:48 - Issue 1008
Topics (messages 8322 through 8329):
PHP doesn't see register_globals = On in php.ini
8322 by: Bjorn Solberg
8326 by: Jerry
8327 by: Bjorn Solberg
Problem with PHP and URL variables after upgrade
8323 by: R
11 matches
Mail list logo