Skip to content

Compile in windows #16

@Sandbird

Description

@Sandbird

I am trying to compile this in Win10x64 but i am getting ''PHP_POSTAL' is undefined' when i do
configure.bat --disable-all --enable-cli --enable-php-postal
I think its because my config.w32 is wrong.

ARG_WITH("php-postal", "my php-postal", "no");
if (PHP_POSTAL != "no") {
	EXTENSION("php-postal", "php_postal.c", true);
}

Anyone figured out how to compile this in windows ? I want to create a .dll version for php7.0
-Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions