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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Andy_Schmidt at HM-Software dot com
New email:
PHP Version: OS:

 

 [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: Fri Mar 29 13:01:29 2024 UTC