[PHP-DOC] livedocs on php4 - sqlite_single_query()

2004-05-10 Thread moshe doron
The following patch:
http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.58r2=1.59ty=u
 is need to be adopted also for PHP_4_3 to make livedocs working on php4.

in php4 there is no sqlite_single_query() function.

--/moshe.


RE: [PHP-DOC] livedocs on php4 - sqlite_single_query()

2004-05-10 Thread Wez Furlong
pear upgrade sqlite

% php -v

PHP 4.3.6RC4-dev (cli) (built: Apr  9 2004 16:45:19)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

% php -r 'var_dump(function_exists(sqlite_single_query));'
bool(true) 

 -Original Message-
 From: moshe doron [mailto:[EMAIL PROTECTED] 
 Sent: 10 May 2004 11:34
 To: [EMAIL PROTECTED]
 Subject: [PHP-DOC] livedocs on php4 - sqlite_single_query()
 
 The following patch:
 http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.5
 8r2=1.59ty=u
  is need to be adopted also for PHP_4_3 to make livedocs 
 working on php4.
 
 in php4 there is no sqlite_single_query() function.
 
 --/moshe.
 


Re: [PHP-DOC] livedocs on php4 - sqlite_single_query()

2004-05-10 Thread moshe doron
my mistake. sorry.
--/moshe.

Wez Furlong [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 pear upgrade sqlite

 % php -v

 PHP 4.3.6RC4-dev (cli) (built: Apr  9 2004 16:45:19)
 Copyright (c) 1997-2004 The PHP Group
 Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

 % php -r 'var_dump(function_exists(sqlite_single_query));'
 bool(true)