From 33bcc088ca8e66558cd9da327d9f52bcc9e216da Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Thu, 14 May 2009 13:43:52 +0000 Subject: [PATCH] MFH:- Fixed bug #48256 (Crash due to double-linking of history.o) --- NEWS | 2 ++ ext/readline/config.m4 | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index ce590dac44..0a52d7d61d 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ PHP NEWS - Fixed segfault on invalid session.save_path. (Hannes) - Fixed leaks in imap when a mail_criteria is used. (Pierre) +- Fixed bug #48256 (Crash due to double-linking of history.o). + (tstarling at wikimedia dot org) - Fixed bug #48248 (SIGSEGV when access to private property via &__get). (Felipe) - Fixed bug #48240 (DBA Segmentation fault dba_nextkey). (Felipe) diff --git a/ext/readline/config.m4 b/ext/readline/config.m4 index da1359ee9c..c4bb04bc77 100644 --- a/ext/readline/config.m4 +++ b/ext/readline/config.m4 @@ -50,15 +50,6 @@ if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS ]) - PHP_CHECK_LIBRARY(history, add_history, - [ - PHP_ADD_LIBRARY_WITH_PATH(history, $READLINE_DIR/$PHP_LIBDIR, READLINE_SHARED_LIBADD) - ], [ - AC_MSG_ERROR(history library required by readline not found) - ], [ - -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS - ]) - AC_DEFINE(HAVE_LIBREADLINE, 1, [ ]) elif test "$PHP_LIBEDIT" != "no"; then -- 2.40.0