php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12861 get_defined_constants gots AV
Submitted: 2001-08-20 11:12 UTC Modified: 2001-09-17 11:19 UTC
From: dacota at iis dot nsk dot su Assigned:
Status: Not a bug Package: Arrays related
PHP Version: 4.0CVS-2001-08-27 OS: WindowsNT
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dacota at iis dot nsk dot su
New email:
PHP Version: OS:

 

 [2001-08-20 11:12 UTC] dacota at iis dot nsk dot su
Function get_defined_constants() gots AV in
add_constant_info(zend_constant *constant, void *arg TSRMLS_DC)

Appears on WinNT 4.0 SP5/Apache 1.3.19 and W2K 5.0 SP2/IIS 5.0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 01:14 UTC] dacota at iis dot nsk dot su
Here is the call stack for this bug:

_zval_copy_ctor(_zval_struct * 0x00fddff8, char * 0x1024b014 `string', unsigned int 0x00000401) line 105 + 11 bytes
add_constant_info(_zend_constant * 0x00ee2b70, void * 0x00fdd1e8, void * * * 0x00ed1940) line 1025 + 25 bytes
zend_hash_apply_with_argument(_hashtable * 0x00ed22d0, int (void *, void *, void * * *)* 0x101465b0 add_constant_info(_zend_constant *, void *, void * * *), void * 0x00fdd1e8, void * * * 0x00ed1940) line 688 + 20 bytes
zif_get_defined_constants(int 0x00000000, _zval_struct * 0x00fdd1e8, _zval_struct * 0x00000000, int 0x00000000, void * * * 0x00ed1940) line 1054 + 40 bytes
execute(_zend_op_array * 0x00fdce30, void * * * 0x00ed1940) line 1590 + 47 bytes
zend_execute_scripts(int 0x00000008, void * * * 0x00ed1940, int 0x00000003) line 807 + 33 bytes
php_execute_script(_zend_file_handle * 0x0012ff48, void * * * 0x00ed1940) line 1310 + 25 bytes
main(int 0x00000003, char * * 0x00ed19b0) line 737 + 14 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77f1ba06()

 [2001-09-17 07:44 UTC] dacota at iis dot nsk dot su
See bug #13340

 [2001-09-17 11:19 UTC] sniper@php.net
The other bug report contains better information.
Bogused this one. 

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC