ID:               36402
 Updated by:       [EMAIL PROTECTED]
 Reported By:      joh at deworks dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         PDO related
 Operating System: Linux
 PHP Version:      5CVS-2006-02-15 (snap)
 New Comment:

Please try configuring PHP using:
  --disable-zend-memory-manager
and then run the PHP script under valgrind from the CLI:

% ./configure ... --disable-zend-memory-manager --enable-cli
% make
% valgrind --tool=memcheck ./sapi/cli/php myscript.php

You can find valgrind at http://valgrind.org/.

This should highlight memory corruption issues.


Previous Comments:
------------------------------------------------------------------------

[2006-04-09 14:10:44] joh at deworks dot net

Just tested with the latest snapshot (php5.1-200604091030), and the
problem still persists.

------------------------------------------------------------------------

[2006-04-09 07:52:21] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



------------------------------------------------------------------------

[2006-04-06 13:48:24] czw at home dot se

Got the same error: PHP 5.1.2, MySQL 4.1.14. This error is 
NOT present in PHP 5.1.1. I would suggest downgrading.

------------------------------------------------------------------------

[2006-02-23 00:07:06] joh at deworks dot net

So was anything done about this, or was it forgotten? Status report?

------------------------------------------------------------------------

[2006-02-15 22:20:50] joh at deworks dot net

I've tried the latest snapshot (I tried it before I reported this bug),
and the problem still persists. Sorry.

------------------------------------------------------------------------

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/36402

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

Reply via email to