<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 04:37:27 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Enrico Zimuel's Blog: Convert a spool file to PDF using PHP on i5/OS]]></title>
      <guid>http://www.phpdeveloper.org/news/13943</guid>
      <link>http://www.phpdeveloper.org/news/13943</link>
      <description><![CDATA[<p>
<i>Enrico Zimuel</i> has <a href="http://www.zimuel.it/blog/?p=360">a new post</a> to his blog today looking at the translation of a spool file on an (IBM) i5/OS machine into a PDF file using the <a href="http://www.zend.com/en/products/core/core-for-i5os">Zend Core for i5</a> from Zend.
</p>
<blockquote>
Zend Core for i5/OS provides the i5 Toolkit for PHP, an API system to call i5 functionalities from PHP. One of the function of this API is the i5_spool that is able to manage spool files for specific i5 users. In this post I present a class to convert a spool file in PDF using the Zend_Pdf class of the Zend Framework.
</blockquote>
<p>
He includes the quick twelve line code you'll need to get the job done. It reads in the spool file with some built-in functions and calls the "toPdf" method to export the result. There's also a few parameters you can include as a second parameter that let you define things like font size and margins.
</p>]]></description>
      <pubDate>Mon, 01 Feb 2010 10:20:55 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: A PHP 'Hello World' Script Using Zend Core for i5]]></title>
      <guid>http://www.phpdeveloper.org/news/13277</guid>
      <link>http://www.phpdeveloper.org/news/13277</link>
      <description><![CDATA[<p>
New on the Zend Developer Zone is <a href="http://devzone.zend.com/article/10055-A-PHP-Hello-World-Script-Using-Zend-Core-for-i5">a tutorial</a> showing a "Hello World" setup, configuration and testing of the Zend Core for the IBM i5 series from start to finish.
</p>
<blockquote>
You've successfully installed the Zend Core for i5. Now what? The process of developing PHP scripts may not be obvious to System i developers familiar with RPG and COBOL. Let's take a look at the basic steps needed to start writing PHP scripts on System i.
</blockquote>
<p>
They look at where the parts of the application are located, the steps to take to ensure it's running correctly, setting up Zend Studio and a personal development space and creating two simple scripts - one "Hello World" and the other that makes a DB2 connection to the local instance.
</p>]]></description>
      <pubDate>Thu, 24 Sep 2009 08:16:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Migrating applications from PHP 4 to Zend Core 2.5 w/support for IBM Informix]]></title>
      <guid>http://www.phpdeveloper.org/news/12232</guid>
      <link>http://www.phpdeveloper.org/news/12232</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/4290-Migrating-applications-from-PHP-4-to-Zend-Core-2.5-with-support-for-IBM-Informix-on-Linux-Platform.">a new article</a> that will interest developers still looking to make the jump from PHP4 to PHP5 (you know who you are) with Informix support. Zend Core can help.
</p>
<blockquote>
There are many business web applications written in PHP4 that use the Informix module for data access. PHP4 is no longer supported and as a result will not be issued any more fixes or releases. Since version 5.2, the Informix module is no longer available for the PDO module. In this article I'll to describe how to compile and install the Informix module on the Zend Core 2.5 (PHP 5.2.6)
</blockquote>
<p>
The tutorial helps you set up your environment and build/install the Informix module to be plugged into the Zend Core stack. Activation is as simple as going into the Zend Core admin tool and enabling the extension. A sample script is included to test the results.
</p>
<p>
Its also noted in the comments that there's a <a href="http://pecl.php.net/package/pdo_informix">PDO driver</a> for Informix that can be pulled from the PECL extension repository.
</p>]]></description>
      <pubDate>Mon, 30 Mar 2009 09:32:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IT Jungle: PHP and the Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/10576</guid>
      <link>http://www.phpdeveloper.org/news/10576</link>
      <description><![CDATA[<p>
As the Zend Developer Zone <a href="http://devzone.zend.com/article/3675-Erwin-Earley-writes-on-PHP-and-the-Zend-Framework">points out</a>, there's a <a href="http://www.itjungle.com/fhg/fhg070908-story01.html">new article</a> from <i>Erwin Early</i> (of the i5 community) that's a shot introduction to what the Zend Framework is and some of what it entails.
</p>
<blockquote>
The customer interest in PHP has been high and I receive numerous questions at customer events on its usage of PHP on IBM i. Many people also ask about Zend Framework. What is Zend Framework? Can I use it on i5/OS? How can I integrate the advanced functionality that Zend Framework provides?
</blockquote>
<p>
To answer some of these questions he gives an overview of the framework - some of the components that make it up, how to place it so that Zend Core can find it, some resources about the framework and an example os its use to make a PDF with Zend_Pdf.
</p>]]></description>
      <pubDate>Thu, 10 Jul 2008 09:32:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Havard Eide's Blog: Leopard and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9418</guid>
      <link>http://www.phpdeveloper.org/news/9418</link>
      <description><![CDATA[<p>
<i>Havard Eide</i> is <a href="http://phpvolcano.com/blog/index.php?/archives/285-Leopard-and-PHP.html">asking for your help</a> in a new entry to his blog. He's looking for ways to speed up his development in Eclipse, specifically in the debugging.
</p>
<blockquote>
There is one thing I do need over everything else: remote debugging. Having used Zend Studio for 3 years now it hasn't been the best editor ( I'd rather prefer PHPEclipse/PDT ) but the remote debugging facility is superb [...] Eclipse it has all the tools you need to develop with but the debugging is slow, way too slow!
</blockquote>
<p>
He's looking for anyone out there that might be able to help him speed up the debugging on his Leopard-installed version of Eclipse ("So slow actually that I had to install Zend Studio 5.5 for whenever I have to debug a file...")
</p>]]></description>
      <pubDate>Mon, 14 Jan 2008 12:08:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[John Coggeshall's Blog: Compiling extensions for Zend Core]]></title>
      <guid>http://www.phpdeveloper.org/news/9372</guid>
      <link>http://www.phpdeveloper.org/news/9372</link>
      <description><![CDATA[<p>
<i>John Coggeshall</i> has blogged about a method he's worked up for <a href="http://blog.coggeshall.org/archives/347-Compiling-extensions-for-Zend-Core.html">compiling extensions</a> into the <a href="http://www.zend.com/en/products/core/">Zend Core</a> software.
</p>
<blockquote>
While Core does ship with a large list of extensions (which are all QA'd and supported by Zend) there are times when you would like to include non-official extensions from PECL for various reasons.
</blockquote>
<p>
He breaks it down into a few simple steps - download, "phpize" the extension, compile it and add the extension to the php.ini. He details the second step of the process (the phpize) because of some of the differences there are between doing it for a normal PHP install and a Zend Core install.
</p>
<p>
He also provides directions for an exception to the rule - compiling a PDO driver for your ZC install. You'll have to trick the Zend Core installation into using the right files, though. Full instructions are included.
</p>]]></description>
      <pubDate>Tue, 08 Jan 2008 09:32:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Abstract Podcast Episode 28: Interview with Aviv Katz]]></title>
      <guid>http://www.phpdeveloper.org/news/9189</guid>
      <link>http://www.phpdeveloper.org/news/9189</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/2794-PHP-Abstract-Podcast-Episode-28-Interview-with-Aviv-Katz">posted the latest episode</a> of their PHP Abstract series highlighting developers from all over the web. This time, though, it's a little different. This episode is an interview with <i>Aviv Katz</i> of Zend.
</p>
<blockquote>
Today, we are going to do something a little different. While I was at ZendCon 07, I had the opportunity to sit down with fellow Zender, Aviv Katz. Aviv is the product manager of <a href="http://www.zend.com/en/products/core/">Zend Core</a> and Zend Network. [...] Zend is a very distributed company, the downside of that however, is that a lot of us don't see each other during the course of a year. So when I was offered the opportunity to talk to Aviv I naturally jumped at it.
</blockquote>
<p>
<i>Cal</i> also warns listeners ahead of time that it's more about a certain product than it is about <i>Aviv</i>.
</p>
<p>
The usual three methods of listening are there - <a href="http://devzone.zend.com/article/2794-PHP-Abstract-Podcast-Episode-28-Interview-with-Aviv-Katz">right on the page</a>, through a <a href="http://s3.amazonaws.com/php_abstract_2007/php_abstract_episode_028.mp3">direct download</a> and via the <a href="http://feeds.feedburner.com/phpabstract">podcast's feed</a> in your favorite aggregator.
</p>]]></description>
      <pubDate>Thu, 06 Dec 2007 12:51:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Four New Articles - Value Pak, ZendCore, InfoCard & Oracle]]></title>
      <guid>http://www.phpdeveloper.org/news/8914</guid>
      <link>http://www.phpdeveloper.org/news/8914</link>
      <description><![CDATA[<p>
With recent announcements from Zend, there's talk all over about what they're doing and who they're doing it with. Here's just a few examples from <a href="http://www.zend.com">Zend</a>'s own news feed:
</p>
<ul>
<li><a href="http://www.itjungle.com/tfh/tfh101507-story08.html">IBM Adds Zend to Value Pak, Ships ESX Server Storage Support</a> - a summary look at the Value Pack bundle of software for the i5/OS V5R4 operating system 
<li><a href="http://www.itjungle.com/tfh/tfh101507-story03.html">Zend Puts Out New Release of Commercial-Grade PHP</a> - the latest release of ZendCore
<li><a href="http://www.computerworld.com.au/index.php/id;259694412;fp;4;fpid;78268965">Microsoft adds PHP to InfoCard support list</a> - the addition of InfoCard support in a collaboration with Microsoft (a big push in their Hotmail email offering and other Live online services)
<li><a href="http://www.news.com/Oracle-beefs-up-PHP-driver/2100-1012_3-6212940.html">Oracle beefs up PHP driver</a> - the updates that Oracle has made to the OCI8 driver for PHP
</ul>]]></description>
      <pubDate>Fri, 26 Oct 2007 11:19:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Core for IBM and Web 2.0 Starter Toolkit]]></title>
      <guid>http://www.phpdeveloper.org/news/8523</guid>
      <link>http://www.phpdeveloper.org/news/8523</link>
      <description><![CDATA[<p>
As mentioned in <a href="http://devzone.zend.com/article/2451-Zend-Core-for-IBM-and-Web-2.0-Starter-Toolkit-">this post</a> on the Zend Developer Zone, the Zend/IBM collaboration group have released a <a href="http://www.alphaworks.ibm.com/tech/web2db2">Web 2.0 Starter Toolkit</a>:
</p>
<blockquote>
It offers a great start to reducing the coding yet helps you produce cool applications using Ajax, ATOM feeds and REST Web Services. It is a great on-ramp to get you working with Zend Core and IBM DB2 Express-C and Rich Internet Applications (RIA). This toolkit will also work with <a href="http://www.zend.com/products/zend_core/zend_core_for_ibm">Zend Core for IBM</a>, check out the FAQ. This is an excellent use case for DB2 pureXML.
</blockquote>
<p>
It makes things simple like making ATOM feeds from a data in a pureXML database, making web services as simple as a point and click operation and check out the usage of your database via an Ajaxed interface.
</p>
<p>
Check out <a href="http://www.alphaworks.ibm.com/tech/web2db2">the project's website</a> for more information. Currently, the project requires Windows (either XP or Server 2003).
</p>]]></description>
      <pubDate>Thu, 23 Aug 2007 12:48:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[InfoWorld: Zend, IBM expand PHP pact]]></title>
      <guid>http://www.phpdeveloper.org/news/8416</guid>
      <link>http://www.phpdeveloper.org/news/8416</link>
      <description><![CDATA[<p>
According to <a href="http://weblog.infoworld.com/tcdaily/archives/2007/08/zend_ibm_expand.html">a new article</a> on InfoWorld today, Zend and IBM are working together to extend the reach of their combined technologies even further by focusing on more functionality around IBM's DB2 database.
</p> 
<blockquote>
<p>
Featured in the arrangement are enhanced IBM DB2 Express-C capabilities in IBM Zend Core for IBM, which is Zend's PHP offering. DB2 Express-C is IBM's hybrid relational-XML data server for accessing enterprise capabilities such as data replication, clustering and offsite disaster recovery.
</p>
<p>
Also included is new support for DB2 Connect technology to access i5/PS and z/OS DB2 data servers. DB2 Connect technology makes it easy to build PHP applications that leverage DB2 hosted on IBM System z and System i servers. 
</p>
</blockquote>
<p>
<a href="http://weblog.infoworld.com/tcdaily/archives/2007/08/zend_ibm_expand.html">The article</a> also mentions how users can use existing System i Linux partitions, System i BladeCenter and System x servers to take advantage of this new functionality. Zend will be providing the support for this new product (a "single support solution").
</p>]]></description>
      <pubDate>Thu, 09 Aug 2007 08:38:00 -0500</pubDate>
    </item>
  </channel>
</rss>
