ID:               33320
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sailormax at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: WinXP
 PHP Version:      5.1.0b1
 New Comment:

Bugs in your own extension have no place in this bug system, please
contact [EMAIL PROTECTED] for help.


Previous Comments:
------------------------------------------------------------------------

[2005-06-13 00:30:24] sailormax at gmail dot com

Description:
------------
if try use function "call_user_function_ex" in own extension, linker
out error. (use Visual C++ 2005 Express and default skeleton for
extensions)

may be I just missing something, but where I can found some materials
about it? On some forums was people with same problem... They sad:
under Linux all work fine!

Reproduce code:
---------------
  zval function_name
  zval *retval;

  ZVAL_STRING(&function_name, "GetPageFromURL", 0);
  if( call_user_function_ex(CG(function_table), NULL, &function_name,
&retval, 0, NULL, 0, NULL TSRMLS_CC) == SUCCESS );


Expected result:
----------------
compiled source

Actual result:
--------------
error LNK2019: unresolved external symbol _compiler_globals_id
referenced in function foo


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33320&edit=1

Reply via email to