Skip to content

Commit 1c5ae9e

Browse files
author
ace411
committed
feat: initial commit
0 parents  commit 1c5ae9e

File tree

9 files changed

+1937
-0
lines changed

9 files changed

+1937
-0
lines changed

.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
*.lo
2+
*.loT
3+
*.la
4+
*.dep
5+
*.in~
6+
*.libs
7+
*acinclude.m4
8+
*aclocal.m4
9+
*autom4te.cache
10+
*build
11+
*config.guess
12+
*config.h
13+
*config.h.in
14+
*config.log
15+
*config.nice
16+
*config.status
17+
*config.sub
18+
*configure
19+
*configure.ac
20+
*configure.in
21+
*include
22+
*install-sh
23+
*libtool
24+
*ltmain.sh
25+
*Makefile
26+
*Makefile.fragments
27+
*Makefile.global
28+
*Makefile.objects
29+
*missing
30+
*mkinstalldirs
31+
*modules
32+
*php_test_results_*.txt
33+
*phpt.*
34+
*run-test-info.php
35+
*run-tests.php
36+
*tests/**/*.diff
37+
*tests/**/*.out
38+
*tests/**/*.exp
39+
*tests/**/*.log
40+
*tests/**/*.sh
41+
*tests/**/*.db
42+
*tests/**/*.mem
43+
*tmp-php.ini
44+
*TODO

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Lochemem Bruno Michael
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)