head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2003.08.31.19.56.02; author jdolecek; state dead; branches; next 1.3; 1.3 date 2002.10.14.06.21.17; author martti; state Exp; branches; next 1.2; 1.2 date 2001.12.31.23.59.23; author jlam; state Exp; branches; next 1.1; 1.1 date 2001.10.16.06.28.06; author jlam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.10.16.06.28.06; author jlam; state Exp; branches; next ; desc @@ 1.4 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 @$NetBSD: patch-ac,v 1.3 2002/10/14 06:21:17 martti Exp $ --- wddx.c.orig Thu Feb 28 08:26:57 2002 +++ wddx.c Sun Oct 13 12:59:27 2002 @@@@ -20,2 +20,8 @@@@ +#define IS_EXT_MODULE + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" @@@@ -106,2 +112,6 @@@@ /* }}} */ + +#ifdef COMPILE_DL_WDDX +ZEND_GET_MODULE(wddx) +#endif /* COMPILE_DL_WDDX */ @ 1.3 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 1 a1 1 $NetBSD: patch-ac,v 1.2 2001/12/31 23:59:23 jlam Exp $ @ 1.2 log @Update textproc/php4-wddx to 4.1.0. Changes from version 4.0.6 include: - Fixed a bug in WDDX deserialization that would sometimes corrupt the root element if it was a scalar one. (Andrei) @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- wddx.c.orig Sat Nov 17 20:23:14 2001 +++ wddx.c d14 1 a14 1 @@@@ -101,2 +107,6 @@@@ @ 1.1 log @Initial revision @ text @d3 4 a6 3 --- wddx.c.orig Tue May 1 13:01:51 2001 +++ wddx.c Fri Oct 5 16:20:05 2001 @@@@ -25,3 +25,8 @@@@ d12 1 a12 1 d14 2 a15 5 #include "php_wddx.h" @@@@ -107,6 +112,10 @@@@ PHP_FE(wddx_deserialize, NULL) {NULL, NULL, NULL} }; a20 2 PHP_MINIT_FUNCTION(wddx); PHP_MINFO_FUNCTION(wddx); @ 1.1.1.1 log @textproc/php4-wddx: PHP4 extension for WDDX (Web Direct Data eXchange). This version is from the php-4.0.6 distribution. @ text @@