Skip to content

Commit 5981320

Browse files
author
R. S. Doiel
committed
Quick Save
1 parent 7f42647 commit 5981320

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ release:
3232
mkdir -p $(DIST_DIR)
3333
cp -v *.md $(DIST_DIR)
3434
cp -v *.php $(DIST_DIR)/
35-
cp -vR examples $(DIST_DIR)/
3635
zip -r $(PROJECT)-$(VERSION)-release.zip $(DIST_DIR)/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# safer-php
26

37
A tiny input vetting library for legacy PHP code. Also includes examples

0 commit comments

Comments
 (0)