Path to this page:
NOTICE: This package has been removed from pkgsrc./
www/php4,
HTML-embedded scripting language
Branch: CURRENT,
Version: 4.4.9nb1,
Package name: php-4.4.9nb1,
Maintainer: jdolecekPHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in. The language is designed to allow web developers to
write dynamically generated pages quickly.
Required to build:[
devel/gmake] [
devel/libtool-base]
Package options: cgi, inet6, ssl
Master sites: (Expand)
SHA1: ab3d2205d756ddf93452b57bd6ce6a2014b1c374
RMD160: 0d77092efaccd8fe6efc16635be98c5d4ccfec66
Filesize: 4438.485 KB
Version history: (Expand)
- (2010-02-11) Package deleted from pkgsrc
- (2010-01-17) Updated to version: php-4.4.9nb1
- (2008-08-17) Updated to version: php-4.4.9
- (2008-01-18) Updated to version: php-4.4.8nb1
- (2008-01-18) Updated to version: php-4.4.8nb1
- (2008-01-11) Updated to version: php-4.4.8
CVS history: (Expand)
2010-02-10 19:08:34 by Joerg Sonnenberger | Files touched by this commit (22) | |
Log message:
Retire PHP 4.
|
2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | |
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
|
2009-12-21 21:02:44 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
ext/mssql/configure is created too late for patching in other module
builds or the main www/php4 package. Patch the config.m4 source instead.
|
2009-12-14 20:50:41 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Patch away broken check for FreeTDS to allow databases/php-mssql to work.
|
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-08-23 14:57:20 by OBATA Akio | Files touched by this commit (1) |
Log message:
ftp.php.net is not resolved.
|
2008-08-17 20:29:33 by Adrian Portelli | Files touched by this commit (4) |
Log message:
Security Enhancements and Fixes in PHP 4.4.9:
* Updated PCRE to version 7.7.
* Fixed overflow in memnstr().
* Fixed crash in imageloadfont when an invalid font is given.
* Fixed open_basedir handling issue in the curl extension.
* Fixed mbstring.func_overload set in .htaccess becomes global.
For a full list of changes in PHP 4.4.9, see the ChangeLog.
(http://www.php.net/ChangeLog-4.php#4.4.9)
This also adds ${PREFIX}/lib/php to the default include_path in php.ini
which makes integration with PEAR a little simpler.
|