View Issue Details

IDProjectCategoryView StatusLast Update
0000009NOALYSSGeneralpublic2013-11-12 10:03
Reporterdanydb Assigned Todanydb  
PrioritynormaleSeveritymineurReproducibilitysans objet
Status ferméResolutioncorrigé 
Product Version5.2 
Target Version5.3Fixed in Version5.3 
Summary0000009: ereg n'est plus supporté, a changer par preg_match
Descriptionremplacer ereg par preg_match

Fichier :
* ac_common.php
* class_acc_bilan.php
* class_document.php
* impress_inc.php
TagsNo tags attached.
Extension Noalyss

Activities

danydb

2010-10-30 17:20

administrator   ~0000230

Unfortunately , this one in impress_inc.php can not be converted, it checks if the formula is correct
    if ( @ereg ("^(\\$[a-zA-Z]*[0-9]*=){0,1}((\[{0,1}[0-9]+\.*[0-9]*%{0,1}\]{0,1})+ *([+-\*/])* *(\[{0,1}[0-9]+\.*[0-9]*%{0,1}\]{0,1})*)*(([+-\*/])*\\$([a-zA-Z])+[0-9]*([+-\*/])*)* *( *FROM=[0-9][0-0].20[0-9][0-9]){0,1}$",$p_string) == false)
    {
        return false;
    }
    else
    {
        return true;
    }

danydb

2013-05-06 20:57

administrator   ~0001809

Fix committed to phpcompta branch. revision 3741
Date 2010-10-30 17:27:34
message task 0000009
0000009: ereg n'est plus support?\195?\169, a changer par preg_match, preg_match_all,preg_*
repository PhpCompta WebSVN
id 19406

danydb

2013-11-10 22:56

administrator   ~0002149

Fix committed to /phpcompta/trunk/ branch. revision 3741
Date 2010-10-30 17:27:34
message task 0000009
0000009: ereg n'est plus support?\195?\169, a changer par preg_match, preg_match_all,preg_*
repository PhpCompta WebSVN
id 25518

danydb

2013-11-12 10:03

administrator   ~0002241

reopened by websvn

Issue History

Date Modified Username Field Change
2010-09-21 13:45 danydb New Issue
2010-09-27 11:51 danydb Status new => acknowledged
2010-10-30 17:20 danydb Note Added: 0000230
2010-10-30 17:20 danydb Status acknowledged => resolved
2010-10-30 17:20 danydb Fixed in Version => Next Release
2010-10-30 17:20 danydb Resolution open => fixed
2010-10-30 17:20 danydb Assigned To => danydb
2010-12-21 16:53 danydb Fixed in Version Next Release => 5.3
2010-12-21 16:53 danydb Target Version Next Release => 5.3
2011-03-05 17:33 danydb Status resolved => closed
2013-05-06 20:57 danydb Source_changeset_attached => PhpCompta WebSVN phpcompta r3741
2013-05-06 20:57 danydb Note Added: 0001809
2013-11-10 22:56 danydb Source_changeset_attached => PhpCompta WebSVN /phpcompta/trunk/ r3741
2013-11-10 22:56 danydb Note Added: 0002149
2013-11-10 22:56 danydb Status closed => confirmed
2013-11-12 10:03 danydb Note Added: 0002241
2013-11-12 10:03 danydb Status confirmed => closed