mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fixed bug #34899 (Fixed sqlite extension compile failure).
This commit is contained in:
parent
62ca4594f8
commit
12ff2532c9
2 changed files with 2 additions and 1 deletions
1
NEWS
1
NEWS
|
@ -2,6 +2,7 @@ PHP NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? Oct 2005, PHP 5.1 Release Candidate 4
|
?? Oct 2005, PHP 5.1 Release Candidate 4
|
||||||
- Fixed bug #34902 (mysqli::character_set_name() - undefined method). (Tony)
|
- 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
|
17 Oct 2005, PHP 5.1 Release Candidate 3
|
||||||
- Fixed bug #34873 (Segmentation Fault on foreach in object). (Dmitry)
|
- Fixed bug #34873 (Segmentation Fault on foreach in object). (Dmitry)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Driver template for the LEMON parser generator.
|
/* 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
|
/* First off, code is include which follows the "include" declaration
|
||||||
** in the input file. */
|
** in the input file. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue