DT Web 2.0 PHP 7 Updates
PHP code fixes
- All modules are rewritten and some functions added to support PHP version 4.5 - 7 with SQLSRV drivers. *Excepting the Auction which still needs work
Many fixes and improvements have been added and errors fixed will not go into details but do not recommend you to use any of the previous packages.
Near future works planned:
- Porting the auction (PHP7 support)
- Reviewing and if necessary rewriting the market search engine as now it is not very precise
- Security improvement to lottery module is essential as now tampering the form fields is possible. I have fixed it to friends using the web but not in the released package including this one, so be aware of that. It's better to disable the module if is using on an alive server.
- Adding Spanish, Romanian and Russian language *support from you is very welcome
Long Term works planned:
None, so far!
Tips:
I do not think that most of you are using IIS but if someone does, make sure you give writing permission to the folder "configs" with "IUSR", not "IIS_IUSR" as the last is part of another group not related to what we need. If you do not do that some modules configurations will not work and you may receive an error.
To use this web package you have to run the included SQL script, as it is different from the previous one.You must have a proper sqlsrv drivers related to your PHP version.
Credits to: DAMIAN for providing me with the MSSQL-SQLSRV class which saved my time.
PHP code fixes
- All modules are rewritten and some functions added to support PHP version 4.5 - 7 with SQLSRV drivers. *Excepting the Auction which still needs work
Many fixes and improvements have been added and errors fixed will not go into details but do not recommend you to use any of the previous packages.
Near future works planned:
- Porting the auction (PHP7 support)
- Reviewing and if necessary rewriting the market search engine as now it is not very precise
- Security improvement to lottery module is essential as now tampering the form fields is possible. I have fixed it to friends using the web but not in the released package including this one, so be aware of that. It's better to disable the module if is using on an alive server.
- Adding Spanish, Romanian and Russian language *support from you is very welcome
Long Term works planned:
None, so far!
Tips:
I do not think that most of you are using IIS but if someone does, make sure you give writing permission to the folder "configs" with "IUSR", not "IIS_IUSR" as the last is part of another group not related to what we need. If you do not do that some modules configurations will not work and you may receive an error.
To use this web package you have to run the included SQL script, as it is different from the previous one.You must have a proper sqlsrv drivers related to your PHP version.
Credits to: DAMIAN for providing me with the MSSQL-SQLSRV class which saved my time.
Last edited: