bugBibORB - Bugs: bug #32386, Function "split()" is...

 
 

bug #32386: Function "split()" is deprecated in PHP 5.3

Submitter:  None
Submitted:  Tue 08 Feb 2011 03:30:09 PM UTC
   
 
Category:  PHP Errors Severity:  3 - Normal
Item Group:  None Status:  None
Assigned to:  None Open/Closed:  Open
Release:  * 1.3.3 Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 Feb 2011 03:30:09 PM UTC, original submission:  

In i18n.php, using the split() function by now is deprecated. Instead of split(), in lines 162 and 163 use preg_split():

        $tab = preg_split('/,/',$preferedLanguages);
        $tab1 = preg_split('/-/',$tab[0]);


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code