summaryrefslogtreecommitdiff
path: root/README.NEW-OUTPUT-API
Commit message (Collapse)AuthorAgeFilesLines
* Move README files to a dedicated docs directoryPeter Kokot2019-03-301-139/+0
| | | | | | | | | | | | | | | | | The new dedicated docs directory has been introduced after a discussion on GitHub[1]. Main issue it is addressing is the reduction of too many README files in the project root directory. The new directory is dedicated for notes and quick documentation files that either can't be put in the manual or wiki pages or that relate to the php-src repository specifically and need to live together with the source code. Also the `docs` directory is by GitHub used for some repository configuration files such as pull request templates, and contributing documentation helper files that are integrated in the interface. [1]: https://github.com/php/php-src/pull/3988
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
|
* Remove old SVN keywords substitutionsPeter Kokot2018-06-161-3/+0
| | | | | | | | When the PHP source code was versioned in Subversion, there was possible to substitute certain keywords such as $Id$ with revision number, last change time and author name. Such approach is not used in Git so this patch removes these outdated artifacts from source code files.
* Fix typosVivek Dinesh2017-03-271-1/+1
| | | | [skip ci]
* Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-37/+37
|
* Fix typo php_end_ob_buffern0ts2015-02-021-1/+1
|
* fix protos, and unintential double-patched contentMichael Wallner2010-05-311-290/+6
|
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-0/+426
| | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-142/+0
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-0/+142