php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #76118 ZEND_ACC_FETCH not defined
Submitted: 2018-03-20 04:11 UTC Modified: 2018-03-20 12:28 UTC
From: Andy_Schmidt at HM-Software dot com Assigned: cmb (profile)
Status: Duplicate Package: PECL (PECL)
PHP Version: 7.2.3 OS: Windows
Private report: No CVE-ID: None
 [2018-03-20 04:11 UTC] 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 );


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-03-20 12:28 UTC] cmb@php.net
-Status: Open +Status: Duplicate -Assigned To: +Assigned To: cmb
 [2018-03-20 12:28 UTC] cmb@php.net
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>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 12:01:28 2024 UTC