1
0
mirror of https://github.com/php/doc-en.git synced 2026-04-29 18:23:26 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
hakre c49274b061 fix(reference/stream): HTTP headers are U+0D U+0A (CR LF) separated
correction of the formally wrong comment and place in the example code.

streamlining the example code style on separating multiple headers over multiple lines.

compare Section 4.1 of RFC-2616 etc.

        generic-message = start-line
                          *(message-header CRLF)
                          CRLF
                          [ message-body ]

RFC-2616: https://www.rfc-editor.org/rfc/rfc2616#section-4.1
ok: /reference/stream/functions/stream-context-set-default.xml etc.
2025-06-22 16:45:06 +02:00
Mike Lehan 29cf1ea0ec Update stream-context-create.xml (#2956)
Update code example to use php5.4 array syntax, change newline to standard unix vs windows line ending, add some spaces
2024-04-17 13:00:48 +01:00
Máté Kocsis 6a5b227850 Generate ext/standard method synopses based on stubs - part 4
Closes GH-1022.
2021-10-27 11:35:47 +02:00
Christoph Michael Becker 7f569e1f17 Remove more changelog entries, mostly from PHP 5.3 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Christoph Michael Becker 855cead916 Improve parameter description
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340476 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-14 09:33:16 +00:00
Joey Smith f24f6db71a Change linkend for "context parameters" to point at the actual documentation for parameters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331131 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-15 21:29:42 +00:00
Peter Cowburn f3aca6e5fd streams context -> stream context (thanks g[r]eek)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324449 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-22 09:08:57 +00:00
Daniel Egeberg 96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Torben Wilson af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner ed67b3c502 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:08:43 +00:00
Michael Maclean 2bb8c86445 Change links to documentation for stream context options and parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277631 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 13:48:44 +00:00
Jakub Vrana 762320f6f6 Link to Context options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260458 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 10:44:58 +00:00
Philip Olson a51c010af9 added the returnvalues section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260117 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-21 21:17:12 +00:00
Hannes Magnusson 7d7d82921b - Update to new-doc-style
- The "params" argument is available as of 5.3


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257435 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-14 08:18:36 +00:00
Mehdi Achour 65206b229b WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249386 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 00:26:59 +00:00
Hannes Magnusson c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Sara Golemon 44f354ef9a Document second arg to stream_context_create()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210248 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-27 21:36:58 +00:00
Jakub Vrana fa2e38785e Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 18:12:00 +00:00
Jakub Vrana 5bff99a4e0 Fullstops, WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161483 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-16 13:01:22 +00:00
Sara Golemon 86457fbefb Include example usage of stream contexts
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122802 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-07 23:32:46 +00:00
Sara Golemon f1f32c7081 Last three files in initial documentation of streams reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110511 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-04 20:02:21 +00:00