Menu

#60 Deprecated: The each() function is deprecated. This message will be suppressed on further calls in SQliteManager-1.2.4/include/SQLiteTableProperties.class.php on line 134

v1.0 (example)
open
nobody
None
5
2022-07-07
2022-07-07
Max F.
No

I get this error:

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in SQliteManager-1.2.4/include/SQLiteTableProperties.class.php on line 134

I think a fix would be to replace

    //while(list($ligneNum, $cont) = each($ligne)){

    //by

    foreach($ligne as $ligneNum => $cont){

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.