Commit graph

19058 commits

Author SHA1 Message Date
Drak
2f45613019 [session-set-cookie-params] Reworded a sentence.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323447 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-23 16:04:21 +00:00
Drak
a6b1660ffb [session-set-cookie-params] added missing reference and clarified behaviour of this function against runtime ini values.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323446 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-23 15:59:04 +00:00
Philip Olson
527b18d15f Began progress on PHP Bug #61158 -- but require more information from devs before completing. Added missing PDO:MYSQL constants, and removed them from the migration 5.4 guide as they were added in 5.3.7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323438 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-22 22:40:46 +00:00
Ian Barber
b39f79250a Add documentation for LAPACK extension from PECL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323436 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-22 21:05:23 +00:00
Peter Cowburn
64a369e801 fix build (thanks Julien)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323409 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 13:47:58 +00:00
Drak
d53c79d392 [Sessions] Removed white space and altered language to be more specific regarding PHP internals.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323403 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 07:44:11 +00:00
Drak
fa8c56cd21 Update session function documentation.
This commit particularly clarifies how to implement custom save handlers
using session_set_save_handler.  

session_start has been updated to include a short description of what the 
function actually does behind the scenes.

session_write_close now has a reference to a related function

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323402 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 05:32:42 +00:00
Drak
5a4cbc3780 Update information about SessionHandler and SessionHandlerInterface.
This commit gives a lot more detail and includes important information about
the session workflow that has been missing from the documentation.  It also
clarifies some aspects of how to implement the various callbacks.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323401 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 05:28:04 +00:00
Esen Sagynov
b1a56341c9 Modified cubrid-affected-rows, referenced to APIS-106
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323400 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 03:05:16 +00:00
Adam Harvey
1aa5b502b7 Fix doc bug #61145 (Wrong xdiff function versions in documentation).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323399 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 02:58:25 +00:00
Adam Harvey
1bd6f13516 Fix the build breakage wrought by r323371.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323397 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 00:48:17 +00:00
Drak
bd0cecd508 Add some general information about custom session save handlers relating to the session workflow.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323385 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-20 15:22:27 +00:00
Drak
c36d6e4eaf Updates to sessions functions.
session_decode()
session_encode()
session_cache_limiter()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323384 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-20 15:20:33 +00:00
Rasmus Lerdorf
cd7ec56790 Litter the filter docs with the full_special_chars, flags=0 example
to drive home the fact that you need to watch your default flags
carefully when using any of the filters as a default filter.

Doc team, please double-check my docbook-foo here.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323371 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-20 09:27:48 +00:00
Rasmus Lerdorf
4beb2c6470 Clarify the documentation for the @ operator regarding custom error
handlers as per bug 61091


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323370 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-20 03:38:47 +00:00
Drak
5b379fa636 Added some explicit information about the functioning of session_encode and session_decode.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323367 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-19 20:03:24 +00:00
Drak
1e7d255513 [Sessions] Added missing version information for SessionHandler*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323366 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-19 19:35:46 +00:00
Maciek Sokolewicz
a39cd243b0 Revert part of previous commit, accidentally approved part of an incorrect patch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323351 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-18 20:06:31 +00:00
Maciek Sokolewicz
ce8212a9d0 Fixed missing initializers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323350 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-18 20:02:26 +00:00
Maciek Sokolewicz
6230e6c0d5 Fixed missing initializers (and default values)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323349 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-18 19:45:41 +00:00
Nikita Popov
4a5389a385 Fix zip_read() return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323290 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-17 15:48:01 +00:00
Nikita Popov
f62b648015 Fix zip_open return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323289 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-17 15:33:59 +00:00
JulienPauli
30fe3ddfbe Updated Migration guide to 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323283 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-17 14:30:39 +00:00
Yannick Torres
402733fc04 Fix Revision ID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323281 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-17 10:18:16 +00:00
Jakub Vrana
4effeb4d1f HTML functions use encoding, not character set
E.g. ISO-8859-1 is both character set and encoding but UTF-8 is encoding of Unicode character set.

See also http://bugs.php.net/61116

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323270 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:55:01 +00:00
Jakub Vrana
45b80e2b17 Missing \n
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323269 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:50:19 +00:00
Justin Martin
4eec43e52c Fixed the session handler return values, based on rev 321741.
Fixed the session handler prototypes to reflect correct return types.
Credit to Drak. Closes bug #60640.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323264 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 21:08:22 +00:00
Jakub Vrana
3112007d2d Use static modifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323240 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 21:48:29 +00:00
Pieter de Zwart
dc1dcfb27b Updating AMQP Documentation for version 1.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323238 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 21:06:00 +00:00
Maciek Sokolewicz
4a420d557a Fixed missing <initializer> warnings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323235 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 18:52:23 +00:00
Joris van de Sande
8b1f054ca8 missing documentation for default value -1
-- 
Provided by christoph.rosse (christoph@rosse.at)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323230 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 13:55:38 +00:00
Joris van de Sande
beca186e15 - Added SSH/SFTP/SCP related constants to the curl documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323229 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 13:52:34 +00:00
JulienPauli
60790e8120 Updated Migration guide to 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323227 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 12:59:33 +00:00
Rasmus Lerdorf
ae84cdd851 Update the autoconf tip
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323222 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-15 04:18:38 +00:00
Gordon Oheim
68c2090fe7 clarified that the function will return the haystack including the needle, related to #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323218 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:35:06 +00:00
Gordon Oheim
205a47cb6d changed part parameter to before_needle to make it consistent with strstr, stristr and the grapheme versions of it
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323217 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:30:22 +00:00
Gordon Oheim
1d04cd176b clarified that the function will return the haystack including the needle, fixes #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323216 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:19:06 +00:00
Maciek Sokolewicz
d512da1337 Fixed a number of typo's
-- 
Provided by anonymous #11769 (Laurent.Lyaudet@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323196 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 20:10:25 +00:00
Maciek Sokolewicz
06ffcb46b1 Fixed incorrect english use (incorrect use of 'an' and 'one of those:' )
-- 
Provided by anonymous #13445 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323195 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 20:08:15 +00:00
Maciek Sokolewicz
7ae82a50bb Changed wording of "hour of day relevent to start of day" to relative to start of day. Of course this is 'relevant', but still relative ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323194 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 19:59:43 +00:00
Maciek Sokolewicz
5169e9e846 fixes bug #60888
-- 
Provided by christoph.rosse (christoph@rosse.at)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323193 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 19:55:02 +00:00
Maciek Sokolewicz
ce0b0755af Removed double parentheses after function name.
-- 
Provided by Narf (narf@bofh.bg)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323191 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 19:53:26 +00:00
JulienPauli
e9cd6921c3 Migration guide to 5.4. Work not finished, see comment for sync
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323190 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 17:43:59 +00:00
Esen Sagynov
5a22075d95 [APIS-99] Update PHP API documentation on php.net
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323169 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-13 04:51:47 +00:00
Peter Cowburn
cab50ec5a8 added changelog entry for datetime object comparisons
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323164 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-12 16:06:16 +00:00
Peter Cowburn
5135f8f044 fixed types for array_reduce() callback proto (thanks starlays)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323153 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-10 16:43:39 +00:00
Christian Weiske
bd9f0a6ffd link to spl iterators
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323150 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-10 13:44:28 +00:00
Rasmus Lerdorf
6833da6028 Document exit_on_timeout
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323142 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-09 20:04:49 +00:00
Yannick Torres
ab30a4abeb Typo + literal tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323121 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-08 07:45:36 +00:00
Esen Sagynov
47345cff18 Added the notice information about the password parameter in cubrid_connect_with_url and cubrid_pconnect_with_url
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323106 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-07 02:17:17 +00:00