From:             o_gangrel at hotmail dot com
Operating system: Windows 98
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     SQLite related
Bug description:  The directory of SQLite_open() use to open the file

Description:
------------
I am using the configuration Apache/2.0.43 (Win32) PHP/5.0.0b1 with PHP as
a module of Apache.

The sqlite_open() open/create the Data Base file in the Apache program
directory:

In my case: C:\Program Files\Apache Group\Apache2

The expected is the script directory.

To open at the same directory of the script, I must use the full path of
the Data Base file. I guess this is "wrong". (This makes me think in the
safe_mode)

I have found solutions to avoid this error, but this is not expected.
And sorry I didn't test the CVS version and other versions of the Apache
and SQLite module.


-- 
Edit bug report at http://bugs.php.net/?id=25500&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25500&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25500&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25500&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25500&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25500&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25500&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25500&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25500&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25500&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25500&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25500&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25500&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25500&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25500&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25500&r=gnused

Reply via email to