summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-08-08 11:09:31 +0000
committerHannes Magnusson <bjori@php.net>2008-08-08 11:09:31 +0000
commit014382b5527cd231c60867654f49e7d0ebcf42c1 (patch)
treee47bc6b2591c379299417cb855392832b1c88a30
parent06bcec069825e3e8a6437c385f2e36719f25ed32 (diff)
downloadphp-git-014382b5527cd231c60867654f49e7d0ebcf42c1.tar.gz
Apparently this is broken in alpha1 too
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c01b6ec4e3..6e00015d4e 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP NEWS
- Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
relative time string. (Derick)
+- Fixed bug #45757 (FreeBSD4.11 build failure: failed include; stdint.h).
+ (Hannes)
- Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
(Derick)
- Fixed bug #45696 (Not all DateTime methods allow method chaining). (Derick)