# HG changeset patch # User Michael Nestler # Date 1434142015 25200 # Node ID 0ddad08460247c9ba7b868b1304bb29b85eb108f # Parent 68cd14867fa2eb34749e8294d21fa5571443fd6d 21249541 problem in UTILITY/PHP diff -r 68cd14867fa2 -r 0ddad0846024 components/php/php56/Makefile --- a/components/php/php56/Makefile Thu Jun 11 20:52:26 2015 -0700 +++ b/components/php/php56/Makefile Fri Jun 12 13:46:55 2015 -0700 @@ -66,6 +66,10 @@ # Nor does PEAR (default: $PREFIX/lib/php) CONFIGURE_OPTIONS += --with-pear=/var/php/$(UL_PHP_MINOR_VERSION)/pear +# Disable SSLv2 and SSLv3 for security reasons +CFLAGS += -DOPENSSL_NO_SSL2 +CFLAGS += -DOPENSSL_NO_SSL3 + PROTOUSRPHPVERDIR = $(PROTO_DIR)/$(CONFIGURE_PREFIX) # Adapted from PHP 5.3 Makefile. # Creates alternate versions of the scripts needed for building extensions