Up to [cvs.NetBSD.org] / pkgsrc / lang / php5
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10, Sat Jun 16 15:15:05 2012 UTC (10 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
HEAD
Changes since 1.9: +1 -1
lines
FILE REMOVED
Remove php5 (PHP 5.2.17), please migra to php53 or php54.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 9 19:19:10 2007 UTC (15 years, 3 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Remove trailing spaces.
Revision 1.8 / (download) - annotate - [select for diffs], Sat May 5 21:45:12 2007 UTC (15 years, 9 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.7: +5 -1
lines
Diff to previous 1.7 (colored)
Remove PEAR from the default PHP install
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 8 10:49:21 2007 UTC (15 years, 10 months ago) by ghen
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Fix reference to ap-php package, from PR#35927.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 6 16:42:02 2006 UTC (16 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.5: +10 -3
lines
Diff to previous 1.5 (colored)
Note in the MESSAGE file the path to the PHP CGI binary to answer an FAQ.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:26 2005 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 8 16:51:50 2005 UTC (17 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
fix plural
Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 8 16:50:23 2005 UTC (17 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.2: +4 -7
lines
Diff to previous 1.2 (colored)
Unfortunately PHP has several openssl hooks, which are only enabled when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl.
Revision 1.2, Mon Nov 1 19:46:18 2004 UTC (18 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.1: +1 -1
lines
FILE REMOVED
Make sure to install the _CLI_ version to ${PREFIX}/bin/php, and _CGI_ to ${PREFIX}/libexec/cgi-bin; install also couple more files same way as PHP4 Of particular note is that CLI ignores setting of register_argc_argv (treats as if it would be On), so it's no longer necessary to do anything special for Pear packages to work. g/c MESSAGE warning about the Pear issue.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 29 20:31:54 2004 UTC (18 years, 3 months ago) by jdolecek
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import PHP 5.0.2, based on the pkgsrc-wip PHP5 package. Some of the key features of PHP 5 include: * The Zend Engine II with a new object model and dozens of new features. * XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/). * A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa. * A brand new built-in SOAP extension for interoperability with Web Services. * A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements. * SQLite has been bundled with PHP. For more information on SQLite, please visit their website. * Streams have been greatly improved, including the ability to access low-level socket operations on streams.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 29 20:31:54 2004 UTC (18 years, 3 months ago) by jdolecek
Branch: MAIN
Initial revision