Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010974 | mantisbt | bugtracker | public | 2009-09-22 10:19 | 2010-02-22 14:34 |
| Reporter | dhx | Assigned To | jreese | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 1.2.0 | Fixed in Version | 1.2.0 | ||
| Summary | 0010974: ereg() is deprecated in PHP 5.3.0, use preg_match() instead | ||||
| Description | See http://au2.php.net/manual/en/function.ereg.php for the deprecation notice. Matches with grep -Rn [^_.]ereg( * api/soap/mantisconnect.php:1359: if ( isset( $t_qs ) && ereg( 'wsdl', $t_qs ) ){ The nusoap library also makes heavy use of ereg(). | ||||
| Tags | No tags attached. | ||||
| related to | 0010973 | closed | dhx | split() is deprecated in PHP 5.3.0, use preg_split() instead |
| related to | 0010976 | closed | dregad | Remove instances of pass-by-reference (deprecated in PHP 5.3.0) |
| related to | 0010975 | closed | dhx | eregi_replace() is deprecated in PHP 5.3.0, use preg_replace() with the 'i' modifier instead |
|
MantisBT: master-1.2.x f46bc275 2009-10-14 09:36 Details Diff |
Fix 0010974: ereg is deprecated in PHP 5.3 |
Affected Issues 0010974 |
|
| mod - core/graphviz_api.php | Diff File | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - api/soap/mantisconnect.php | Diff File | ||
| mod - docbook/adminguide/en/customizing_mantis.sgml | Diff File | ||
|
MantisBT: master 38742813 2009-10-14 09:36 Details Diff |
Fix 0010974: ereg is deprecated in PHP 5.3 |
Affected Issues 0010974 |
|
| mod - core/graphviz_api.php | Diff File | ||
| mod - api/soap/mantisconnect.php | Diff File | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - docbook/adminguide/en/customizing_mantis.sgml | Diff File | ||
related to
child of
duplicate of