File tree Expand file tree Collapse file tree 3 files changed +2
-37
lines changed Expand file tree Collapse file tree 3 files changed +2
-37
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2007, PHP 5.2.4
4
+ - Removed --enable-versioning configure option. (Jani)
5
+
4
6
- Upgraded PCRE to version 7.2 (Nuno)
5
7
- Updated timezone database to version 2007.6. (Derick)
6
8
Original file line number Diff line number Diff line change @@ -745,16 +745,6 @@ dnl -------------------------------------------------------------------------
745
745
dnl Build macros
746
746
dnl -------------------------------------------------------------------------
747
747
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
-
758
748
dnl
759
749
dnl PHP_BUILD_THREAD_SAFE
760
750
dnl
Original file line number Diff line number Diff line change @@ -852,16 +852,6 @@ AC_ARG_ENABLE(fd-setsize,
852
852
AC_MSG_RESULT ( using system default )
853
853
] )
854
854
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
-
865
855
divert ( 5 )
866
856
867
857
dnl ## In diversion 5 we check which extensions should be compiled.
@@ -900,23 +890,6 @@ esyscmd(./build/config-stubs ext)
900
890
dnl Extensions post-config
901
891
dnl -------------------------------------------------------------------------
902
892
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
-
920
893
enable_shared=yes
921
894
enable_static=yes
922
895
You can’t perform that action at this time.
0 commit comments