auf jeden Fall...
Keine automatischen Aufgaben mehr [GELÖST]
Re: Keine automatischen Aufgaben mehr
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Keine automatischen Aufgaben mehr
die php interpreter gelten aber nur innerhalb keyhelps.^^ für Software ausserhalb keyhelps helfen sie nicht
Re: Keine automatischen Aufgaben mehr
Nicht?
Code: Select all
❯ php -v
PHP 8.2.28 (cli) (built: Mar 17 2025 13:33:32) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.28, Copyright (c) Zend Technologies
with the ionCube PHP Loader v14.4.0, Copyright (c) 2002-2025, by ionCube Ltd.
with SourceGuardian v16.0.2, Copyright (c) 2000-2025, by SourceGuardian Ltd.
with Zend OPcache v8.2.28, Copyright (c), by Zend Technologies
❯ keyhelp-php84 -v
PHP 8.4.8 (cli) (built: Jun 20 2025 08:57:35) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.4.8, Copyright (c) Zend Technologies
with Zend OPcache v8.4.8, Copyright (c), by Zend TechnologiesFolgender Code:
Code: Select all
#!/usr/bin/keyhelp-php84
<?= PHP_VERSION . PHP_EOL ?>Code: Select all
vi test.php
chmod +x test.php
./test.php
8.4.8
--
A backend dev walks into a bar, orders 1 beer.
Then orders 100 beers.
Then orders -1 beers.
Then orders “a lizard”.
Then explodes.
The bartender says: “You really should validate your input.”