1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

86 Commits

Author SHA1 Message Date
Máté Kocsis 0f64901316 Document stubs (#13677)
Co-authored-by: Derick Rethans <github@derickrethans.nl>
2024-05-29 14:18:22 +02:00
Máté Kocsis 53de62561d Fix some typos on the reference counting docs page 2024-04-30 22:16:45 +02:00
Niels Dossche bca94e3420 [ci skip] Fix typo in release-process.md (#14012) 2024-04-20 10:46:07 +02:00
Derick Rethans 742c2e8458 Split out tasks from requested info, and fix typo 2024-04-18 13:42:26 +01:00
Derick Rethans fe0e1d875b Describe what you need to ask systems@php.net for 2024-04-18 13:39:36 +01:00
Peter Kokot 7b8a571f4a Update the security.txt changes link (#13646)
[ci skip]
2024-03-09 20:29:05 +01:00
Michael Voříšek c412919c93 Add hosted docs link to docs/README.md
Closes GH-13633
2024-03-08 12:56:19 +01:00
Jakub Zelenka 4bee528e7a Move back mailinglist-rules.md and release-process.md back to docs
Those are likely link from elsewhere so we could keep them
2024-02-28 11:21:26 +00:00
Ilija Tovilo 1bef861527 Add vscode chapter to docs
Closes GH-13441
2024-02-21 14:42:08 +01:00
Ilija Tovilo a4dfa35f93 Fix docs typo 2024-02-18 20:31:54 +01:00
Ilija Tovilo 19d2b84788 Create book for docs
Closes GH-13338
2024-02-18 12:16:31 +01:00
Peter Kokot eb76a83008 Remove PHP atomic includes and PHP_DEFINE M4 macro (#13372)
PHP_DEFINE was introduced with the PHP 5 build system
9d9d39a0de and then refactored via
350de12bc2.

This was once used to put defined constants into a single file to have
more fine-graned dependencies (atomic includes). Since no known PHP
extension is using this and it makes very little sense to use this, this
M4 macro can be removed in favor of the Autoconf native way using
AC_DEFINE and the usual included files php_config.h and config.h.

- Generated unused include directory removed
- Remove include dir from DEFS
- Remove also include dir from PDO checks
2024-02-11 22:14:46 +01:00
Derick Rethans 7aa2b6294b Moving this to php/policies 2024-02-06 11:39:12 +00:00
Gabriel Caruso 811c5ff2f4 [ci skip] PHP 8.0 is EOL
Following php/web-php#840, 670052c42 and php/web-qa#c7b24521eb1
2024-01-09 01:46:59 +01:00
Jakub Zelenka 0c29d5edb7 Update release-process docs with info about first version release (#12765)
This is some additional info that might help to future RM's - those are the bits that are stumbled and felt they need to be clarified when releasing PHP-8.3.0
2023-12-01 11:58:52 +00:00
George Peter Banyard d86314939c Zend: Add ZPP F type check for callables that do not free trampolines
As refetching it with the new FCC API does get tedious
2023-10-10 13:44:21 +01:00
Ben Ramsey 65a8c70f93 Add instructions for updating security.txt in web-php (#12316)
[ci skip]
2023-10-05 13:39:45 -05:00
Christian Clauss 886bf820c9 [skip ci] Fix typos discovered by codespell (#12228) 2023-09-18 11:07:17 +01:00
Andreas Möller 4c92e7b392 Fix: Consistently use release-managers@php.net [skip ci] (#11752) 2023-07-21 10:35:51 +02:00
Ilija Tovilo dde1d9e102 Merge branch 'PHP-8.2'
* PHP-8.2:
  Retire AppVeyor
2023-07-05 15:17:11 +02:00
Ilija Tovilo 80153c9c2b Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Retire AppVeyor
2023-07-05 15:16:01 +02:00
Ilija Tovilo f47dc259aa Retire AppVeyor
Closes GH-11566
2023-07-05 15:14:20 +02:00
Pierrick Charron fe6263e243 [ci skip] Remove primary-qa-tester ML from release process 2023-06-20 17:02:23 -04:00
Ben Ramsey ca1905116b Add PHP 8.3 to release process doc; remove 7.4 2023-06-06 18:47:36 -05:00
Ben Ramsey 938ebb3b61 Add example commit message to release process doc 2023-06-06 18:16:54 -05:00
Pierrick Charron 79128afb92 [skip ci] Update release process to publish php-keyring.gpg in web-php 2023-06-02 15:13:37 -04:00
Max Kellermann 413844d626 Zend/zend_types.h: deprecate zend_bool, zend_intptr_t, zend_uintptr_t (#10597)
These types are standard C99.

For compatibility with out-of-tree extensions, keep the typedefs
in main/php.h.
2023-02-18 19:31:28 +00:00
Ben Ramsey 0493187024 Update RM doc with new PGP keyserver
[ci skip]
2023-02-16 11:18:56 -06:00
Ben Ramsey 35a4950ffa Replace Azure DevOps link with GitHub Actions 2022-12-07 11:53:15 -06:00
Jorg Adam Sowa 77ee92a50c Remove unnecessary usage of CONST_CS
Closes GH-9685.
2022-11-28 17:12:07 +01:00
Ben Ramsey ba4e379971 [ci skip] update branch creation time frame in release process doc 2022-07-19 10:41:48 -05:00
Ben Ramsey c8f9555a05 [ci skip] fix gen_verify_stub example command 2022-06-21 11:26:23 -05:00
Ben Ramsey c83b57096a [ci skip] Add list of repositories for RMs to clone 2022-06-08 19:03:02 -05:00
Ben Ramsey 82d1684e33 [ci skip] Update example commit messsages in RM doc 2022-06-08 18:49:35 -05:00
Ben Ramsey 526ee44534 [ci skip] Update and clarify release process document 2022-06-08 18:37:20 -05:00
Ben Ramsey 5a6436f0d6 [ci skip] Update RM documentation with latest notes 2022-06-07 14:51:51 -05:00
Derick Rethans 74202fac91 Adding "git pull" to make sure local check out is in sync (I keep forgetting that) 2022-06-07 09:45:11 +01:00
Ben Ramsey d9de36398c [ci skip] add example build commands to RM documentation 2022-06-04 10:04:16 -05:00
Ben Ramsey 9b0e391cf7 [ci skip] Mention selection of a veteran + 1 or 2 rookies 2022-05-03 19:38:24 -05:00
Christoph M. Becker d312a0c800 [ci skip] We use multiple CI providers, not only Travis
These are already listed at the beginning of the document, so we don't
list them here again to avoid duplication.
2021-11-23 19:12:04 +01:00
Ben Ramsey fda0ed58d3 Change release process to create branch at RC1 2021-07-20 11:58:08 -05:00
Nikita Popov 4a8b370d64 Remove gcov mention from release process docs
We no longer add new versions to gcov.php.net.

[ci skip]
2021-07-20 16:27:51 +02:00
Ben Ramsey fe4fcc854b Fix typo in ezmlm command in release-process doc 2021-06-10 13:18:29 -05:00
Patrick Allaert 9859e35951 Adapted Travis CI urls 2021-06-08 18:15:49 +02:00
Derick Alangi e838de342a [skip-ci] Improve documentation for better clarity to readers (#7066)
While reading the docs in the repo, I found & made a few improvements
to the documentation so it's clearer to its readers.

These improvements are around: typos, general punctuations, and grammar.
2021-05-29 05:17:51 +01:00
Josh Soref 462da6e09c Fix spelling and grammar mistakes
This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at jsoref@b6ba3e2#commitcomment-48946465

The action reports that the changes in this PR would make it happy: jsoref@602417c

Closes GH-6822.
2021-04-13 12:09:37 +02:00
Joe Watkins 92665cdcbb update release process doc (#6829) 2021-04-02 17:13:00 +02:00
Bartosz Gorski 49a20cf3db Removed mentions of git.php.net from the documentation 2021-03-29 14:05:20 +02:00
Nikita Popov ec58a6f1b0 Remove SEPARATE_ZVAL_IF_NOT_REF() macro
This macro hasn't made sense since PHP 7. The correct pattern to
use is ZVAL_DEREF + SEPARATE_ZVAL_NOREF.
2021-01-14 11:08:44 +01:00
Sara Golemon 3d0c905a08 Update instructions regarding web-php/include/version.inc 2021-01-05 15:34:40 +00:00