No description
Find a file
Bradley Taylor 883d2fe5cb
assert() no longer evaluates strings as of PHP 8.0.0
As per the PHP changelog, the functionality to use a string for `assert` has been removed in PHP 8.0: 69888c3ff1/UPGRADING (L350-L354)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-1471.
2022-03-20 11:59:40 +01:00
.github/workflows GH Actions: version update for various predefined actions 2022-03-07 11:59:28 +01:00
appendices assert() no longer evaluates strings as of PHP 8.0.0 2022-03-20 11:59:40 +01:00
chapters Drop Windows Notepad usage instructions 2021-12-28 11:11:54 +01:00
chmonly Fix other typos outside of php module docs 2020-04-27 06:59:43 +00:00
faq Remove legacy Windows docs (#661) 2021-06-13 23:20:58 +01:00
features Fix GH-1280: The first arg after -f <filename> does not need to be -- 2021-12-30 16:50:39 +01:00
install WebPI is (in the process of being) discontinued 2022-03-11 16:01:57 +01:00
language Optional parameter changes in 8.1, and description improvements 2022-02-18 13:24:09 +01:00
reference assert() no longer evaluates strings as of PHP 8.0.0 2022-03-20 11:59:40 +01:00
security Fix typo on session security page (#833) 2021-07-31 19:53:40 +03:00
.editorconfig Add editorconfig file 2020-08-18 14:04:18 +00:00
.gitignore Add .gitignore to ignore generated entities.*.xml files 2020-12-30 18:26:10 +01:00
bookinfo.xml Wrap Copyright page title in <info> tag to use h1 header 2015-04-08 20:41:29 +00:00
contributors.ent Upgraded the Editor :) 2015-05-27 00:16:49 +00:00
contributors.xml Credit Yoshinari Takaoka 2021-01-24 17:53:37 +01:00
extensions.ent Convert entity files to UTF-8 to please strict standards check in OE 2013-09-09 14:32:44 +00:00
language-defs.ent Show inherited constants 2018-09-20 15:10:00 +00:00
language-snippets.ent Fix GH-1440: Mention that named arguments can't be used with empty() 2022-03-03 17:52:20 +01:00
make_chm_index.html Fix doc-level encoding declaration in make_chm_index.html 2013-09-18 12:26:38 +00:00
preface.xml Capitalisation fix in preface 2014-09-01 16:39:55 +00:00
README Linked to the local setup tutorial 2022-01-14 13:32:06 -08:00

----------------------------------------------------------------------
README
----------------------------------------------------------------------

Please refer to the README file within the doc-base/ directory. Your
directory structure is probably like:

  phpdoc/en            (DocBook files for the English language)
  phpdoc/doc-base      (Tools and resources used for all languages)

For information related to creating this setup, see:

  http://doc.php.net/tutorial/local-setup.php