[PHP-DB] php x64 VC11 ThreadSafe (experimental) and Firebird x64 support (on windows x64)

2015-05-05 Thread Delmar Wichnieski
dear members php x64 VC11 (experimental) does not yet support x64 firebird? When it will support? environment Windows Server 2012 R2 Datacenter x64 = OK Firebird 2.5.4 x64 = OK Apache Lounge 2.4.12 VC11 x64 = OK PHP 5.6.8 VC11 x64 = OK In the php.ini file extension=php_interbase.dll and

[PHP-DB] ibase_query - in php 7 is required the "link identifier"?

2015-12-10 Thread Delmar Wichnieski
Hello I'm migrating from PHP 5.2 to PHP 7.0.0 VC14 x64 TS and using Firebird 2.5 on windows >From Manual << ibase_query (PHP 5) ibase_query — Execute a query on an InterBase database Description resource ibase_query ([ resource $link_identifier ], string $query [, int $bind_args ] )

[PHP-DB] CHAR field with charset UTF8 and COLLATION UNICODE_CI_AI or UTF8 PHP is loading white spaces

2016-10-21 Thread Delmar Wichnieski
Subject: CHAR field with charset UTF8 and COLLATION UNICODE_CI_AI or UTF8 PHP is loading white spaces Example 'S ' instead of 'S' Environment Windows 10 PHP 7.0.12 x64 VC14 TS Apache Lounge 2.4.23 x64 VC14 firebird 2.5.5 configuration php.ini default_charset = "UTF-8" connection to the

[PHP-DB] Re: CHAR field with charset UTF8 and COLLATION UNICODE_CI_AI or UTF8 PHP is loading white spaces

2016-11-22 Thread Delmar Wichnieski
-02:00 Delmar Wichnieski <delmar.del...@gmail.com>: > Subject: > CHAR field with charset UTF8 and COLLATION UNICODE_CI_AI or UTF8 PHP is > loading white spaces > Example > 'S ' instead of 'S' > > Environment > Windows 10 > PHP 7.0.12 x64 VC14 TS > Apache Lou

[PHP-DB] Re: CHAR field with charset UTF8 and COLLATION UNICODE_CI_AI or UTF8PHP is loading white spaces

2016-11-22 Thread Delmar Wichnieski
ere executed by isql ALL DDL DDL for all 5 collates http://pastebin.com/0dK6xqS5 script test php http://pastebin.com/ZRmMRiDy script test php with PDO http://pastebin.com/r7rErRyS 2016-11-22 10:05 GMT-02:00 Christoph M. Becker <cmbecke...@gmx.de>: > On 22.11.2016 at 1

Re: [PHP-DB] Re: CHAR field with charset UTF8 and COLLATION UNICODE_CI_AI or UTF8PHP is loading white spaces

2016-11-22 Thread Delmar Wichnieski
ource http://unicode.org/faq/utf_bom.html 2016-11-22 11:21 GMT-02:00 Lester Caine <les...@lsces.co.uk>: > On 22/11/16 12:58, Delmar Wichnieski wrote: > > Since there was no answer here on the list, I was feeling alone and > afraid > > and wondering why no one else has this problem. &g

Re: [PHP-DB] Re: CHAR field with charset UTF8 and COLLATION UNICODE_CI_AI or UTF8PHP is loading white spaces

2016-11-22 Thread Delmar Wichnieski
quot;); And the problem is solved. Or yet another solution not thought out. Thank you for the precious information. Delmar Wichnieski