Commit graph

135 commits

Author SHA1 Message Date
Christoph Michael Becker
1a08750ab9 Fix typo
Patch provided by Bassin Laurent.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344564 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-25 14:00:46 +00:00
André Luis Ferreira da Silva Bacci
a4e5ee04a4 Correct SVN properties for text file.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340003 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-08 01:14:20 +00:00
Yasuo Ohgaki
1ca0f4e175 Add Session section to Security
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340002 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-08 00:15:52 +00:00
Christoph Michael Becker
0a7a550a65 Grammar fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339619 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:58:44 +00:00
Maciej Sobaczewski
1e62810892 Close bug #69416 (Use the password API on the db security page)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337837 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-16 06:24:41 +00:00
Peter Cowburn
c5d92fd712 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336910 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 21:00:06 +00:00
Maciej Sobaczewski
fbc4ef92fa More PHP 4 removals, mainly language snippets.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336340 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-03 08:14:30 +00:00
Jakub Vrana
6bfcf7d9af Use random salt, precise examples, mention prepared statements, warn before addslashes()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325889 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-29 22:30:54 +00:00
Nikita Popov
2f0cfaf406 Add &warn.deprecated.feature-5-3-0.removed-5-4-0; entity and replace some usages of the outdated removed-6-0-0 entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323674 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 18:17:15 +00:00
Joey Smith
1821ec72a0 Remove references to MD5, replace them with crypt() calls.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321459 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-28 08:39:51 +00:00
Mike Ford
fa6e196973 Improve English: "in case" does not mean "if" (part 1).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313913 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-29 10:46:17 +00:00
Daniel P. Brown
e58b528ef1 Rewrite of the section title (though not the anchor) and the paragraph text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312637 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-29 20:47:40 +00:00
Richard Quadling
f460df93ea "Bobby Tables" comic for SQL Injection
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312435 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-24 16:19:00 +00:00
Adam Harvey
19815f0b8b Fix doc bug #53922 (Disabling Magic Quotes page is ambgious and gives the wrong
impression) by removing the deprecation warning from the Disabling Magic Quotes
page and adding it to the What Are Magic Quotes page instead.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307995 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-04 09:50:02 +00:00
Daniel Egeberg
0640e024d4 Fixed PHP bug #51978
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +00:00
Yannick Torres
ab6785b01c Add some acronym's tag
#Accept some patchs from PhDOE

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297645 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 21:20:37 +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
Jakub Vrana
cb38d23e33 Improve run-time disabling of magic quotes (bug #49826)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290699 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:12:18 +00:00
Jakub Vrana
c280800530 Change enable-force-cgi-redirect to cgi.force_redirect (bug #50077)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290676 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 17:04:32 +00:00
Richard Quadling
9aff12cf57 INI Files are development and production. Fix #49667
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288791 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 12:48:14 +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
a42c9a9fd8 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283799 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:22:53 +00:00
Yannick Torres
1488d4335c correct markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278998 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-19 17:02:16 +00:00
Philip Olson
515697bc5c Rewrote security.magicquotes.why to discourage its use (there is no reason to use MQ today)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277472 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-19 07:38:55 +00:00
TAKAGI Masahiro
cbe685c728 added depricate warnings to each pages.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276876 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-08 10:09:57 +00:00
Richard Quadling
caa6eadb8f Fixing broken links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275643 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 08:58:58 +00:00
Damien Seguy
7aadd2a6ac adding literal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272814 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-05 09:59:29 +00:00
Hannes Magnusson
bc7bdb60dc - Deprecate deprecated features and functions
- Update deprecated entity name after renaming it to contain version
  info


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270904 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-09 17:54:24 +00:00
Felipe Pena
d82f099295 - Fixed typo (wrong variable name; reported in user notes by Mike)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265841 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-02 22:25:20 +00:00
Daniel P. Brown
109ef75d6a Addresses Bug #45206 to adjust correct grammar, and unifies all pages with new title.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261607 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-24 20:26:55 +00:00
Yannick Torres
d532ad6d1f integrate user's note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260284 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-25 19:54:52 +00:00
Etienne Kneuss
e47c6761d1 Deprecate magic_quotes_gpc and register_globals using a newly defined warning entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244502 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-20 00:25:49 +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
Etienne Kneuss
34219bb229 Mention null bytes related issues
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234480 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-25 14:07:52 +00:00
Etienne Kneuss
cceb23a4e7 Improve filesystem's security man page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233953 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-17 16:31:00 +00:00
Philip Olson
ad217f3c27 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230949 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-28 16:49:48 +00:00
Philip Olson
009395cfbc Miscellaneous formatting as per our guidelines:
Ex: windows->Windows, commandline->command line, webserver->web server
# Sorry translators, but it needed to be done


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229834 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 09:24:37 +00:00
Etienne Kneuss
c1b4e498e1 Recommend pg_escape_string instead of addslashes in the example (spotted by bjori@php.net)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211256 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-12 15:16:34 +00:00
Jakub Vrana
bd08c45d79 Strip slashes also from $_REQUEST (bug #36972)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210679 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-04 22:12:05 +00:00
Matt Li
955b704b8d Reword as per note 56826
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196170 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-16 07:38:17 +00:00
Sean Coates
61ab2ffd44 type #34245 -- also removed (poison)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194382 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-25 14:54:47 +00:00
Jakub Vrana
27b2e90ce1 _runtime defaults to off (bug #33160)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187076 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-27 08:42:07 +00:00
Jakub Vrana
a70e53362d Example returned, multiple queries work with PostgreSQL (at least some versions)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179760 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 14:09:59 +00:00
Dave Barr
009d44bfcf Fix minor spelling/punctuation mistakes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179740 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 04:13:17 +00:00
Jakub Vrana
1a9809c5a1 First SQL injection example is FUD (reported by Dr. Werner Popken)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179715 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-13 21:50:05 +00:00
Steph Fox
7f6021fc5a Getting rid of the E_NONE myth, and also incorporating a user note.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178581 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-31 12:53:28 +00:00
Jakub Vrana
31e02322db Nuke PHP syntax errors (including bug #30717)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172267 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-08 12:10:21 +00:00
Yannick Torres
58c6a63a65 remove simplesect in favor of sect1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172122 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-04 21:10:56 +00:00
Sean Coates
cb489d2ead - Fixed [some of the] grammar
- Changed recommendation of escape mechanism


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171449 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-28 14:25:50 +00:00
Friedhelm Betz
e3f0875d7b link correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168534 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-13 20:28:02 +00:00