Log in / Register
Ubuntu
php5 package
Overview
Code
Bugs
Blueprints
Translations
Answers
Bug #439407
Comment #11
Comment 11 for bug 439407
Revision history for this message
Martin Bogomolni (martinbogo)
wrote
on 2009-10-14
:
#11
default@
beagleboard:
~$ php5
<?php
var_dump(
function_
exists(
"gzopen"
));
?>
bool(false)
default@beagleboard:~$ php5 <?php var_dump(function_exists("gzopen")); ?> bool(false)
default@ beagleboard: ~$ php5
<?php function_ exists( "gzopen" ));
var_dump(
?>
bool(false)