Edit report at https://bugs.php.net/bug.php?id=76118&edit=1
ID: 76118 Updated by: c...@php.net Reported by: Andy_Schmidt at HM-Software dot com Summary: ZEND_ACC_FETCH not defined -Status: Open +Status: Duplicate Type: Bug Package: PECL Operating System: Windows PHP Version: 7.2.3 -Assigned To: +Assigned To: cmb Block user comment: N Private report: N New Comment: Since the source code repo of UOPZ has its own bug tracker[1], it seems to be preferable to track issues there. That should, however, be reflected on the PECL page of the extension (i.e. the "Report new bug" URL should be changed). Anyhow, this ticket is a duplicate of <https://github.com/krakjoe/uopz/issues/67>. [1] <https://github.com/krakjoe/uopz/issues> Previous Comments: ------------------------------------------------------------------------ [2018-03-20 04:11:42] Andy_Schmidt at HM-Software dot com Description: ------------ UOPZ 5.02 under Windows does not define ZEND_ACC_FETCH. Test script: --------------- // Will echo name of undefined constant as string echo( ZEND_ACC_FETCH ); if ( !defined( 'ZEND_ACC_FETCH' ) ) define( 'ZEND_ACC_FETCH', PHP_INT_MAX ); // Now will the integer value of previously missing constant echo( ZEND_ACC_FETCH ); ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=76118&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php