|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-05-19 16:18 UTC] mike@php.net
-Status: Open
+Status: Feedback
[2010-05-19 16:18 UTC] mike@php.net
[2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 03:00:01 2025 UTC |
Description: ------------ I am using phpmailer with php 5.3.2. I also had a segmentation fault when using drupal and gallery 2 but I havent got the debug output from that. I have a class e.g. class test extends PHPMailer { ..... function send() { ... } } Now the PHPMailer class has a function $this->Send(). I know this is bad practice and have now changed the test class function to send_email and the problem is resolved. First off, should there be a problem as they are different cases and I'm on linux. Second, if there is a conflict should we not get an error like "PHP warning cannot redeclare function bla bla bla" and not a segmentation fault? I'm always up to learn so if this is something I could fix myself with some guidance I am up for helping. Thanks Tim