Skip to content

Commit b0ef04a

Browse files
author
Jani Taskinen
committed
MFH: Removed --enable-versioning
1 parent c5254db commit b0ef04a

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2007, PHP 5.2.4
4+
- Removed --enable-versioning configure option. (Jani)
5+
46
- Upgraded PCRE to version 7.2 (Nuno)
57
- Updated timezone database to version 2007.6. (Derick)
68

acinclude.m4

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -745,16 +745,6 @@ dnl -------------------------------------------------------------------------
745745
dnl Build macros
746746
dnl -------------------------------------------------------------------------
747747

748-
dnl
749-
dnl PHP_SET_SYM_FILE(path)
750-
dnl
751-
dnl set the path of the file which contains the symbol export list
752-
dnl
753-
AC_DEFUN([PHP_SET_SYM_FILE],
754-
[
755-
PHP_SYM_FILE=$1
756-
])
757-
758748
dnl
759749
dnl PHP_BUILD_THREAD_SAFE
760750
dnl

configure.in

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -852,16 +852,6 @@ AC_ARG_ENABLE(fd-setsize,
852852
AC_MSG_RESULT(using system default)
853853
])
854854

855-
AC_MSG_CHECKING([whether to enable versioning])
856-
AC_ARG_ENABLE(versioning,
857-
[ --enable-versioning Export only required symbols.
858-
See INSTALL for more information], [
859-
PHP_VERSIONING=$enableval
860-
],[
861-
PHP_VERSIONING=no
862-
])
863-
AC_MSG_RESULT([$PHP_VERSIONING])
864-
865855
divert(5)
866856

867857
dnl ## In diversion 5 we check which extensions should be compiled.
@@ -900,23 +890,6 @@ esyscmd(./build/config-stubs ext)
900890
dnl Extensions post-config
901891
dnl -------------------------------------------------------------------------
902892

903-
if test "$PHP_VERSIONING" = "yes"; then
904-
if test -n "$PHP_MODULES"; then
905-
AC_MSG_ERROR([--enable-versioning cannot be used with shared modules])
906-
fi
907-
908-
case $host_alias in
909-
*darwin*)
910-
AC_MSG_ERROR([--enable-versioning is not supported on your platform])
911-
;;
912-
esac
913-
914-
test -z "$PHP_SYM_FILE" && PHP_SYM_FILE="$abs_srcdir/sapi/$PHP_SAPI/php.sym"
915-
if test -f "$PHP_SYM_FILE"; then
916-
EXTRA_LDFLAGS="-export-symbols $PHP_SYM_FILE $EXTRA_LDFLAGS"
917-
fi
918-
fi
919-
920893
enable_shared=yes
921894
enable_static=yes
922895

0 commit comments

Comments
 (0)