php-install Digest 13 Nov 2001 02:22:49 -0000 Issue 551

Topics (messages 4907 through 4913):

Re: php not working on my localhost
        4907 by: Jon Wagoner

Apache wont start when loading php-extensions on NT
        4908 by: Karsten Hohmeier
        4910 by: Karsten Hohmeier

Re: Help with installing PHP on apache 2.0.16 beta
        4909 by: B. PERRINE

PHP 4.0.6 + Apache 1.3.22 + WinNT 4
        4911 by: Ouster

Re: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4
        4912 by: Ross Fleming

help needed: extensions and Xitamion win 2000
        4913 by: r

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 ---
The normal extension for php4 is .php  So, unless you've added .php4 to your
httpd.conf, you'll need to use .php

-----Original Message-----
From: Landy Roman [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 10, 2001 5:39 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] php not working on my localhost


as far as i iam concern i installeld php correctly and apache says php
module is install,

but i put a file test.php4 in htdocs directory and it just displays the
title on the on the title browser but the page is not display.

using suse 7.2
apache 1.3.19
php 4

any ideas i thank you in advance


-- 
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]
--- End Message ---
--- Begin Message ---
When I try loading php-extensions on my NT 4.0 SP6a Apache 1.3.2.0 Webserver
it says that the service couldn't be started, without any reason. Who knows
something about this? Its really strange. Runnig PHP without extensions
works fine.


--- End Message ---
--- Begin Message ---
No help needed any more. I fixed it, really stupid mistake :)


"Karsten Hohmeier" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When I try loading php-extensions on my NT 4.0 SP6a Apache 1.3.2.0
Webserver
> it says that the service couldn't be started, without any reason. Who
knows
> something about this? Its really strange. Runnig PHP without extensions
> works fine.
>
>


--- End Message ---
--- Begin Message ---
You must compiled PHP with the APXS 2.0 option.

try ./configure --help | less in php source tree to take it
B.

le jeu 01-11-2001 à 19:24, Oliver Stirling a écrit :
> I haven't been able to get php installed on my red hat 7.1 box, I am running
> apache 2.0.16 beta. Is there anything I am doing wrong, I did the same
> things as I did to get it installed in 1.3.22
> 
> Thanks Oliver Stirling
> [EMAIL PROTECTED]
> 
> 
> -- 
> 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]


--- End Message ---
--- Begin Message ---
Do I need all the lines that load .c files?
Is it not enough to load only .so files?
I receive an error, after I wrote LoadModule php4, because there is a 
ClearModuleList instruction that (I think) removes what I loaded.

Thanks

--- End Message ---
--- Begin Message ---
    LoadModule php4_module c:/php/sapi/php4apache.dll
    AddType application/x-httpd-php .php

not php4.

-----Original Message-----
From: Ouster [mailto:[EMAIL PROTECTED]]
Sent: 12 November 2001 21:49
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4


Do I need all the lines that load .c files?
Is it not enough to load only .so files?
I receive an error, after I wrote LoadModule php4, because there is a 
ClearModuleList instruction that (I think) removes what I loaded.

Thanks


-- 
PHP Windows 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]



--- End Message ---
--- Begin Message ---
Hi,
Running php 4.06 on Win2000 w/Xitami server.  Everything works great except
I can't load any extension modules.  I've tried messing with the ini file.
Just can't seem to get it. Put the dll's in C:\ and C:\winnt\system32 in
c:\php. Here is the portion of the ini file which I think gets it to go: Any
help would be appreciated.


; The directory under which PHP opens the script using /~usernamem used only
; if nonempty.
user_dir =

; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\php"

; Whether or not to enable the dl() function.  The dl() function does NOT
work
; properly in multithreaded servers, such as IIS or Zeus, and is
automatically
; disabled on them.
enable_dl = On
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automaticly, use the following
; syntax:
;
;   extension=modulename.extension
;
; For example, on Windows:
;
;   extension=msql.dll
;
; ... or under UNIX:
;
;   extension=msql.so
;
; Note that it should be the name of the module only; no directory
information
; needs to go here.  Specify the location of the extension with the
; extension_dir directive above.


;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for
it.
;
;extension=php_bz2.dll
;extension=php_ctype.dll
;extension=php_cpdf.dll
;extension=php_curl.dll
;extension=php_cybercash.dll
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_domxml.dll
;extension=php_dotnet.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd.dll
;extension=php_gettext.dll
;extension=php_hyperwave.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_ingres.dll
;extension=php_interbase.dll
;extension=php_java.dll
;extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
extension=php_pdf.dll  ;see I tried to load this guy also
;extension=php_pgsql.dll
;extension=php_printer.dll
;extension=php_sablot.dll
;extension=php_snmp.dll
;extension=php_sybase_ct.dll
;extension=php_yaz.dll
;extension=php_zlib.dll


;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;; ...


--- End Message ---

Reply via email to