Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace IBM i
Created by Guest
Created on Sep 25, 2018

add PHP port to RPMs

we need a port of PHP for RPMs. I do not want to replace Zend, but with it being a licensed program it is "harder" to get installed.
the ported PHP would not need db2 support and all the bells & whistles Zend provides.
we need a simple IFS only port that would allow for php-cli support.


Use Case:

unable to get Zend installed, but have a need to run simple IFS only php scripts via php-cli or quick web pages.


Idea priority Medium
  • Guest
    Reply
    |
    Feb 19, 2020

    .This has been delivered through our partnership with Perforce. See https://bitbucket.org/ibmi/opensource/src/master/docs/yum/3RD_PARTY_REPOS.md

  • Guest
    Reply
    |
    Jun 26, 2019

    .This is planned for a future release

  • Guest
    Reply
    |
    Oct 18, 2018

    Zend on IBM i have late releases. So PHP comes out with a new version, it often take more then 6 months (where PHP as the time for 2-3 more minor releases in between) before we have a Zend Server version.

    Basically, PHP is tied with Zend Server and it should not. Zend can release their product with a bundled PHP version that is fine. However, we should be able to have PHP running as standalone if we like to. We could be able to test our app faster, get security update out in the field faster.

    Zend Server as really cool feature that people will want to keep on production server (code tracing, Z-ray, extensive login capability). This as nothing to do with PHP however. If I want PHP on my IBM i, I should be able to decide if I need or not Zend Server.

  • Guest
    Reply
    |
    Oct 17, 2018

    One of the many existing pain points: In order to make php configuration changes, you must make the changes from within the Zend Server web administration UI. You can manually edit the .ini files, but Zend Server keeps the configs in a database and under certain conditions overwrites the .ini files. In order to log in to the Zend Server web admin you have to have a license key that expires after 1 year if I recall correctly. In order to get a license key you have to talk to a salesperson, wait sometimes weeks for them to get back to you, and put up with their sales pitches.

    Another pain point that I and many others have experienced: Zend Server is an unnecessary additional point-of-failure. Remember this?
    https://zend18.zendesk.com/hc/en-us/articles/203890456-After-upgrading-to-IBM-i-7-2-or-higher-the-ZENDPHP7-or-ZENDSVR6-Apache-instance-will-not-start
    Our production applications were down for 24 hours while I tried to trace down this bug.

  • Guest
    Reply
    |
    Sep 25, 2018

    There exists a port: http://www.perzl.org/aix/index.php?n=Main.Php

    I've tried to use that one but have not been able to get working