NYCPHP Meetup

NYPHP.org

[nycphp-talk] sqlite update

John Lacey jlacey at att.net
Mon Dec 8 11:43:27 EST 2003


FYI,

Since the scheme to fix the MySQL \' issue with a PRAGMA 
(PRAGMA backslash_escapes=ON;) will be off by default, I 
sent a msg to Marc Delisle -- phpMyAdmin developer.  He said 
he'd add a feature to support two single quote exports.

so, the SQLite utility will be covered by an option to honor 
one of the MySQL escape methods (\') and the phpMyAdmin app. 
will be able to optionally use two single quotes when exporting

John



>From hans not junk at nyphp.com  Mon Dec  8 15:07:10 2003
Return-Path: <hans not junk at nyphp.com>
Received: from londo.swishmail.com (londo.swishmail.com [209.10.110.95])
	by virtu.nyphp.org (Postfix) with ESMTP id 5C645A85F7
	for <talk at lists.nyphp.org>; Mon,  8 Dec 2003 15:07:10 -0500 (EST)
Received: (qmail 20741 invoked by uid 89); 8 Dec 2003 20:07:10 -0000
Received: from unknown (HELO nyphp.com) (hans not junk at nyphp.com@66.65.174.214)
	by londo.swishmail.com with AES256-SHA encrypted SMTP;
	8 Dec 2003 20:07:10 -0000
Message-ID: <3FD4D9EA.20707 at nyphp.com>
Date: Mon, 08 Dec 2003 15:07:06 -0500
From: Hans Zaunere <hans not junk at nyphp.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
	rv:1.5) Gecko/20031007
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: tgales at tgaconnect.com, NYPHP Talk <talk at lists.nyphp.org>
Subject: Re: [nycphp-talk] Connection to MySQL 4.1.X with php 5.0b2 running
	windows xp
References: <000201c3bda1$56fa1480$bf8d3818 at oberon1>
In-Reply-To: <000201c3bda1$56fa1480$bf8d3818 at oberon1>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Cc: 
X-BeenThere: talk at lists.nyphp.org
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: NYPHP Talk <talk at lists.nyphp.org>
List-Id: NYPHP Talk  <talk.lists.nyphp.org>
List-Unsubscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=unsubscribe>
List-Archive: <http://lists.nyphp.org/pipermail/talk>
List-Post: <mailto:talk at lists.nyphp.org>
List-Help: <mailto:talk-request at lists.nyphp.org?subject=help>
List-Subscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Dec 2003 20:07:10 -0000



Tim Gales wrote:

> Has anybody loaded the php_mysql extension under windows?
> I wanted to test/experiment with something using a php client 
> connection to MySQL 4.1.0 (alpha).
> 
> I am using a precompiled php 5.0b2
> dated 30-Oct-2003.
> 
> If I check the dependencies of the php_mysql.dll
> it seems like in the php4ts.dll library
> '_zend_hash_add_or_update' and 'OnUpdateLong'
> are both unresolved.

I'm not too familiar with the Windows precompiled binaries (although I've had PHP4 and MySQL humming along under WinXP) but if you're using a PHP 5 beta, why is it php4ts.dll?  Might be something to check out, and/or go to http://snaps.php.net and get the latest and greatest.

H





More information about the talk mailing list