From:             mariuz
Operating system: All
PHP version:      Irrelevant
Package:          InterBase related
Bug Type:         Feature/Change Request
Bug description:Default transanction isolation level in PHP for Firebird in 
php.ini

Description:
------------
 If you start a new transaction (or if one is started internally, where you

cannot change the isolation level) where you don’t explicitly specify
isolation 
level the IBASE_DEFAULT is used. But this is 
IBASE_WRITE|IBASE_CONCURRENCY|IBASE_WAIT. This is read-write wait
transaction in 
concurrency mode. This mode is most restrictive, nothing close to read
committed. 
And to make it worse, there’s no way to change this default value in
runtime. You 
can only do it recompiling sources, nothing to be viable in most cases.

http://blog.cincura.net/233007-default-transanction-isolation-level-in-php-for-
firebird/


-- 
Edit bug report at https://bugs.php.net/bug.php?id=63105&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=63105&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=63105&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=63105&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=63105&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=63105&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=63105&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=63105&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=63105&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=63105&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=63105&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=63105&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=63105&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=63105&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=63105&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=63105&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=63105&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=63105&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=63105&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=63105&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=63105&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=63105&r=mysqlcfg

Reply via email to