George Peter Banyard
bcb7074498
Fix sentence and remove PHP 5 info in PCRE pattern modifiers
2021-04-30 01:55:44 +01:00
Sergey Panteleev
a0ae28d3bc
Removed references to PHP 5, PHP 7.0 ( #545 )
2021-04-24 20:01:17 +03:00
Christoph Michael Becker
f6108da0b5
Remove RCE example
...
This example is (not incorrectly) flagged as Backdoor:PHP/Remoteshell.A by
Windows defender (and possibly other AV engines), so we rewrite the
respective part of the manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348780 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-03 15:12:15 +00:00
Tyson Andre
a9ada9d6f9
fix typos in extension documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346848 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 05:42:50 +00:00
Christoph Michael Becker
e1a63cdc60
Document new J
modifier
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343482 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-28 16:10:38 +00:00
Christoph Michael Becker
5c93bc6f29
Gender neutral wording
...
Patch provided by Tom Hudson.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342184 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-25 12:23:58 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Maciej Sobaczewski
86727eb89e
Document PREG_REPLACE_EVAL removal
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336806 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-20 05:15:44 +00:00
Peter Cowburn
aa43a24ec6
Patch by anonymous #43665
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333668 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-01 13:12:06 +00:00
Philip Olson
00a507863e
Clarify a bit that \e is deprecated
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330943 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-17 04:35:39 +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
Peter Cowburn
cca4900cad
fix build (broken pcre /e caution)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326251 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-19 16:29:52 +00:00
Nikita Popov
faa7c360f5
Add /e modifier warning
...
As discussed on IRC this does not mention that it will be deprecated in 5.5, only says that it is "discouraged".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326239 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-19 12:43:00 +00:00
Joey Smith
67921109e7
cleared up potential confusion - saying it "makes it possible to include comments" can be construed as saying "All of PHP's methods of comments are safe inside a /x modified regex"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325961 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-04 09:48:06 +00:00
Peter Cowburn
ed5c3caa2c
fix pcre u modifier name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323956 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-06 15:50:53 +00:00
Shein Alexey
ed0dfe5c2d
Wrapped addslashes with a function tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320418 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-05 11:41:50 +00:00
Justin Martin
27440bfeed
Removed eval modifier example from preg_replace reference.
...
Added caution to eval modifier reference about its addslashes behaviour.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320388 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-04 21:54:27 +00:00
Jakub Vrana
c15909ba49
Mention pcre.backtrack_limit by ungreedy modifier (doc bug #53751 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308190 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 13:03:45 +00:00
Philip Olson
802ee88411
- Added PCRE modifier link to 'See Also' section of relevant PCRE functions
...
- Moved the 'e' tip from preg_replace to the modifier documentation, and added link instead of 'e' docs
- Closes PHP Bug #53546
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307739 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-25 19:10:19 +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
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
Nilgün Belma Bugüner
751d46fd60
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283830 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:31:40 +00:00
Yannick Torres
5847a9aee0
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280176 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 21:30:58 +00:00
Jakub Vrana
47dd17e302
Remove Describes from titleabbrev
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270660 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-06 10:39:24 +00:00
Philip Olson
d522d135a1
Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
...
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Philip Olson
95de0e46ac
MFB:
...
- Changed pattern.modifiers.xml from refentry to article
- Changed pattern.syntax.xml from refentry to article
- Changed refsect1 and refsect2 to sections within these new articles
# thanks to hannes for spotting this forgotten commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249275 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-29 01:25:12 +00:00
Felipe Pena
0c6eb2a657
Added information about (?J) internal option
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247723 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-06 22:55:20 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Jakub Vrana
0b63139027
Internal name for 'e'
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236110 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-22 14:07:03 +00:00
Etienne Kneuss
b320d7a4f7
typo--, thanks nuno
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229773 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-14 00:07:56 +00:00
Etienne Kneuss
c2e3af5720
backslashes and NULL chars are also escaped
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229771 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-13 23:44:53 +00:00
Jakub Vrana
2d24777fae
PCRE 5.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188618 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-17 11:40:21 +00:00
Jakub Vrana
dd02b70288
'or' was prepared for this :-)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168612 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-15 07:22:26 +00:00
Sean Coates
8dfb4f1e7b
removed superfluous 'or'
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168600 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-14 21:30:21 +00:00
Sean Coates
e2b104f082
ws
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168599 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-14 21:28:40 +00:00
Jakub Vrana
7c01f95b1e
Ungreedy can be set by (?U) (bug #24571 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165645 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 15:07:57 +00:00
Jakub Vrana
f64c0fb453
Escaping with e modifier
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165616 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 08:50:32 +00:00
Nuno Lopes
aee7bfcaf7
fix IDs: now livedocs correctly links the pattern syntax/modifiers
...
some WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164618 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-29 10:15:26 +00:00
Kenneth Schwartz
2cb355725a
renamed pcre.pattern.syntax and .modifiers & updated entities
...
(they're already in the pcre section)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152841 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-03 05:06:14 +00:00