Improve messages when configure build.

This commit is contained in:
Matias De lellis
2020-04-19 19:26:22 -03:00
parent c9e1015197
commit 2b06ea45c4
3 changed files with 54 additions and 39 deletions

View File

@@ -31,7 +31,8 @@ extern "C" {
extern zend_module_entry pdlib_module_entry;
#define phpext_pdlib_ptr &pdlib_module_entry
#define PHP_PDLIB_VERSION "1.0.2" /* Replace with version number for your extension */
#define PHP_PDLIB_NAME "pdlib"
#define PHP_PDLIB_VERSION "1.0.2"
#ifdef PHP_WIN32
# define PHP_PDLIB_API __declspec(dllexport)