[PHP-DEV] Bug #14163: Apache 2.0.28 Beta Service Crashes when loading PHP module

2001-11-21 Thread sonnysavage

From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:  4.0.6
PHP Bug Type: Apache2 related
Bug description:  Apache 2.0.28 Beta Service Crashes when loading PHP module

When I add this entry to my httpd.conf:
code
LoadModule php4_module C:/Program Files/php/sapi/php4apache.dll
/code
Apache will crash when trying to start the service.  If I comment the line
out, Apache starts just fine.  This configuration works just fine with
Apache 1.3.22.
-- 
Edit bug report at: http://bugs.php.net/?id=14163edit=1


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




[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage

ID: 10619
User Update by: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: Apache related
Description: Apache is not able to load the php module

I tried again, and here are the steps that I took:

1) I uninstalled and removed all files for both PHP and Apache.  

2) I unzipped PHP 4.0.5, copied the php.ini-dist to php.ini in my WinNT folder, 
Rebooted, Installed Apache 1.3.19, added this line to my httpd.conf file LoadModule 
php4_module c:/php/sapi/php4apache.dll (as well as other configurations).

3) When starting Apache, I get the exact same error as before.

4) I replaced the 4.0.5 version of the php4apache.dll with the 4.0.4pl1 version, and 
Apache started without a hitch.

Previous Comments:
---

[2001-05-03 06:22:02] [EMAIL PROTECTED]
unable to repsoduce in the same environment.
i guess you haven't replaced everything with the new build.

---

[2001-05-02 16:35:00] [EMAIL PROTECTED]
I have PHP being loaded as an Apache module.  I am using Apache 1.3.19.  I am using 
the standard Win32 binary release for both PHP and Apache.

Here is the line from my httpd.conf file:

LoadModule php4_module c:/php/sapi/php4apache.dll

I get this error message when trying to start apache:
=
Syntax error on line 182 of c:/program files/apache group/apache/httpd.conf:
Cannot load c:/php/sapi/php4apache.dll into server: (127) The specified procedure 
could not be found:

Note the errors or messages above, and press the (ESC) key to exit.
=

If I replace the 4.0.5 dll with version 4.0.4pl1, it works just fine.

---


Full Bug description available at: http://bugs.php.net/?id=10619


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




[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage

ID: 10619
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Apache related
Description: Apache is not able to load the php module

I have solved the problem.  I didn't copy the new php4ts.dll to my sys directory.

Another problem however is that the Zend optimizer doesn't work.  I have version 1.1.0 
and it gives me a pile of errors.  I commented the zend lines out of my php.ini, and 
the php apache module loads fine now.

Previous Comments:
---

[2001-05-03 10:06:03] [EMAIL PROTECTED]
I tried again, and here are the steps that I took:

1) I uninstalled and removed all files for both PHP and Apache.  

2) I unzipped PHP 4.0.5, copied the php.ini-dist to php.ini in my WinNT folder, 
Rebooted, Installed Apache 1.3.19, added this line to my httpd.conf file LoadModule 
php4_module c:/php/sapi/php4apache.dll (as well as other configurations).

3) When starting Apache, I get the exact same error as before.

4) I replaced the 4.0.5 version of the php4apache.dll with the 4.0.4pl1 version, and 
Apache started without a hitch.

---

[2001-05-03 06:22:02] [EMAIL PROTECTED]
unable to repsoduce in the same environment.
i guess you haven't replaced everything with the new build.

---

[2001-05-02 16:35:00] [EMAIL PROTECTED]
I have PHP being loaded as an Apache module.  I am using Apache 1.3.19.  I am using 
the standard Win32 binary release for both PHP and Apache.

Here is the line from my httpd.conf file:

LoadModule php4_module c:/php/sapi/php4apache.dll

I get this error message when trying to start apache:
=
Syntax error on line 182 of c:/program files/apache group/apache/httpd.conf:
Cannot load c:/php/sapi/php4apache.dll into server: (127) The specified procedure 
could not be found:

Note the errors or messages above, and press the (ESC) key to exit.
=

If I replace the 4.0.5 dll with version 4.0.4pl1, it works just fine.

---


Full Bug description available at: http://bugs.php.net/?id=10619


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




[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage

ID: 10619
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: Apache related
Description: Apache is not able to load the php module

Here is a link to a similar thread on phpbuilder.com:
http://www.phpbuilder.com/forum/read.php3?num=3id=104846loc=0thread=104846

Previous Comments:
---

[2001-05-03 11:09:26] [EMAIL PROTECTED]
I have solved the problem.  I didn't copy the new php4ts.dll to my sys directory.

Another problem however is that the Zend optimizer doesn't work.  I have version 1.1.0 
and it gives me a pile of errors.  I commented the zend lines out of my php.ini, and 
the php apache module loads fine now.

---

[2001-05-03 10:06:03] [EMAIL PROTECTED]
I tried again, and here are the steps that I took:

1) I uninstalled and removed all files for both PHP and Apache.  

2) I unzipped PHP 4.0.5, copied the php.ini-dist to php.ini in my WinNT folder, 
Rebooted, Installed Apache 1.3.19, added this line to my httpd.conf file LoadModule 
php4_module c:/php/sapi/php4apache.dll (as well as other configurations).

3) When starting Apache, I get the exact same error as before.

4) I replaced the 4.0.5 version of the php4apache.dll with the 4.0.4pl1 version, and 
Apache started without a hitch.

---

[2001-05-03 06:22:02] [EMAIL PROTECTED]
unable to repsoduce in the same environment.
i guess you haven't replaced everything with the new build.

---

[2001-05-02 16:35:00] [EMAIL PROTECTED]
I have PHP being loaded as an Apache module.  I am using Apache 1.3.19.  I am using 
the standard Win32 binary release for both PHP and Apache.

Here is the line from my httpd.conf file:

LoadModule php4_module c:/php/sapi/php4apache.dll

I get this error message when trying to start apache:
=
Syntax error on line 182 of c:/program files/apache group/apache/httpd.conf:
Cannot load c:/php/sapi/php4apache.dll into server: (127) The specified procedure 
could not be found:

Note the errors or messages above, and press the (ESC) key to exit.
=

If I replace the 4.0.5 dll with version 4.0.4pl1, it works just fine.

---


Full Bug description available at: http://bugs.php.net/?id=10619


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




[PHP-DEV] PHP 4.0 Bug #10619 Updated: Apache is not able to load the php module

2001-05-03 Thread sonnysavage

ID: 10619
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Apache related
Description: Apache is not able to load the php module

I have isolated the cause of the problem(at least my problem).
In my case, I commented out the following line in php.ini
extension=php_mssql70.dll
Then the Apache crash does not happpen.
Hope this helps

Previous Comments:
---

[2001-05-03 11:20:20] [EMAIL PROTECTED]
you don't need to have php4ts.dll in windows/system/, just leave it in the directory 
where apache.exe is.

Zend Optimizer is a third party product, report the errors to Zend.

---

[2001-05-03 11:11:12] [EMAIL PROTECTED]
Here is a link to a similar thread on phpbuilder.com:
http://www.phpbuilder.com/forum/read.php3?num=3id=104846loc=0thread=104846

---

[2001-05-03 11:09:26] [EMAIL PROTECTED]
I have solved the problem.  I didn't copy the new php4ts.dll to my sys directory.

Another problem however is that the Zend optimizer doesn't work.  I have version 1.1.0 
and it gives me a pile of errors.  I commented the zend lines out of my php.ini, and 
the php apache module loads fine now.

---

[2001-05-03 10:06:03] [EMAIL PROTECTED]
I tried again, and here are the steps that I took:

1) I uninstalled and removed all files for both PHP and Apache.  

2) I unzipped PHP 4.0.5, copied the php.ini-dist to php.ini in my WinNT folder, 
Rebooted, Installed Apache 1.3.19, added this line to my httpd.conf file LoadModule 
php4_module c:/php/sapi/php4apache.dll (as well as other configurations).

3) When starting Apache, I get the exact same error as before.

4) I replaced the 4.0.5 version of the php4apache.dll with the 4.0.4pl1 version, and 
Apache started without a hitch.

---

[2001-05-03 06:22:02] [EMAIL PROTECTED]
unable to repsoduce in the same environment.
i guess you haven't replaced everything with the new build.

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=10619


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