summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-05-05 12:30:38 +0000
committerAndrey Hristov <andrey@php.net>2008-05-05 12:30:38 +0000
commit05b2a03297303d7ef673a50dc2fc0a2efdc8f968 (patch)
tree9ac421e1b8b1350eb87ae1328df45caf11a3d371 /NEWS
parentc54c42dcf348556b7fcc2ddb99dc9705992d3d28 (diff)
downloadphp-git-05b2a03297303d7ef673a50dc2fc0a2efdc8f968.tar.gz
Fix build with libmysql 6.0.x
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a1879bacf5..9255645ade 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2008, PHP 5.2.7
+- Fixed build failure of ext/mysqli with libmysql 6.0 - missing rpl
+ functions. (Andrey)
- Fixed bug #44891 Memory leak using registerPHPFunctions and XSLT Variable
as function parameter. (Rob)