PHP Classes

Deprecated notice in PHP 5.3

Recommend this page to a friend!

      MIME E-mail message sending  >  MIME E-mail message sending package blog  >  How Can PHP Send Emai...  >  All threads  >  Deprecated notice in PHP 5.3  >  (Un) Subscribe thread alerts  
Subject:Deprecated notice in PHP 5.3
Summary:Function split() is deprecated in 5.3
Messages:2
Author:Grigori Kochanov
Date:2009-07-27 19:28:52
Update:2009-07-27 22:13:01
 

  1. Deprecated notice in PHP 5.3   Reply   Report abuse  
Picture of Grigori Kochanov Grigori Kochanov - 2009-07-27 19:28:52
Hi, I get this error after upgrading to 5.3.0

Deprecated notice: File email_message.php Line 599
Function split() is deprecated

Grigori

  2. Re: Deprecated notice in PHP 5.3   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-07-27 22:13:01 - In reply to message 1 from Grigori Kochanov
That is an harmless warning. It will not change anything.

Anyway, I just uploaded a version that avoids using POSIX regular expression functions.

Thank you for the notice.