Subject Re: [firebird-php] Transactions - NO AUTO UNDO from PHP scripts.
Author masotti
Hi Marius,

On 09/04/2011 10:49, marius adrian popa wrote:
> On Fri, Apr 8, 2011 at 11:33 PM, maxdayala <max@...
> Seems that is not added in driver
> http://svn.php.net/viewvc/php/php-src/trunk/ext/interbase/interbase.c?revision=308618&view=markup
> <http://svn.php.net/viewvc/php/php-src/trunk/ext/interbase/interbase.c?revision=308618&view=markup>


In source are defined aliases for all 'ibase' functions as 'fbird'.
Quoting comment from source:
/**
* These aliases are provided in order to maintain forward compatibility.
As Firebird
* and InterBase are developed independently, functionality might be
different between
* the two branches in future versions.
* Firebird users should use the aliases, so future InterBase-specific
changes will
* not affect their code
*/

A simple test confirmed that they are actually supported in PHP 5.3 but
completely undocumented!

BTW I was completely unaware that these aliases are actually supported,
only supposed them as a future proposal.

Ciao.
Mimmo.