developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#797 closed bug (duplicate)
Deprecated: Function split() is deprecated
Reported by: | MrSlayers | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jelix:core | Version: | 1.1RC1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #463 | Documentation needed: | no |
Hosting Provider: | Php version: | 5.3 (snapshot 21/12/2008) |
Description
PHP retourne un message d'erreur dans jelix/core/jConfigCompiler.class.php
ligne 164 et ligne 195 à propos de l'utilisation de la fonction split()
Je propose comme correction (sans être certain, c'est pourquoi je ne fais pas de patch)
ligne 164 :
$list = preg_split('/[,]+/',$list);
ligne 195 :
$list = preg_split('/[,]+/',$config->pluginsPath);
Change History (2)
comment:1 Changed 12 years ago by MrSlayers
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 11 years ago by laurentj
- Blocking 463 added
Note: See
TracTickets for help on using
tickets.
Oups ! je viens de voir qu'il y a deja un ticket (#453) concernant le support de PHP 5.3