conflict with php zend libs and c++ libs(ctime) to build extension for php [migrated]
- by user69800
Im going to build an extension for PHP 5.3.x
everything is OK when I build without vc++ lib.
error C2039: 'clock_t' : is not a member of '`global namespace''
error C2873: 'clock_t' : symbol cannot be used in a using-declaration
error C2039: 'asctime' : is not a member of '`global namespace''
error C2873: 'asctime' : symbol cannot be used in a…