Difference between revisions of "PHP"

From MidrangeWiki
Jump to: navigation, search
m
(removed defunct i5php.net site, replaced Zend Core with Zend Server site, corrected "Code" to "Core" in first link. Also update "recent feature" to say "2006")
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{SeealsoWP|{{PAGENAME}}}}
 +
{{AN}} on the [[iSeries]] was officially introduced by IBM and Zend in 2006. 
 +
 +
PHP operates in the [[PASE]] environment.  [[Zend]] provides PHP products for the System i.
 +
 +
==Installation==
 +
===V5R4===
 +
Note that the install will run and silently fail if prerequisites aren't met.  'Silently' meaning an error will be put into the job log which is over a hundred pages and contains many innocuous escape messages along with a handful of messages that indicate a serious problem with the installation.
 +
 +
* Install as QSECOFR - process needs *SECOFR authority
 +
* Submit the install job to a subsystem / job queue combination that allows *NOMAX active jobs
 +
 +
===Zend software versions===
 +
The original version was Zend Core and is officially at [http://www.zend.com/en/products/platform/end-of-life End Of Life].  Support will end July 1 2011.  Zend Core has been replaced with Zend Server, which comes in two versions, the full version and the Community Edition.  They both use the same install image.  One can upgrade from the CE to the full version by purchasing a licence from Zend or a Zend reseller.
 +
 +
{{stub}}
 +
 +
==External links==
 +
* [http://forums.zend.com/viewforum.php?f=67&start=0 Zend PHP on IBM i web forums] Covers Zend Core, Zend Server, Zend Studio
 +
* [http://www.zend.com/en/products/server/zend-server-ibm-i Zend Server for IBM i]
 +
* {{Redbook
 +
| pubnumber=sg247327
 +
| title=PHP: Zend for i5/OS
 +
}}
 +
* [http://www-03.ibm.com/systems/i/software/php/ PHP for i5/OS] from IBM.com
 +
* [http://www.itjungle.com/tfh/tfh011507-story01.html Zend Core for i5/OS Ships for OS/400 V5R3] from <small>The Four Hundred, Volume 16, Number 2, January 15, 2007 by Timothy Prickett Morgan</small>
 +
* http://www.php.net
 +
 +
==Categories==
 
[[Category:Programming]]
 
[[Category:Programming]]
 
[[Category:Web]]
 
[[Category:Web]]
[[Category:Programming Languages]]
 
PHP on the [[iSeries]] is a relatively new feature. 
 
 
PHP operates in the [[PASE]] environment.
 
 
More information on PHP can be found at http://www.i5php.net.
 
== See also ==
 
* [http://www.php.net php.net]
 

Latest revision as of 18:17, 17 January 2011

See also on Wikipedia: PHP

PHP on the iSeries was officially introduced by IBM and Zend in 2006.

PHP operates in the PASE environment. Zend provides PHP products for the System i.

Installation

V5R4

Note that the install will run and silently fail if prerequisites aren't met. 'Silently' meaning an error will be put into the job log which is over a hundred pages and contains many innocuous escape messages along with a handful of messages that indicate a serious problem with the installation.

  • Install as QSECOFR - process needs *SECOFR authority
  • Submit the install job to a subsystem / job queue combination that allows *NOMAX active jobs

Zend software versions

The original version was Zend Core and is officially at End Of Life. Support will end July 1 2011. Zend Core has been replaced with Zend Server, which comes in two versions, the full version and the Community Edition. They both use the same install image. One can upgrade from the CE to the full version by purchasing a licence from Zend or a Zend reseller.


This article is a stub. You can help by editing it.


External links

Categories