/lang/qscheme/

it logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pecl-mongodb
Commit message (Collapse)AuthorAgeFilesLines
* databases/pecl-mongodb: upgrade 1.5.3 -> 1.6.0pi2019-09-212-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* databases/pecl-mongodb: update 1.5.2 -> 1.5.3pi2018-12-162-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* databases/pecl-mongo: update 1.5.1 -> 1.5.2pi2018-08-262-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* databases/pecl-mongodb: update 1.4.4 -> 1.5.1pi2018-07-292-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* databases/pecl-mongodb: update 1.4.3 -> 1.4.4pi2018-06-192-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* databases/pecl-mongodb: update 1.2.11 -> 1.4.3pi2018-05-313-15/+4
| | | | | | PR: 226832 Submitted by: Alexey Bobkov <mr.deadlystorm@gmail.com> Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* databases/pecl-mongodb: update 1.2.9 -> 1.2.11pi2017-10-102-4/+4
| | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
* databases/pecl-mongodb: update 1.2.8 -> 1.2.9pi2017-05-072-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.9
* Convert all PECL ports to USES=php:pecl.mat2017-04-101-4/+1
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
* databases/pecl-mongodb: update 1.2.7 -> 1.2.8pi2017-03-252-4/+4
| | | | - [PHPC-936] - Define PHP_MONGODB_VERSION constant for Pickle compatibility
* databases/pecl-mongodb: update 1.2.3 -> 1.2.7pi2017-03-162-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.7
* databases/pecl-mongodb: Fix build with LibreSSLbrnrd2017-02-132-7/+12
| | | | | | | - Patch check for OPENSSL_VERSION_NUMBER > 1.1 PR: 217028 Approved by: pi (maintainer)
* databases/pecl-mongodb: IGNORE when LibreSSL selectedmarino2017-02-111-1/+7
| | | | | | | The 1.3.0 and later releases of pecl-mongodb promise to support LibreSSL, so IGNORE with LibreSSL until then. Approvd by: SSL blanket
* databases/pecl-mongodb: update 1.1.9 -> 1.2.3pi2017-01-212-4/+5
| | | | http://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.3
* databases/pecl-mongodb: update 1.1.8 -> 1.1.9pi2016-10-212-5/+4
| | | | | - Merge pull request #442 - PHPC-820: Upgrade libbson and libmongoc to 1.3.6
* databases/pecl-mongodb: USES+= sslmarino2016-09-101-1/+1
| | | | Approved by: SSL blanket
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
* databases/pecl-mongodb: 1.1.7 -> 1.1.8pi2016-07-092-4/+4
| | | | | | | | - Trace returns from phongo_stream_initiator() - PHPC-720: Do not persist SSL streams to avoid SSL reinitialization errors - Move php_phongo_new_datetime_from_utcdatetime() into UTCDateTime.c - PHPC-631: Regression tests for UTCDateTime::toDateTime() - PHPC-631: Fix timelib_time.f assignment in UTCDateTime::toDateTime()
* Convert USE_PHP*=yes into USES=php*mat2016-06-281-4/+2
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* databases/pecl-mongodb: 1.1.6 -> 1.1.7pi2016-06-042-3/+4
| | | | | | | | | | | | | | | | | - Use php_stream_context_from_zval() to get default stream context - PHPC-572: Keep stream context options alive for Manager's lifetime - Use separate vars when fetching debug and context from driverOptions - Remove macros for PHP 5.3 compatibility - PHPC-671: Avoid mongoc_client_t use-after-free by Cursor and Server - Revise object macros for use within expressions - PHPC-698: Check HAVE_OPENSSL_EXT before calling php-ssl.c functions - PHPC-699: Rename "php_mongo" functions to not conflict with legacy driver - Fix expected exception message for PHPC-487 test case - Initialize mongoc_ssl_opt_t struct to zero - PHPC-677: Keep pem_file valid for life of mongoc_client_t - PHPC-550: Remove XFAIL ODS tests for removed functionality - Increased vagrant memory usage for virtual box to 2G - PHPC-672: Fix zend_str_tolower usage