mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removed the line Support for InterBase version 5.x will be dropped in PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327208 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
630c08a321
commit
318a1b32f7
1 changed files with 4 additions and 5 deletions
|
@ -10,8 +10,8 @@
|
|||
<preface xml:id="intro.ibase">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Firebird/InterBase is a relational database offering many ANSI SQL-92 features
|
||||
that runs on Linux, Windows, and a variety of Unix platforms. Firebird/InterBase
|
||||
Firebird is a relational database offering many ISO SQL-2003 features
|
||||
that runs on Linux, Windows, and a variety of Unix platforms. Firebird
|
||||
offers excellent concurrency, high performance, and powerful language
|
||||
support for stored procedures and triggers. It has been used in production
|
||||
systems, under a variety of names since 1981.
|
||||
|
@ -22,7 +22,7 @@
|
|||
available at <link xlink:href="&url.ibase;">&url.ibase;</link>.
|
||||
</para>
|
||||
<para>
|
||||
Firebird is a commercially independent project of C and C++ programmers,
|
||||
Firebird is a commercially independent project (fundation) of C++ programmers,
|
||||
technical advisors and supporters developing and enhancing a multi-platform
|
||||
relational database management system based on the source code released by
|
||||
Inprise Corp (now known as Borland Software Corp) under the InterBase
|
||||
|
@ -31,8 +31,7 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This extension supports InterBase versions 5 and up and all versions of Firebird.
|
||||
Support for InterBase version 5.x will be dropped in PHP 5.
|
||||
This extension supports InterBase versions 6 and up and Firebird version 2.0 and up.
|
||||
</para>
|
||||
<para>
|
||||
This database uses a single quote (') character for escaping, a
|
||||
|
|
Loading…
Reference in a new issue