| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 243987
Reported by: Eric Madrid <eric@madrid.lol>
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
| |
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
| |
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
| |
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
| |
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
| |
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
|
|
| |
PR: 226832
Submitted by: Alexey Bobkov <mr.deadlystorm@gmail.com>
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
| |
Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.9
|
|
|
|
|
| |
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
|
|
|
|
| |
- [PHPC-936] - Define PHP_MONGODB_VERSION constant for Pickle compatibility
|
|
|
|
| |
Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.7
|
|
|
|
|
|
|
| |
- Patch check for OPENSSL_VERSION_NUMBER > 1.1
PR: 217028
Approved by: pi (maintainer)
|
|
|
|
|
|
|
| |
The 1.3.0 and later releases of pecl-mongodb promise to support LibreSSL,
so IGNORE with LibreSSL until then.
Approvd by: SSL blanket
|
|
|
|
| |
http://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.3
|
|
|
|
|
| |
- Merge pull request #442
- PHPC-820: Upgrade libbson and libmongoc to 1.3.6
|
|
|
|
| |
Approved by: SSL blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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()
|
|
|
|
|
|
|
|
| |
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
pecl-mongodb provides an interface for communicating with MongoDB in PHP.
WWW: https://docs.mongodb.org/ecosystem/drivers/php/
PR: 207682
|