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 #8140

Merged
merged 1 commit into from
Jan 11, 2025
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.
08F91BC40653B34229EC827F7C503B668232C1AB phpsigfiles-1.7.zip
83BC22E6A0B578C0477BE1628293E95A008F1D65 phpsigfiles-1.8.zip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: phpsigfiles
Version: 1.7
Version: 1.8
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
phpsigfiles is build from the PHP Manual by converting it to PHPdoc format.

The PHP Manual is Copyright © 1997 - 2024 by the PHP Documentation Group.
The PHP Manual is Copyright © 1997 - 2025 by the PHP Documentation Group.
This material may be distributed only subject to the terms and conditions set
forth in the Creative Commons Attribution 3.0 License or later. A copy of the
Creative Commons Attribution 3.0 license is distributed with this distribution.
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.7.zip=docs/phpsigfiles.zip
release.external/phpsigfiles-1.8.zip=docs/phpsigfiles.zip
extra.module.files=docs/phpsigfiles.zip

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