|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-06-20 22:59 UTC] patrickallaert@php.net
-Assigned To:
+Assigned To: patrickallaert
[2015-06-15 06:50 UTC] patrickallaert@php.net
-Status: Assigned
+Status: Wont fix
[2015-06-15 06:50 UTC] patrickallaert@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 16:00:01 2025 UTC |
Description: ------------ Trying to compile gives: Recreating build dirs apm.c ext\apm\apm.c(299) : error C2275: 'apm_event_entry' : illegal use of this type a s an expression c:\php-sdk\php54\vc9\x86\php_5.4.0\ext\apm\php_apm.h(58) : see declarati on of 'apm_event_entry' ext\apm\apm.c(299) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(300) : error C2275: 'apm_event_entry' : illegal use of this type a s an expression c:\php-sdk\php54\vc9\x86\php_5.4.0\ext\apm\php_apm.h(58) : see declarati on of 'apm_event_entry' ext\apm\apm.c(300) : error C2065: 'event_entry_cursor_next' : undeclared identif ier ext\apm\apm.c(300) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(300) : error C2223: left of '->next' must point to struct/union ext\apm\apm.c(301) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(301) : error C2065: 'event_entry_cursor_next' : undeclared identif ier ext\apm\apm.c(301) : warning C4047: '!=' : 'int' differs in levels of indirectio n from 'void *' ext\apm\apm.c(302) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(302) : error C2223: left of '->event' must point to struct/union ext\apm\apm.c(302) : error C2198: 'free' : too few arguments for call ext\apm\apm.c(303) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(303) : error C2223: left of '->event' must point to struct/union ext\apm\apm.c(303) : error C2198: 'free' : too few arguments for call ext\apm\apm.c(304) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(304) : error C2223: left of '->event' must point to struct/union ext\apm\apm.c(304) : error C2198: 'free' : too few arguments for call ext\apm\apm.c(305) : error C2065: 'event_entry_cursor_next' : undeclared identif ier ext\apm\apm.c(305) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(305) : error C2223: left of '->next' must point to struct/union ext\apm\apm.c(306) : error C2065: 'event_entry_cursor' : undeclared identifier ext\apm\apm.c(306) : warning C4022: 'free' : pointer mismatch for actual paramet er 1 NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\Bin \cl.exe"' : return code '0x2' Stop. C:\php-sdk\php54\vc9\x86\php_5.4.0>