From a61276984d63bc3aa1b979cd4fd5486e107a89fd Mon Sep 17 00:00:00 2001 From: Flavio Heleno Date: Tue, 1 Feb 2022 15:31:09 -0300 Subject: [PATCH] Update uart.h extension details --- uart.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uart.h b/uart.h index 6df88ab..1a9ed95 100644 --- a/uart.h +++ b/uart.h @@ -20,11 +20,11 @@ extern zend_module_entry uart_module_entry; #define phpext_uart_ptr &uart_module_entry - #define PHP_UART_EXTNAME "phpuart" + #define PHP_UART_EXTNAME "uart" #define PHP_UART_VERSION "0.0.1-dev" #define PHP_UART_AUTHOR "flavioheleno" - #define PHP_UART_URL "https://github.com/flavioheleno/phpuart" - #define PHP_UART_COPYRIGHT "Copyright (c) 2021" + #define PHP_UART_URL "https://github.com/embedded-php/ext-uart" + #define PHP_UART_COPYRIGHT "Copyright (c) 2021-2022" #if defined(ZTS) && defined(COMPILE_DL_UART) ZEND_TSRMLS_CACHE_EXTERN()