]> git.joonet.de Git - adminer.git/commitdiff
Add driver plugins readme
authorJakub Vrana <jakub@vrana.cz>
Mon, 7 Apr 2025 10:51:10 +0000 (12:51 +0200)
committerJakub Vrana <jakub@vrana.cz>
Mon, 7 Apr 2025 10:51:10 +0000 (12:51 +0200)
plugins/drivers/README.md [new file with mode: 0644]

diff --git a/plugins/drivers/README.md b/plugins/drivers/README.md
new file mode 100644 (file)
index 0000000..aacb13a
--- /dev/null
@@ -0,0 +1,5 @@
+Developing drivers: https://www.adminer.org/en/drivers/
+
+The type declarations must be compatible both with source codes and the compiled version (where PHP5-incompatible types are stripped). It means:
+- specify return type if parent specifies it
+- do not specify scalar parameter type