Skip to content
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

Regenerate PHP signature files #5565

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion php/php.project/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
4EA0C90D7EB03DEC5AC2AD19FE33C3A9F71AD790 phpsigfiles-1.4.zip
85671C8F8F936E1E66FC46D463ED290105A46EAC phpsigfiles-1.5.zip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: phpsigfiles
Version: 1.4
Version: 1.5
Description: Signature files for PHP runtime and PHP runtime extensions for use from code completion etc. The file is build from the PHP manual.
License: CC-BY-3.0
Origin: http://www.php.net/docs.php
Expand Down
2 changes: 1 addition & 1 deletion php/php.project/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ javac.compilerargs=-Xlint:unchecked
javac.source=1.8
javadoc.arch=${basedir}/arch.xml

release.external/phpsigfiles-1.4.zip=docs/phpsigfiles.zip
release.external/phpsigfiles-1.5.zip=docs/phpsigfiles.zip
extra.module.files=docs/phpsigfiles.zip

test.config.stableBTD.includes=**/*Test.class
Expand Down