<?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, 24 May 2013 23:51:49 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Oracle Technology Network: PHP Web Auditing, Authorization and Monitoring with Oracle Database]]></title>
      <guid>http://www.phpdeveloper.org/news/15120</guid>
      <link>http://www.phpdeveloper.org/news/15120</link>
      <description><![CDATA[<p>
On the Oracle Technology Network today there's <a href="http://www.oracle.com/technetwork/articles/dsl/php-web-auditing-171451.html">a new article</a> from <i>Chris Jones</i> about using the client identifier in the OCI8 PHP-to-Oracle connections to help with auditing, profiling and monitoring your Oracle database usage.
</p>
<blockquote>
This "client identifier" can be used by Oracle Database to distinguish between individual web application users who all connect to the database using one common set of database credentials. For example, every page in a web site might physically connect to the database as the same database user PHPUSER. If two different people 'Chris' and 'Alison' are using the site, these two user names can be set as their respective client identifiers and be passed into the database.
</blockquote>
<p>
He shows how to set these client identifiers via the <a href="http://www.php.net/manual/en/function.oci-set-client-identifier.php">oci_set_client_identifier</a> function (and how you could use it in older versions of the OCI8 driver too). He provides a sample application to help you get a good overall picture complete with SQL to load the database and a basic login page to submit and pull that data back out.
</p>
<p>
He moves over to the database side where he talks about enabling auditing, pulling out the logged application ID and how to use this identifier to restrict access via a Virtual Private Database on the Oracle side.
</p>]]></description>
      <pubDate>Mon, 13 Sep 2010 14:10:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: New Consulting Offerings for German PHP Users]]></title>
      <guid>http://www.phpdeveloper.org/news/5163</guid>
      <link>http://www.phpdeveloper.org/news/5163</link>
      <description><![CDATA[<p>
As <a href="http://www.dynamicwebpages.de/99.rdfnews.php?select=997">this post</a> on DynamicWebPages today notes, <a href="http://www.zend.com">Zend</a> now offers consulting services to all PHP users in Germany, Austria, an Switzerland.
</p>
<p>
There are three services they are offering right out of the gate - a system for migration support (from PHP4 to PHP5), a training package (that covers both general PHP and the Zend products), and an application auditing (that look sat things like code quality, stability, and modularity).
</p>
<p>
For more information about these and other offerings from Zend, check out <a href="http://www.zend.com/de/company/news/announcements/2006/04/tuesday_april_11_2006">this press release</a> for everything and everyone you'll need to know.
</p>]]></description>
      <pubDate>Wed, 12 Apr 2006 07:52:02 -0500</pubDate>
    </item>
  </channel>
</rss>
