Christoph M. Becker
fa6c013865
Remove obsolete info from security.database.storage page
2021-02-01 15:45:52 +01:00
Christoph M. Becker
b2b73a1550
Fix #77799 : Database security information is outdated
2021-02-01 15:43:52 +01:00
George Peter Banyard
958d584198
Typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347660 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-25 15:42:46 +00:00
Christoph Michael Becker
05c4c92213
Remove controversial paragraph
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346992 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-11 12:38:31 +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
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
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
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
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
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
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
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
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
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
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
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
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
Aidan Lister
060e65658a
Used non-deprecated functions, thanks nocturnal
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168236 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-09 12:49:33 +00:00
Dave Barr
5aa855b67e
- Typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Gabor Hojtsy
c15ef9e610
Solved the 'security in security' TOC problem
...
by elevating the containers one level up.
Yes, I know this breaks all translations with
a translated security section and I am working
on solving their problems
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165754 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-08 16:11:36 +00:00
Nuno Lopes
cf45885b0f
try to have better IDs so that livedocs doesnt complain
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155749 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 15:42:00 +00:00
Mehdi Achour
f95d079c47
adding php tags
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154160 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-21 16:45:37 +00:00
Mehdi Achour
7be7f610ed
role=sql
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151711 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-18 17:09:16 +00:00
Friedhelm Betz
adc208e363
split of monolithic index.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149789 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-26 13:22:25 +00:00