NOTICE: This package has been removed from pkgsrc

./lang/php70, PHP Hypertext Preprocessor version 7.0

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 7.0.33nb1, Package name: php-7.0.33nb1, Maintainer: pkgsrc-users

PHP 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.

This package provides PHP version 7.0.x.

PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements
and new features such as

* Improved performance: PHP 7 is up to twice as fast as PHP 5.6
* Significantly reduced memory usage
* Abstract Syntax Tree
* Consistent 64-bit support
* Improved Exception hierarchy
* Many fatal errors converted to Exceptions
* Secure random number generator
* Removed old and unsupported SAPIs and extensions
* The null coalescing operator (??)
* Return and Scalar Type Declarations
* Anonymous Classes
* Zero cost asserts

NOTE: This version is on security support only, with planned End of Live
on December 3 2018. Update to PHP 7.1.x or 7.2.x is recommended.


Required to run:
[textproc/libxml2] [devel/readline]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, readline, ssl

Master sites: (Expand)

SHA1: 8bcc984f8ec2bd61e9aedd0770086bdb1f49ed4e
RMD160: 59ab0712f261ae2824fc0f7038a3225b1568bc87
Filesize: 14301.397 KB

Version history: (Expand)


CVS history: (Expand)


   2019-01-14 14:13:08 by Takahiro Kambe | Files touched by this commit (31) | Package removed
Log message:
lang/php70: remove php70 package

Remove php70 package since PHP 7.0 has been EOL.
   2018-12-15 17:58:13 by Takahiro Kambe | Files touched by this commit (2)
Log message:
lang/php70: remove unused patch

sqlite3 support moved todatabases/php-sqlite3 and it dose not use in-tree
sqlite3.  So, this patch is not required any more.
   2018-12-09 13:20:45 by Takahiro Kambe | Files touched by this commit (6)
Log message:
Bump PKGREVISION for separation of php-sqlite3 package from
lang/php?? base packages.
   2018-12-09 13:14:36 by Takahiro Kambe | Files touched by this commit (4)
Log message:
lang/php: remove sqlite3 library

Remove sqlite3 library extension and make it separate package to prevent
dependency to databases/sqlite3 pacakge.
   2018-12-07 18:13:58 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
lang/php70: update to 7.0.33

06 Dec 2018 PHP 7.0.33

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)
   2018-12-07 17:04:50 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
lang/php7?: revert previous commit

Revert previous commit and unbreak lang/php7{0,1,2}.

sqlite3 problem would be another way, after update current PHP versions.
   2018-12-07 02:54:53 by Emmanuel Dreyfus | Files touched by this commit (3)
Log message:
Link PHP with shared libsqlite3 isntead of built-in

We used to build PHP with its built-in, statically linked libsqlite3. When
used in an executable with dynamically looaded modules such as Apache, some
module may load a shared libsqlite3, which has the same symbols as PHP's
built-in libsqlite3. This causes unreliable cross-version calls and is
source of crashes.

The fix is to disable PHP's built-in libslite3 and always use an external,
shared libsqlite3.
   2018-11-14 22:26:54 by Mark Davies | Files touched by this commit (7)
Log message:
php-gd: use pkg-config rather than freetype-config to test for freetype2