components/php-5_3/common.mk
branchs11u2-sru
changeset 3810 8421290d92e0
parent 3498 cc51facdce75
child 4173 8d9bea4f92c7
--- a/components/php-5_3/common.mk	Tue Jan 27 23:32:47 2015 -0800
+++ b/components/php-5_3/common.mk	Wed Feb 11 10:30:02 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 PHP_REL=		5.3
@@ -161,8 +161,8 @@
 CONF_ENVLINE += \
 	LIBS="$(LIBS)" \
 	EXTENSION_DIR=$(MODULES_DIR) \
-	PHP_PEAR_CACHE_DIR=/var/tmp/pear/cache \
-	PHP_PEAR_DOWNLOAD_DIR=/var/tmp/pear/cache \
+	PHP_PEAR_CACHE_DIR=/var/cache/php-pear \
+	PHP_PEAR_DOWNLOAD_DIR=/tmp/pear/download \
 	PHP_PEAR_EXTENSION_DIR=/var/php/$(PHP_REL)/modules \
 	PHP_PEAR_INSTALL_DIR=/var/php/$(PHP_REL)/pear \
 	PHP_PEAR_SIG_BIN=/usr/gnu/bin/gpg \