Difference between revisions of "PHP"

From MidrangeWiki
Jump to: navigation, search
(+install notes V5R4)
(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")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{SeealsoWP|{{PAGENAME}}}}
 
{{SeealsoWP|{{PAGENAME}}}}
{{AN}} on the [[iSeries]] is a relatively new feature.   
+
{{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.
 
PHP operates in the [[PASE]] environment.  [[Zend]] provides PHP products for the System i.
Line 10: Line 10:
 
* Install as QSECOFR - process needs *SECOFR authority
 
* Install as QSECOFR - process needs *SECOFR authority
 
* Submit the install job to a subsystem / job queue combination that allows *NOMAX active jobs
 
* 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}}
 
{{stub}}
  
 
==External links==
 
==External links==
* http://www.i5php.net
+
* [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/products/zend_core/zend_for_i5_os Zend for i5/OS]
+
* [http://www.zend.com/en/products/server/zend-server-ibm-i Zend Server for IBM i]
 
* {{Redbook
 
* {{Redbook
 
| pubnumber=sg247327
 
| pubnumber=sg247327

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