|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-09-25 06:47 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2015-09-25 06:47 UTC] ab@php.net
[2015-09-25 12:49 UTC] wxmaper at gmail dot com
-Status: Feedback
+Status: Open
[2015-09-25 12:49 UTC] wxmaper at gmail dot com
[2015-09-26 15:30 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2015-09-26 15:30 UTC] ab@php.net
[2015-10-04 04:22 UTC] php-bugs at lists dot php dot net
[2016-02-13 13:34 UTC] wxmaper at gmail dot com
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 18:00:01 2025 UTC |
Description: ------------ I'm try to writing a php extension. In project file i'm added include paths, path to .dll and .lib-file: INCLUDEPATH += C:/src/php-7.0.0RC3-src\ C:/src/php-7.0.0RC3-src/main\ C:/src/php-7.0.0RC3-src/Zend\ C:/src/php-7.0.0RC3-src/TSRM\ C:/src/php-7.0.0RC3-src/ext/standard\ LIBS += -LC:/src/php-7.0.0RC3-src/dev/ -lphp7ts LIBS += "C:/src/php-7.0.0RC3-src/dev/php7ts.dll" When i try to compile project i have next errors: error: undefined reference to `@_emalloc@4' error: undefined reference to `@_efree@4' error: undefined reference to `@_zend_hash_update@12' error: undefined reference to `@_efree_24@4' error: undefined reference to `@zend_hash_internal_pointer_reset_ex@8' error: undefined reference to `@zend_hash_get_current_data_ex@8' error: undefined reference to `@_convert_to_string@4' error: undefined reference to `@zend_hash_move_forward_ex@8' This project was successful in version 5.6