The compiled source file in /build and the original source files in /lib/php both set a global constant ZOTERO_URI to a URL that is not the URL the production API. It looks like a version of the API used for internal testing.
The only way to use the library with the production Zotero API is to uncomment the str_replace() in build.php and run build.php.
The compiled source file in /build and the original source files in /lib/php both set a global constant ZOTERO_URI to a URL that is not the URL the production API. It looks like a version of the API used for internal testing.
The only way to use the library with the production Zotero API is to uncomment the str_replace() in build.php and run build.php.