Re: [PHP-DEV] Re: [pdo_dblib] Correct TDS protocol version

Instead of creating a BC break (which will probably affect older, less maintained libraries the most), why not create new constants and deprecate the old constants?

— Rob

Hi Rob,

Instead of creating a BC break (which will probably affect older, less maintained libraries the most), why not create new constants and deprecate the old constants?

I see, it makes sense to provide a transition period for users.

Would it be a good idea to deprecate it in 8.4 and discontinue it in 9.x?

Regardg.

Saki

When I thought about it, these constants weren't being output to userland.

Just include "version=5.0" in th DSN....

Saki