Christoph Michael Becker
eeb2bef9bb
Fix #53614 : Strings variable parsing - problematic example among complex syntax examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339345 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-14 13:42:53 +00:00
Derick Rethans
efd633bcbb
PHPV-709: Port security manual from mongo to mongodb.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339344 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-14 12:08:00 +00:00
Christoph Michael Becker
b824148e7a
Fix #64588 : Missing Documentation of Escape Sequence
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339343 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-14 11:59:53 +00:00
Christoph Michael Becker
bfcefc47b0
Remove PHP 4 related information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339342 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-13 15:09:58 +00:00
Christoph Michael Becker
239e96a218
The manual is supposed to cover all PHP 5 versions
...
Therefore we restore the recently removed (339323) part, mark it as being
version specific, and add a general changelog.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339330 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-13 12:06:55 +00:00
Nikita Popov
3f55a4ebc7
Remove lies from foreach docs
...
The given code is valid since PHP 5.5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339323 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-12 15:50:55 +00:00
Christoph Michael Becker
c1d43d9bb6
Fix #71554 : FTP has not built-in support
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339322 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-12 11:11:50 +00:00
Matt Ficken
b7363a7043
Adding link to more documentation to PHP on Azure page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339320 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-11 18:29:34 +00:00
Christoph Michael Becker
2a9a5b8be0
Fix #72361 : Missing link to alias function
...
Actually, this is a hack to work around a current bug/limitation of the doc
build (PhD) system; refer to the bug report for further details.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339319 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-10 14:15:12 +00:00
Christoph Michael Becker
b38659fe3b
The second parameter is not optional as pointed out in #66386 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339318 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-10 12:35:13 +00:00
Christoph Michael Becker
96caca72c4
Document imageaffinematrix*() and IMG_AFFINE_*
...
That still needs improvement; especially the structure of an affine
transformation matrix has to be documented, maybe with imageaffine(),
where there are already user notes by abc at ed48 dot com which appear
to be correct.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339317 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-10 12:16:15 +00:00
Christoph Michael Becker
f41fee15b5
Fix #72353 : Misleading quote concerning PCRE in "UTF-8 mode"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339309 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-07 14:28:24 +00:00
Christoph Michael Becker
06df50f0b1
Fix #72331 : most simple way to call anonymous function assigned to object property missing
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339308 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-07 13:25:21 +00:00
Christoph Michael Becker
ec6a5fb91f
Clarify that example requires PHP 5.4.0 or higher
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339307 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-07 13:20:58 +00:00
Matt Ficken
84a7b48945
included script to setup IIS and PHP
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339303 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-07 00:39:38 +00:00
Christoph Michael Becker
2599aec3b9
fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339302 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-06 19:24:45 +00:00
Christoph Michael Becker
91b8b05f52
fix #72341 : Inconsitent $ escaping in preg_replace replacement patterns
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339301 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-06 16:54:44 +00:00
Matt Ficken
42825eb8f6
Fixing up some formatting for Windows Installer Instructions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339300 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-05 23:57:16 +00:00
Christoph Michael Becker
2891a305f1
Document behavior of NaN/Inf to int casts
...
As of PHP 7.0.0 this results in int(0); formerly it has been undefined.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339291 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-03 13:28:47 +00:00
André Luis Ferreira da Silva Bacci
b4c0293c1b
Add missing svn:keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339283 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-02 16:03:59 +00:00
Remi Collet
244efca786
Fix code sample
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-02 12:48:44 +00:00
Christoph Michael Becker
65e6a11592
$options accepts a bitmask
...
Furthermore this function seems to be pretty well documented,
so we can remove the undocumented warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339278 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-02 11:49:35 +00:00
Derick Rethans
5485b48982
Added an example for SSL and a certificate.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339268 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-02 10:12:41 +00:00
Matt Ficken
17fc359d7e
updating install/windows and pages linking to it
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339251 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-01 06:23:30 +00:00
Christoph Michael Becker
1d7caa1a60
fix #71458 : foreach docs should expand upon the references warning
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339246 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-31 16:55:09 +00:00
Christoph Michael Becker
39f908546b
clarify return value in case of no error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339244 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-30 15:14:59 +00:00
Christoph Michael Becker
094d0ff25d
update for PHP 7 (provided by anon user)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339243 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-30 14:14:20 +00:00
Christoph Michael Becker
bd034b66e9
typo fixes by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339242 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-30 14:13:34 +00:00
Christoph Michael Becker
b298610f72
markup code
...
provided by Duncan X. Simpson (K7DXS)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339241 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-30 14:03:31 +00:00
Christoph Michael Becker
44635bde19
typo fixes by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339240 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-30 13:59:33 +00:00
Christoph Michael Becker
a64f033f94
Fix several issues
...
* there is no PHP 6, but rather PHP 7
* OpenSSL doesn't distribute binaries any more
(we can't get rid of the url.openssl.binaries entity for now,
because it still might be used in translations)
* the fact that Windows suppresses file extension in the explorer by
default is supposed to be well known to PHP developers, and as such
would be superfluous information
* the file type reported by Windows depends on the file associations
which depend highly on the individual system (mentioning SpeedDial
is confusing)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339225 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 13:39:21 +00:00
Christoph Michael Becker
f0e9d47a0d
Confer to error_clear_last()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339224 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 13:21:22 +00:00
Christoph Michael Becker
5ed947df17
Reverse merged revision(s) 339219-339218 from phpdoc/en/trunk:
...
revamping the Windows install instructions for modern PHP and modern Windows versions.
........
These commits break the doc build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339222 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 11:47:37 +00:00
Matt Ficken
ce2780985e
somehow this didn't get committed or changed in previous changeset.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339221 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 06:56:44 +00:00
Matt Ficken
bff28fcd05
fixing my xml ids
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339220 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 02:40:30 +00:00
Matt Ficken
b276668a7e
revamping the Windows install instructions for modern PHP and modern Windows versions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339219 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 02:38:39 +00:00
Thomas Punt
8c4ca17c5a
Resolve doc by #61999
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339217 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-22 20:06:10 +00:00
Thomas Punt
5644e740fd
Resolve doc bug #71348
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339215 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-22 19:45:38 +00:00
Peter Cowburn
2a98bea220
typofix (doc #72250 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339197 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-21 10:40:13 +00:00
Bob Weinand
f7069c1596
Be precise about the scope of strict_types not affecting calls from within internal functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339195 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-20 15:20:09 +00:00
Derick Rethans
d2dfa4de1d
Clarify how html_errors and xmlrpc_errors actually works.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339194 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-20 10:22:34 +00:00
Peter Cowburn
c08bf3ec57
fix invalid date format examples (doc #69380 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339186 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-19 21:35:49 +00:00
Peter Cowburn
ecf52eec24
Tie together ErrorException severity and error constants (doc #63158 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339185 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-19 20:47:23 +00:00
Jeremy Mikola
83153b3f58
Clarify error handling implications for MongoWriteBatch's ordered option
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339184 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-19 14:10:00 +00:00
Peter Cowburn
54ffc060d1
Some PDO exceptions ignore ATTR_ERRMODE
...
--
Based on a patch provided by marcus@hannmail.co.uk
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339183 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 22:23:00 +00:00
Peter Cowburn
62e96a7df3
\R is commonly used but still missing from the manual
...
--
Provided by Alexander Makarov (sam@rmcreative.ru )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339182 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 22:22:52 +00:00
Peter Cowburn
584c3e8805
Clarify that the session encode/decode method does not use serialize()/unserialize() by default.
...
--
Provided by jjlin@cs.stanford.edu
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339181 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 22:22:47 +00:00
Peter Cowburn
bd30939bd5
Add SQLite3::enableExceptions()
...
Also fix initializers for construct/open
--
Based on a patch by Bill Schaller (bill@zeroedin.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339180 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 22:21:57 +00:00
Peter Cowburn
5666a83cc4
Link to Olson database
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339179 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 21:15:08 +00:00
Peter Cowburn
c242f63f9a
Document DatePeriod getStartDate(), getEndDate(), getDateInterval() methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339177 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-17 20:41:56 +00:00