head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.8 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.6 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.4 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.2 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.7.0.54 pkgsrc-2009Q4-base:1.7 pkgsrc-2009Q3:1.7.0.52 pkgsrc-2009Q3-base:1.7 pkgsrc-2009Q2:1.7.0.50 pkgsrc-2009Q2-base:1.7 pkgsrc-2009Q1:1.7.0.48 pkgsrc-2009Q1-base:1.7 pkgsrc-2008Q4:1.7.0.46 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.44 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.42 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.40 pkgsrc-2008Q2-base:1.7 cwrapper:1.7.0.38 pkgsrc-2008Q1:1.7.0.36 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.34 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.32 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.30 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.28 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.26 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.24 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.22 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.20 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.18 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.16 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.14 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.12 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.10 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 netbsd-1-6-1:1.5.0.2 netbsd-1-6-1-base:1.5 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.8 date 2010.02.10.18.08.33; author joerg; state dead; branches; next 1.7; 1.7 date 2003.09.01.10.17.38; author cjep; state Exp; branches; next 1.6; 1.6 date 2003.08.31.19.56.07; author jdolecek; state Exp; branches; next 1.5; 1.5 date 2002.10.14.06.21.20; author martti; state Exp; branches; next 1.4; 1.4 date 2001.12.31.23.54.26; author jlam; state Exp; branches; next 1.3; 1.3 date 2001.10.16.04.54.24; author jlam; state Exp; branches; next 1.2; 1.2 date 2001.05.14.14.12.30; author jlam; state dead; branches; next 1.1; 1.1 date 2001.05.01.17.56.46; author jlam; state Exp; branches; next ; desc @@ 1.8 log @Retire PHP 4. @ text @$NetBSD: patch-ah,v 1.7 2003/09/01 10:17:38 cjep Exp $ --- php.ini-recommended.orig 2003-07-10 00:38:36.000000000 +0200 +++ php.ini-recommended 2003-08-30 22:01:36.000000000 +0200 @@@@ -440,7 +440,7 @@@@ user_dir = ; Directory in which the loadable extensions (modules) reside. -extension_dir = "./" +; extension_dir = "./" ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically @@@@ -491,7 +491,7 @@@@ ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). -;upload_tmp_dir = +upload_tmp_dir = /tmp ; Maximum allowed size for uploaded files. upload_max_filesize = 2M @ 1.7 log @Add NetBSD RCS tags @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update PHP to final 4.3.3 Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version @ text @d1 1 @ 1.5 log @Updated php to 4.2.3 * lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now @ text @d1 3 a3 5 $NetBSD: patch-ah,v 1.4 2001/12/31 23:54:26 jlam Exp $ --- php.ini-recommended.orig Sat Aug 24 00:57:06 2002 +++ php.ini-recommended Sat Oct 12 09:29:54 2002 @@@@ -373,7 +373,7 @@@@ d7 2 a8 2 -extension_dir = ./ +;extension_dir = ./ d12 1 a12 1 @@@@ -403,7 +403,7 @@@@ @ 1.4 log @Update www/php4 to 4.1.0. Major changes from version 4.0.6 include: - Introduced a new $_REQUEST array, which includes any GET, POST or COOKIE variables. Like the other new variables, this variable is also available regardless of the context. - Introduced $_GET, $_POST, $_COOKIE, $_SERVER and $_ENV variables, which deprecate the old $HTTP_*_VARS arrays. In addition to be much shorter to type - these variables are also available regardless of the scope, and there's no need to import them using the 'global' statement. Other relevant changes include: - Bug fixes to prevent crashes on unexpected input. - Huge performance improvements, especially in thread-safe code. - Introduced extension version numbers. - Added support for single dimensional SafeArrays and Enumerations. Added an is_enum() function to check if a component implements an enumeration. - Improved speed of the serializer/deserializer. - Floating point numbers are better detected when converting from strings. - Added import_request_variables(), to allow users to safely import form variables to the global scope - Add config option (always_populate_raw_post_data) which when enabled will always populate $HTTP_RAW_POST_DATA regardless of the post mime type - Added getmygid() and safe_mode_gid ini directive to allow safe mode to do a gid check instead of a uid check. - Assigning to a string offset beyond the end of the string now automatically increases the string length by padding it with spaces, and performs the assignment. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- php.ini-recommended.orig Fri Aug 17 12:54:16 2001 +++ php.ini-recommended @@@@ -368,7 +368,7 @@@@ d14 1 a14 1 @@@@ -385,7 +385,7 @@@@ @ 1.3 log @Update ap-php and php to 4.0.6. Changes from version 4.0.5 include: - Bug fixes (memory leaks and other errors) - Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value when register_globals is on. (Andrei) - Added is_callable() function that can be used to find out whether its argument is a valid callable construct. (Andrei) - Added pg_last_notice() function. (Rasmus from suggestion by Dirk@@rackspace.com) - Added support to getimagesize to return dimensions of BMP and PSD files. (Derick) - Added Japanese multibyte string functions support. (Rui) - Added key_exists() to check if a given key or index exists in an array or object. (David Croft) - Added -C command-line option to avoid chdir to the script's directory. (Stig) - printf argnum (parameter swapping) support. (Morten Poulsen, Rasmus) - Modified get_parent_class() and get_class_methods() to accept a class name as well as a class instance. (Andrei, Zend Engine) - Added array_map() function that applies a callback to the elements of given arrays and returns the result. It can also be used with a null callback to transpose arrays. (Andrei) - Added array_filter(), which allows filtering of array elements via the specified callback. (Andrei) @ text @d3 4 a6 18 --- php.ini-optimized.orig Thu May 31 23:20:49 2001 +++ php.ini-optimized @@@@ -231,7 +231,7 @@@@ include_path = ; UNIX: "/path1:/path2" Windows: "\path1;\path2" doc_root = ; the root of the php pages, used only if nonempty user_dir = ; the directory under which php opens the script using /~username, used only if nonempty -extension_dir = ./ ; directory in which the loadable extensions (modules) reside +;extension_dir = ./ ; directory in which the loadable extensions (modules) reside enable_dl = On ; Whether or not to enable the dl() function. ; The dl() function does NOT properly work in multithreaded ; servers, such as IIS or Zeus, and is automatically disabled @@@@ -242,7 +242,7 @@@@ ; File Uploads ; ;;;;;;;;;;;;;;;; file_uploads = On ; Whether to allow HTTP file uploads -;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified) +upload_tmp_dir = /tmp ; temporary directory for HTTP uploaded files (will use system default if not specified) upload_max_filesize = 2M ; Maximum allowed size for uploaded files d8 3 d12 11 @ 1.2 log @Update php4 and modules to 4.0.5. Changes from version 4.0.4.1nb1 include many general bugfixes, important fixes to the pgsql module to support PostgreSQL transactions correctly, speedups, and a zlib output compressor. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2001/05/01 17:56:46 jlam Exp $ d3 20 a22 18 --- ext/mcrypt/config.m4.orig Sat Sep 9 08:24:20 2000 +++ ext/mcrypt/config.m4 @@@@ -27,11 +27,11 @@@@ AC_CHECK_LIB(mcrypt, mcrypt_module_open, [LIBS="$LIBS -lltdl"],[ ],) LIBS=$old_LIBS LDFLAGS="$old_LDFLAGS" - if test "$ac_cv_lib_mcrypt_init_mcrypt" = "yes"; then - AC_DEFINE(HAVE_LIBMCRYPT22,1,[ ]) - elif test "$ac_cv_lib_mcrypt_mcrypt_module_open" = "yes"; then + if test "$ac_cv_lib_mcrypt_mcrypt_module_open" = "yes"; then AC_ADD_LIBRARY(ltdl) - AC_DEFINE(HAVE_LIBMCRYPT24,1,[ ]) + AC_DEFINE(HAVE_LIBMCRYPT24,1,[ ]) + elif test "$ac_cv_lib_mcrypt_init_mcrypt" = "yes"; then + AC_DEFINE(HAVE_LIBMCRYPT22,1,[ ]) else AC_MSG_ERROR(Sorry, I was not able to diagnose which libmcrypt version you have installed.) fi @ 1.1 log @Add support for building the mcrypt module as a separate package. @ text @d1 1 a1 1 $NetBSD$ @