]> granicus.if.org Git - php/commitdiff
Fixed bug #34899 (Fixed sqlite extension compile failure).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 18 Oct 2005 14:33:19 +0000 (14:33 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 18 Oct 2005 14:33:19 +0000 (14:33 +0000)
NEWS
ext/sqlite/libsqlite/src/parse.c

diff --git a/NEWS b/NEWS
index 7fc7d378357d398d8e170c5bba97675e7bbe7727..cbc195b5fc99f3862f88e574484f213cca1a1588 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Oct 2005, PHP 5.1 Release Candidate 4
 - Fixed bug #34902 (mysqli::character_set_name() - undefined method). (Tony)
+- Fixed bug #34899 (Fixed sqlite extension compile failure). ?(Ilia)
 
 17 Oct 2005, PHP 5.1 Release Candidate 3
 - Fixed bug #34873 (Segmentation Fault on foreach in object). (Dmitry)
index 463536915cc87019cdfae642026352e0cbe68e7a..1c5264ca66f5309b8ca3404a630c13de3b5cbf4f 100644 (file)
@@ -1,5 +1,5 @@
 /* Driver template for the LEMON parser generator.
-** The author disclaims copyright to this source code.
+**  The author disclaims copyright to this source code.
 */
 /* First off, code is include which follows the "include" declaration
 ** in the input file. */