IN your php.ini config file, look for the line "register_globals".
It is probablly set to 'off' right now. Simply set ti to 'on'.
However, this may lead to security problems, and I advise you code your
script to avoid this.
- Original Message -
From: "Joe Phyism" <[EMAIL PROTECTED]>
To: <
ROTECTED]>
To: "Stephen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, June 14, 2003 11:01 AM
Subject: Re: [PHP-INST] Problem with PHP
> Hi,
>
> I am following this and had also some difficulties with Apache (Version
1.3)
> when upgrading PHP to latest st
Doris
- Original Message -
From: "Stephen" <[EMAIL PROTECTED]>
To: ".ma" <[EMAIL PROTECTED]>
Cc: "Installation Helplist (PHP)" <[EMAIL PROTECTED]>
Sent: Saturday, June 14, 2003 11:40 AM
Subject: Re: [PHP-INST] Problem with PHP
> php4ts.dll
TECTED]>
Sent: Saturday, June 14, 2003 10:33 AM
Subject: Re: [PHP-INST] Problem with PHP
> hi
>
> it _is_ a unix-file. but afaik the dll-files (php4ts.dll
> php4apache.dll) need to be in the system root (for Win98 thats
> c:\windows\system and for NT thats c:\WINNT) ? i also
hi
it _is_ a unix-file. but afaik the dll-files (php4ts.dll
php4apache.dll) need to be in the system root (for Win98 thats
c:\windows\system and for NT thats c:\WINNT) ? i also copied every dll
from the dlls-folder to the system root, and enabled some extensions
(the extensions require those d
I think thats a unix/linux file. In windows, you only need the
php4apache.dll and php4ts.dll file (I might have got the spellings wrong!).
They need to be in the same directory, and by default one is in the php base
root and the other is the php/sapi
Stephen
- Original Message -
From: "B
sage -
> From: "Rasmus Lerdorf" <[EMAIL PROTECTED]>
> To: "Milhouse Van Houten" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, April 05, 2003 2:37 AM
> Subject: Re: [PHP-INST] problem to the installation
>
>
> > Th
us Lerdorf" <[EMAIL PROTECTED]>
To: "Milhouse Van Houten" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, April 05, 2003 2:37 AM
Subject: Re: [PHP-INST] problem to the installation
> There is no --with-apache2 switch. Use --with-apxs2 and point it a
There is no --with-apache2 switch. Use --with-apxs2 and point it at your
apxs script.
But, keep in mind that Apache2+PHP is barely beta-quality and you are
likely to run into problems. For any sort of production server, use
Apache-1.3.x
-Rasmus
On Sat, 5 Apr 2003, Milhouse Van Houten wrote:
>
Please do not spam multiple lists with the same question. Especially
since you haven't managed to hit the right one yet.
[EMAIL PROTECTED] would have been the appropriate list.
On Thu, 27 Mar 2003, Mark Striebeck wrote:
> Hi,
>
> we are building PHP with the --with-config-file-path compile s
Oops, forgot about register globals.
I'll just add that register globals can't be changed with ini_set(); It has
to be done in the php.ini config file (and Apache must be restarted).
If this is a site open to the general public it's a good idea to not turn
globals on, and to use the example
> I have installed php 4.3.1 in my Apache server 1.3.2 as a server
> module abd the operative system is Window 98. It works with my
> php scripts but, when I try to pass variables to a php from
> another file or from the browser, php doesn't recognise the variable.
>
> For example, with a script li
Any of the following will work:
If these don't work I suggest adding this to your script and reloading the
page:
That should print your php info screen, if it does not then you have a
configuration issue.
- Mike
> -Original Message-
> From: Sandra Rius [mailto:[EMAIL PROTECTE
Problem fixed!
Thank you to David who pointed out that I had my variables switched in the
in the odbc_exec and odbc_cursor lines. For ODBC, the connection variable
comes first (the opposite of MySQL).
Bev
--
Beverly Steiner
[EMAIL PROTECTED]
-Original Message-
From
Many thanks ! I left the php4ts.dll in the php directory because I thought
it was in the right directory (with php.exe), but as the php4isapi.dll was
in another directory, it didn't work ... It's ok now, thanks again !
Stéphane
P.S. : Are you french too ?
"Rich Gray" <[EMAIL PROTECTED]> a écrit
Salut Stephane
Did you install the php4ts.dll into winnt\system32?
Did you install php4isapi.dll as a new ISAPI filter?
Did you stop and re-start IIS?
A+
Rich
>
> Hi everybody,
>
> I've a big problem : I usually use ASP scripts, but if I watch
> what is done,
> it seems to be usefull to know how
Hi
Thank you But, the problem was solved updating SED version on Solaris 8 !!!
Best regards,
On Wed, 22 Jan 2003 11:35:25 +0500 "toby -" wrote:
>
> hi
>
> you need tow extra libraries for gd support
>
> tiff and jpeg
>
> you will hae to down load these, put them in ur php folder and co
hi
you need tow extra libraries for gd support
tiff and jpeg
you will hae to down load these, put them in ur php folder and configure
php.ini to work
--with both
hope dis helps .
good luck
toby .
_
Add photos to your
Still no solution for configging apache(1.3.27) when PHP(4.3.0) is done with --
with-imap.
Any suggestions?
Thanks,
Stephen
Here's my output:
hostname# ./configure --prefix=/usr/local/apache --activate-
module=src/modules/php4/libphp4.a
Configuring for Apache, Version 1.3.27
+ using installati
Reetu Singh wrote:
I have a problem with running PHP in modular form as I want to store the global PHP_AUTH_USER which i can not use in the cgi version. When i run .php3 files it just displays the php files as such. And also I am unable to run the cgi files on the apache. Can any one help me.
]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, January 04, 2003 8:51 PM
Subject: Re: [PHP-INST] problem
>
> ahhh nice.. the content filter at my work just stopped me from going to
> your sitePHP enters the Porn world i see.
>
> so if you have an error that yo
Hi again, Rasmus,
I just found out on another forum for PDFLib that the packages they provide
on their website will not work with PHP 4.3.0, the reason being, I quote:
"the PDFlib 4.0.3 binaries for PHP 4.2.1 and higher will not work with php
4.3.0. The problem is, that the "warn_not_available"
ahhh nice.. the content filter at my work just stopped me from going to
your sitePHP enters the Porn world i see.
so if you have an error that you'd like help with please send details.
jeff
> Well, according to ours you should build it from PHP.
OK, I'll try it then
> Note that Apache2+PHP is very experimental.
Thanks, I know but I just installed it at home just to see how things are
working with Apache 2 and MySQL 4.0.7. Just to try and catch as many
problems as possible before m
> I did not build php with it. I downloaded PDFLib from pdflib.com and
> followed their instructions ("Loadable Module (DSO)" is the recommended way
> for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib,
> accrodig to their manual).
Well, according to ours you should build it fr
Hi Rasmus,
I did not build php with it. I downloaded PDFLib from pdflib.com and
followed their instructions ("Loadable Module (DSO)" is the recommended way
for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib,
accrodig to their manual).
Then I copied the file libpdf_php.* fro
> The module (libpdf_php.so) is in /usr/include/php. It's the folder specified
> in the extension_dir variable of the php.ini file.In the same file, I also
> added extension=libpdf_php.so
Where did you get this libpdf_php.so file? When building it from PHP
using --with-pdf=shared it gets called p
On Wed, 18 Dec 2002, Adam Voigt wrote:
> Hmm, if your mysql part looks like: --with-mysql
> Try changing it to the full path like: --with-mysql=/usr/local/mysql
> (OR whatever the path is)
It has the path /usr which has worked before (forgot to post it :). Now I
think the problem are the RPM's fr
Install bison, flex, and binutils, and try again.
>>> "Interware (Roboz)" <[EMAIL PROTECTED]> 12/17/02 09:43PM >>>
Hi All,
Please help me. I can't install the PHP.
Thanks: Béci
nagygep:~/install/php/php-4.1.2 #
./configure --with-
Hmm, if your mysql part looks like: --with-mysql
Try changing it to the full path like: --with-mysql=/usr/local/mysql
(OR whatever the path is)
If it already has the path trying dropping it off and seeing if the default
connection library works.
On Wed, 2002-12-18 at 12:23, Lic. Rodolf
david kim wrote:
./configure --with-apache=/usr/local/soma/apache1327 --with-mysql=no --enabl
e-track-vars --enable-sigchild \
--with-oci8=/data1/oracle/app/oracle/product/8.1.7 --with-oracle=/data1/orac
le/app/oracle/product/8.1.7 --prefix=/usr/local/lib/php420
This may not solve the problem b
Hi Jessica
Some questions...
Does the sendmail_from account need to exist on the new server? If yes then
has such an account been created? What error messages to you see when the
PHP mail function falls over?
Rich
-Original Message-
From: Jessica Gaskins [mailto:[EMAIL PROTECTED]]
Sent:
:) .. ok thanx ...got what u mean now :)
Jim Thome wrote:
If you finished the previous install (make, make install), and completed the addition of the php module to the apache binary, you will have the PHP support.
Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>>
hi all,
thanx
If you finished the previous install (make, make install), and completed the addition
of the php module to the apache binary, you will have the PHP support.
>>> Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>>
hi all,
thanx for your help.. i want to know if i build php without the "
-
hi all,
thanx for your help.. i want to know if i build php without the "
--with-apache=X " & recompile, still there will be support for php
in apache ??
im sorry for this silly Question but am putting hands on php & apache
for the first time...
thanx in advance..
A.H
Jim Thome wrote:
Yo
/14/2002 Subject: Re: [PHP-INST] Problem With Form
Data
01:06 PM
Maybe you would have to enable globals in php.ini
But I would really recomend you not to do it. Instead, you should
use $HTTP_POST_VARS['yourPostVariable'] and $HTTP_GET_VARS['yourGetVariable']
in your scripts!
I hope this solves your problem.
:)
> Could this be a PHP setting I need to modif
In a message dated 11/14/2002 1:04:13 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
> Very likely related to register globals.
>
> How are you parsing your queries? Using $_REQUEST['query'] or anything?
>
> R
>
> On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote:
>
> >
It's probably a register_globals - related issue. Try using the
superglobals ($_POST, $_GET, $_REQUEST) instead and it should work on
both.
Marco
--
php|architect - The magazine for PHP Professionals
The first monthly worldwide magazine dedicated to PHP programmers
Come visit us at
Very likely related to register globals.
How are you parsing your queries? Using $_REQUEST['query'] or anything?
R
On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote:
Could this be a PHP setting I need to modify?
When I fill out a form I built on one of my servers it doesn't
You compiled it as part of the Apache binary.
Remove the switch "--with-apache=/usr/local/src/apache_1.3.27" and recompile. This
will create the PHP binary.
Yes it is possible (in most cases) to develop the same scripts for both shell and web,
just keep in mind that the environment variables
Brandon,
I think you have answered your own question - because the suffix is .cgi the
web server is not using PHP to parse the script - if you want all .cgi
scripts to be treated as PHP scripts you will need to configure your
webserver to invoke php for that suffix... e.g. for Apache it would be
s
take a look at register_globals in the manual
Marco
-
php|architect -- The Monthly Magazine For PHP Professionals
Come visit us on the web at http://www.phparch.com!
On Fri, 2002-11-08 at 11:45, Benedikt Bobinger wrote:
> Hi there!
>
> I have a little problem with my PHP.
> I'm us
http://www.php.net/manual/en/security.registerglobals.php
or
http://www.php.net/manual/de/security.registerglobals.php
>>> "Benedikt Bobinger" <[EMAIL PROTECTED]> 11/08/02 09:45AM >>>
Hi there!
I have a little problem with my PHP.
I'm using PHP 4 (running as CGI) on a Win 98SE computer with Ap
: Stuart Dallas [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 06, 2002 3:37 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] Problem with CGI scripts apparently caused by
mod_php4
James Mackie wrote:
> Yesh.. Apache 1.3.26 and PHP 4.2.2..
>
> I had a bunch of scripts that I ahd writte
James Mackie wrote:
> Yesh.. Apache 1.3.26 and PHP 4.2.2..
>
> I had a bunch of scripts that I ahd written running fine on thhe server
> until I installed PHP.. As soon as I installed PHP they stopped
> working.. Same error.. I rewrote them all in PHP since they were pretty
> critical and I didn'
Yesh.. Apache 1.3.26 and PHP 4.2.2..
I had a bunch of scripts that I ahd written running fine on thhe server
until I installed PHP.. As soon as I installed PHP they stopped
working.. Same error.. I rewrote them all in PHP since they were pretty
critical and I didn't have time to figure out why th
I actually installed gd-1.8.4 with libpng 1.0.9-1 if
that helps.
--- David Herring <[EMAIL PROTECTED]> wrote: >
> Hi,
>
> I've had a nightmare getting gd to work with png
> support.
>
> Could you let me know which png library you used ?
> i.e
>
> ldd /usr/local/apache/libexec/libphp.so (as
Hi,
I've had a nightmare getting gd to work with png support.
Could you let me know which png library you used ? i.e
ldd /usr/local/apache/libexec/libphp.so (assuming located there)
And also, can you confirm you used gd-2.0.1 ?
Thanks dave
David Dawnay wrote:
> It worked! Thanks for your
It worked! Thanks for your help.
--- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Just use
/usr/local
>
> It needs to find the header file as well which is
> obviously not under
> /usr/local/lib
>
> On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay
> wrote:
>
> > I used the following command:
Just use /usr/local
It needs to find the header file as well which is obviously not under
/usr/local/lib
On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay wrote:
> I used the following command:
> ./configure --with-mysql
> --with-apxs=/usr/local/apache/bin/apxs
> --with-gd=/usr/local/lib
> and got
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
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
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
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
Alberto,
You need to add the AddType line in httpd.conf as per the installation
instructions and restart Apache.
HTH
Chris
Alberto Martin wrote:
> Hi:
>
> I installed apache 1.3.26 and php 4.1.2 without problem. Then I restart
> apache with no errors. Now I'm trying to test php by using a tes
Doh - I meant to ask how you're compiling php, not httpd... :)
Thanks,
JT
-Original Message-
From: Jonathan Thomas
Sent: Tuesday, July 02, 2002 4:22 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-INST] problem installing php on apache 2 after unistalli
ng apach 1.3
How ar
How are you compiling httpd?
Should be something like
./configure --with-apxs2=/path/to/apxs/binary
--with-config-file-path=/path/to/httpd.conf/directory
--enable-track-vars...blahblahblah...
If you are, and you're receiving this error - then it's possible that you
did not compile apache2 with
MAIL PROTECTED]>
cc: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] Problem with Installing PHP4 on AIX4.3.3
You did not include the error message you are getting. I am also having
a problem with make on AIX 4.3.3.
There are my error messages. Anyone have any experience with this one?
I am using G
Fahad,
The error message says it is a permission problem. Has the file got
permissions for the user that apache is running as (usually "apache" or
"nobody") to read it?
HTH
Chris
Fahad Javed wrote:
>Hi,
>I am using PHP as a Apache module using linux. When I try to open a file it gives me
>t
You did not include the error message you are getting. I am also having
a problem with make on AIX 4.3.3.
There are my error messages. Anyone have any experience with this one?
I am using GNU assembler 2.9.1 (as) if that helps.
/home/tim/php-4.2.1 > ./configure --with-apache=../apache_1.3.2
php_oci8.dll.
Yes, I use the oracle 8, in the version old (4.0.4) not have problem
sentence... $app=new COM("word.application");
I use the Microsoft Window NT Server...
is the sentence correct? or which the correct sentence is?
what do I lack to make?
Frank.-
"Pierre-Alain J
On Tue, 4 Jun 2002 10:48:13 -0300
"Frank" <[EMAIL PROTECTED]> wrote:
> - Not is possible load the library php_oci8.dll
If you do not use oracle just comment the php_oci8.dll line in your php.ini. This
error has nothing to do with the next problem.
> - When I to do execute the sentence...
> $
Hi Fahim,
how did you exactly installed PHP?
Did you use --with-oracle=$ORACLE_HOME
or what? Are the oracle environments
variable set at all?
Bye,
Sebastian
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try the "register_globals" variable in php.ini and read the PHP 4.2.x press release
regarding external variables.
http://www.php.net/release_4_2_1.php
--Jim
>>> "Salvador Gil" <[EMAIL PROTECTED]> 05/30/02 12:01 PM >>>
I'm trying to use $HTTP_POST_VARS but it have not value.
I found a configura
hi,
try to change that line in your apache config file:
LoadModule php4_module c:/php/sapi/php4apache.dll
to
LoadModule php4_module c:/php/sapi/php4apache2.dll
and leave the line with AddModule out
it also worked for me : )
rico
- Original Message -
From: "Robert Bisom" <[EMAIL PROT
EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 9:10 PM
Subject: Re: [PHP-INST] Problem..
> It seems that your system has not installed library of crypto and ssl.
> These libraries can be refer to Sourceforge to get the copy.
>
> Hope this helps.
>
>
It seems that your system has not installed library of crypto and ssl.
These libraries can be refer to Sourceforge to get the copy.
Hope this helps.
L.
On Fri, 12 Apr 2002, sinapsis wrote:
> Hello people..
>
> I just downloaded the current version of php. tried to install it with the following
Hello...
> >I'm having a problem installing php with mcrypt support. Here's my setup:
>>debian linux
>>Apache/1.3.19
>>php 4.1.2
>>libmcrypt 2.5.0 (alternately tried mcrypt 2.2.6 and libmcrypt 2.4.22)
>
>>I got libmcrypt to install, but when I try to configure php "with
>>mcrypt" I get problems.
> multiple
> >>> definition of `mysql_port'
>
I'm getting the same type of stuff when compiling 4.1.2, just with
mm. The same make and configure worked great on 4.0.6. See my recent
new post.
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conacti
On Saturday, February 9, 2002, at 01:47 PM, Mikael Ratshinskij wrote:
> Already tried that, thanks, but... still the same problem.
> PHP4.0.6 compiles ok, though... Maybe it's got something to do with
> program versions?
> BTW, I'm running RedHat 7.1...
>
> Mike
>
> On Saturday, March 9, 2002,
Install the flex rpm
./configure --with-mysql=/usr,shared
make
cp modules/mysql.so /your/extension/path
restart Apache
-Rasmus
On Tue, 26 Feb 2002, [iso-8859-1] Brett Cavé wrote:
> Hi
>
> I currently have PHP 4.0.6 installed on Redhat 7.2, which came with the
> installation. The installed versi
Hector-
I am including below, detailed instructions (from HP) on how to compile Apache and PHP
dso on HPUX. Note the libtool hack BEFORE running make. I recommend removing your
current PHP source directories and starting over with these instructions:
##
IN
Rasmus Lerdorf wrote:
> For some reason -llber is missing. Do you have a liblber.a or liblber.so
> file on your system? If so, which directory is it in? If, for example it
> is in /usr/lib/libllber.a then use --with-ldap=/usr and try again.
>
> Otherwise manually hack the Makefile and add a -l
For some reason -llber is missing. Do you have a liblber.a or liblber.so
file on your system? If so, which directory is it in? If, for example it
is in /usr/lib/libllber.a then use --with-ldap=/usr and try again.
Otherwise manually hack the Makefile and add a -llber to the LIBS line.
but the c
L PROTECTED]>
Sent: Friday, February 01, 2002 9:59 AM
Subject: Re: [PHP-INST] problem with form variables
>
> this can probably be fixed in your php.ini. to test whether this is true
> or not, try to grab the varaiblas as HTTP_POST_VARS['name'] and
> HTTP_POST_VARS['a
Don't remember if register_globals is on by default. If not you'll need
to use:
echo "t=$HTTP_GET_VARS['t']";
On Friday, January 4, 2002, at 11:02 AM, Marios Karagiannopoulos wrote:
> I have just installed the PHP4.0.6 and apache 1.3.20
> With the appropriate configuration. I tried a test fil
Thank you very much !! It worked !!
-Original Message-
From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 7:11 PM
To: 'Marios Karagiannopoulos'; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] Problem with question mark !
Edit your php.ini file,
Edit your php.ini file, search for register_globals and make sure it is set
to On.
- Jonathan
-Original Message-
From: Marios Karagiannopoulos [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 9:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Problem with question mark !
I have
04, 2002 5:45 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] Problem with mySQL !!
I think you might not have the user/password set correctly on your php
page that you are trying to connect from.
Tara
>>> "Marios Karagiannopoulos" <[EMAIL PROTECTED]> 01/03/02 06:43PM
I would take what's behind door number 2:
Apache was not compiled with DSO support
When you open up your Apache config file, do you have this line in there?
AddModule mod_so.c
If you don't, then you'll need to either recompile Apache for DSO's
(recommended), or you can compile Apache and PHP "
On Wed, 5 Dec 2001 13:01:50 -0600
"Matt Orlando" <[EMAIL PROTECTED]> wrote:
> Greetings:
>
> I am trying to install php on my Redhat 7.1 box, but when I run the
> configure script:
> ./configure --with-mysql=../mysql --with-apxs=/www/apache/bin/apxs --with-zl
> ib=/usr/lib
>
> I get this warnin
Hello amiroot -
In the future please be sure to read ./configure --help which says:
--with-gd=DIR Include GD support (DIR is GD's install dir)
For me this is:
./configure --with-gd=/usr/local/src/gd-1.8.4
For you, it is whatever directory in which you configured and compiled GD.
Ami
>
> Chandra
>
>> Hello,
>> I actually *already* answered this for you in your
>> Re: [PHP-INST] problem loading .php4 question. But in case you still
>> need an answer
>>
>>AddType application/x-httpd-php3 .php3
>>AddType applicati
gt; I actually *already* answered this for you in your
> Re: [PHP-INST] problem loading .php4 question. But in case you still
> need an answer
>
>AddType application/x-httpd-php3 .php3
>AddType application/x-httpd-php3-source .phps
>
> to your httpd.conf or http
Hello,
I actually *already* answered this for you in your
Re: [PHP-INST] problem loading .php4 question. But in case you still
need an answer
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
to your httpd.conf or httpsd.conf file.
P.S. this
I´ve php4 installed in my Red Hat 7.2 linux server and I´m sure I
have everything properly installed (php and apache) according to the
manuals and comments that I found in this site... the problem is
that when I try to open a php3 extension page in the server, I get the error
cannot load MySQL e
I loss to mention the SO
I use FreeBSD 4.4 - Stable with Apache 1.3.22
On Fri, 2001-11-09 at 08:48, Julio Cesar Pinto wrote:
> Hi i'm new in the list.. and have problems install php.
>
> When I install with the following options
>
> ./configure --with-apxs=/usr/local/bin/apxs
> --with-config
> -Original Message-
> From: Hostmaster [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 26, 2001 3:23 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Problem: PHP_SELF variable
>
>
> does anyone know why my $PHP_SELF shows the full path
> and not only the name of the script? Somethi
I'm using a debian potato
In the directory /usr/share/locale, ther is an other one called fr_FR.
In several scripts, I use : setlocale (LC_TIME, "fr_FR");
And it work very well.
B.
le jeu 04-10-2001 at 19:44 Paul Newby a écrit :
[..]
>
> > Try LC_TIME=fr_FR (the iso standard)
> > B.
>
> Thank
> > The PHP locale functions work on an older installation
> > of PHP-3.0.12 on RH 6.1, but they don't seem to
> > work in my installation of PHP-4.0.5 on RH 7.0.
> > I've tried both setlocale("LC_TIME","french")
> > as well as setlocale(LC_TIME,"french"). Note
> > that "french" is in the output
phpinfo() tells you where PHP is looking for php.ini
On Tue, 25 Sep 2001, Michael D. Stackhouse wrote:
> We've installed Free BSD 4.2, with Apache 1.3.19.1 with
> mod_php4-4.0.4pl1
>
> We also have php4-4.0.4pl1 running stand alone.
>
> We also have phpmyadmin-2.1.0 installed. Phpmyadmin report
--with-gd=/usr/local
On Thu, 16 Aug 2001, Zarathustra Ubermensch wrote:
> Hi Folks,
> I'm trying to compile PHP 4.0.6 under Solaris 8 and am running into trouble
> when trying to add in gd 1.8.4 support. gd compiles fine (I think) and
> definitely creates /usr/local/lib/libgd.a, but the PHP make
I fixed this in CVS now. Thanks!
( changed it to 'if test -z "$FDFLIBRARY"; then' instead..:)
--Jani
On Tue, 31 Jul 2001, Jon Wagoner wrote:
>We have a client that is using fdf with their current site (asp) and I was
>curious about the support in php.
>
>I found that the configure script had
You must check if the proper module has been loaded with the apache server.
If not, the php will no longer recognize the mentioned function.
Try to use phpinfo() function to see all loaded modules.
Best regards,
Jean Madson
-Mensagem Original-
De: subechan
Para: [EMAIL PROTECTED]
Enviad
Neil,
You must have your LD_LIBRARY_PATH environment variable set (pointing to
odbcsdk/lib) before starting apache.
Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers
> -Origi
On Friday 13 July 2001 13:34, BEREST Pascal wrote:
It sounds like whatever you are doing to the registry might be wrong - php
should never appear in a DOS window. The installer version of PHP will do the
correct registry stuff for you if you tell it you have IIS3.
Part of your problem may be to
Great it's work! thank you! :)
by BAIS
>Jani Taskinen wrote:
>
>
> --with-openssl
>
> --Jani
>
>
> On Tue, 3 Jul 2001, Nilsson U Magnus wrote:
>
>>Hi,
>>
>>I have been trying to configure PHP 4.06 with support for UCD SNMP but I
>>did not get it to work. When I try to run "'./configure' '--
--with-openssl
--Jani
On Tue, 3 Jul 2001, Nilsson U Magnus wrote:
>Hi,
>
>I have been trying to configure PHP 4.06 with support for UCD SNMP but I did
>not get it to work. When I try to run "'./configure' '--with-mysql'
>'--with-apxs' '--with-snmp=/usr/local' '--enable-track-vars'
>'--enable-
1 - 100 of 137 matches
Mail list logo