PHP5 phpinfo test script can be simplified
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ubuntu-docs (Ubuntu) |
Undecided
|
Adam Sommer |
Bug Description
Binary package hint: ubuntu-docs
https:/
---SNIP---
To verify your installation, you can run following PHP5 phpinfo script:
<?php
print_r (phpinfo());
?>
---SNIP---
The return value of phpinfo() is void, it automatically outputs all information about the PHP installation and configuration. Therefore, this code may be more suitable:
To verify your installation, you can run following PHP5 phpinfo script:
<?php
phpinfo();
?>
Related branches
tags: | added: serverguide |
Adam Sommer (asommer) wrote : | #1 |
Changed in ubuntu-docs (Ubuntu): | |
assignee: | nobody → Adam Sommer (asommer) |
status: | New → Fix Committed |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package ubuntu-docs - 9.10.7
---------------
ubuntu-docs (9.10.7) karmic; urgency=low
* General:
- Refresh pot files
* Add-applications:
- Amend add-applications in light of move from gnome-app-install to software-center
* Serverguide (by Adam Sommer unless otherwise stated):
- Updating etckeeper section for new version and fixing typo, Thierry Carrez (LP: #432377)
- Updating the Postgresql section for version 8.4, ~BG (LP: #426971)
- Fix typos in Chat section, Connor Imes (LP: #410654)
- Removing note about command line utility differences, Connor Imes (LP: #394728)
- Update for phpinfo() test script, Christian Wenz (LP: #418045)
- Added note about manually compiling drbd module in virtual kernels, removed bad config
line based on feed back from Ante Karamatić (LP: #397241)
- Apache2 configuration update for more security, and clarification of using SSL
and Apache2 with Subversion (LP: #383605)
- Added a link to the Windows Networking section to find more info regarding Samba (LP: #415622)
- Added priority to MX record example (LP: #425207)
- Added more configuration options to Amavisd-new section to flag more messages as spam (LP: #363442)
- Updated mailman Apache2 configuration for latest version of moinmoin (LP: #381802)
-- Matthew East <email address hidden> Sat, 26 Sep 2009 14:07:07 +0100
Changed in ubuntu-docs (Ubuntu): | |
status: | Fix Committed → Fix Released |
Thanks for submitting this bug, and helping make Ubuntu better. I've applied your proposed changed to revision 339.
Thanks again,
Adam