php-install Digest 21 Feb 2002 13:19:04 - Issue 711
Topics (messages 6093 through 6100):
Bizarre problem.
6093 by: Andres Plaza R.
Re: one more 'can't do this':
6094 by: Ryan Snow
Thanks, Im running now!
6095 by: Ryan Snow
Apache2 and PHP CVS
6096 by: Aust
> -Original Message-
> From: Andres Plaza R. [mailto:[EMAIL PROTECTED]]
> Sent: 20 February 2002 20:55
[...]
>
> BUT, the other day I used vi to see the debug.log, and the error
> appears like this:
>
> gcc -o conftest -g -O2 -DLINUX=22 -DMOD_SSL=208105
> -DUSE_HSREGEX -DEAPI -W
Hi Mike!
On Thu, 21 Feb 2002, Ford, Mike [LSS] wrote:
> Well, ^M is a representation of the carriage-return character -- the fact that it's
>not being displayed by your editor suggests that, in fact, it *is* a carriage-return
>which is being suppressed on the grounds that it's an
Hi,
What version of PHP is better 3 or 4 for a raq3 server?
Does someone have an instal package for the raq 3 for PHP or can someone
thell me how to instal? (instal manual in dutch is welcome)
Cees
http://www.zoek-nl.net
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visi
I am trying to compile PHP 4.1.0 and then Apache-1.3.19 on a BSDI 3.0 box.
PHP 3 compiled and ran fine, however any version of 4.x compiles ok
but when added to Apache (--activate-module) the "make" fails.
During the Apache "make" the program will spit out hundreds of errors
related to Zend. It
How can I build and configure php 4.0.x and php 4.1.x to use at the same
time... on Apache http server and Debian or RedHat Linux?
I know that with php 3 and php 4 was this possibility - but what about 4.0.x
and 4.1.x ???
Marcin
--
PHP Install Mailing List (http://www.php.net/)
To unsubscrib
I have had similar problems with compiling GMP on win32 under cygwin.
I only have two suggestions put the oracle library under /usr/mingw I saw
this on a google group forum. The other thing is, that in the manual you
will probably need some additional files for SSL. BTW I think mysql is
natively
Is your apache is compiled with SSL support in both case ?
It may be in the second, because of the secret key. I think it's a
problem linked to ssl.
I used apache+mod_ssl with php4.0.4pl1 and php4.1.1 in testing phase.
And I have no problem. In my case, I don't compile openssl with php.
le mar
Read the excellent documentation on www.php.net.
le jeu 21-02-2002 à 14:10, Marcin Antczak a écrit :
> How can I build and configure php 4.0.x and php 4.1.x to use at the same
> time... on Apache http server and Debian or RedHat Linux?
> I know that with php 3 and php 4 was this possibility - but
Is ./configure alone work ?
le mer 20-02-2002 à 19:29, Stefan Siefert a écrit :
> Hi,
>
> first of all you should tell us some infos:
>
> What system are you running (Redhat Suse Debian etc.)
> Is the server/computer yours or do you use any hostingservice?
>
> It could be that php wasn't insta
First : read the docs on www.php.net.
Second : read the mail archives to see some good stuff about your
questions and how to post a question on a mailling list.
Third : post a real good question on mailing list.
le mer 20-02-2002 à 00:34, Ryan Snow a écrit :
>
> Hi, Im brand new to the list
Your configuration exit after trying to find a compilator ...
Have you a compilator that suit to compile PHP on your box ???
le mar 19-02-2002 à 19:51, Tomas Nicolajsen a écrit :
>
> When I try to configure php-4.1.1 with my
> Apache-AdvancedExtranetServer/1.3.20 I get the following error:
>
Hello all:
I am attempting to utilize IMP 3.0 as web based e-mail. In order to do
this, I had to recompile PHP with --with-imap (imap-2001a from UW),
--with-xml, and --with-xml (God know why, but that's what IMP wanted). All
went well, everything configured and compiled happily. Then I tried t
"B. Perrine" <[EMAIL PROTECTED]> skrev i melding
1014319987.17633.20.camel@FatAgnus">news:1014319987.17633.20.camel@FatAgnus...
Your configuration exit after trying to find a compilator ...
Have you a compilator that suit to compile PHP on your box ???
I may sound stupid, but what is a compilato
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php
extensions, but will not parse from .htm or .html extensions. I have tried
the standard response, i.e. setting
AddType application/x-httpd-php .htm .html
This continues to process html code, but leaves out all php code fo
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php
extensions, but will not parse from .htm or .html extensions. I have tried
the standard response, i.e. setting
AddType application/x-httpd-php .htm .html
This continues to process html code, but leaves out all php code fo
You have to change Apaches mime.type file (in "conf" dir)
and remove there the extension ".htm" for html Files (text/html)
the it will work as expected
[ p i x e l p e t e r ]
[EMAIL PROTECTED]
"Dan Long" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I
I decided to upgrade from php 3 to 4, following the the installdoc
./configure --with-mysql --with-apxs gave an error
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not
Thanks for the response,
Tried it, nothing changed. If you have any other ideas... :)
-DanL
> You have to change Apaches mime.type file (in "conf" dir)
> and remove there the extension ".htm" for html Files (text/html)
> the it will work as expected
[ p i x e l p e t e r ]
[EMAIL PROTECTED]
"Dan
On 21 Feb 2002 20:22:25 +0100
[EMAIL PROTECTED] (B. Perrine) wrote:
> Read the excellent documentation on www.php.net.
Oh, really?
Maybe I'm blind but I really can't see anything in manual and faq about
this installation option...
Marcin
> le jeu 21-02-2002 ŕ 14:10, Marcin Antczak a écrit :
Hi All,
I'm getting an error when running make with the GD library against 4.0.6. The
configure is:
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd --with-gd-dir=/usr
--with-jpeg-dir=/usr --with-png-dir=/usr --enable-safe-mode
--with-config-file-path=/etc/httpd --with-exec-dir=
php-install Digest 22 Feb 2002 04:07:33 - Issue 712
Topics (messages 6101 through 6119):
Re: [PHP] Bizarre problem.
6101 by: Andres Plaza R.
PHP 3 or 4 on a cobalt RAQ3
6102 by: Cees van den Acker
Re: PHP 4 on BSDI 3.0 w Apache1.3.19
6103 by: Jim Toro
php 4.0.x an
You can't run those side-by-side. You'd have to make one a CGI and the
other a module or something.
-Rasmus
On Fri, 22 Feb 2002, Marcin Antczak wrote:
> On 21 Feb 2002 20:22:25 +0100
> [EMAIL PROTECTED] (B. Perrine) wrote:
>
> > Read the excellent documentation on www.php.net.
>
> Oh, really?
23 matches
Mail list logo