Jump to content
MakeWebGames

Recommended Posts

Posted

ezRPG is now allowing it's members to take part in development of the engine.

 

To contribute to the ezRPG project just follow these simple steps:

 

1. Fork the project (http://github.com/ezrpg/ezrpg)

2. Make your changes, and push them to your forked repository

3. Send a pull request with your changes

4. We will review your changes, and accept them if they fix the problem without causing any problems

Posted

Any reason for using mysql and not PDO or MySQL(i)? Also maybe fix the commenting? @return, @todo, @param ect

Posted

Ah cool. keep the mysql one though incase some people for a strange reason don't have the improved one. On install decide which to use :)

Posted

Well... Here I don't agree, not all run with "new" versions of PHP. Actually if you run on older Cent OS or old Redhat based distro you could still have PHP 5.1, so always running for the latest and greatest may cut you out of some. Yet I would say MySQLi is a must, and old MySQL is really to be avoided. But that's personal opinion.

Posted

True MySQLi should be used if not PDO, however as AB said not all places use > 5.3. MySQL is just a safe backup

Posted
Well... Here I don't agree, not all run with "new" versions of PHP. Actually if you run on older Cent OS or old Redhat based distro you could still have PHP 5.1, so always running for the latest and greatest may cut you out of some. Yet I would say MySQLi is a must, and old MySQL is really to be avoided. But that's personal opinion.

Perhaps they do, but still I don't see a reason why to keep the development in the "back" when we can put it forward!

Posted
Well... Here I don't agree, not all run with "new" versions of PHP. Actually if you run on older Cent OS or old Redhat based distro you could still have PHP 5.1, so always running for the latest and greatest may cut you out of some. Yet I would say MySQLi is a must, and old MySQL is really to be avoided. But that's personal opinion.

Even the last CentOs major shipped with PHP 5.3.2(/3?). The industry standard is PHP 5.3.3.

ext/mysql is the devils work. It's bad on so many levels, I'm not going to explain.

Furthermore, procedural ext/mysqli is going to be dropped from PHP in the near future.

PHP is aiming for Pdo, and rightfully so, it does have a better abstraction layer for using multiple adapters(DBMS').

Posted
Shared hostings can not update there PHP version ;)

Only with VPS/Dedicated servers.

So better to keep mysql in it.

That's not true at all, contact your host they can normally enable certain versions for your account.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...