Peter Cowburn
ad33531392
Fix argument type for Spoofchecker::setChecks()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333183 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:54:17 +00:00
Peter Cowburn
6dc49f7235
Fix example arguments
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333164 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:52:55 +00:00
Pablo Rodríguez Reina
f43159770d
New translations of files into Spanish and a couple spelling mistakes corrected.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332855 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-14 12:02:34 +00:00
Adam Harvey
fc1383edb3
Fix build errors.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332615 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-14 06:35:41 +00:00
Sara Golemon
96210e002c
Another typo in my IntlCalendar update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332612 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-14 01:05:18 +00:00
Sara Golemon
4a8bcc16c8
Fix typoes from my last commit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332611 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 23:07:57 +00:00
Sara Golemon
9e0df2f6fe
Improve IntlCalendar documentation
...
Add style.oop/style.procedural sections for dual interface.
Document IntlCalendar::setMinimalDaysInFirstWeek().
Add libicu version requirements.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332609 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-13 22:28:40 +00:00
Peter Cowburn
a6a15d767f
output wants newlines (doc #62180 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332497 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-22 13:25:19 +00:00
Peter Cowburn
ae4a2a6fed
use OO code in OO example (doc #62180 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332496 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-22 13:25:09 +00:00
Joe Watkins
95917faac7
fix #66192 update requirements for ICU
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332261 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 12:09:54 +00:00
Sherif Ramadan
d74d05595f
Fixes bug #6587 - Missing third parameter in example
...
patch by dean at deansas dot org
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331791 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-12 22:58:46 +00:00
Chris Wright
59a1bbcb6f
Whitespace fixes
...
Fix all outstanding strict whitespace errors flagged by the online editor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331331 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 16:17:46 +00:00
Chris Wright
b9652c6ba0
1. there is no default value for type argument and it is not optional
...
2. in the example, $res_req is undefined
--
Provided by toto toto (poinsot.julien@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331210 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-28 10:58:24 +00:00
Chris Wright
f9c53ddae5
As DEFAULT is a reserved words, the constant for default strength is Collator::DEFAULT_STRENGTH, not Collator::DEFAULT.
...
--
Provided by anonymous #25342 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331178 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-20 15:47:53 +00:00
Levi Morrison
9643097fc3
Fixed whitespace issues in code samples. Some OO examples were still using procedural code that now use OO style. Also swapped out a couple echos for printfs for readability in error handling.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331082 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 16:16:27 +00:00
Levi Morrison
e5873e85b6
Re-indented files in preparation for some more changes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331081 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 15:33:27 +00:00
Levi Morrison
87f40a88b1
Fixed indentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331080 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 15:25:35 +00:00
Levi Morrison
eed7878e56
Fixed indentation / whitespace.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331079 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-06 15:16:11 +00:00
Pieter Hordijk
6af7069d5c
re-added modifier
...
fixed switched titles in example (oop vs procedural)
added change by anon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331011 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-24 08:36:35 +00:00
Gustavo André dos Santos Lopes
93d6189630
intl: add intlbreakiterator and friends
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330990 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-21 02:35:35 +00:00
TAKAGI Masahiro
0697a87649
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330759 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-04 20:05:33 +00:00
Gustavo André dos Santos Lopes
4a738f5ed6
Update IntlCalendar documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330743 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-03 03:26:13 +00:00
Stanislav Malyshev
9a50221fd4
fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330718 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-01 03:19:12 +00:00
Stanislav Malyshev
9f254e75f4
add docs for UConverter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330717 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-30 23:17:00 +00:00
Stanislav Malyshev
1863925952
add docs for IntlTimeZone
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330716 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-30 22:23:14 +00:00
Stanislav Malyshev
dda3c59d21
fix return type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330715 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-30 21:13:15 +00:00
Stanislav Malyshev
53e4cea09a
Add skeleton file for missing locale_canonicalize
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330714 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-30 20:47:34 +00:00
Gustavo André dos Santos Lopes
b72281bf1c
Fully document IntlCalendar methods until ::fromDateTime()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330586 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 00:48:30 +00:00
Gustavo André dos Santos Lopes
9906c56365
Introduce include inctimezoneparam.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330585 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 00:47:12 +00:00
Sebastian Bergmann
656d1610af
Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Gustavo André dos Santos Lopes
1a1f5f03f8
Add IntlCalendar partial documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330527 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-17 00:51:36 +00:00
Gustavo André dos Santos Lopes
a3d25850f1
Update documentation on IntlDateFormatter::format()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330521 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 17:48:31 +00:00
Gustavo André dos Santos Lopes
e493e7563b
Update doc for IntlDateFormatter::create().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330518 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 14:39:08 +00:00
Gustavo André dos Santos Lopes
9050044070
Document IntlDateFormatter::getCalendarObject; update ::{get,set}Calendar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330517 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 13:26:26 +00:00
Gustavo André dos Santos Lopes
e7bbcdc9f5
Document IntlDateFormatter::setTimeZone()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330515 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-16 00:22:23 +00:00
Gustavo André dos Santos Lopes
8b5c6b1498
Document IntlDateFormatter::getTimeZone
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330514 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 23:54:11 +00:00
Gustavo André dos Santos Lopes
ff86dfcfa7
Add substantial docs for IntlDateFormatter::formatObject
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330513 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 23:26:57 +00:00
Gustavo André dos Santos Lopes
7b64002766
Missed file on commit 330508
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330509 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 20:06:33 +00:00
Gustavo André dos Santos Lopes
9f7ec434f4
intl: add ini settings and IntlException
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330508 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-15 16:20:54 +00:00
Adam Harvey
a9494d0314
Update version information for intl 3.0.0 functions.
...
Fixes doc bug #65032 (Function claims it is in PHP 5.5.0 but it is available in
earlier versions).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330493 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-13 17:35:28 +00:00
Jakub Vrana
b89d5b4683
Add missing version info
...
Found by PhD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +00:00
Jakub Vrana
81e5694732
Categorize extensions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330274 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 20:22:48 +00:00
Justin Martin
b406ef56ae
Rewrote sentence fragment that resulted from rev 254550.
...
Fixes bug #64250 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329582 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-27 04:52:41 +00:00
Adam Harvey
53471c1418
Add stubs for the IntlDateFormatter methods.
...
That's all I have time for today, so I guess we'll be pushing out a somewhat
incomplete build this week. I'm OK with that, though, since we've covered the
non-intl functions, at least.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328474 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-23 09:10:30 +00:00
Adam Harvey
8ad0d94e1c
Add initial migration guide for PHP 5.5.
...
What's done: the migration guide itself, updates to existing functions and
functionality, and new language features.
What's not done: stub pages for new functions and methods. (I'd rather get this
in now, though, than have it languish on my hard drive any longer so that other
people can contribute.)
What could use help: the generator chapter is pretty rough and ready. Better
examples would be awesome. I certainly won't argue if somebody wants to add the
function stubs, either.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-20 15:17:23 +00:00
Gustavo André dos Santos Lopes
09fb1b8150
ext/intl version information w.r.t. PECL
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325756 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-20 09:41:51 +00:00
TAKAGI Masahiro
4c918fef3f
Correct default value of the leniency of the parser. Close #61896 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325509 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 06:13:13 +00:00
Gustavo André dos Santos Lopes
3379a54038
- Documented Transliterator::__construct. See bug #61244 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323851 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-03 15:08:21 +00:00
Jakub Vrana
f052ac1bd7
Revert useless change in 326638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4
PHP_INI_* is in fact INI_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00