1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

Fix #46647 (segfault in SplFileinfo::fgetcsv())

This commit is contained in:
Etienne Kneuss
2008-12-20 00:53:21 +00:00
parent b884dddbbf
commit 58b4b656fa

1
NEWS
View File

@@ -44,4 +44,5 @@ PHP NEWS
- Added shm_has_var() function. (Mike)
- Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike)
- Fixed bug #46647 (SplFileObject::fgetcsv segfaults). (Etienne)