php-install Digest 19 Nov 2001 21:37:56 -0000 Issue 563
Topics (messages 5019 through 5030):
Apache 2.0.28 module
5019 by: Jobarr
5021 by: Sebastian Bergmann
install two php
5020 by: Chris Allen
IIS - CGI or ISAPI
5022 by: Lennart Pedersen
5025 by: Paco Ortiz
Re: More Info
5023 by: usa.registeredsite.com
ftp_connect: Call to undefined function
5024 by: Holger Thurow
Php 4.0.6 Installation on Apache 1.3 / sunos 5.6
5026 by: Ramalingam, Shanmugasundaram
configure: error: cannot find output from lex; giving
5027 by: philippe blainville
Re: RPM Installation Did Not Install PHP Modules
5028 by: Fredrik Wahlberg
Re: [PHP] Re: Apache 2.0.28 module
5029 by: The Doctor
Cannot Find MySQL Header Files
5030 by: Gabriel Richards
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I need a build of PHP that can be used as a module with Apache 2.0.28 beta.
Anyone know where I could find one? It is not compatible with previous 2.0
builds.
thanks
-Jobarr
--- End Message ---
--- Begin Message ---
Jobarr wrote:
> I need a build of PHP that can be used as a module with Apache 2.0.28
> beta.
Please do not massively cross-post to the various php.net mailinglists
or newsgroups.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--- End Message ---
--- Begin Message ---
Is there away of installing two php. One that has is an apache modular and
the other as cgi? And have them both work in apache?
--
--- End Message ---
--- Begin Message ---
Hi all.
I'd like to install PHP for IIS5. Should I use the CGI or ISAPI method.
Whats the difference besides speed.
Best regards
Lennart
--- End Message ---
--- Begin Message ---
Hi,
in my experience, PHP4.0.6 in ISAPI is not 100% stable under
heavy loads and several database connections.
CGI mode is rock solid, the only drawback is speed and mainly
the unability to hold persistent database connections.
If you want persistent connections you may use Apache 1.3.x Win32,
but it's strangely slow under heavy loads (I heard Apache 2.0 Win32
will solve this), ever slower than IIS+CGI. Under normal loads it's
fine.
That's only my experience after several months with php4.0.x,
maybe if you install it as ISAPI filter it's ok for you...
Greetings
F.J. Ortiz
11/19/01 12:14:10 PM, "Lennart Pedersen" <[EMAIL PROTECTED]> escribió:
>Hi all.
>
>I'd like to install PHP for IIS5. Should I use the CGI or ISAPI method.
>Whats the difference besides speed.
>
>Best regards
>
>Lennart
>
>
>
>--
>PHP Install Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
___________________________________
Francisco Javier Ortiz Torre
ComuNET,S.A.
mailto:[EMAIL PROTECTED]
ComuNET, S.A
Gral. Concha 39,6º
48012 Bilbao España
Tel: +34 944 700 101
Fax: +34 944 700 185
http://www.comunet.es
___________________________________
--- End Message ---
--- Begin Message ---
To: [EMAIL PROTECTED]
From: ()
Subject: Fw: More Info
Below is the result of your feedback form. It was submitted by
() on Monday, November 19, 2001 at 07:28:43
---------------------------------------------------------------------------
message:
Real Networker Leads, Real Powerful Cash
We Have A True Lead System And We Will Make You Money!
email us at [EMAIL PROTECTED]
Include Your Name Email And PHONE NUMBER [INCLUDE YOUR PHONE OR WE
WILL NOT GET BACK TO YOU]
**********************************************************************
To Be Removed From Our List Email [EMAIL PROTECTED]
**********************************************************************
---------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
ftp_connect(): Call to undefined function.
get_loaded_extensions() doesn't list this module too.
I compiled PHP with the option --with-ftp. Although the ftp-module
seems not to be installed. Where can I get this module as source code
or as a binary for Sun Solaris?
Thanks in advance
Holger
--- End Message ---
--- Begin Message ---
running php script below says cannot instantiate non-existant class Java
<HTML>
<HEAD>
<TITLE>Autogenerated HTML</TITLE>
</HEAD>
<BODY>
<Form name="logon" TARGET ="<?php echo $PHP_SELF;?>" method =GET>
<APPLET CODE="Applet1.class" WIDTH=426 HEIGHT=266></APPLET>
<input type=submit value="submit">
<?php
echo "Hello world!";
echo "Current PHP version: ".phpversion();
echo "Interface b/n webserver and PHP : " .php_sapi_name();
$appltvar = new java("java.applet.Applet");
$applt = $appltvar.getApplet(Applet1);
// demonstrate property access
if($applt.textField1.getText() == "" )
print 'USERID IS EMPTY';
$system = new Java("java.lang.System");
// demonstrate property access
print "Java version=".$system->getProperty("java.version");
?>
could you guide us for the paths to be set..
thanks & regards,
shan.
--- End Message ---
--- Begin Message ---
Help
when I run configure to install php 4.0.6 , I've got this error message
"checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up".
Does anybody know what to do ?
--- End Message ---
--- Begin Message ---
Gabriel Richards wrote:
> I installed PHP/Apache/MySQL via the Red Hat installation process (7.2),
> but Apache isn't processing PHP files, they show up as plain text in the
> browser. I checked with the FAQ and related documentation which said to
> ensure that the AddModule and LoadModule directives where there and not
> commented out. They are there, although they are within <IfDefine
> HAVE_PHP> tags. When I followed the path the modules are supposed to be in
> (modules/mod_php.so for example), I discovered there were no php modules
> in /etc/httpd/modules, nor any other place on my system (after a find...).
>
Try "rpm -qa |grep php" in the commandline.
You should see at least php there, but you probably want to find php-mysql,
php-pgsql etc also.
If you get no output, the php is not installed. Insert the cd, goto the
RPMS directory and do "rpm -Uvh php*" and restart apache.
/Fredrik
--
----------------------------------------------
Fredrik Wahlberg Tel: 08-54 54 56 12
Fusage Fax: 08-54 54 56 10
Kungstensgatan 38a Mobil: 070-576 16 51
113 59 STOCKHOLM http://www.fusage.com
----------- [EMAIL PROTECTED] ---------------
--- End Message ---
--- Begin Message ---
On Mon, Nov 19, 2001 at 11:34:41AM +0100, Sebastian Bergmann wrote:
> Jobarr wrote:
> > I need a build of PHP that can be used as a module with Apache 2.0.28
> > beta.
>
> Please do not massively cross-post to the various php.net mailinglists
> or newsgroups.
>
> --
> Sebastian Bergmann
> http://sebastian-bergmann.de/ http://phpOpenTracker.de/
>
> Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
>
Has the PHP group contected the Apache Group on this matter.
The Apache Group are a swell bunch of people.
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
Member - Liberal International On 11 Sept 2001 the WORLD was violated.
This is [EMAIL PROTECTED] Ici [EMAIL PROTECTED]
Society MUST be saved! Extremists must dissolve.
Merry Christmas 2001 and Happy New Year 2002.
--- End Message ---
--- Begin Message ---
I installed MySQL via the RPMs. I installed MySQL, as well as the server,
client and develop RPMs.
The PHP RPM doesn't seem to set everything up right, so I've been trying to
build it from source, but keep getting "Cannot find header files under
[where I think the header files are]." So, where are the MySQL files its
looking for?
Thank you if you can help!
Gabe
-----
Ender Technology
Websites, Database Applications, Hosting
(310) 516-7411
[EMAIL PROTECTED]
http://www.endertechnology.com/
--- End Message ---