#43134 [Com]: Apache2 crashes upon processing any php page.

2008-11-26 Thread cognito at freeuk dot com
 ID:   43134
 Comment by:   cognito at freeuk dot com
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

I had exactly the same problem with VISTA 32bit (SP1) and Apache 2.2.10
with PHP 5.2.6.

Turning off thread support cured both httpd and CLI crashes.


Previous Comments:


[2008-10-30 05:30:49] electraincome at yahoo dot com

Removing the threading support in PHP's extensions removed the problem.
Although this does not prove where the conflict is exactly, it shows
that there seems to be an issue between different extensions with the
current build.

» Apache 2.2
» PHP 5.2.6 (Module Installation)



[2008-02-27 14:22:37] dev at glossword dot info

I've got the same problem, Windows XP.

PHP   / MySQL  / LIBMYSQL / Result
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.3.0-dev / 5.1.23 / 5.0.45   / works
5.3.0-dev / 5.1.23 / 5.1.23   / crash

> Like you can see, that seems to be an incompatibility 
> between php_mysql.dll and mysqllib.dll > 5.0.45.



[2008-02-24 22:14:11] andrejs at gmail dot com

Disabled threads, overall things seem to run ok, however phpinfo()
fails with a WSOD. Apache error log is not helpful.



[2008-01-19 09:41:39] sebastian dot a dot schaefer at gmail dot com

I had the same error on my vista machine but could resolve it by
deactivating the threads module in php.ini:

[PHP_THREADS]
;extension=php_threads.dll

PHP version is 5.2.5
Apache is 2.2.8

fresh download/install today...



[2008-01-03 15:51:45] Acar132 at hotmail dot com

Hello,

I've got the same problem.

Installed:  PHP 5.2.5  , Apache 2.2.6  on WinVista.
Apache crashes when php function/page called.

Installed: PHP 5.2.5  , Apache 2.2.6 on WinXP
Apache crasches when php function page called.


Still no solutions ???



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43134

-- 
Edit this bug report at http://bugs.php.net/?id=43134&edit=1



#43134 [Com]: Apache2 crashes upon processing any php page.

2008-10-29 Thread electraincome at yahoo dot com
 ID:   43134
 Comment by:   electraincome at yahoo dot com
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

Removing the threading support in PHP's extensions removed the problem.
Although this does not prove where the conflict is exactly, it shows
that there seems to be an issue between different extensions with the
current build.

» Apache 2.2
» PHP 5.2.6 (Module Installation)


Previous Comments:


[2008-02-27 14:22:37] dev at glossword dot info

I've got the same problem, Windows XP.

PHP   / MySQL  / LIBMYSQL / Result
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.3.0-dev / 5.1.23 / 5.0.45   / works
5.3.0-dev / 5.1.23 / 5.1.23   / crash

> Like you can see, that seems to be an incompatibility 
> between php_mysql.dll and mysqllib.dll > 5.0.45.



[2008-02-24 22:14:11] andrejs at gmail dot com

Disabled threads, overall things seem to run ok, however phpinfo()
fails with a WSOD. Apache error log is not helpful.



[2008-01-19 09:41:39] sebastian dot a dot schaefer at gmail dot com

I had the same error on my vista machine but could resolve it by
deactivating the threads module in php.ini:

[PHP_THREADS]
;extension=php_threads.dll

PHP version is 5.2.5
Apache is 2.2.8

fresh download/install today...



[2008-01-03 15:51:45] Acar132 at hotmail dot com

Hello,

I've got the same problem.

Installed:  PHP 5.2.5  , Apache 2.2.6  on WinVista.
Apache crashes when php function/page called.

Installed: PHP 5.2.5  , Apache 2.2.6 on WinXP
Apache crasches when php function page called.


Still no solutions ???



[2007-11-21 19:33:43] rodrigo dot mazzilli at gmail dot com

I have just installed PHP 5.2.5 on top of Apache 2.2.
Apache simply crashes whenever I call phpinfo()!
Any resolution to this in sight???
BTW, I am running the application on Windows XP.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43134

-- 
Edit this bug report at http://bugs.php.net/?id=43134&edit=1



#43134 [Com]: Apache2 crashes upon processing any php page.

2008-02-27 Thread dev at glossword dot info
 ID:   43134
 Comment by:   dev at glossword dot info
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

I've got the same problem, Windows XP.

PHP   / MySQL  / LIBMYSQL / Result
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.3.0-dev / 5.1.23 / 5.0.45   / works
5.3.0-dev / 5.1.23 / 5.1.23   / crash

> Like you can see, that seems to be an incompatibility 
> between php_mysql.dll and mysqllib.dll > 5.0.45.


Previous Comments:


[2008-02-24 22:14:11] andrejs at gmail dot com

Disabled threads, overall things seem to run ok, however phpinfo()
fails with a WSOD. Apache error log is not helpful.



[2008-01-19 09:41:39] sebastian dot a dot schaefer at gmail dot com

I had the same error on my vista machine but could resolve it by
deactivating the threads module in php.ini:

[PHP_THREADS]
;extension=php_threads.dll

PHP version is 5.2.5
Apache is 2.2.8

fresh download/install today...



[2008-01-03 15:51:45] Acar132 at hotmail dot com

Hello,

I've got the same problem.

Installed:  PHP 5.2.5  , Apache 2.2.6  on WinVista.
Apache crashes when php function/page called.

Installed: PHP 5.2.5  , Apache 2.2.6 on WinXP
Apache crasches when php function page called.


Still no solutions ???



[2007-11-21 19:33:43] rodrigo dot mazzilli at gmail dot com

I have just installed PHP 5.2.5 on top of Apache 2.2.
Apache simply crashes whenever I call phpinfo()!
Any resolution to this in sight???
BTW, I am running the application on Windows XP.



[2007-11-14 17:00:07] tcunderline at gmx dot ch

I've had the same Problem her, but with different OS (XP) and Versions
(see below).

After some try and error, i can confirm this bug. Here are my results:

Tested with Apache 2.2.6

PHP   / MySQL  / LIBMYSQL / Result
5.2.4 / 5.0.45 / 5.0.45   / works
5.2.4 / 5.0.45 / 5.1.22   / crash
5.2.4 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.4 / 5.1.22 / 5.0.45   / ??
5.2.4 / 5.1.22 / 5.1.22   / ??
5.2.4 / 5.1.22 / 6.0.2b   / ??
5.2.4 / 6.0.2b / 5.0.45   / ??
5.2.4 / 6.0.2b / 5.1.22   / ??
5.2.4 / 6.0.2b / 6.0.2b   / ??

5.2.5 / 5.0.45 / 5.0.45   / works
5.2.5 / 5.0.45 / 5.1.22   / crash
5.2.5 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.2.5 / 5.1.22 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 6.0.2b / 5.0.45   / works
5.2.5 / 6.0.2b / 5.1.22   / crash
5.2.5 / 6.0.2b / 6.0.2b   / php_mysql.dll Invalid access to memory

Like you can see, that seems to be an incompatibility between
php_mysql.dll and mysqllib.dll > 5.0.45.

I would say that 50% of the bug is caused by PHP and 50% by MySQL,
since the newest versions don't work at all.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43134

-- 
Edit this bug report at http://bugs.php.net/?id=43134&edit=1


#43134 [Com]: Apache2 crashes upon processing any php page.

2008-02-24 Thread andrejs at gmail dot com
 ID:   43134
 Comment by:   andrejs at gmail dot com
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

Disabled threads, overall things seem to run ok, however phpinfo()
fails with a WSOD. Apache error log is not helpful.


Previous Comments:


[2008-01-19 09:41:39] sebastian dot a dot schaefer at gmail dot com

I had the same error on my vista machine but could resolve it by
deactivating the threads module in php.ini:

[PHP_THREADS]
;extension=php_threads.dll

PHP version is 5.2.5
Apache is 2.2.8

fresh download/install today...



[2008-01-03 15:51:45] Acar132 at hotmail dot com

Hello,

I've got the same problem.

Installed:  PHP 5.2.5  , Apache 2.2.6  on WinVista.
Apache crashes when php function/page called.

Installed: PHP 5.2.5  , Apache 2.2.6 on WinXP
Apache crasches when php function page called.


Still no solutions ???



[2007-11-21 19:33:43] rodrigo dot mazzilli at gmail dot com

I have just installed PHP 5.2.5 on top of Apache 2.2.
Apache simply crashes whenever I call phpinfo()!
Any resolution to this in sight???
BTW, I am running the application on Windows XP.



[2007-11-14 17:00:07] tcunderline at gmx dot ch

I've had the same Problem her, but with different OS (XP) and Versions
(see below).

After some try and error, i can confirm this bug. Here are my results:

Tested with Apache 2.2.6

PHP   / MySQL  / LIBMYSQL / Result
5.2.4 / 5.0.45 / 5.0.45   / works
5.2.4 / 5.0.45 / 5.1.22   / crash
5.2.4 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.4 / 5.1.22 / 5.0.45   / ??
5.2.4 / 5.1.22 / 5.1.22   / ??
5.2.4 / 5.1.22 / 6.0.2b   / ??
5.2.4 / 6.0.2b / 5.0.45   / ??
5.2.4 / 6.0.2b / 5.1.22   / ??
5.2.4 / 6.0.2b / 6.0.2b   / ??

5.2.5 / 5.0.45 / 5.0.45   / works
5.2.5 / 5.0.45 / 5.1.22   / crash
5.2.5 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.2.5 / 5.1.22 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 6.0.2b / 5.0.45   / works
5.2.5 / 6.0.2b / 5.1.22   / crash
5.2.5 / 6.0.2b / 6.0.2b   / php_mysql.dll Invalid access to memory

Like you can see, that seems to be an incompatibility between
php_mysql.dll and mysqllib.dll > 5.0.45.

I would say that 50% of the bug is caused by PHP and 50% by MySQL,
since the newest versions don't work at all.



[2007-11-09 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43134

-- 
Edit this bug report at http://bugs.php.net/?id=43134&edit=1


#43134 [Com]: Apache2 crashes upon processing any php page.

2008-01-19 Thread sebastian dot a dot schaefer at gmail dot com
 ID:   43134
 Comment by:   sebastian dot a dot schaefer at gmail dot com
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

I had the same error on my vista machine but could resolve it by
deactivating the threads module in php.ini:

[PHP_THREADS]
;extension=php_threads.dll

PHP version is 5.2.5
Apache is 2.2.8

fresh download/install today...


Previous Comments:


[2008-01-03 15:51:45] Acar132 at hotmail dot com

Hello,

I've got the same problem.

Installed:  PHP 5.2.5  , Apache 2.2.6  on WinVista.
Apache crashes when php function/page called.

Installed: PHP 5.2.5  , Apache 2.2.6 on WinXP
Apache crasches when php function page called.


Still no solutions ???



[2007-11-21 19:33:43] rodrigo dot mazzilli at gmail dot com

I have just installed PHP 5.2.5 on top of Apache 2.2.
Apache simply crashes whenever I call phpinfo()!
Any resolution to this in sight???
BTW, I am running the application on Windows XP.



[2007-11-14 17:00:07] tcunderline at gmx dot ch

I've had the same Problem her, but with different OS (XP) and Versions
(see below).

After some try and error, i can confirm this bug. Here are my results:

Tested with Apache 2.2.6

PHP   / MySQL  / LIBMYSQL / Result
5.2.4 / 5.0.45 / 5.0.45   / works
5.2.4 / 5.0.45 / 5.1.22   / crash
5.2.4 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.4 / 5.1.22 / 5.0.45   / ??
5.2.4 / 5.1.22 / 5.1.22   / ??
5.2.4 / 5.1.22 / 6.0.2b   / ??
5.2.4 / 6.0.2b / 5.0.45   / ??
5.2.4 / 6.0.2b / 5.1.22   / ??
5.2.4 / 6.0.2b / 6.0.2b   / ??

5.2.5 / 5.0.45 / 5.0.45   / works
5.2.5 / 5.0.45 / 5.1.22   / crash
5.2.5 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.2.5 / 5.1.22 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 6.0.2b / 5.0.45   / works
5.2.5 / 6.0.2b / 5.1.22   / crash
5.2.5 / 6.0.2b / 6.0.2b   / php_mysql.dll Invalid access to memory

Like you can see, that seems to be an incompatibility between
php_mysql.dll and mysqllib.dll > 5.0.45.

I would say that 50% of the bug is caused by PHP and 50% by MySQL,
since the newest versions don't work at all.



[2007-11-09 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2007-11-01 10:49:17] [EMAIL PROTECTED]

What is "threads" extension? Try without loading any extensions first..



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43134

-- 
Edit this bug report at http://bugs.php.net/?id=43134&edit=1


#43134 [Com]: Apache2 crashes upon processing any php page.

2008-01-03 Thread Acar132 at hotmail dot com
 ID:   43134
 Comment by:   Acar132 at hotmail dot com
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

Hello,

I've got the same problem.

Installed:  PHP 5.2.5  , Apache 2.2.6  on WinVista.
Apache crashes when php function/page called.

Installed: PHP 5.2.5  , Apache 2.2.6 on WinXP
Apache crasches when php function page called.


Still no solutions ???


Previous Comments:


[2007-11-21 19:33:43] rodrigo dot mazzilli at gmail dot com

I have just installed PHP 5.2.5 on top of Apache 2.2.
Apache simply crashes whenever I call phpinfo()!
Any resolution to this in sight???
BTW, I am running the application on Windows XP.



[2007-11-14 17:00:07] tcunderline at gmx dot ch

I've had the same Problem her, but with different OS (XP) and Versions
(see below).

After some try and error, i can confirm this bug. Here are my results:

Tested with Apache 2.2.6

PHP   / MySQL  / LIBMYSQL / Result
5.2.4 / 5.0.45 / 5.0.45   / works
5.2.4 / 5.0.45 / 5.1.22   / crash
5.2.4 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.4 / 5.1.22 / 5.0.45   / ??
5.2.4 / 5.1.22 / 5.1.22   / ??
5.2.4 / 5.1.22 / 6.0.2b   / ??
5.2.4 / 6.0.2b / 5.0.45   / ??
5.2.4 / 6.0.2b / 5.1.22   / ??
5.2.4 / 6.0.2b / 6.0.2b   / ??

5.2.5 / 5.0.45 / 5.0.45   / works
5.2.5 / 5.0.45 / 5.1.22   / crash
5.2.5 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.2.5 / 5.1.22 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 6.0.2b / 5.0.45   / works
5.2.5 / 6.0.2b / 5.1.22   / crash
5.2.5 / 6.0.2b / 6.0.2b   / php_mysql.dll Invalid access to memory

Like you can see, that seems to be an incompatibility between
php_mysql.dll and mysqllib.dll > 5.0.45.

I would say that 50% of the bug is caused by PHP and 50% by MySQL,
since the newest versions don't work at all.



[2007-11-09 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2007-11-01 10:49:17] [EMAIL PROTECTED]

What is "threads" extension? Try without loading any extensions first..



[2007-11-01 01:26:32] akujin at akujin dot com

This is a fresh install, and I included mysql, mysqli, threads and
upload process, along with pear install and php manual extras. That's
all, i tried to keep it minimal.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43134

-- 
Edit this bug report at http://bugs.php.net/?id=43134&edit=1


#43134 [Com]: Apache2 crashes upon processing any php page.

2007-11-21 Thread rodrigo dot mazzilli at gmail dot com
 ID:   43134
 Comment by:   rodrigo dot mazzilli at gmail dot com
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

I have just installed PHP 5.2.5 on top of Apache 2.2.
Apache simply crashes whenever I call phpinfo()!
Any resolution to this in sight???
BTW, I am running the application on Windows XP.


Previous Comments:


[2007-11-14 17:00:07] tcunderline at gmx dot ch

I've had the same Problem her, but with different OS (XP) and Versions
(see below).

After some try and error, i can confirm this bug. Here are my results:

Tested with Apache 2.2.6

PHP   / MySQL  / LIBMYSQL / Result
5.2.4 / 5.0.45 / 5.0.45   / works
5.2.4 / 5.0.45 / 5.1.22   / crash
5.2.4 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.4 / 5.1.22 / 5.0.45   / ??
5.2.4 / 5.1.22 / 5.1.22   / ??
5.2.4 / 5.1.22 / 6.0.2b   / ??
5.2.4 / 6.0.2b / 5.0.45   / ??
5.2.4 / 6.0.2b / 5.1.22   / ??
5.2.4 / 6.0.2b / 6.0.2b   / ??

5.2.5 / 5.0.45 / 5.0.45   / works
5.2.5 / 5.0.45 / 5.1.22   / crash
5.2.5 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.2.5 / 5.1.22 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 6.0.2b / 5.0.45   / works
5.2.5 / 6.0.2b / 5.1.22   / crash
5.2.5 / 6.0.2b / 6.0.2b   / php_mysql.dll Invalid access to memory

Like you can see, that seems to be an incompatibility between
php_mysql.dll and mysqllib.dll > 5.0.45.

I would say that 50% of the bug is caused by PHP and 50% by MySQL,
since the newest versions don't work at all.



[2007-11-09 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2007-11-01 10:49:17] [EMAIL PROTECTED]

What is "threads" extension? Try without loading any extensions first..



[2007-11-01 01:26:32] akujin at akujin dot com

This is a fresh install, and I included mysql, mysqli, threads and
upload process, along with pear install and php manual extras. That's
all, i tried to keep it minimal.



[2007-10-31 10:18:06] [EMAIL PROTECTED]

What extensions are you loading? And was this a fresh install?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43134

-- 
Edit this bug report at http://bugs.php.net/?id=43134&edit=1


#43134 [Com]: Apache2 crashes upon processing any php page.

2007-11-14 Thread tcunderline at gmx dot ch
 ID:   43134
 Comment by:   tcunderline at gmx dot ch
 Reported By:  akujin at akujin dot com
 Status:   No Feedback
 Bug Type: Apache2 related
 Operating System: Vista 32-bit
 PHP Version:  5.2.4
 New Comment:

I've had the same Problem her, but with different OS (XP) and Versions
(see below).

After some try and error, i can confirm this bug. Here are my results:

Tested with Apache 2.2.6

PHP   / MySQL  / LIBMYSQL / Result
5.2.4 / 5.0.45 / 5.0.45   / works
5.2.4 / 5.0.45 / 5.1.22   / crash
5.2.4 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.4 / 5.1.22 / 5.0.45   / ??
5.2.4 / 5.1.22 / 5.1.22   / ??
5.2.4 / 5.1.22 / 6.0.2b   / ??
5.2.4 / 6.0.2b / 5.0.45   / ??
5.2.4 / 6.0.2b / 5.1.22   / ??
5.2.4 / 6.0.2b / 6.0.2b   / ??

5.2.5 / 5.0.45 / 5.0.45   / works
5.2.5 / 5.0.45 / 5.1.22   / crash
5.2.5 / 5.0.45 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 5.1.22 / 5.0.45   / works
5.2.5 / 5.1.22 / 5.1.22   / crash
5.2.5 / 5.1.22 / 6.0.2b   / php_mysql.dll Invalid access to memory
5.2.5 / 6.0.2b / 5.0.45   / works
5.2.5 / 6.0.2b / 5.1.22   / crash
5.2.5 / 6.0.2b / 6.0.2b   / php_mysql.dll Invalid access to memory

Like you can see, that seems to be an incompatibility between
php_mysql.dll and mysqllib.dll > 5.0.45.

I would say that 50% of the bug is caused by PHP and 50% by MySQL,
since the newest versions don't work at all.


Previous Comments:


[2007-11-09 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2007-11-01 10:49:17] [EMAIL PROTECTED]

What is "threads" extension? Try without loading any extensions first..



[2007-11-01 01:26:32] akujin at akujin dot com

This is a fresh install, and I included mysql, mysqli, threads and
upload process, along with pear install and php manual extras. That's
all, i tried to keep it minimal.



[2007-10-31 10:18:06] [EMAIL PROTECTED]

What extensions are you loading? And was this a fresh install?



[2007-10-31 06:36:32] akujin at akujin dot com

Ok, Here are a few backtraces, to show reproduction:

Report for
httpd__PID__6908__Date__10_30_2007__Time_11_30_23PM__571__Second_Chance_Exception_C005.dmp
Type of Analysis Performed   Crash Analysis 
Machine Name   ISUKA-PC 
Operating System   Windows Vista  
Number Of Processors   1 
Process ID   6908 
Process Image   C:\Program Files\Apache Software
Foundation\Apache2.2\bin\httpd.exe 
System Up-Time   1 day(s) 00:26:58 
Process Up-Time   00:00:36 


Thread 250 - System ID 8012
Entry point   msvcrt!_endthreadex+6f 
Create time   10/30/2007 23:29:47 
Time spent in user mode   0 Days 0:0:0.15 
Time spent in kernel mode   0 Days 0:0:0.15 






Function Arg 1 Arg 2 Arg 3   Source 
php5ts!zend_hash_destroy+d  014904c8 00d278cc
php_threads!zm_deactivate_threads+38 0001 001d
01577ea0
php5ts!module_registry_cleanup+1c 014884e8 01577ea0
01577ea0
php5ts!zend_hash_apply+40 011d43c0 00d278b0 01577ea0
php5ts!zend_deactivate_modules+62 0573ff88 
56433230
php5ts!zend_deactivate_modules+48 0155c301 
0591a728
php5ts!php_end_ob_buffers+26 0573fb90 01577ea0 0004   

php5ts!execute+1c5 0573ff88  56433230
php5ts!php_request_shutdown+137 015bc5f0 1008 00ddb59c 
  
php5ts!_efree+39 0591aa30 00ca2560 01577ea0
php5ts!php_execute_script+24c 00ce20c0 01577ea0 0004   

php5apache2_2!php_handler+643      





PHP5TS!ZEND_HASH_DESTROY+DIn
httpd__PID__6908__Date__10_30_2007__Time_11_30_23PM__571__Second_Chance_Exception_C005.dmp
the assembly instruction at php5ts!zend_hash_destroy+d in C:\Program
Files\PHP\php5ts.dll from The PHP Group has caused an access violation
exception (0xC005) when trying to read from memory location
0x0014 on thread 250

Module Information 
Image Name: C:\Program Files\PHP\php5ts.dll   Symbol Type:  PDB 
Base address: 0x00d2   Time Stamp:  Thu Aug 30 04:06:12 2007  
Checksum: 0x   Comments:   
COM DLL: False   Company Name:  The PHP Group 
ISAPIExtension: False   File Description:  PHP Script Interpreter 
ISAPIFilter: False   File Version:  5.2.4.4 
Managed DLL: False   Internal Name:  php5ts.dll 
VB DLL: False   Legal Copyright:  Copyright © 1997-2007 The PHP Group 
Loaded Image Name:  php5