We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f42647 commit 5981320Copy full SHA for 5981320
Makefile
@@ -32,5 +32,4 @@ release:
32
mkdir -p $(DIST_DIR)
33
cp -v *.md $(DIST_DIR)
34
cp -v *.php $(DIST_DIR)/
35
- cp -vR examples $(DIST_DIR)/
36
zip -r $(PROJECT)-$(VERSION)-release.zip $(DIST_DIR)/
README.md
@@ -1,3 +1,7 @@
1
+
2
+NOTE: This is a legacy project used when porting some legacy code. You should use it
3
+in new projects. PHP 8 and above have better solutions. RSD 2025-10-29
4
5
# safer-php
6
7
A tiny input vetting library for legacy PHP code. Also includes examples
0 commit comments