![]() |
|
|
|
|
|
|
3
1st November 17:19
External User
Posts: 1
|
PHP itself works fine with MPM, as far as anybody knows.
But one of your --enable-xyz may NOT work fine with MPM! PDO is "new" and suspect. "mbstring" is on the way out in favor of PHP 6 Unicode, and I think it's also suspect. OCI8, well, I dunno... You'd think enough folks would be using that to get rid of all the thread-bugs, but... You probably should post this into: http://bugs.php.net It is a pretty cogent error report. If you can provide source code for the tests that make this segfault, then odds are extremely good that somebody on the PHP Dev Team can reproduce it and fix it. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? |
|
|
5
2nd November 04:53
External User
Posts: 1
|
Rashmi Badan schreef:
yes - your better off posting this to internals@lists.php.net, that's where the devs hang out and one of them should be able to offer you some knowledge advice on the matter. as a sidenote: there is a not so small chance this will not be the only segfault you run into (assuming you get this fixed) depending on which php extensions you are using. regardless please do post a progress report to this list if you make any headway ... I'm sure Im not the only one interesed to here how you get on. rgds, Jochem |
|