iliaa Tue Oct 18 10:33:20 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/sqlite/libsqlite/src parse.c
/php-src NEWS
Log:
Fixed bug #34899 (Fixed sqlite extension compile failure).
http://cvs.php.net/diff.php/php-src/ext/sqlite/libsqlite/src/parse.c?r1=1.13&r2=1.13.2.1&ty=u
Index: php-src/ext/sqlite/libsqlite/src/parse.c
diff -u php-src/ext/sqlite/libsqlite/src/parse.c:1.13
php-src/ext/sqlite/libsqlite/src/parse.c:1.13.2.1
--- php-src/ext/sqlite/libsqlite/src/parse.c:1.13 Sun Jul 18 06:34:12 2004
+++ php-src/ext/sqlite/libsqlite/src/parse.c Tue Oct 18 10:33:11 2005
@@ -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. */
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.137&r2=1.2027.2.138&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.137 php-src/NEWS:1.2027.2.138
--- php-src/NEWS:1.2027.2.137 Tue Oct 18 06:02:30 2005
+++ php-src/NEWS Tue Oct 18 10:33:19 2005
@@ -2,6 +2,7 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? 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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php