Skip to content

Commit cbde5cb

Browse files
committed
a1.0.2
Some update to License files and remove files that need to be added in configuration.
1 parent c41180c commit cbde5cb

13 files changed

+116
-17
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/composer.lock
55
/*.log
66
/null
7+
/.htaccess
8+
/.user.ini

LICENSE

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
MIT License
2-
3-
Copyright (c) 2022 Walter Nuñez
1+
Copyright (c) 2020-2022 Walter Nuñez
42

53
Permission is hereby granted, free of charge, to any person obtaining a copy
64
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1816
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1917
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2018
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
19+
SOFTWARE.

example/.htaccess

-3
This file was deleted.

example/.user.ini

-1
This file was deleted.

example/bug_catcher.php

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<?php
2+
3+
/**
4+
* PHP Development Tools.
5+
* PHP Version required 7.4.* or higher
6+
*
7+
* @see https://github.com/arcanisgk/PHP-Development-Tools
8+
*
9+
* @author Walter Nuñez (arcanisgk/original founder)
10+
11+
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
12+
* @license For the full copyright and licence information, please view the LICENSE
13+
* @note This program is distributed in the hope that it will be useful
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
* or FITNESS FOR A PARTICULAR PURPOSE.
16+
*/
17+
18+
?>
19+
120
<!DOCTYPE html>
221
<html lang="en">
322
<head>
@@ -28,10 +47,6 @@
2847
This data output contains a series of examples of Alert, Warning and System Error controls that are shown on the screen in a friendly way.
2948
</span><br>
3049
<hr>
31-
32-
3350
</div>
3451
</body>
35-
36-
3752
</html>

example/dumper.php

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
<?php
22

3+
/**
4+
* PHP Development Tools.
5+
* PHP Version required 7.4.* or higher
6+
*
7+
* @see https://github.com/arcanisgk/PHP-Development-Tools
8+
*
9+
* @author Walter Nuñez (arcanisgk/original founder)
10+
11+
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
12+
* @license For the full copyright and licence information, please view the LICENSE
13+
* @note This program is distributed in the hope that it will be useful
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
* or FITNESS FOR A PARTICULAR PURPOSE.
16+
*/
317

418
declare(strict_types=1);
519

example/index.php

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<?php
2+
3+
/**
4+
* PHP Development Tools.
5+
* PHP Version required 7.4.* or higher
6+
*
7+
* @see https://github.com/arcanisgk/PHP-Development-Tools
8+
*
9+
* @author Walter Nuñez (arcanisgk/original founder)
10+
11+
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
12+
* @license For the full copyright and licence information, please view the LICENSE
13+
* @note This program is distributed in the hope that it will be useful
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
* or FITNESS FOR A PARTICULAR PURPOSE.
16+
*/
17+
18+
?>
19+
120
<!DOCTYPE html>
221
<html lang="en">
322
<head>

example/test/error_log.log

-5
This file was deleted.

example/test/example_error_handler.php

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<?php
22

3+
/**
4+
* PHP Development Tools.
5+
* PHP Version required 7.4.* or higher
6+
*
7+
* @see https://github.com/arcanisgk/PHP-Development-Tools
8+
*
9+
* @author Walter Nuñez (arcanisgk/original founder)
10+
11+
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
12+
* @license For the full copyright and licence information, please view the LICENSE
13+
* @note This program is distributed in the hope that it will be useful
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
* or FITNESS FOR A PARTICULAR PURPOSE.
16+
*/
17+
318
declare(strict_types=1);
419

520
require_once __DIR__ . "/../../vendor/autoload.php";

example/test/example_exception_handler.php

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<?php
22

3+
/**
4+
* PHP Development Tools.
5+
* PHP Version required 7.4.* or higher
6+
*
7+
* @see https://github.com/arcanisgk/PHP-Development-Tools
8+
*
9+
* @author Walter Nuñez (arcanisgk/original founder)
10+
11+
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
12+
* @license For the full copyright and licence information, please view the LICENSE
13+
* @note This program is distributed in the hope that it will be useful
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
* or FITNESS FOR A PARTICULAR PURPOSE.
16+
*/
17+
318
declare(strict_types=1);
419

520
require_once __DIR__ . "/../../vendor/autoload.php";

example/test/example_shutdown_handler.php

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<?php
22

3+
/**
4+
* PHP Development Tools.
5+
* PHP Version required 7.4.* or higher
6+
*
7+
* @see https://github.com/arcanisgk/PHP-Development-Tools
8+
*
9+
* @author Walter Nuñez (arcanisgk/original founder)
10+
11+
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
12+
* @license For the full copyright and licence information, please view the LICENSE
13+
* @note This program is distributed in the hope that it will be useful
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
* or FITNESS FOR A PARTICULAR PURPOSE.
16+
*/
17+
318
declare(strict_types=1);
419

520
require_once __DIR__ . "/../../vendor/autoload.php";

example/test/null

Whitespace-only changes.

example/wc_detector.php

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<?php
22

3+
/**
4+
* PHP Development Tools.
5+
* PHP Version required 7.4.* or higher
6+
*
7+
* @see https://github.com/arcanisgk/PHP-Development-Tools
8+
*
9+
* @author Walter Nuñez (arcanisgk/original founder)
10+
11+
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
12+
* @license For the full copyright and licence information, please view the LICENSE
13+
* @note This program is distributed in the hope that it will be useful
14+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15+
* or FITNESS FOR A PARTICULAR PURPOSE.
16+
*/
17+
318
declare(strict_types=1);
419

520
use ArcanisGK\PhpDevelopmentTool\WebCLIDetector;

0 commit comments

Comments
 (0)