non port: devel/php-scalar_objects/Makefile |
SVNWeb
|
Number of commits found: 12 |
Thu, 6 Dec 2018
|
[ 11:22 rene ] (Only the first 10 of 168 ports in this commit are shown above. )
Remove version 7.0 from the IGNORE_WITH_PHP list.
|
Sun, 2 Dec 2018
|
[ 17:43 antoine ] (Only the first 10 of 153 ports in this commit are shown above. )
Deprecate ports depending on php 5.6
|
Mon, 8 Oct 2018
|
[ 15:08 antoine ] (Only the first 10 of 154 ports in this commit are shown above. )
Fix some PKGNAME collisions
|
Thu, 8 Mar 2018
|
[ 19:48 mat ] (Only the first 10 of 388 ports in this commit are shown above. )
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
|
Wed, 7 Feb 2018
|
[ 17:46 mat ] (Only the first 10 of 29 ports in this commit are shown above. )
Note PHP ports that do not build with 7.2.
Sponsored by: Absolight
|
Tue, 7 Feb 2017
|
[ 12:14 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
|
Wed, 3 Aug 2016
|
[ 12:47 mat ] (Only the first 10 of 381 ports in this commit are shown above. )
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
Sun, 13 Mar 2016
|
[ 16:56 mat ] (Only the first 10 of 44 ports in this commit are shown above. )
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
|
Wed, 6 May 2015
|
[ 15:16 mat ] (Only the first 10 of 348 ports in this commit are shown above. )
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 16 Oct 2014
|
[ 08:55 ak ] (Only the first 10 of 21 ports in this commit are shown above. )
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911
|
Wed, 5 Feb 2014
|
[ 20:03 sunpoet ]
- Add php-scalar_objects 0.0.20140124
Add support for method calls on primitive types in PHP
This extension implements the ability to register a class that handles the
method calls to a certain primitive type (string, array, ...). As such it
allows implementing APIs like $str->length().
The main purpose of this repo is to provide a proof of concept implementation
that can be used to design the new APIs. The switch to object syntax for
operations on primitive types is a unique opportunity for PHP to redesign many
of its inconsistent core APIs. This repo provides the means to quickly
prototype and test new APIs as userland code. Once the APIs are figured out it
will be proposed for inclusion into PHP.
Note: The ability to register type handlers from userland is just for
prototyping.
WWW: https://github.com/nikic/scalar_objects
PR: ports/186221
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
Number of commits found: 12 |