Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Braun 4cba19a93a PHPC-1430: Add deprecation message to existing tests 2019-10-25 10:45:51 +02:00
Jeremy Mikola cf6aa41516 PHPC-1113: Replace NEEDS_SSL() with skip function 2018-05-02 16:04:07 -04:00
Jeremy Mikola ce37d86be1 SSL opts are ignored without MONGOC_ENABLE_SSL
While these tests would certainly pass without SSL enabled, the desired code under test would not even be compiled into the extension.

This also removes an inaccurate code comment.
2018-02-27 09:48:25 -05:00
Jeremy Mikola f45916a38a PHPC-940: php_phongo_free_ssl_opt() attempts to free interned strings
This issue only manifests itself on PHP 7, since interned strings are tracked in the zval struct instead of the character pointer as in PHP 5.x.
2017-03-28 00:15:59 -04:00