Gustavo André dos Santos Lopes
cddc79d233
- Add reference to stream_socket_client() to fockopen() documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321326 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-22 11:55:42 +00:00
Justin Martin
1e0cb85be7
Updated to reflect that cookies are now governed by RFC 6265 instead of RFC 2109. Closes bug #60026 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320317 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 20:41:05 +00:00
Justin Martin
775fb06dc0
Clarified old PHP version support note, as per bug #60030 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320301 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 06:54:41 +00:00
Richard Quadling
8b6d169424
Native EOL
...
Use consistent line terminator.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +00:00
Richard Quadling
a56106f691
Standardized on double quotes for attributes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Richard Quadling
566dd51bb1
Make sure we are removing the right header.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316652 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 15:08:48 +00:00
Jakub Vrana
3a29c12dc2
Link http_response_code and headers_list
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314891 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-14 01:04:41 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Paul Dragoonis
cc20ec5207
Updating the http_response_code function as it was just placeholder text before. Now you can set the response code using this function, this is now documented.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313157 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-12 04:42:00 +00:00
Hannes Magnusson
960ba13c25
Improve doc and and scotts usage example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313027 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-06 21:22:42 +00:00
Justin Martin
40aa012461
Removed byte order mark from language-snippets.ent (sorry for including it in this commit).
...
Moved Header SAPI comment to language snippet.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312832 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-03 01:22:07 +00:00
Justin Martin
78476e3106
Noted that header functions are only available when a supporting SAPI is in use.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312800 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-02 07:40:27 +00:00
Justin Martin
0fb8963bfb
Added weasel words to httponly parameter, as per bug #55002 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312787 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-01 23:05:37 +00:00
Jakub Vrana
8888c9528e
Future is now
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312729 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 20:22:04 +00:00
Jakub Vrana
e40de4f26d
header_register_callback prototype
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312664 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 11:28:10 +00:00
Jakub Vrana
7a4474c266
http_response_code prototype
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312630 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-29 15:58:33 +00:00
Adam Harvey
e612e5f925
Fix doc bug #54503 (inet_pton may return false).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310139 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-11 11:09:29 +00:00
Adam Harvey
de6e4dab17
Fix doc bug #54338 (docs don't mention that ip2long on 64-bit doesn't return
...
negative values).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309517 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-22 02:50:14 +00:00
Peter Cowburn
a912865116
Typos and grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Kalle Sommer Nielsen
d380037331
Fixed bug #52207 (header() not fully documented)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304526 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 02:54:02 +00:00
Adam Harvey
2485958c17
Fix doc bug #52952 (fsockopen() has more dependencies than listed).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304369 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-13 09:53:12 +00:00
Jakub Vrana
c2c05e4952
Expire is relative to Date HTTP header
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304220 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-09 20:09:07 +00:00
Jakub Vrana
de5c939b06
Prevent XSS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304219 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-09 19:56:44 +00:00
Adam Harvey
0616d35712
Fix doc bug #52916 (Reference to old RFC version) by removing the references to
...
the Netscape cookie spec in the parameters section and adding a little more
detail to the domain parameter description on how that parameter should be
structured and is matched.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303739 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 04:06:05 +00:00
TAKAGI Masahiro
55ffd3c43f
fix build.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303648 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-21 21:44:37 +00:00
Mark Skilbeck
257c11c4c5
#52485 FastCGI 404 header
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303643 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-21 15:49:01 +00:00
Daniel Egeberg
dbc2efc40c
Fixed PHP bug #52662 (Documentation does not reflect getprotobynumber behaviour with proto not found)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302610 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-21 14:27:27 +00:00
Adam Harvey
9dc01ffd46
Fix doc bug #52456 (dns_get_record fourth parameter is not optional in 5.2).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302030 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-09 11:11:39 +00:00
Philip Olson
7a98c0b69c
Fixed build (typo)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299838 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 02:19:33 +00:00
Daniel Egeberg
fd8b4486ea
Fixed PHP bug #51906 , dns_get_record() returns false on failure.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299837 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 00:40:18 +00:00
Philip Olson
0b4c5897dd
Commented out more PHP 6 documentation. Grep 'FIXME PHP_6' to fix. Helps close PHP Bug #51468
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297626 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 17:09:10 +00:00
Philip Olson
3e57d6ccfd
Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297557 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 05:24:11 +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
Joey Smith
01cc4adcb1
Add ChangeLog table entry to note when input parsing became more strict. Closes PHP Bug #50873 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295189 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 00:17:47 +00:00
Richard Quadling
53f60bc6f5
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294404 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:10:44 +00:00
Michael Maclean
1c4e52219a
Minor change spotted by mysgroda - ##php on freenode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293596 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-15 21:13:25 +00:00
Kalle Sommer Nielsen
0a205b7ace
Undocument PHP3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293065 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-04 03:27:28 +00:00
Philip Olson
0af64c0ca6
Implemented user note, that php_uname('n') also does this before 5.3. Via jonasschaub at gmail dot com
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292137 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-14 17:28:58 +00:00
Jakub Vrana
bc93886cd1
Prefer <initializer> before "default is"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:41:53 +00:00
Jakub Vrana
64e414eb03
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291306 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 13:18:03 +00:00
Jakub Vrana
40cb77ce23
Requires Bind (bug #48167 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291298 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 10:37:36 +00:00
Richard Quadling
f658721332
Use &return.falseforfailure; entity.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +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
Jakub Vrana
0efda2548a
Undocument PHP 3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288650 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-24 11:02:03 +00:00
Torben Wilson
f3bf8e55e0
Document that a previously-set 201 status code will also affect the
...
magic handling of 'Location:'.
Addresses bug #49592 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288513 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-21 09:08:26 +00:00
Daniel P. Brown
f3d9a55540
Updated changelog to announce deprecation in PHP 5.3.0.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287194 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-13 02:47:55 +00:00
Daniel P. Brown
57f5ba57c9
Added deprecation notice.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-12 21:35:06 +00:00
Nilgün Belma Bugüner
0dacad8c3d
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283827 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:18:07 +00:00
Hannes Magnusson
3d8a5c11e8
No, thats wrong. As long as an argument is passed it will try to find
...
that header
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282674 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 19:03:26 +00:00
Hannes Magnusson
b8246595c5
Initial commit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282673 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 19:02:04 +00:00