aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-mongodb
Commit message (Collapse)AuthorAgeFilesLines
* databases/pecl-mongodb: update 1.5.2 -> 1.5.3Kurt Jaeger2018-12-162-4/+4
| | | | | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb Notes: svn path=/head/; revision=487586
* databases/pecl-mongo: update 1.5.1 -> 1.5.2Kurt Jaeger2018-08-262-4/+4
| | | | | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb Notes: svn path=/head/; revision=478127
* databases/pecl-mongodb: update 1.4.4 -> 1.5.1Kurt Jaeger2018-07-292-4/+4
| | | | | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb Notes: svn path=/head/; revision=475629
* databases/pecl-mongodb: update 1.4.3 -> 1.4.4Kurt Jaeger2018-06-182-4/+4
| | | | | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb Notes: svn path=/head/; revision=472715
* databases/pecl-mongodb: update 1.2.11 -> 1.4.3Kurt Jaeger2018-05-313-15/+4
| | | | | | | | | PR: 226832 Submitted by: Alexey Bobkov <mr.deadlystorm@gmail.com> Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb Notes: svn path=/head/; revision=471212
* databases/pecl-mongodb: update 1.2.9 -> 1.2.11Kurt Jaeger2017-10-092-4/+4
| | | | | | | Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb Notes: svn path=/head/; revision=451629
* databases/pecl-mongodb: update 1.2.8 -> 1.2.9Kurt Jaeger2017-05-072-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.9 Notes: svn path=/head/; revision=440326
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* databases/pecl-mongodb: update 1.2.7 -> 1.2.8Kurt Jaeger2017-03-252-4/+4
| | | | | | | - [PHPC-936] - Define PHP_MONGODB_VERSION constant for Pickle compatibility Notes: svn path=/head/; revision=436899
* databases/pecl-mongodb: update 1.2.3 -> 1.2.7Kurt Jaeger2017-03-162-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.7 Notes: svn path=/head/; revision=436265
* databases/pecl-mongodb: Fix build with LibreSSLBernard Spil2017-02-122-7/+12
| | | | | | | | | | - Patch check for OPENSSL_VERSION_NUMBER > 1.1 PR: 217028 Approved by: pi (maintainer) Notes: svn path=/head/; revision=433962
* databases/pecl-mongodb: IGNORE when LibreSSL selectedJohn Marino2017-02-101-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 Notes: svn path=/head/; revision=433826
* databases/pecl-mongodb: update 1.1.9 -> 1.2.3Kurt Jaeger2017-01-212-4/+5
| | | | | | | http://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.3 Notes: svn path=/head/; revision=432017
* databases/pecl-mongodb: update 1.1.8 -> 1.1.9Kurt Jaeger2016-10-212-5/+4
| | | | | | | | - Merge pull request #442 - PHPC-820: Upgrade libbson and libmongoc to 1.3.6 Notes: svn path=/head/; revision=424420
* databases/pecl-mongodb: USES+= sslJohn Marino2016-09-091-1/+1
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421642
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-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 Notes: svn path=/head/; revision=419514
* databases/pecl-mongodb: 1.1.7 -> 1.1.8Kurt Jaeger2016-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() Notes: svn path=/head/; revision=418265
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-4/+2
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* databases/pecl-mongodb: 1.1.6 -> 1.1.7Kurt Jaeger2016-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 Notes: svn path=/head/; revision=416363
* New port: databases/pecl-mongodbKurt Jaeger2016-04-083-0/+25
pecl-mongodb provides an interface for communicating with MongoDB in PHP. WWW: https://docs.mongodb.org/ecosystem/drivers/php/ PR: 207682 Notes: svn path=/head/; revision=412779