Re: [PHP-DEV] Re: [Fwd: Bug #20858 [Dup->Bgs]: dba_open create always a lockfile]

2002-12-10 Thread Christophe Sollet
Marcus Börger wrote: > At 14:04 10.12.2002, Christophe Sollet wrote: > >Please let me disagree : > > > >20828 is about a bug of new locking scheme with nfs > >20858 is not bogus nor a duplicate : letting dba_open managing lock by > >default BREAK current scrip

[PHP-DEV] [Fwd: Bug #20858 [Dup->Bgs]: dba_open create always a lock file]

2002-12-10 Thread Christophe Sollet
Please let me disagree : 20828 is about a bug of new locking scheme with nfs 20858 is not bogus nor a duplicate : letting dba_open managing lock by default BREAK current scripts : If db was meant to be opened read only (by all httpd process) and filesystem have appropiate rights for that (read on

Re: [PHP-DEV] [PATCH] fix for bug #18654

2002-08-20 Thread Christophe Sollet
Sander Roobol wrote: Can it be merged in the 4.2 branch too ? It would be great to have 4.2.3 without this bug. Christophe >Thanks, I've committed the patch to CVS. > >Sander > >On Mon, Aug 19, 2002 at 03:42:12PM +0200, Christophe Sollet wrote: > > >>hi, &

[PHP-DEV] [PATCH] fix for bug #18654

2002-08-19 Thread Christophe Sollet
hi, this patch fix bug #18654 by extending the nvexp definition. The diff contains the resulting re2c var_unserializer.c. Index: var_unserializer.c === RCS file: /repository/php4/ext/standard/var_unserializer.c,v retrieving

Re: [PHP-DEV] [Fwd: [PATCH] add appname argument to sybase_connect]

2002-03-06 Thread Christophe Sollet
sybase_connect("servername", "username", "password", "charset", "c2"); c1 : begin transaction c1 : ... query ... c2 : make a query that can't be achieved in trans. (ie. create temp table without DDL_IN_TRANS on tempdb). c1 : ... query ... c1

[PHP-DEV] [Fwd: [PATCH] add appname argument to sybase_connect]

2002-03-06 Thread Christophe Sollet
ssage Subject: [PATCH] add appname argument to sybase_connect Date: Mon, 04 Mar 2002 17:28:55 +0100 From: Christophe Sollet <[EMAIL PROTECTED]> Organization: Coleebris To: [EMAIL PROTECTED] Attached patch add an optional 'appname' argument to sybase_connect (both ct and db interfac

[PHP-DEV] [PATCH] add appname argument to sybase_connect

2002-03-04 Thread Christophe Sollet
view it and commit it (it's against current CVS) ? Christophe. -- -- Christophe Sollet [EMAIL PROTECTED] http://www.coleebris.com Tél: 01.40.50.60.47 Fax: 01.40.50.67.66 -- Index: sybase_ct/php_sybase_ct.c ===

[PHP-DEV] Workaround against session spoofing and session gc

2002-02-02 Thread Christophe Sollet
ld be denied, the session gc won't be able to do his job anymore (look at ps_files_cleanup_dir() in mod_files.c). A quick workaround (another one!) would be a simple cron script running as root to do the gc. Any other (better) way? Regards, Christophe Sollet. -- PHP Development M