-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP: bad License in package.xml #656
Comments
Notice: it will be nice to have the package.xml file stored in git repository so we can open PR for it Also nice a have changelog inside the package.xml |
Got it, I will change them. |
Can you help me , how to upload windows .dll into pecl.php.net ? https://github.com/eeliu/pinpoint-c-agent/actions/runs/10141196543#artifacts For
|
Sorry, no, I don't know anything about Windows Perhaps @cmb69 may help |
Thanks all the same |
@cmb69 Thanks But my problems is how to upload these compiled binary package into
|
You are not supposed to do this. Instead, make that package buildable on Windows first. While there is a config.m4, there is no config.w32, which is a first requirement to build the extension on Windows. |
Ah, I've just noticed that there is a config.w32 in the PECL package (but apparently that is missing from this repo), and did a quick test build without any issues. Therefore I requested php/php-windows-builder#3 (comment), so that the DLLs can be built, and uploaded. |
The DLLs are available now, thanks to @shivammathur. |
@cmb69 @smalltangcai @remicollet Thanks your help ! I have another question: can those .dll be uploaded automatically, what should I do when create a new release ? |
@eeliu We are doing PECL builds for Windows currently, so when you add a new release, the DLLs will be added. Feel free to reach out if there is a delay. |
it looks ok to close thanks again |
package.xml states
<license uri="http://www.php.net/license">PHP</license>
LICENSE file is "Apache-2.0"
Please fix package.xml for consistency
The text was updated successfully, but these errors were encountered: