yuxunbin / yafphp

Automatically exported from code.google.com/p/yafphp
0 stars 0 forks source link

Compile on PHP 5.4 TS VC9 #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there,

I'm getting these error messages:

yaf.c
Generating Code...
Linking...
   Creating library .\Release_TS/php_yaf.lib and object .\Release_TS/php_yaf.exp
yaf_view.obj : error LNK2001: unresolved external symbol _executor_globals_id
yaf_request.obj : error LNK2019: unresolved external symbol 
_executor_globals_id referenced in function _zim_yaf_request_isHead
yaf_session.obj : error LNK2001: unresolved external symbol _executor_globals_id
yaf_application.obj : error LNK2001: unresolved external symbol 
_executor_globals_id
yaf_loader.obj : error LNK2001: unresolved external symbol _executor_globals_id
yaf_dispatcher.obj : error LNK2001: unresolved external symbol 
_executor_globals_id
yaf_config.obj : error LNK2001: unresolved external symbol _executor_globals_id
yaf_exception.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_plugin.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_session.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_view.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_request.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_response.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_router.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_config.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_registry.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_controller.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_action.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_application.obj : error LNK2019: unresolved external symbol 
_zend_new_interned_string referenced in function _zm_startup_yaf_application
yaf_loader.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_dispatcher.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_bootstrap.obj : error LNK2001: unresolved external symbol 
_zend_new_interned_string
yaf_loader.obj : error LNK2019: unresolved external symbol _zend_execute 
referenced in function _yaf_loader_compose
yaf_loader.obj : error LNK2019: unresolved external symbol _zend_compile_file 
referenced in function _yaf_loader_compose
yaf_config.obj : error LNK2019: unresolved external symbol _zend_ce_iterator 
referenced in function _zm_startup_yaf_config_ini
yaf_session.obj : error LNK2001: unresolved external symbol _zend_ce_iterator
yaf_config.obj : error LNK2019: unresolved external symbol _zend_ce_arrayaccess 
referenced in function _zm_startup_yaf_config_ini
yaf_session.obj : error LNK2001: unresolved external symbol _zend_ce_arrayaccess
yaf_session.obj : error LNK2019: unresolved external symbol 
__imp__php_session_start referenced in function _yaf_session_start
..\..\Release_TS/php_yaf.dll : fatal error LNK1120: 7 unresolved externals
Creating browse information file...

Any clues about it? It's me or extension is not yet ported to PHP 5.4?

Thanks
Ricardo

Original issue reported on code.google.com by ricardo....@gmail.com on 14 Mar 2012 at 11:55

GoogleCodeExporter commented 9 years ago
Thanks for the PHP 5.4 binaries!

Original comment by ricardo....@gmail.com on 29 Sep 2012 at 7:52