Tom
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
-
Tom 创建了一个帖子, #define constant in one *.h file not seen in other *.h files
I am using Clion to edit C code that I compile with another IDE (CodeVisionAVR). Unfortunately the preprocessor constants (eg #DEFINE DUMMY_CONST) that I declare in one *.h file are not visible i... -
-
Tom 创建了一个帖子, Failed installation of zend-escaper with Composer
Hi!I'm trying to install zend-escaper but I'm getting this error:This is strange as my PHP version (from phpinfo()) is 5.5.19, the message claims it is 5.3.5(!) which should satisfy the requirement... -
Tom 进行了评论, -
Tom 创建了一个帖子, PHPstorm PHP syntax not workling witch same class / file names
Hello All,I have this strange problem.This is my Zend_View_Helper_ShowPopupMessages.php file:<?phpclass Zend_View_Helper_ShowPopupMessages extends Zend_View_Helper_Abstract{ public function sho...