summaryrefslogtreecommitdiff
path: root/README.SELF-CONTAINED-EXTENSIONS
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Remove automake and aclocal in commentsPeter Kokot2018-10-211-1/+0
| | | | | | | | The Automake and aclocal were part of the previous PHP build system where Automake created Makefile from the Makefile.in templates and aclocal was used to produce the aclocal.m4. They were removed as dependencies via 9d9d39a0de3bec962c343051011f5a2ed7d7b242 and e715fb00f8850990d51cee4e08e84a58f0eb0012.
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-8/+8
|
* Remove unused Git attributes identPeter Kokot2018-07-251-3/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* added notes about the PECL site conformityAnatol Belski2013-10-141-0/+15
|
* Improve the wording in this paragraph.Jon Parise2002-10-231-2/+3
|
* Fix some verbage.Sean Bright2002-10-201-1/+1
|
* Please welcome the new build system.Sascha Schumann2002-03-071-32/+12
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Add note about software requirementsSascha Schumann2000-07-311-0/+13
|
* - Add some documentation for ext_skel and a note about it's existence.Jouni Ahto2000-06-101-2/+7
|
* Fix typoSascha Schumann2000-06-101-2/+2
|
* You need to include dynlib.mk in Makefile.in.Sascha Schumann2000-06-091-1/+1
|
* Add note about using PHP_ARG_WITH/ENABLESascha Schumann2000-06-081-1/+6
|
* Use new syntaxSascha Schumann2000-05-231-1/+1
|
* Add section about adding shared module support to an existing module.Sascha Schumann2000-05-221-1/+23
|
* Verbose "give the reader a quick success" tutorialSascha Schumann2000-05-021-19/+42
|
* First try at explaining how to create a self-contained extensionSascha Schumann2000-05-021-0/+106