[PECL-CVS] [pecl-web_services-oauth] master: use Zend/zend_smart_string.h
[email protected] (Remi Collet via Michael Wallner)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Remi Collet (remicollet) Committer: Michael Wallner (m6w6) Date: 2025-08-20T09:27:16+02:00 Commit: https://github.com/php/pecl-web_services-oauth/commit/7aba283d14c2608829e4f85a0a37cc2cc2a6a625 Raw diff: https://github.com/php/pecl-web_services-oauth/commit/7aba283d14c2608829e4f85a0a37cc2cc2a6a625.diff use Zend/zend_smart_string.h Changed paths: M php_oauth.h Diff: diff --git a/php_oauth.h b/php_oauth.h index 1b7c987..ccea410 100644 --- a/php_oauth.h +++ b/php_oauth.h @@ -35,7 +35,11 @@ #else #include "ext/random/php_random.h" #endif +#if PHP_VERSION_ID < 70200 #include "ext/standard/php_smart_string.h" +#else +#include "Zend/zend_smart_string.h" +#endif #include "ext/standard/info.h" #include "ext/standard/php_string.h" #if PHP_VERSION_ID > 80200