head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.8 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.6 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.2 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.6.0.54 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.6.0.52 pkgsrc-2009Q3-base:1.6 pkgsrc-2009Q2:1.6.0.50 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.48 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.46 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.44 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.42 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.40 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.38 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.7 date 2010.02.10.18.08.33; author joerg; state dead; branches; next 1.6; 1.6 date 2003.09.01.10.17.38; author cjep; state Exp; branches; next 1.5; 1.5 date 2003.08.31.19.56.07; author jdolecek; state Exp; branches; next 1.4; 1.4 date 2002.10.14.06.21.20; author martti; state Exp; branches; next 1.3; 1.3 date 2001.12.31.23.54.26; author jlam; state Exp; branches; next 1.2; 1.2 date 2001.10.16.04.54.24; author jlam; state Exp; branches; next 1.1; 1.1 date 2001.02.12.04.14.29; author jlam; state Exp; branches; next ; desc @@ 1.7 log @Retire PHP 4. @ text @$NetBSD: patch-ag,v 1.6 2003/09/01 10:17:38 cjep Exp $ --- php.ini-dist.orig 2003-07-10 00:38:36.000000000 +0200 +++ php.ini-dist 2003-08-30 21:59:51.000000000 +0200 @@@@ -424,8 +424,9 @@@@ ; if nonempty. user_dir = -; Directory in which the loadable extensions (modules) reside. -extension_dir = "./" +; Directory in which the loadable extensions (modules) reside. If not +; defined, then use the extension directory specified at compile-time. +; 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 @@@@ -476,7 +477,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.6 log @Add NetBSD RCS tags @ text @d1 1 a1 1 $NetBSD$ @ 1.5 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.4 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-ag,v 1.3 2001/12/31 23:54:26 jlam Exp $ --- php.ini-dist.orig Sat Aug 24 00:57:06 2002 +++ php.ini-dist Sat Oct 12 09:29:27 2002 @@@@ -367,8 +367,9 @@@@ d8 2 a9 2 -extension_dir = ./ +; Directory in which the loadable extensions (modules) reside. If not d11 1 a11 1 +;extension_dir = ./ d15 1 a15 1 @@@@ -396,7 +397,7 @@@@ @ 1.3 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-dist.orig Tue Aug 14 16:23:25 2001 +++ php.ini-dist @@@@ -354,8 +354,9 @@@@ d17 1 a17 1 @@@@ -372,7 +373,7 @@@@ @ 1.2 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 1 a3 1 --- php.ini-dist.orig Thu May 31 23:20:49 2001 d5 1 a5 1 @@@@ -320,8 +320,9 @@@@ d17 1 a17 1 @@@@ -338,7 +339,7 @@@@ @ 1.1 log @Link c-client object files directly into PHP4 IMAP shared module. This gets php4-imap working on my Apache 1.3.17 + mod_ssl 2.8.0 + PHP4 installation. @ text @d3 5 a7 8 --- ext/imap/Makefile.in.orig Tue May 23 19:36:44 2000 +++ ext/imap/Makefile.in @@@@ -2,6 +2,6 @@@@ LTLIBRARY_NAME = libimap.la LTLIBRARY_SOURCES = php_imap.c LTLIBRARY_SHARED_NAME = imap.la -LTLIBRARY_SHARED_LIBADD = $(IMAP_SHARED_LIBADD) +LTLIBRARY_SHARED_LIBADD = d9 17 a25 1 include $(top_srcdir)/build/dynlib.mk @