Skip to content

Commit faea5f4

Browse files
committed
docs: moved sapi input filtering
1 parent f9d5dcb commit faea5f4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/source/extensions/bundled-extensions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PHP build system V5 overview
22

3+
```{toctree}
4+
---
5+
hidden: true
6+
---
7+
bundled-extensions/filter
8+
```
9+
310
- supports Makefile.ins during transition phase
411
- not-really-portable Makefile includes have been eliminated
512
- supports separate build directories without VPATH by using explicit rules only

docs-old/input-filter.md renamed to docs/source/extensions/bundled-extensions/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Input filter support in PHP
1+
# ext/filter
22

33
XSS (Cross Site Scripting) hacks are becoming more and more prevalent, and can
44
be quite difficult to prevent. Whenever you accept user data and somehow display

0 commit comments

Comments
 (0)