Date: 10/31/00
- Next message: Juan Leon: "[PHP-DEV] Re: PHP 4.0 Bug #7356 Updated: ext/mysql/php_mysql.c compiles into .o which does not define mysql_module_entry"
- Previous message: sergio <email protected>: "[PHP-DEV] PHP 4.0 Bug #7544:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7340
User Update by: bjorn.nilsson <email protected>
Status: Feedback
Bug Type: Apache related
Description: Apache scripting engine crashes
I've tried with mssql70.dll, gd.dll and java.dll.
They all make Apache take a dive.
IIS doesn't seem to behave badly, but my primary reason for wanting to use Apache is that I want to move applications from my test-server to a Linux web-hotel.
Björn
Previous Comments:
---------------------------------------------------------------------------
[2000-10-30 13:23:04] dbeu <email protected>
please be more specific which extension(s) cause the crash.
not all extenions are threadsafe and if you try to load an nonthreadsafe extension it'll surely crash.
---------------------------------------------------------------------------
[2000-10-24 09:24:50] bjorn.nilsson <email protected>
Hi again!
After reading some other bug reports, I found that disabling all extensions might prevent Apache from crashing. And it did. So in order to make this bug-report more precise, Apache still crashes if any module is enabled.
björn
---------------------------------------------------------------------------
[2000-10-19 08:44:51] bjorn.nilsson <email protected>
I'm using Apache 1.3.14 with php 4.0.3pl1. I'm trying to run php as a module. When running any php script (including a simple phpinfo(); ) the php part seems to crash. (Normal html files does still work.)
The strange thing is that the script is (at least partly) processed. I.e. in the phpinfo() case, the page looks normal, but a certain Dr. Watson comes up.
If I instead use the built-in IIS, there's no problem so far. (Touch wood!)
To the httpd.conf I've added:
LoadModule php4_module modules/mod_php4/sapi/php4apache.dll
AddType application/x-httpd-php .php4 .php3 .php .phtml
AddType application/x-httpd-source .phps
# The .dll does indeed exist in the directory pointed out above.
I have also added the d:Apachemodules and the d:Apachemodulesmod_php4 directories to the path of the system.
This method of using php as a module is described in http://shanx.com/php/install_win32.txt
Regards
Björn
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7340
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Juan Leon: "[PHP-DEV] Re: PHP 4.0 Bug #7356 Updated: ext/mysql/php_mysql.c compiles into .o which does not define mysql_module_entry"
- Previous message: sergio <email protected>: "[PHP-DEV] PHP 4.0 Bug #7544:"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

