<?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>Fri, 09 May 2008 15:59:08 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Harun Yayli's Blog: oci_bind_by_name maxlength is not so optional]]></title>
      <guid>http://www.phpdeveloper.org/news/10156</guid>
      <link>http://www.phpdeveloper.org/news/10156</link>
      <description><![CDATA[<p>
<i>Harun Yayli</i> <a href="http://livebookmark.net/journal/2008/05/06/oci_bind_by_name-maxlength-is-not-so-optional/">came across</a> a slight problem in his development using the oci_bind_by_name function for one of his queries:
</p>
<blockquote>
If you think that the maxlength parameter in the documentation of oci_bind_by_name is optional, see this example and think again.
</blockquote>
<p>
His sample code gave him a "can bind a LONG value only for insert into a LONG column..." error from his Oracle database. His fix was to add that length parameter (his max column length) and all was well. One of his comments (from <i>cj</i>) helps to explain things a bit more:
</p>
<blockquote>
It makes senses that a length would be required because when the oci_bind_by_name() call is made, there is no data in $$key (a.k.a. $a, $b or $c). Without a length passed, PHP tells the DB to expect a single byte string.
</blockquote>]]></description>
      <pubDate>Fri, 09 May 2008 13:45:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ken Guest's Blog: The Date_Holidays package, a pack of splitters and a pear tree]]></title>
      <guid>http://www.phpdeveloper.org/news/10155</guid>
      <link>http://www.phpdeveloper.org/news/10155</link>
      <description><![CDATA[<p>
In <a href="http://blogs.linux.ie/kenguest/2008/05/09/the-date_holidays-package-a-pack-of-splitters-and-a-pear-tree/">a new post</a> to his blog today, <i>Ken Guest</i> talks about the split that's been made in a PEAR package for calculating the dates of holidays (<a href="http://pear.php.net/package/Date_Holidays">Date_Holidays</a>) for localization reasons.
</p>
<blockquote>
We decided that this one package should be split into subpackages: one subpackage per region/country. Some advantages of this approach are that each driver / filter / subpackage gets it's own stability and version number - we wouldn't have to keep increasing the version number of Date_Holidays each time a new driver is added or when an existing driver gets a significant number of fixes.
</blockquote>
<p>
To replace your current version of the package (with all of the regions built in) with a new version that still contains all versions, uninstall the Date_Holidays and grab the "Date_Holidays#all" package. Otherwise, you can check out <a href="http://pear.php.net/package/Date_Holidays">the PEAR page</a> for the main package and see the subpackage list if you only need one for your area.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 12:56:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: Xdebug finally in Debian]]></title>
      <guid>http://www.phpdeveloper.org/news/10154</guid>
      <link>http://www.phpdeveloper.org/news/10154</link>
      <description><![CDATA[<p>
PHP developers working on Debian have one more reason to be happy with their choice of linux distributions - as <i>Derick Reathans</i> <a href="http://derickrethans.nl/xdebug_finally_in_debian.php">notes</a>, XDebug has been added as an apt-getable package to the Debian systems.
</p>
<blockquote>
Since a few days, there is a new package in Debian: <a href="http://lists.debian.org/debian-devel-changes/2008/05/msg00361.html">php5-xdebug</a>. After a few years of talking licenses, due to the help of Martin Meredith and <a href="http://feeding.cloud.geek.nz/">Francois Marier</a> Xdebug can finally be installed with apt-get.
</blockquote>
<p>
<a href="http://xdebug.org/">XDebug</a> is a debugging and profiling tool that adds additional information (more than just the usual "error on line..." sort of thing) to the output of your PHP scripts. It also adds more complex functionality like profiling and code coverage reports run on your applications.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 12:03:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Internet Super Hero: PDO_MYSQLND 1.0.2-alpha released]]></title>
      <guid>http://www.phpdeveloper.org/news/10153</guid>
      <link>http://www.phpdeveloper.org/news/10153</link>
      <description><![CDATA[<p>
The Internet Super Hero blog has <a href="http://blog.ulf-wendel.de/?p=184">announced</a> the release of the latest alpha version of the mysql native driver for PDO - version 1.0.2-alpha (PDO_MYSQLND):
</p>
<blockquote>
I am glad to announce the availability of the first alpha version of PDO_MYSQLND. PDO_MYSQLND is a PHP PDO driver for MySQL based on the MySQL native driver. PDO_MYSQLND 1.0.2-alpha is available for download on <a href="http://downloads.mysql.com/forge/pdo_mysqlnd_preview">http://downloads.mysql.com/forge/pdo_mysqlnd_preview</a>.
</blockquote>
<p>
Updates include fixes for return values, patches for memory leaks, more code coverage and some "very promising results" running on a set of dedicated testing machines.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 11:19:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: CakeFest (Buenos Aries) Pre-registration Now Open]]></title>
      <guid>http://www.phpdeveloper.org/news/10152</guid>
      <link>http://www.phpdeveloper.org/news/10152</link>
      <description><![CDATA[<p>
<i>Chris Hartjes</i> has <a href="http://www.littlehart.net/atthekeyboard/2008/05/07/cakefest-hispania/">posted about</a> an event happening in Buenos Aries in December 2008 - <a href="http://www.cakefest.org/">CakeFest</a> (#2):
</p>
<blockquote>
The <a href="http://www.cakefest.org/">CakeFest</a> site as been updated to announce <a href="http://cakefest.org/users/add">pre-registration</a> and other information about CakeFest #2, which will be held in Buenos Aries, Argentina at the beginning of December.
</blockquote>
<p>
As of this post, the speakers haven't been selected (want to give a talk? The <a href="http://www.cakefest.org/proposals/add">Call for Papers</a> is still open through June 13th, 2008!) but you can find out more <a href="http://www.cakefest.org/pages/about">about the conference</a> and the <a href="http://www.cakefest.org/pages/location">location</a> on the conference website.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 10:28:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: New AJAX & PHP Book from Oracle Press]]></title>
      <guid>http://www.phpdeveloper.org/news/10151</guid>
      <link>http://www.phpdeveloper.org/news/10151</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has a <a href="http://blogs.oracle.com/opal/2008/05/08#a306">quick post</a> pointing out a new PHP and Oracle-related book from McGraw-Hill (written by <i>Lee Barney</i> and <i>Michael McLaughlin</i> covering web development with Oracle, PHP and Ajax:
</p>
<blockquote>
The <a href="http://maclochlainn.wordpress.com/2008/05/04/oracle-phpajax-framework/">prolific</a> <a href="http://maclochlainn.wordpress.com/">Michael McLauglin</a> just sent me a copy of his other new book "<a href="http://www.mhprofessional.com/product.php?cat=112&isbn=0071502777">Oracle Database AJAX & PHP Web Application Development</a>", co-written with Lee Barney.
</blockquote>
<p>
<a href="http://www.mhprofessional.com/product.php?cat=112&isbn=0071502777">The book</a> looks at how to build "faster, lighter and more responsive Web applications while reducing code support and creation time". There's chapters on scalability, the basics of Ajax, PDO and multimodel communications.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 09:33:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint PHP Blog: A PHP Guy's Look At Python]]></title>
      <guid>http://www.phpdeveloper.org/news/10149</guid>
      <link>http://www.phpdeveloper.org/news/10149</link>
      <description><![CDATA[<p>
Focusing on PHP day in and day out is nice, but sometimes it's good to branch out a bit. <i>Kevin Yank</i> agrees and decided to <a href="http://www.sitepoint.com/blogs/2008/05/09/a-php-guy%e2%80%99s-look-at-python/">give Python a try</a>. He's written up this post to the SitePoint PHP blog as he explores the language from a PHP developer's perspective.
</p>
<blockquote>
Like may SitePoint readers, I cut my teeth on PHP. I've become very comfortable with it over the years, warts and all. PHP continues to be a dependable choice, but PHP hasn’t changed a whole lot lately. [...] Python has a lot in common with PHP: it’s a dynamically typed, open source scripting language with excellent documentation and a thriving community around it.
</blockquote>
<p>
He <a href="http://www.sitepoint.com/blogs/2008/05/09/a-php-guy%e2%80%99s-look-at-python/">includes</a> a few basic "Hello World" kinds of examples in Python just to introduce you to the language structure (indenting for code structure? that's crazy talk for us PHPers) and some of the handy features of the language like sequences and the language's automatic namespace support.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 08:48:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: The future of PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10148</guid>
      <link>http://www.phpdeveloper.org/news/10148</link>
      <description><![CDATA[<p>
In a <a href="http://www.ibm.com/developerworks/opensource/library/os-php-future/index.html?ca=drs-tp1908">new post</a> on the IBM developerWorks page, <i>Nathan Good</i> takes a look at some of the features of the up and coming versions of the PHP language including things like namespaces, changes in the XML handling and a few things taken out.
</p>
<blockquote>
PHP's next edition, V6, includes new features and syntax improvements that will make it easier to use from an object-oriented standpoint. Other important features, such as Unicode support in many of the core functions, mean that PHP V6 is positioned for better international support and robustness.
</blockquote>
<p>
New features <a href="http://www.ibm.com/developerworks/opensource/library/os-php-future/index.html?ca=drs-tp1908">he mentions</a> include namespace support, improvements to the native Unicode support as well as a few of the things that will be permanently retired like the php.ini settings for magic_quotes and register_globals.
</p>]]></description>
      <pubDate>Fri, 09 May 2008 07:55:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Site News: Popular Posts for the Week of 05.09.2008]]></title>
      <guid>http://www.phpdeveloper.org/news/10150</guid>
      <link>http://www.phpdeveloper.org/news/10150</link>
      <description><![CDATA[Popular posts from PHPDeveloper.org for the past week:<ul><li><a href="/news/10102">Community News: Web-based Frontend for XDebuxg - Webgrind</a>
<li><a href="/news/10094">PHP.net: PHP 5.2.6 Released</a>
<li><a href="/news/10098">PHPEveryDay.com: New Tutorials Added (Drupal)</a>
<li><a href="/news/10100">Developer Tutorials Blog: Building Web 2.0 Tag Clouds in PHP</a>
<li><a href="/news/10097">Derick Rethans' Blog: Location for PHP Vikinger</a>
<li><a href="/news/10101">Zend Developer Zone: PHP Community on Twitter</a>
<li><a href="/news/10103">Nexen.net: Elephpants, 2008 generation</a>
<li><a href="/news/10095">Ken Guest's Blog: Book Review: Object-Oriented Programming with PHP5</a>
<li><a href="/news/10099">PHPBuilder.com.au: Executing queries with phpMyAdmin</a>
<li><a href="/news/10096">Site News: Popular Posts for the Week of 05.02.2008</a>
</ul>]]></description>
      <pubDate>Fri, 09 May 2008 07:05:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Job Posting: Humanitas Holdings Seeks Senior Web Software Engineer (El Segundo, CA)]]></title>
      <guid>http://www.phpdeveloper.org/news/10147</guid>
      <link>http://www.phpdeveloper.org/news/10147</link>
      <description><![CDATA[<table cellpadding="3" cellspacing="2" border="0">
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Company</td>
	<td style="font-size:11px">Humanitas Holdings, Inc.</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Location</td>
	<td style="font-size:11px">El Segundo, CA</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Title</td>
	<td style="font-size:11px">Senior Web Software Engineer</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Summary</td>
	<td style="font-size:11px">
	<p><b>Company Overview:</b><br/>
	Our client specializes in creating premiere digital content monitoring systems for major Cable Television companies. Their innovative products provide unparalleled visibility into video streams and digital services delivery in real time
	</p>
	<p><b>Job Description:</b><br/>
	The Senior Web Engineer is a key member of the engineering team who designs and builds the entire presentation application layer of the advanced transport stream monitoring and reporting system back-end to the front-end user interface.
	</p>
	<p><b>Qualifications:</b></p>
	<ul>
	<li>Experience in developing high-performance, database-driven websites or web applications
	<li>3-5 years of development experience
	<li>2 years of solid PHP development experience with medium to large scale projects
	<li>Working knowledge of database design and SQL standards
	<li>Knowledge of PostgreSQL and/or MySQL datbase
	<li>Great communication skills and able to work in a dynamic fast-paced environment
	<li>A BS in CS or similar field
	</ul>
	<p>H1-B Transfership of title accepted.</p>
	<p>
	Please send resumes to Humanitas714@gmail.com with appropriate title.  
	</p>
	</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Link</td>
	<td style="font-size:11px"><a href="mailto:Humanitas714@gmail.com">More Information</a></td>
</tr>
</table>]]></description>
      <pubDate>Thu, 08 May 2008 16:19:37 -0500</pubDate>
    </item>
  </channel>
</rss>
