php-windows Digest 30 Dec 2003 03:57:35 -0000 Issue 2061

Topics (messages 22435 through 22440):

Re: php_mysql.dll for php 5.0.0b3 not working
        22435 by: Vincent Jansen

Newbie: Apache will not start when I load PHP
        22436 by: Russell
        22437 by: Russell
        22438 by: Stuart

Has anyone installed AWF 1.10??  I need some help
        22439 by: Student

Help needed: Why does my web page hang?
        22440 by: Paul

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 ---
Hi all,

Let me elaborate a little

My 5.0.0b3 distro had a php_mysql.dll file which didn't work. Apache
said it couldn't be found but other extensions where found in that dir.
Interestingly enough the php_mssql.dll file didn't work either but was
exactly the same size as the mysql file. (seems odd)

Any help is appreciated
Thanks

Vincent Jansen


-----Original Message-----
From: Vincent Jansen [mailto:[EMAIL PROTECTED] 
Sent: maandag 29 december 2003 16:54
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] php_mysql.dll for php 5.0.0b3 not working


Where (if) can I find a php_mysql.dll for php 5.0.0b3?
The file with the distibution isn't working

Thanx

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
I have just installed apache2 (version 2.0.43) which is running OK, and have
tried to integrate an installation of PHP (version 4.2.3) by editing the
httpd.conf file to include the following:

===================================================================
#LoadModule expires_module modules/mod_expires.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule headers_module modules/mod_headers.so
LoadModule php4_module e:/Program
Files/PHP/Windows/php-4.2.3-Win32/sapi/php4apache2.dll
===================================================================

the last line pointing to my installation of PHP. I have also included the
following lines:

===================================================================
#
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
AddType application/x-tar .tgz
AddType image/x-icon .ico
AddType application/x-httpd-php .php .phtml .html
AddType application/x-httpd-source .phps
===================================================================

However, when I attempt to restart Apache, it fails. If I comment out the
"LoadModule" line, it restarts OK. I have checked and double-checked the
path to the .dll file, to no avail.

I am using Windows 2000 Pro, if that makes a difference.

Apologies if this is a basic mistake - I'm just learning.

Cheers

Russell

--- End Message ---
--- Begin Message ---
Me again - I have solved this problem by including a relative path to the
PHP dll from the Apache directory, althoug I'm still not clear as to why the
windows path did not work. Any suggestions would be helpful, as according to
my documentation, both should be OK.

Thanks

Russell


"Russell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have just installed apache2 (version 2.0.43) which is running OK, and
have
> tried to integrate an installation of PHP (version 4.2.3) by editing the
> httpd.conf file to include the following:
>
> ===================================================================
> #LoadModule expires_module modules/mod_expires.so
> #LoadModule file_cache_module modules/mod_file_cache.so
> #LoadModule headers_module modules/mod_headers.so
> LoadModule php4_module e:/Program
> Files/PHP/Windows/php-4.2.3-Win32/sapi/php4apache2.dll
> ===================================================================
>
> the last line pointing to my installation of PHP. I have also included the
> following lines:
>
> ===================================================================
> #
> # AddType allows you to add to or override the MIME configuration
> # file mime.types for specific file types.
> #
> AddType application/x-tar .tgz
> AddType image/x-icon .ico
> AddType application/x-httpd-php .php .phtml .html
> AddType application/x-httpd-source .phps
> ===================================================================
>
> However, when I attempt to restart Apache, it fails. If I comment out the
> "LoadModule" line, it restarts OK. I have checked and double-checked the
> path to the .dll file, to no avail.
>
> I am using Windows 2000 Pro, if that makes a difference.
>
> Apologies if this is a basic mistake - I'm just learning.
>
> Cheers
>
> Russell

--- End Message ---
--- Begin Message --- Russell wrote:
Me again - I have solved this problem by including a relative path to the
PHP dll from the Apache directory, althoug I'm still not clear as to why the
windows path did not work. Any suggestions would be helpful, as according to
my documentation, both should be OK.

LoadModule php4_module e:/Program
Files/PHP/Windows/php-4.2.3-Win32/sapi/php4apache2.dll

This path contains a space and therefore needs to be enclosed in quotes otherwise Apache will read the path as e:/Program. I'm willing to bet that the relative path you are now using does not contain a space.


--
Stuart

--- End Message ---
--- Begin Message ---
Has anyone installed AWF 1.10??  I need some help...


-- 

--- End Message ---
--- Begin Message ---
I am a php newbie developing a shopping cart for a web site.

If I start at  http://www.arylis.com/test/page1.htm and click a few buttons,
the response is prompt at first, but eventually the web page seems to just
hang, and takes half a minute or so to respond. Sometimes I get a timeout
error message.

The computer is still useable for other tasks. Just the web page hangs.

This happens on my Win ME localhost (my own computer), and also on my ISP's
remote Windows server.

Is this a streaming or buffering issue? Is it a php bug?

Any ideas how to fix this? I hate to keep customers waiting!

Thanks

Paul
in Canada

--- End Message ---

Reply via email to