From: Andy_Schmidt at HM-Software dot com Operating system: Windows PHP version: 7.2.3 Package: PECL Bug Type: Bug Bug description:ZEND_ACC_FETCH not defined
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 bug report at https://bugs.php.net/bug.php?id=76118&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=76118&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=76118&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=76118&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=76118&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=76118&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=76118&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=76118&r=needscript Try newer version: https://bugs.php.net/fix.php?id=76118&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=76118&r=support Expected behavior: https://bugs.php.net/fix.php?id=76118&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=76118&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=76118&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=76118&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=76118&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=76118&r=dst IIS Stability: https://bugs.php.net/fix.php?id=76118&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=76118&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=76118&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=76118&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=76118&r=mysqlcfg -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php