[PHP-DEV] Bug #12513: Automatic Rollback of open transactions in persistent links

2001-08-01 Thread t . stinner
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: Automatic Rollback of open transactions in persistent links When using mysql_pconnect() the connection to the database (abviously) persists. This has the

[PHP-DEV] PHP 4.0 Bug #9900: sem_remove or similar missing

2001-03-21 Thread t . stinner
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: sem_remove or similar missing I miss a function sem_remove or similar which i can use to remove a semaphore completely. -- Edit Bug report at:

[PHP-DEV] PHP 4.0 Bug #9092: variables-by-references in class constructor not working

2001-02-03 Thread t . stinner
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: variables-by-references in class constructor not working This code snippet: class test { function test($test1=false) { } } gives

[PHP-DEV] PHP 4.0 Bug #9092 Updated: variables-by-references in class constructor not working

2001-02-03 Thread t . stinner
ID: 9092 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Description: variables-by-references in class constructor not working hmm, i see your point. is it possible to define a value that should be passwd by reference as optional? Previous Comments: