index
:
apache2
debian
progress-linux
upstream
debian 10 security: apache2
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
safemode
/
putenv.php
blob: 575e7f719850830ab45128822c9594bd043e445c (
plain
)
1
2
<?php
putenv
(
"FOO_BAR=HelloWorld"
);
echo
getenv
(
"FOO_BAR"
);
?>