Hi,
I got the following message when try my first PHP sample in IE browser. What should I
do? Should i install a patch. I got no clue.
"Security Alert! PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a
page will only b
I had PHP 4.2.2 and Sybase 11.9.2 working together perfectly. (Why do I
ever try to upgrade! :))
I recently upgraded Sybase from 11.9.2 to 12.5, and am now trying to
compile
PHP 4.2.3 with it. I am using the following ./configure command:
./configure --prefix=/usr/local/php
--with-config-file
Relative newbie here: My host (pair.com) runs FreeBSD 4.1.1. Based on my
poking around in /usr/local, I think they have Mysql 3.22.32 installed
on the machine I use. I am trying to install PHP 4.2.2 with
XSLT/sablotron in my /usr/home/USERNAME directory because pair's
standard install of PHP does
I am trying to set up Midgard 1.4.2-231 with PHP
4.1.0-104 and Apache 1.3.23-137, all as RPMs from SuSE
8.0. When I try to start Apache, I get an error which
reads "PHP Warning: Unable to load dynamic library
'midgard.so' - midgard.so: cannot open shared object
file: No such file or directory in u
php-install Digest 6 Sep 2002 20:46:12 - Issue 1011
Topics (messages 8337 through 8354):
Executing a PHP script with apache WITHOUT AN EXTENSION!?
8337 by: Mike Duin
Re: [PHP] Undefined index, Undefined variable, Undefined constant
8338 by: Chris Hewitt
PHP variables a
Good Advise Jim! I will do that!
~ Rick
"Jim Thome" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Rick,
We run HPUX here as well. You created PHP as a DSO module, which then needs
to be loaded by Apache upon startup (check out "AddModule" in the httpd.conf
Rick,
We run HPUX here as well. You created PHP as a DSO module, which then needs to be
loaded by Apache upon startup (check out "AddModule" in the httpd.conf file). If you
want the PHP binary, recompile without the apxs option. Be aware that configuring PHP
as a CGI carries with it many se
Apache: 1.3.26
PHP: 4.2.3
Hello PHP Guru's!
I'm trying to install PHP in a HPUX-11 system, but I'm having a hard time
because everytime I run the 'make install' I don't get the actual "php"
binary. However, my libphp4.sl is created with no problem. My question is,
when compiling from source is t
William,
Check out latest versions of PHP at snaps.php.net. We've been using 4.3 for
some time now, and have a nicely-working CLI.
(Having said this, I understood that 'build with CLI' was the 'default'
situation; may be wrong...)
Lou
> I am told to use CLI of PHP. However, the document says
Mike,
I've run into similar concerns while debugging my own php code; I'm
relatively new to php, so can't offer much help as to 'what changed as of
which version', but...
One thing I have run into already while debugging: php parses the _entire_
script before attempting to execute it. So, as I
Richard,
Think the libraries you are looking for are usually packaged as gcc-libs (or
similar; your mileage may vary), and, if you're installing from rpms, will
usually be packaged separately from the 'base' gcc rpm.
Lou
> Hi,
>
> I can't get php4 to compile on my redhat 7.1 environment.
> I h
Mike Carter wrote:
>"show.php?thePhoto=test.jpg" in a browser (with the correct url preceeding
>the script name). So, it appears PHP is never parsing the argv, or something
>major has changed between 4.05 and 4.23 where my test has to be re-written.
>
The release notes for PHP will indicate that
Turn on register_globals in your php.ini file.
On Fri, 6 Sep 2002, Mike Carter wrote:
> Hello.
> I've installed 4.2.3 on Apache 1.3.26 running on an Sun Ultra 1 with Solaris
> 9.
>
> I have a script I wrote a while back that has worked fine on PHP 4.0.5 on my
> current server. The script display
Hello.
I've installed 4.2.3 on Apache 1.3.26 running on an Sun Ultra 1 with Solaris
9.
I have a script I wrote a while back that has worked fine on PHP 4.0.5 on my
current server. The script displays images on a web page. I build a pop-up
list of all the images in the current directory and have a
hello
I'm trying to install the sapi module with apache2 on win98.
apache version 2.0.40
php version 4.2.2
windows 98se
when starting apache it gives the following error:
D:\Program Files\Apache Group\Apache2\bin>apache -k start
Syntax error on line 160 of D:/Program Files/Apache Group/Apache
Apache2+PHP is nowhere near ready for production use. Unless you have a
good technical reason to upgrade to Apache2, stick with Apache 1.3.x.
-Rasmus
On Fri, 6 Sep 2002, Bruno wrote:
> Hi Everybody!
>
> I have a problem, I have Linux Red Hat 7.3 it came with the apache 1.3
> and PHP 4.1.2 and
Hi Everybody!
I have a problem, I have Linux Red Hat 7.3 it came with the apache 1.3
and PHP 4.1.2 and I want to upgrade to apache 2 and php 4.2.2 I compile
the apache and works fine, then I run
./configure --whith-aspx2=/usr/apache/bin/aspx
and make the configuration correct, but when I use
I am told to use CLI of PHP. However, the document says CLI is available
in 4.3.0. The latest one I could get is 4.2.2. Could I use CLI in this
version?
Also, the document mentioned running ./configure --enable-cli to enable
CLI in 4.2.0 version. But I can't find "configure" in the distribution.
H
Greg Strong wrote:
> Hello. I have installed and configured PHP successfully on several
> occasions, but on my most recent installation it almost all works, but
> I can't pass variables to a page in the URL. The normal:
> filename.php?variable=value doesn't work ... the variable is still
>
Hi, I'm trying to set up PHP 4.2.2 under Win98 (for command-line use). I'm
trying to get it to load the IMAP extension, but I get the message:
PHP Warning: Unable to load dynamic library
'c:\php\extensions\php_imap.dll' - A device attached to the system is not
functioning.
The path for the file
Hello. I have installed and configured PHP successfully on several
occasions, but on my most recent installation it almost all works, but I
can't pass variables to a page in the URL. The normal:
filename.php?variable=value doesn't work ... the variable is still
undefined. Any ideas? I'm ru
Jens Winberg wrote:
>>Jens,
>>
>>It sounds to me as though with 4.2.2 you have error reporting at E_ALL
>>and in your earlier version you did not, thus you would not get the
>>warnings.
>>
>>HTH
>>Chris
>>
>
>Thanks for the answer,
>The problem isn't really that it's reporting these things. It'
Hi,
I would like to run a php script but without giving it the extension .php.
Would like to do this because I have the trailing slash problem in apache.
(the last slash in a URL which tells apache if it is a file or a folder)
I already tried mod_rewrite... but this one doesnt work quite good wit
php-install Digest 6 Sep 2002 08:36:19 - Issue 1010
Topics (messages 8331 through 8336):
php with iplanet 6 on Solaris
8331 by: Brian Vaughan
php executable?
8332 by: Bryan Koschmann - GKT
problems compiling php4 on redhat 7.1
8333 by: Richard Scrivener
833
Hi,
I would like to run a php script but without giving it the extension .php.
Would like to do this because I have the trailing slash problem in apache.
(the last slash in a URL which tells apache if it is a file or a folder)
I already tried mod_rewrite... but this one doesnt work quite good wit
Richard Scrivener wrote:
> I can't get php4 to compile on my redhat 7.1 environment.
> I had an initial problem with apxs: it wasn't installed by default
> with RH71, so I downloaded the rpm and installed it.
I usually select "Custom" then "Install Everything". OK its 3.5 GB with
RH7.3 but it
26 matches
Mail list logo