Kristina Chodorow
4d4a1873d5
added rpms
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304320 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-11 16:05:48 +00:00
Gustavo André dos Santos Lopes
a27168c01e
- Documented addition of ENT_IGNORE as per bug #43896
...
(changed its status from TBD to Closed).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304297 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-11 01:15:45 +00:00
Jakub Vrana
fd068f4a59
DSN charset
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304245 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-10 09:04:45 +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
176fc5fa0b
Fix doc bug #53016 (same example for several methods but output is different)
...
by changing the tidyNode examples to use explicit method calls, rather than
constructing the method name at runtime -- it was a nice demonstration of the
$o->{$method}() syntax, but rather out of place in a set of examples meant to
show how to use the tidyNode class itself.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304197 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-08 03:42:25 +00:00
Jakub Vrana
85a5197678
See also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304196 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-08 02:39:31 +00:00
Jakub Vrana
454c57102c
See also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304194 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-08 00:10:00 +00:00
Anthony Bedford
a6a644ebe2
Added details of mysqlnd plugin API. Updates/additions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304187 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-07 15:13:23 +00:00
Simion Onea
b8cb804607
Improved a phrase to be more readable.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304182 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-07 13:25:01 +00:00
Peter Cowburn
6e225aaa56
see also, method name typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304178 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-07 12:03:17 +00:00
Richard Quadling
e1bd11cb81
use => used
...
Fix bug #53008
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304175 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-07 10:35:06 +00:00
Gustavo André dos Santos Lopes
8e291b4d37
- Fixed description on the "port" parameter (closes bug #53002 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304160 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 15:14:49 +00:00
Richard Quadling
67de41e11a
Added initializer.
...
Added V5.2.11 changelog to show different behaviour of $categorize.
Fix bug #52999
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304142 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 10:56:01 +00:00
Richard Quadling
512ae805f6
Constructor's parameter supports closures as of PHP5.3.0.
...
Updated example and added changelog.
Fix bug #52996
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304139 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 10:33:44 +00:00
Peter Cowburn
533ebf53f0
fix wrong class name in see also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304138 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 10:15:46 +00:00
Anthony Bedford
061530f084
Minor tweaks related to bug #52543
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304136 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 09:37:19 +00:00
Adam Harvey
c846e224e5
Updated the single quote paragraph to make it clearer and remove a special case
...
that isn't actually special. Initial rewording by Joey; my contribution is
mostly tinkering with punctuation and actually running "svn commit". ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304133 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 06:17:42 +00:00
Anthony Bedford
ce8acb6d00
Note added as per bug #50636
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304111 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-05 16:26:18 +00:00
Gustavo André dos Santos Lopes
0c430b011e
- In example, "new date_create" corrected to "date_create". Closes bug #52973 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303959 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-02 19:08:23 +00:00
Gustavo André dos Santos Lopes
3bbb0ff28b
- Substantially improved the documentation of strtr(). Closes bug #52968 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303931 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-02 08:48:14 +00:00
Richard Quadling
c86065e294
Proceed (to go forward) => prefixed (added to the beginning of a word)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303920 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-01 11:59:12 +00:00
Gustavo André dos Santos Lopes
55bde7eab9
- SSL context option capture_peer_chain is actually named capture_peer_cert_chain (fixes bug #52945 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303915 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-01 10:14:38 +00:00
Ruslan Yakushev
5922896ca6
Updating wincache documentation to include information about functions reroutes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303909 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-30 21:53:35 +00:00
Jakub Vrana
be2821383a
Resets to cache_expire, not cache_limiter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303894 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-30 12:19:43 +00:00
Jakub Vrana
28ac74c88c
Parameter type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303893 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-30 12:10:34 +00:00
Richard Quadling
d273d0463f
Ignore entities.*.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303834 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-28 16:27:26 +00:00
Gustavo André dos Santos Lopes
ef51b90769
- Added to the changelog when the "c" option was added (fixed bug #52936 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303804 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-27 23:05:33 +00:00
Christopher Jones
528b7c471b
1. URL updates for OCI8 extension. 2. Add link to PECL instructions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303803 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-27 21:24:38 +00:00
Richard Quadling
852db5102e
TZDB V2010.13 (2010m)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303791 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-27 14:11:50 +00:00
Gustavo André dos Santos Lopes
46d967c91b
- Reading also stops when a socket timeout is triggered.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303774 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-27 01:44:55 +00:00
Peter Cowburn
a68cb3c3b3
version info for directoryiterator::seek
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303755 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 20:21:06 +00:00
Mark Skilbeck
2f939b26a7
some cairo dock
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303754 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 17:57:19 +00:00
Mark Skilbeck
2da885a9db
Adding some Cairo doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303753 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 17:53:46 +00:00
Mark Skilbeck
439e909346
Adding Cairo docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303752 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 17:46:22 +00:00
Christopher Jones
1a734e293b
Merge user note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303751 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 16:20:05 +00:00
Jakub Vrana
b3495f885b
No PHP_INI_* mode - don't explain
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303741 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 05:14:37 +00:00
Jakub Vrana
523a46637b
Better example for thousands_sep
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303740 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-24 05:12:09 +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
Philip Olson
ffbac896ce
Made README.PARAMETER_PARSING_API a link
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303736 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-23 18:15:42 +00:00
Kristina Chodorow
24c0366232
clarified cursor count behavior
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303733 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-23 15:12:19 +00:00
Richard Quadling
2ca123129d
Added complete svn:keyword list
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303722 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-23 13:48:38 +00:00
Mark Skilbeck
1d75749ee3
Added entities and role attributes, as per Richard's suggestion
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303721 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-23 11:21:00 +00:00
Adam Harvey
d2a808b9be
Fix doc bug #52909 by documenting the extra parameters available in
...
PharData::__construct().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303712 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-23 04:52:30 +00:00
Richard Quadling
4034788aaf
Initializers added to prototype.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303684 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-22 16:02:02 +00:00
Adam Harvey
683c98f646
Fix doc bug #52897 (Strings variable parsing - complex syntax).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303666 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-22 08:31:49 +00:00
Adam Harvey
b85e508bd3
Fix doc bug #52896 (PDO_DBLIB incorrect DSN description). (Also fixed the
...
indenting on the paragraph in question.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303665 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-22 08:06:24 +00:00
Gustavo André dos Santos Lopes
4eec35e5a4
- Clarified that return value change on DateTime methods is for success cases (closes bug #52199 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303654 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-22 01:43:13 +00:00
Peter Cowburn
974a823ea3
Add FilesystemIterator::FOLLOW_SYMLINKS (closes doc #52869 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303650 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-21 21:51:27 +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