From jyri@sac.sfbay.sun.com Wed Nov 14 18:10:41 2007
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lAF2Afrf020436
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 14 Nov 2007 18:10:41 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id lAF2AeNd018338;
	Wed, 14 Nov 2007 18:10:41 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JRI00K0FZDPQ400@brm-avmta-1.central.sun.com>; Wed,
 14 Nov 2007 19:10:37 -0700 (MST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JRI00948ZDO1T60@brm-avmta-1.central.sun.com>; Wed,
 14 Nov 2007 19:10:36 -0700 (MST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id lAF2AajR058640; Wed, 14 Nov 2007 18:10:36 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lAF2AYvU020428; Wed,
 14 Nov 2007 18:10:34 -0800 (PST)
Received: (from jyri@localhost)	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit)
 id lAF2AYvn020424; Wed, 14 Nov 2007 18:10:34 -0800 (PST)
Date: Wed, 14 Nov 2007 18:10:34 -0800 (PST)
From: Jyri Virkki <jyri@sac.sfbay.sun.com>
Subject: PHP5 Feature Enhancements [PSARC/2007/656 FastTrack timeout 11/21/2007]
To: PSARC-ext@sun.com
Cc: webstack-discuss@opensolaris.org
Message-id: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
Status: RO
Content-Length: 27057


I am sponsoring this case for Sriram Natarajan, timeout on 11/21/2007.


Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
This information is Copyright 2007 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 PHP5 Feature Enhancements
    1.2. Name of Document Author/Supplier:
	 Author:  Sriram Natarajan
    1.3  Date of This Document:
	14 November, 2007
4. Technical Description

PHP5 Feature Enhancements

1. Summary

        This case adds an assortment of new functionality to the
        recently integrated PHP5 engine (2007/168[1], 2007/641[2]).

        This case seeks Micro/Patch Release Binding.

2. Technical Details

        2.1 Xdebug[3] external extension will be bundled
        
        From the project page: "The Xdebug extension helps you
        debugging your script by providing a lot of valuable debug
        information."

        Xdebug is being bundled to support the PHP debugging features
        being delivered into Netbeans.
        

        2.2 Memcache[4] external extension will be bundled 

        From the project page: "Memcache module provides handy
        procedural and object oriented interface to memcached, highly
        effective caching daemon, which was especially designed to
        decrease database load in dynamic web applications."

        PHP Memcache module is being bundled to integrate with
        Memcached server that is being delivered within OpenSolaris.
        This extension will be integrated only after Memcached server
        has been integrated within OpenSolaris. Depending on the
        timeline of memcached integration, this support might be
        delivered as a separate integration from the rest of the
        features of this project.


        2.2 MYSQL support

        MYSQL extension allows PHP5 runtime engine to connect to MYSQL 
        database[5]. 

        This extension, shipped with PHP5 source, will be enabled
        after MYSQL database is integrated within OpenSolaris.
        Depending on the timeline of MYSQL integration, this support
        might be delivered as a separate integration from the rest of
        the features of this project.

        MYSQL extension will be delivered as a separate package.

        SUNWphp524-mysql-root will deliver the configuration file for
        enabling this extension within PHP5 core.
        /etc/php5/5.2.4/conf.d/mysql.ini
        /etc/php5/5.2.4/conf.d/pdo_mysql.ini

        SUNWphp524-mysql will deliver the MySQL extension shared object
        /usr/php5/5.2.4./modules/mysql.so
        /usr/php5/5.2.4./modules/mysqli.so
        /usr/php5/5.2.4./modules/pdo_mysql.so


        2.3 PostgreSQL support

        To reduce the number of dependencies of core PHP, PostgreSQL
        database extension will be delivered as a separate package as
        well. Currently PostgreSQL extension is delivered as part of
        SUNWphp524core package.

        SUNWphp524-pgsql-root will deliver the configuration file for
        enabling this extension within PHP5 core.
        /etc/php5/5.2.4/conf.d/pgsql.ini
        /etc/php5/5.2.4/conf.d/pdo_psql.ini

        SUNWphp524-pgsql will deliver the PostgreSQL extension shared 
        object and its corresponding PDO support.
        /usr/php5/5.2.4./modules/pgsql.so
        /usr/php5/5.2.4./modules/pdo_pgsql.so


        2.4 PEAR/PECL support will be enabled

        PEAR/PECL extension is bundled within PHP 5.2.4 package. This 
        extension will be now enabled.
        
        From the PEAR project page: 

        PEAR is short for "PHP Extension and Application Repository"
        and the purpose of PEAR is to provide

        * A structured library of open-source code for PHP users
        * A system for code distribution and package maintenance
        * A standard style for code written in PHP, specified here
        * The PHP Extension Community Library (PECL), see more below
        * A web site, mailing lists and download mirrors to support
          the PHP/PEAR community

        PEAR support allows programmers to download custom extensions
        written in PHP to download from either http://pear.php.net 
        repository or from other third-party repositories. These 
        repositories are also known as "channels".
        
        A default configuration file for PEAR will ship as
        /etc/php5/5.2.4/pear.conf. Users can edit this configuration
        file to customize the location of

            a) Download / Install location for these custom extensions 
            b) External repository location (aka channels)

        From the PECL project page: 

        PECL (PHP Extension Community Library) is a repository of PHP
        extensions that are made available to customers via the PEAR
        packaging system and can be installed using the PEAR installer
        with the 'pecl' command.

        PECL extension allows programmers to download custom extensions 
        written in "C" from http://pecl.php.net and compile it into
        a shared object to be loaded within PHP runtime. 

        The following binaries will be now added as part 
        of PEAR/PECL support within our PHP5 integration

        /usr/php5/5.2.4/bin/pear => downloads custom extensions written
                                    in PHP from user specified channels.

        /usr/php5/5.2.4/bin/pecl -> download custom extension written in 
                                    in "C" from user specified channels. 

        These binaries depend on an internal repository to be available
        within the system to write dynamic data. The internal repository 
        location will be kept under /var/php5/5.2.4/pear directory.

        The necessary files for enabling PEAR/PECL support will also
        be kept within '/var/php/5.2.4/pear' directory.  These files
        are listed under the Appendix' section.

        PEAR/PECL support will be delivered as a separate package.

        SUNWphp524-pear-root will deliver the configuration and 
        dependent files necessary for setting up an internal repository
        /etc/php5/5.2.4/pear.conf
        /var/php5/5.2.4/* (These files are listed under the 'Appendix')

        SUNWphp524-pear will deliver the necessary pear/pecl binaries
        /usr/php5/5.2.4./bin/pear
        /usr/php5/5.2.4./bin/pecl


        2.5 Support for extension-specific INI files 

        Currently PHP requires all extensions to be configured within
        a single PHP ini file (/etc/php5/5.2.4/php.ini). A new
        /etc/php5/5.2.4/conf.d/ directory will be added as a location
        for delivering per-extension configuration files.  This is
        analogous to the Apache conf.d directory and will allow
        extension packages to conveniently deliver configuration
        without having to modify the main php.ini.

        Also, a default ini file will be provided for all the
        bundled extensions within /usr/php5/5.2.4/modules directory so 
        that all these extensions are loaded by default. 

        Each extension-specific default INI file will be under
        /etc/php5/5.2.4/conf.d/<extension>, containing:

          ;<extension-name>.ini
          ;Comment the below line to disable this extension
          extension=<extension-name>.so


        2.6 Symbolic links to the latest version

        As seen in recent practice (Ruby[4], MySQL[5]), PHP will also
        add symbolic links into the latest version. See exported
        interfaces for a list of the symbolic links being introduced.


        2.7 Integration with Apache 

        To provide automatic integration with Apache, a php
        configuration file (php.conf) will be delivered under
        '/etc/apache/2.2/conf.d' directory. This file will be
        delivered by the SUNWapch22r-php5 package.

        The PHP5 module for Apache 2 web server will be now delivered
        by SUNWapch22m-php5 package.


3. Additional Interfaces

        3.1. Imported Interfaces

        NAME                                            STABILITY
        -----------------------------------------------------------
        memcached[9][12]                                Uncommitted
        mysql[10][5]                                    Uncommitted


        3.2. Exported Interfaces

        NAME                                            STABILITY
        -----------------------------------------------------------
        Xdebug extension                                Uncommitted
        pear extension                                  Uncommitted
        pecl extension                                  Uncommitted
        Memcache extension                              Uncommitted
        Mysql extension                                 Uncommitted

        SUNWphp524-mysql-root                           Uncommitted
        SUNWphp524-mysql                                Uncommitted
        SUNWphp524-pgsql-root                           Uncommitted
        SUNWphp524-pgsql                                Uncommitted
        SUNWphp524-pear-root                            Uncommitted
        SUNWphp524-pear                                 Uncommitted
        SUNWapch22r-php5                                Uncommitted
        SUNWapch22m-php5                                Uncommitted
        
        /usr/php5/5.2.4/bin/pear                        Uncommitted
        /usr/php5/5.2.4/bin/pecl                        Uncommitted
        /var/php5/5.2.4/pear/*                          Uncommitted

        /usr/php5/bin     -> /usr/php5/5.2.4/bin        Volatile
        /usr/php5/lib     -> /usr/php5/5.2.4/lib        Volatile
        /usr/php5/modules -> /usr/php5/5.2.4/modules    Volatile
        /usr/php5/doc     -> /usr/php5/5.2.4/doc        Volatile
        /usr/php5/man     -> /usr/php5/5.2.4/man        Volatile
        /usr/php5/include -> /usr/php5/5.2.4/include    Volatile

        /usr/php5/5.2.4/modules/apc.so                  Uncommitted
        /usr/php5/5.2.4/modules/bcmath.so               Uncommitted
        /usr/php5/5.2.4/modules/bz2.so                  Uncommitted
        /usr/php5/5.2.4/modules/calendar.so             Uncommitted
        /usr/php5/5.2.4/modules/ctype.so                Uncommitted
        /usr/php5/5.2.4/modules/curl.so                 Uncommitted
        /usr/php5/5.2.4/modules/dba.so                  Uncommitted
        /usr/php5/5.2.4/modules/dom.so                  Uncommitted
        /usr/php5/5.2.4/modules/dtrace.so               Uncommitted
        /usr/php5/5.2.4/modules/exif.so                 Uncommitted
        /usr/php5/5.2.4/modules/ftp.so                  Uncommitted
        /usr/php5/5.2.4/modules/gd.so                   Uncommitted
        /usr/php5/5.2.4/modules/gettext.so              Uncommitted
        /usr/php5/5.2.4/modules/hash.so                 Uncommitted
        /usr/php5/5.2.4/modules/iconv.so                Uncommitted
        /usr/php5/5.2.4/modules/idn.so                  Uncommitted
        /usr/php5/5.2.4/modules/json.so                 Uncommitted
        /usr/php5/5.2.4/modules/ldap.so                 Uncommitted
        /usr/php5/5.2.4/modules/mbstring.so             Uncommitted
        /usr/php5/5.2.4/modules/memcache.so             Uncommitted
        /usr/php5/5.2.4/modules/mysql.so                Uncommitted
        /usr/php5/5.2.4/modules/openssl.so              Uncommitted
        /usr/php5/5.2.4/modules/pcntl.so                Uncommitted
        /usr/php5/5.2.4/modules/pdo.so                  Uncommitted
        /usr/php5/5.2.4/modules/pdo_pgsql.so            Uncommitted
        /usr/php5/5.2.4/modules/pdo_sqlite.so           Uncommitted
        /usr/php5/5.2.4/modules/pgsql.so                Uncommitted
        /usr/php5/5.2.4/modules/posix.so                Uncommitted
        /usr/php5/5.2.4/modules/shmop.so                Uncommitted
        /usr/php5/5.2.4/modules/soap.so                 Uncommitted
        /usr/php5/5.2.4/modules/sockets.so              Uncommitted
        /usr/php5/5.2.4/modules/sqlite.so               Uncommitted
        /usr/php5/5.2.4/modules/suhosin.so              Uncommitted
        /usr/php5/5.2.4/modules/sysvmsg.so              Uncommitted
        /usr/php5/5.2.4/modules/sysvsem.so              Uncommitted
        /usr/php5/5.2.4/modules/sysvshm.so              Uncommitted
        /usr/php5/5.2.4/modules/tcpwrap.so              Uncommitted
        /usr/php5/5.2.4/modules/tidy.so                 Uncommitted
        /usr/php5/5.2.4/modules/tokenizer.so            Uncommitted
        /usr/php5/5.2.4/modules/xmlreader.so            Uncommitted
        /usr/php5/5.2.4/modules/xmlrpc.so               Uncommitted
        /usr/php5/5.2.4/modules/xmlwriter.so            Uncommitted
        /usr/php5/5.2.4/modules/xsl.so                  Uncommitted
        /usr/php5/5.2.4/modules/zip.so                  Uncommitted
        /usr/php5/5.2.4/modules/zlib.so                 Uncommitted

        /etc/apache2/2.2/conf.d/php.conf                Uncommitted
        /etc/php5/5.2.4/pear.conf                       Uncommitted
        /etc/php5/5.2.4/conf.d/apc.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/bcmath.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/bz2.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/calendar.ini             Uncommitted
        /etc/php5/5.2.4/conf.d/ctype.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/curl.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/dba.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/dom.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/dtrace.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/exif.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/ftp.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/gd.ini                   Uncommitted
        /etc/php5/5.2.4/conf.d/gettext.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/hash.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/iconv.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/idn.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/json.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/ldap.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/mbstring.ini             Uncommitted
        /etc/php5/5.2.4/conf.d/memcache.ini             Uncommitted
        /etc/php5/5.2.4/conf.d/mysql.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/openssl.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/pcntl.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/pdo.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/pdo_pgsql.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/pdo_sqlite.ini           Uncommitted
        /etc/php5/5.2.4/conf.d/pgsql.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/posix.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/shmop.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/soap.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/sockets.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sqlite.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/suhosin.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sysvmsg.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sysvsem.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sysvshm.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/tcpwrap.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/tidy.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/tokenizer.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/xmlreader.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/xmlrpc.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/xmlwriter.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/xsl.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/zip.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/zlib.ini                 Uncommitted


4. References

        [1] http://www.opensolaris.org/os/community/arc/caselog/2007/168/
        [2] http://www.opensolaris.org/os/community/arc/caselog/2007/641/
        [3] http://pecl.php.net/package/Xdebug
        [4] http://www.opensolaris.org/os/community/arc/caselog/2007/600/
        [5] http://www.opensolaris.org/os/community/arc/caselog/2007/608/
        [6] http://www.php.net/
        [7] http://pecl.php.net/
        [8] http://pear.php.net
        [9] http://www.danga.com/memcached/
        [10] http://pecl.php.net/package/memcache
        [11] http://www.mysql.com
        [12] http://sac.sfbay/LSARC/2007/385/

==========================================================================
Appendix A: Output of 'find /var/php5/5.2.4/pear/'

    NAME
        /var/php5
        /var/php5/5.2.4
        /var/php5/5.2.4/pear
        /var/php5/5.2.4/pear/Archive
        /var/php5/5.2.4/pear/Archive/Tar.php
        /var/php5/5.2.4/pear/Console
        /var/php5/5.2.4/pear/Console/Getopt.php
        /var/php5/5.2.4/pear/OS
        /var/php5/5.2.4/pear/OS/Guess.php
        /var/php5/5.2.4/pear/PEAR
        /var/php5/5.2.4/pear/PEAR/Exception.php
        /var/php5/5.2.4/pear/PEAR/Frontend
        /var/php5/5.2.4/pear/PEAR/Frontend/CLI.php
        /var/php5/5.2.4/pear/PEAR/Autoloader.php
        /var/php5/5.2.4/pear/PEAR/PackageFile
        /var/php5/5.2.4/pear/PEAR/PackageFile/Parser
        /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v2.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v1.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/Generator
        /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v1.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v2.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v1.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2/Validator.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2/rw.php
        /var/php5/5.2.4/pear/PEAR/ChannelFile
        /var/php5/5.2.4/pear/PEAR/ChannelFile/Parser.php
        /var/php5/5.2.4/pear/PEAR/REST.php
        /var/php5/5.2.4/pear/PEAR/XMLParser.php
        /var/php5/5.2.4/pear/PEAR/Validate.php
        /var/php5/5.2.4/pear/PEAR/PackageFile.php
        /var/php5/5.2.4/pear/PEAR/Task
        /var/php5/5.2.4/pear/PEAR/Task/Windowseol.php
        /var/php5/5.2.4/pear/PEAR/Task/Windowseol
        /var/php5/5.2.4/pear/PEAR/Task/Windowseol/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Common.php
        /var/php5/5.2.4/pear/PEAR/Task/Replace
        /var/php5/5.2.4/pear/PEAR/Task/Replace/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Unixeol.php
        /var/php5/5.2.4/pear/PEAR/Task/Replace.php
        /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript
        /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Unixeol
        /var/php5/5.2.4/pear/PEAR/Task/Unixeol/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript.php
        /var/php5/5.2.4/pear/PEAR/Installer.php
        /var/php5/5.2.4/pear/PEAR/Config.php
        /var/php5/5.2.4/pear/PEAR/Command.php
        /var/php5/5.2.4/pear/PEAR/DependencyDB.php
        /var/php5/5.2.4/pear/PEAR/Downloader
        /var/php5/5.2.4/pear/PEAR/Downloader/Package.php
        /var/php5/5.2.4/pear/PEAR/Remote.php
        /var/php5/5.2.4/pear/PEAR/RunTest.php
        /var/php5/5.2.4/pear/PEAR/Common.php
        /var/php5/5.2.4/pear/PEAR/ErrorStack.php
        /var/php5/5.2.4/pear/PEAR/Builder.php
        /var/php5/5.2.4/pear/PEAR/Installer
        /var/php5/5.2.4/pear/PEAR/Installer/Role.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Common.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.php
        /var/php5/5.2.4/pear/PEAR/Registry.php
        /var/php5/5.2.4/pear/PEAR/Frontend.php
        /var/php5/5.2.4/pear/PEAR/Dependency.php
        /var/php5/5.2.4/pear/PEAR/Command
        /var/php5/5.2.4/pear/PEAR/Command/Auth.xml
        /var/php5/5.2.4/pear/PEAR/Command/Test.php
        /var/php5/5.2.4/pear/PEAR/Command/Test.xml
        /var/php5/5.2.4/pear/PEAR/Command/Auth.php
        /var/php5/5.2.4/pear/PEAR/Command/Pickle.php
        /var/php5/5.2.4/pear/PEAR/Command/Pickle.xml
        /var/php5/5.2.4/pear/PEAR/Command/Channels.xml
        /var/php5/5.2.4/pear/PEAR/Command/Common.php
        /var/php5/5.2.4/pear/PEAR/Command/Package.xml
        /var/php5/5.2.4/pear/PEAR/Command/Build.xml
        /var/php5/5.2.4/pear/PEAR/Command/Build.php
        /var/php5/5.2.4/pear/PEAR/Command/Package.php
        /var/php5/5.2.4/pear/PEAR/Command/Channels.php
        /var/php5/5.2.4/pear/PEAR/Command/Mirror.php
        /var/php5/5.2.4/pear/PEAR/Command/Mirror.xml
        /var/php5/5.2.4/pear/PEAR/Command/Registry.xml
        /var/php5/5.2.4/pear/PEAR/Command/Remote.php
        /var/php5/5.2.4/pear/PEAR/Command/Remote.xml
        /var/php5/5.2.4/pear/PEAR/Command/Registry.php
        /var/php5/5.2.4/pear/PEAR/Command/Install.xml
        /var/php5/5.2.4/pear/PEAR/Command/Install.php
        /var/php5/5.2.4/pear/PEAR/Command/Config.php
        /var/php5/5.2.4/pear/PEAR/Command/Config.xml
        /var/php5/5.2.4/pear/PEAR/REST
        /var/php5/5.2.4/pear/PEAR/REST/11.php
        /var/php5/5.2.4/pear/PEAR/REST/10.php
        /var/php5/5.2.4/pear/PEAR/REST/13.php
        /var/php5/5.2.4/pear/PEAR/Downloader.php
        /var/php5/5.2.4/pear/PEAR/Packager.php
        /var/php5/5.2.4/pear/PEAR/ChannelFile.php
        /var/php5/5.2.4/pear/PEAR/Validator
        /var/php5/5.2.4/pear/PEAR/Validator/PECL.php
        /var/php5/5.2.4/pear/PEAR/Dependency2.php
        /var/php5/5.2.4/pear/PEAR.php
        /var/php5/5.2.4/pear/Structures
        /var/php5/5.2.4/pear/Structures/Graph.php
        /var/php5/5.2.4/pear/Structures/Graph
        /var/php5/5.2.4/pear/Structures/Graph/Manipulator
        /var/php5/5.2.4/pear/Structures/Graph/Manipulator/AcyclicTest.php
        /var/php5/5.2.4/pear/Structures/Graph/Manipulator/TopologicalSorter.php
        /var/php5/5.2.4/pear/Structures/Graph/Node.php
        /var/php5/5.2.4/pear/System.php
        /var/php5/5.2.4/pear/data
        /var/php5/5.2.4/pear/data/PEAR
        /var/php5/5.2.4/pear/data/PEAR/template.spec
        /var/php5/5.2.4/pear/data/PEAR/package.dtd
        /var/php5/5.2.4/pear/data/Structures_Graph
        /var/php5/5.2.4/pear/data/Structures_Graph/package.sh
        /var/php5/5.2.4/pear/data/Structures_Graph/genpackage.xml.pl
        /var/php5/5.2.4/pear/data/Structures_Graph/LICENSE
        /var/php5/5.2.4/pear/data/Structures_Graph/publish.sh
        /var/php5/5.2.4/pear/doc
        /var/php5/5.2.4/pear/doc/PEAR
        /var/php5/5.2.4/pear/doc/PEAR/INSTALL
        /var/php5/5.2.4/pear/doc/PEAR/README
        /var/php5/5.2.4/pear/doc/Archive_Tar
        /var/php5/5.2.4/pear/doc/Archive_Tar/docs
        /var/php5/5.2.4/pear/doc/Archive_Tar/docs/Archive_Tar.txt
        /var/php5/5.2.4/pear/doc/Structures_Graph
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex_Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/li_Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/classtrees_Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/packages.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/errors.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/banner.css
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/stylesheet.css
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/todolist.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/index.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/generate.sh
        /var/php5/5.2.4/pear/pearcmd.php
        /var/php5/5.2.4/pear/peclcmd.php
        /var/php5/5.2.4/pear/test
        /var/php5/5.2.4/pear/test/Structures_Graph
        /var/php5/5.2.4/pear/test/Structures_Graph/tests
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/all-tests.php
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase/BasicGraph.php
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/README

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		sfw
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Neal.Pollack@sun.com Wed Nov 14 19:44:43 2007
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lAF3igY7021451
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 14 Nov 2007 19:44:42 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id lAF3ig12016586
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Wed, 14 Nov 2007 19:44:42 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JRJ00L0H3QIRX00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@Sun.Com); Wed, 14 Nov 2007 19:44:42 -0800 (PST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JRJ00JJM3QHLQ00@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@Sun.Com); Wed,
 14 Nov 2007 19:44:41 -0800 (PST)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id lAF3ifdn002548	for
 <PSARC-ext@Sun.Com>; Wed, 14 Nov 2007 19:44:41 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JRJ002013MCRN00@fe-sfbay-09.sun.com>
 (original mail from Neal.Pollack@Sun.COM)
 for PSARC-ext@Sun.Com (ORCPT PSARC-ext@Sun.Com); Wed,
 14 Nov 2007 19:44:41 -0800 (PST)
Received: from [192.168.1.10] ([71.189.174.182])
 by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0JRJ00LE83QCAR20@fe-sfbay-09.sun.com>; Wed,
 14 Nov 2007 19:44:40 -0800 (PST)
Date: Wed, 14 Nov 2007 19:44:15 -0800
From: Neal Pollack <Neal.Pollack@sun.com>
Subject: Re: PHP5 Feature Enhancements [PSARC/2007/656 FastTrack timeout
 11/21/2007]
In-reply-to: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
Sender: Neal.Pollack@sun.com
To: Jyri Virkki <jyri@sac.sfbay.sun.com>
Cc: PSARC-ext@sun.com, webstack-discuss@opensolaris.org
Message-id: <473BC08F.6010708@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
User-Agent: Thunderbird 1.5.0.13 (Windows/20070809)
Status: RO
Content-Length: 28279

Jyri Virkki wrote:
> I am sponsoring this case for Sriram Natarajan, timeout on 11/21/2007.
>   

For section 2.2, the item:

SUNWphp524-mysql will deliver the MySQL extension shared object


What version of MySQL can be connected to with the named 
extention(s)/package?

Thanks,

Neal


>
> Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
> This information is Copyright 2007 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 PHP5 Feature Enhancements
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Sriram Natarajan
>     1.3  Date of This Document:
> 	14 November, 2007
> 4. Technical Description
>
> PHP5 Feature Enhancements
>
> 1. Summary
>
>         This case adds an assortment of new functionality to the
>         recently integrated PHP5 engine (2007/168[1], 2007/641[2]).
>
>         This case seeks Micro/Patch Release Binding.
>
> 2. Technical Details
>
>         2.1 Xdebug[3] external extension will be bundled
>         
>         From the project page: "The Xdebug extension helps you
>         debugging your script by providing a lot of valuable debug
>         information."
>
>         Xdebug is being bundled to support the PHP debugging features
>         being delivered into Netbeans.
>         
>
>         2.2 Memcache[4] external extension will be bundled 
>
>         From the project page: "Memcache module provides handy
>         procedural and object oriented interface to memcached, highly
>         effective caching daemon, which was especially designed to
>         decrease database load in dynamic web applications."
>
>         PHP Memcache module is being bundled to integrate with
>         Memcached server that is being delivered within OpenSolaris.
>         This extension will be integrated only after Memcached server
>         has been integrated within OpenSolaris. Depending on the
>         timeline of memcached integration, this support might be
>         delivered as a separate integration from the rest of the
>         features of this project.
>
>
>         2.2 MYSQL support
>
>         MYSQL extension allows PHP5 runtime engine to connect to MYSQL 
>         database[5]. 
>
>         This extension, shipped with PHP5 source, will be enabled
>         after MYSQL database is integrated within OpenSolaris.
>         Depending on the timeline of MYSQL integration, this support
>         might be delivered as a separate integration from the rest of
>         the features of this project.
>
>         MYSQL extension will be delivered as a separate package.
>
>         SUNWphp524-mysql-root will deliver the configuration file for
>         enabling this extension within PHP5 core.
>         /etc/php5/5.2.4/conf.d/mysql.ini
>         /etc/php5/5.2.4/conf.d/pdo_mysql.ini
>
>         SUNWphp524-mysql will deliver the MySQL extension shared object
>         /usr/php5/5.2.4./modules/mysql.so
>         /usr/php5/5.2.4./modules/mysqli.so
>         /usr/php5/5.2.4./modules/pdo_mysql.so
>
>
>         2.3 PostgreSQL support
>
>         To reduce the number of dependencies of core PHP, PostgreSQL
>         database extension will be delivered as a separate package as
>         well. Currently PostgreSQL extension is delivered as part of
>         SUNWphp524core package.
>
>         SUNWphp524-pgsql-root will deliver the configuration file for
>         enabling this extension within PHP5 core.
>         /etc/php5/5.2.4/conf.d/pgsql.ini
>         /etc/php5/5.2.4/conf.d/pdo_psql.ini
>
>         SUNWphp524-pgsql will deliver the PostgreSQL extension shared 
>         object and its corresponding PDO support.
>         /usr/php5/5.2.4./modules/pgsql.so
>         /usr/php5/5.2.4./modules/pdo_pgsql.so
>
>
>         2.4 PEAR/PECL support will be enabled
>
>         PEAR/PECL extension is bundled within PHP 5.2.4 package. This 
>         extension will be now enabled.
>         
>         From the PEAR project page: 
>
>         PEAR is short for "PHP Extension and Application Repository"
>         and the purpose of PEAR is to provide
>
>         * A structured library of open-source code for PHP users
>         * A system for code distribution and package maintenance
>         * A standard style for code written in PHP, specified here
>         * The PHP Extension Community Library (PECL), see more below
>         * A web site, mailing lists and download mirrors to support
>           the PHP/PEAR community
>
>         PEAR support allows programmers to download custom extensions
>         written in PHP to download from either http://pear.php.net 
>         repository or from other third-party repositories. These 
>         repositories are also known as "channels".
>         
>         A default configuration file for PEAR will ship as
>         /etc/php5/5.2.4/pear.conf. Users can edit this configuration
>         file to customize the location of
>
>             a) Download / Install location for these custom extensions 
>             b) External repository location (aka channels)
>
>         From the PECL project page: 
>
>         PECL (PHP Extension Community Library) is a repository of PHP
>         extensions that are made available to customers via the PEAR
>         packaging system and can be installed using the PEAR installer
>         with the 'pecl' command.
>
>         PECL extension allows programmers to download custom extensions 
>         written in "C" from http://pecl.php.net and compile it into
>         a shared object to be loaded within PHP runtime. 
>
>         The following binaries will be now added as part 
>         of PEAR/PECL support within our PHP5 integration
>
>         /usr/php5/5.2.4/bin/pear => downloads custom extensions written
>                                     in PHP from user specified channels.
>
>         /usr/php5/5.2.4/bin/pecl -> download custom extension written in 
>                                     in "C" from user specified channels. 
>
>         These binaries depend on an internal repository to be available
>         within the system to write dynamic data. The internal repository 
>         location will be kept under /var/php5/5.2.4/pear directory.
>
>         The necessary files for enabling PEAR/PECL support will also
>         be kept within '/var/php/5.2.4/pear' directory.  These files
>         are listed under the Appendix' section.
>
>         PEAR/PECL support will be delivered as a separate package.
>
>         SUNWphp524-pear-root will deliver the configuration and 
>         dependent files necessary for setting up an internal repository
>         /etc/php5/5.2.4/pear.conf
>         /var/php5/5.2.4/* (These files are listed under the 'Appendix')
>
>         SUNWphp524-pear will deliver the necessary pear/pecl binaries
>         /usr/php5/5.2.4./bin/pear
>         /usr/php5/5.2.4./bin/pecl
>
>
>         2.5 Support for extension-specific INI files 
>
>         Currently PHP requires all extensions to be configured within
>         a single PHP ini file (/etc/php5/5.2.4/php.ini). A new
>         /etc/php5/5.2.4/conf.d/ directory will be added as a location
>         for delivering per-extension configuration files.  This is
>         analogous to the Apache conf.d directory and will allow
>         extension packages to conveniently deliver configuration
>         without having to modify the main php.ini.
>
>         Also, a default ini file will be provided for all the
>         bundled extensions within /usr/php5/5.2.4/modules directory so 
>         that all these extensions are loaded by default. 
>
>         Each extension-specific default INI file will be under
>         /etc/php5/5.2.4/conf.d/<extension>, containing:
>
>           ;<extension-name>.ini
>           ;Comment the below line to disable this extension
>           extension=<extension-name>.so
>
>
>         2.6 Symbolic links to the latest version
>
>         As seen in recent practice (Ruby[4], MySQL[5]), PHP will also
>         add symbolic links into the latest version. See exported
>         interfaces for a list of the symbolic links being introduced.
>
>
>         2.7 Integration with Apache 
>
>         To provide automatic integration with Apache, a php
>         configuration file (php.conf) will be delivered under
>         '/etc/apache/2.2/conf.d' directory. This file will be
>         delivered by the SUNWapch22r-php5 package.
>
>         The PHP5 module for Apache 2 web server will be now delivered
>         by SUNWapch22m-php5 package.
>
>
> 3. Additional Interfaces
>
>         3.1. Imported Interfaces
>
>         NAME                                            STABILITY
>         -----------------------------------------------------------
>         memcached[9][12]                                Uncommitted
>         mysql[10][5]                                    Uncommitted
>
>
>         3.2. Exported Interfaces
>
>         NAME                                            STABILITY
>         -----------------------------------------------------------
>         Xdebug extension                                Uncommitted
>         pear extension                                  Uncommitted
>         pecl extension                                  Uncommitted
>         Memcache extension                              Uncommitted
>         Mysql extension                                 Uncommitted
>
>         SUNWphp524-mysql-root                           Uncommitted
>         SUNWphp524-mysql                                Uncommitted
>         SUNWphp524-pgsql-root                           Uncommitted
>         SUNWphp524-pgsql                                Uncommitted
>         SUNWphp524-pear-root                            Uncommitted
>         SUNWphp524-pear                                 Uncommitted
>         SUNWapch22r-php5                                Uncommitted
>         SUNWapch22m-php5                                Uncommitted
>         
>         /usr/php5/5.2.4/bin/pear                        Uncommitted
>         /usr/php5/5.2.4/bin/pecl                        Uncommitted
>         /var/php5/5.2.4/pear/*                          Uncommitted
>
>         /usr/php5/bin     -> /usr/php5/5.2.4/bin        Volatile
>         /usr/php5/lib     -> /usr/php5/5.2.4/lib        Volatile
>         /usr/php5/modules -> /usr/php5/5.2.4/modules    Volatile
>         /usr/php5/doc     -> /usr/php5/5.2.4/doc        Volatile
>         /usr/php5/man     -> /usr/php5/5.2.4/man        Volatile
>         /usr/php5/include -> /usr/php5/5.2.4/include    Volatile
>
>         /usr/php5/5.2.4/modules/apc.so                  Uncommitted
>         /usr/php5/5.2.4/modules/bcmath.so               Uncommitted
>         /usr/php5/5.2.4/modules/bz2.so                  Uncommitted
>         /usr/php5/5.2.4/modules/calendar.so             Uncommitted
>         /usr/php5/5.2.4/modules/ctype.so                Uncommitted
>         /usr/php5/5.2.4/modules/curl.so                 Uncommitted
>         /usr/php5/5.2.4/modules/dba.so                  Uncommitted
>         /usr/php5/5.2.4/modules/dom.so                  Uncommitted
>         /usr/php5/5.2.4/modules/dtrace.so               Uncommitted
>         /usr/php5/5.2.4/modules/exif.so                 Uncommitted
>         /usr/php5/5.2.4/modules/ftp.so                  Uncommitted
>         /usr/php5/5.2.4/modules/gd.so                   Uncommitted
>         /usr/php5/5.2.4/modules/gettext.so              Uncommitted
>         /usr/php5/5.2.4/modules/hash.so                 Uncommitted
>         /usr/php5/5.2.4/modules/iconv.so                Uncommitted
>         /usr/php5/5.2.4/modules/idn.so                  Uncommitted
>         /usr/php5/5.2.4/modules/json.so                 Uncommitted
>         /usr/php5/5.2.4/modules/ldap.so                 Uncommitted
>         /usr/php5/5.2.4/modules/mbstring.so             Uncommitted
>         /usr/php5/5.2.4/modules/memcache.so             Uncommitted
>         /usr/php5/5.2.4/modules/mysql.so                Uncommitted
>         /usr/php5/5.2.4/modules/openssl.so              Uncommitted
>         /usr/php5/5.2.4/modules/pcntl.so                Uncommitted
>         /usr/php5/5.2.4/modules/pdo.so                  Uncommitted
>         /usr/php5/5.2.4/modules/pdo_pgsql.so            Uncommitted
>         /usr/php5/5.2.4/modules/pdo_sqlite.so           Uncommitted
>         /usr/php5/5.2.4/modules/pgsql.so                Uncommitted
>         /usr/php5/5.2.4/modules/posix.so                Uncommitted
>         /usr/php5/5.2.4/modules/shmop.so                Uncommitted
>         /usr/php5/5.2.4/modules/soap.so                 Uncommitted
>         /usr/php5/5.2.4/modules/sockets.so              Uncommitted
>         /usr/php5/5.2.4/modules/sqlite.so               Uncommitted
>         /usr/php5/5.2.4/modules/suhosin.so              Uncommitted
>         /usr/php5/5.2.4/modules/sysvmsg.so              Uncommitted
>         /usr/php5/5.2.4/modules/sysvsem.so              Uncommitted
>         /usr/php5/5.2.4/modules/sysvshm.so              Uncommitted
>         /usr/php5/5.2.4/modules/tcpwrap.so              Uncommitted
>         /usr/php5/5.2.4/modules/tidy.so                 Uncommitted
>         /usr/php5/5.2.4/modules/tokenizer.so            Uncommitted
>         /usr/php5/5.2.4/modules/xmlreader.so            Uncommitted
>         /usr/php5/5.2.4/modules/xmlrpc.so               Uncommitted
>         /usr/php5/5.2.4/modules/xmlwriter.so            Uncommitted
>         /usr/php5/5.2.4/modules/xsl.so                  Uncommitted
>         /usr/php5/5.2.4/modules/zip.so                  Uncommitted
>         /usr/php5/5.2.4/modules/zlib.so                 Uncommitted
>
>         /etc/apache2/2.2/conf.d/php.conf                Uncommitted
>         /etc/php5/5.2.4/pear.conf                       Uncommitted
>         /etc/php5/5.2.4/conf.d/apc.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/bcmath.ini               Uncommitted
>         /etc/php5/5.2.4/conf.d/bz2.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/calendar.ini             Uncommitted
>         /etc/php5/5.2.4/conf.d/ctype.ini                Uncommitted
>         /etc/php5/5.2.4/conf.d/curl.ini                 Uncommitted
>         /etc/php5/5.2.4/conf.d/dba.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/dom.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/dtrace.ini               Uncommitted
>         /etc/php5/5.2.4/conf.d/exif.ini                 Uncommitted
>         /etc/php5/5.2.4/conf.d/ftp.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/gd.ini                   Uncommitted
>         /etc/php5/5.2.4/conf.d/gettext.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/hash.ini                 Uncommitted
>         /etc/php5/5.2.4/conf.d/iconv.ini                Uncommitted
>         /etc/php5/5.2.4/conf.d/idn.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/json.ini                 Uncommitted
>         /etc/php5/5.2.4/conf.d/ldap.ini                 Uncommitted
>         /etc/php5/5.2.4/conf.d/mbstring.ini             Uncommitted
>         /etc/php5/5.2.4/conf.d/memcache.ini             Uncommitted
>         /etc/php5/5.2.4/conf.d/mysql.ini                Uncommitted
>         /etc/php5/5.2.4/conf.d/openssl.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/pcntl.ini                Uncommitted
>         /etc/php5/5.2.4/conf.d/pdo.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/pdo_pgsql.ini            Uncommitted
>         /etc/php5/5.2.4/conf.d/pdo_sqlite.ini           Uncommitted
>         /etc/php5/5.2.4/conf.d/pgsql.ini                Uncommitted
>         /etc/php5/5.2.4/conf.d/posix.ini                Uncommitted
>         /etc/php5/5.2.4/conf.d/shmop.ini                Uncommitted
>         /etc/php5/5.2.4/conf.d/soap.ini                 Uncommitted
>         /etc/php5/5.2.4/conf.d/sockets.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/sqlite.ini               Uncommitted
>         /etc/php5/5.2.4/conf.d/suhosin.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/sysvmsg.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/sysvsem.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/sysvshm.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/tcpwrap.ini              Uncommitted
>         /etc/php5/5.2.4/conf.d/tidy.ini                 Uncommitted
>         /etc/php5/5.2.4/conf.d/tokenizer.ini            Uncommitted
>         /etc/php5/5.2.4/conf.d/xmlreader.ini            Uncommitted
>         /etc/php5/5.2.4/conf.d/xmlrpc.ini               Uncommitted
>         /etc/php5/5.2.4/conf.d/xmlwriter.ini            Uncommitted
>         /etc/php5/5.2.4/conf.d/xsl.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/zip.ini                  Uncommitted
>         /etc/php5/5.2.4/conf.d/zlib.ini                 Uncommitted
>
>
> 4. References
>
>         [1] http://www.opensolaris.org/os/community/arc/caselog/2007/168/
>         [2] http://www.opensolaris.org/os/community/arc/caselog/2007/641/
>         [3] http://pecl.php.net/package/Xdebug
>         [4] http://www.opensolaris.org/os/community/arc/caselog/2007/600/
>         [5] http://www.opensolaris.org/os/community/arc/caselog/2007/608/
>         [6] http://www.php.net/
>         [7] http://pecl.php.net/
>         [8] http://pear.php.net
>         [9] http://www.danga.com/memcached/
>         [10] http://pecl.php.net/package/memcache
>         [11] http://www.mysql.com
>         [12] http://sac.sfbay/LSARC/2007/385/
>
> ==========================================================================
> Appendix A: Output of 'find /var/php5/5.2.4/pear/'
>
>     NAME
>         /var/php5
>         /var/php5/5.2.4
>         /var/php5/5.2.4/pear
>         /var/php5/5.2.4/pear/Archive
>         /var/php5/5.2.4/pear/Archive/Tar.php
>         /var/php5/5.2.4/pear/Console
>         /var/php5/5.2.4/pear/Console/Getopt.php
>         /var/php5/5.2.4/pear/OS
>         /var/php5/5.2.4/pear/OS/Guess.php
>         /var/php5/5.2.4/pear/PEAR
>         /var/php5/5.2.4/pear/PEAR/Exception.php
>         /var/php5/5.2.4/pear/PEAR/Frontend
>         /var/php5/5.2.4/pear/PEAR/Frontend/CLI.php
>         /var/php5/5.2.4/pear/PEAR/Autoloader.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile
>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser
>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v2.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v1.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator
>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v1.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v2.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile/v1.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2
>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/Validator.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/rw.php
>         /var/php5/5.2.4/pear/PEAR/ChannelFile
>         /var/php5/5.2.4/pear/PEAR/ChannelFile/Parser.php
>         /var/php5/5.2.4/pear/PEAR/REST.php
>         /var/php5/5.2.4/pear/PEAR/XMLParser.php
>         /var/php5/5.2.4/pear/PEAR/Validate.php
>         /var/php5/5.2.4/pear/PEAR/PackageFile.php
>         /var/php5/5.2.4/pear/PEAR/Task
>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol.php
>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol
>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol/rw.php
>         /var/php5/5.2.4/pear/PEAR/Task/Common.php
>         /var/php5/5.2.4/pear/PEAR/Task/Replace
>         /var/php5/5.2.4/pear/PEAR/Task/Replace/rw.php
>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol.php
>         /var/php5/5.2.4/pear/PEAR/Task/Replace.php
>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript
>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript/rw.php
>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol
>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol/rw.php
>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript.php
>         /var/php5/5.2.4/pear/PEAR/Installer.php
>         /var/php5/5.2.4/pear/PEAR/Config.php
>         /var/php5/5.2.4/pear/PEAR/Command.php
>         /var/php5/5.2.4/pear/PEAR/DependencyDB.php
>         /var/php5/5.2.4/pear/PEAR/Downloader
>         /var/php5/5.2.4/pear/PEAR/Downloader/Package.php
>         /var/php5/5.2.4/pear/PEAR/Remote.php
>         /var/php5/5.2.4/pear/PEAR/RunTest.php
>         /var/php5/5.2.4/pear/PEAR/Common.php
>         /var/php5/5.2.4/pear/PEAR/ErrorStack.php
>         /var/php5/5.2.4/pear/PEAR/Builder.php
>         /var/php5/5.2.4/pear/PEAR/Installer
>         /var/php5/5.2.4/pear/PEAR/Installer/Role.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Common.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.xml
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.xml
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.xml
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.xml
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.xml
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.xml
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.php
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.xml
>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.php
>         /var/php5/5.2.4/pear/PEAR/Registry.php
>         /var/php5/5.2.4/pear/PEAR/Frontend.php
>         /var/php5/5.2.4/pear/PEAR/Dependency.php
>         /var/php5/5.2.4/pear/PEAR/Command
>         /var/php5/5.2.4/pear/PEAR/Command/Auth.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Test.php
>         /var/php5/5.2.4/pear/PEAR/Command/Test.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Auth.php
>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.php
>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Channels.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Common.php
>         /var/php5/5.2.4/pear/PEAR/Command/Package.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Build.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Build.php
>         /var/php5/5.2.4/pear/PEAR/Command/Package.php
>         /var/php5/5.2.4/pear/PEAR/Command/Channels.php
>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.php
>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Registry.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Remote.php
>         /var/php5/5.2.4/pear/PEAR/Command/Remote.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Registry.php
>         /var/php5/5.2.4/pear/PEAR/Command/Install.xml
>         /var/php5/5.2.4/pear/PEAR/Command/Install.php
>         /var/php5/5.2.4/pear/PEAR/Command/Config.php
>         /var/php5/5.2.4/pear/PEAR/Command/Config.xml
>         /var/php5/5.2.4/pear/PEAR/REST
>         /var/php5/5.2.4/pear/PEAR/REST/11.php
>         /var/php5/5.2.4/pear/PEAR/REST/10.php
>         /var/php5/5.2.4/pear/PEAR/REST/13.php
>         /var/php5/5.2.4/pear/PEAR/Downloader.php
>         /var/php5/5.2.4/pear/PEAR/Packager.php
>         /var/php5/5.2.4/pear/PEAR/ChannelFile.php
>         /var/php5/5.2.4/pear/PEAR/Validator
>         /var/php5/5.2.4/pear/PEAR/Validator/PECL.php
>         /var/php5/5.2.4/pear/PEAR/Dependency2.php
>         /var/php5/5.2.4/pear/PEAR.php
>         /var/php5/5.2.4/pear/Structures
>         /var/php5/5.2.4/pear/Structures/Graph.php
>         /var/php5/5.2.4/pear/Structures/Graph
>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator
>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator/AcyclicTest.php
>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator/TopologicalSorter.php
>         /var/php5/5.2.4/pear/Structures/Graph/Node.php
>         /var/php5/5.2.4/pear/System.php
>         /var/php5/5.2.4/pear/data
>         /var/php5/5.2.4/pear/data/PEAR
>         /var/php5/5.2.4/pear/data/PEAR/template.spec
>         /var/php5/5.2.4/pear/data/PEAR/package.dtd
>         /var/php5/5.2.4/pear/data/Structures_Graph
>         /var/php5/5.2.4/pear/data/Structures_Graph/package.sh
>         /var/php5/5.2.4/pear/data/Structures_Graph/genpackage.xml.pl
>         /var/php5/5.2.4/pear/data/Structures_Graph/LICENSE
>         /var/php5/5.2.4/pear/data/Structures_Graph/publish.sh
>         /var/php5/5.2.4/pear/doc
>         /var/php5/5.2.4/pear/doc/PEAR
>         /var/php5/5.2.4/pear/doc/PEAR/INSTALL
>         /var/php5/5.2.4/pear/doc/PEAR/README
>         /var/php5/5.2.4/pear/doc/Archive_Tar
>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs
>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs/Archive_Tar.txt
>         /var/php5/5.2.4/pear/doc/Structures_Graph
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex_Structures_Graph.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/li_Structures_Graph.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/classtrees_Structures_Graph.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/packages.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/errors.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/banner.css
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/stylesheet.css
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/todolist.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/index.html
>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/generate.sh
>         /var/php5/5.2.4/pear/pearcmd.php
>         /var/php5/5.2.4/pear/peclcmd.php
>         /var/php5/5.2.4/pear/test
>         /var/php5/5.2.4/pear/test/Structures_Graph
>         /var/php5/5.2.4/pear/test/Structures_Graph/tests
>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/all-tests.php
>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase
>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase/BasicGraph.php
>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/README
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		sfw
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   


From Sriram.Natarajan@sun.com Wed Nov 14 21:50:21 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lAF5oK5W022839
	for <psarc-ext@sac.sfbay.sun.com>; Wed, 14 Nov 2007 21:50:20 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id lAF5oHkG004424
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 15 Nov 2007 05:50:19 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JRJ00G079JTC300@brm-avmta-1.central.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 14 Nov 2007 22:50:17 -0700 (MST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JRJ00DDQ9JRAE30@brm-avmta-1.central.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 14 Nov 2007 22:50:15 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id lAF5o5ub013556	for
 <PSARC-ext@sun.com>; Thu, 15 Nov 2007 05:50:05 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JRJ00I019GO6Y00@mail-amer.sun.com>
 (original mail from Sriram.Natarajan@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 14 Nov 2007 22:50:05 -0700 (MST)
Received: from [129.150.16.101] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JRJ008AO9JFN5G0@mail-amer.sun.com>; Wed,
 14 Nov 2007 22:50:05 -0700 (MST)
Date: Wed, 14 Nov 2007 21:50:18 -0800
From: Sriram Natarajan <Sriram.Natarajan@sun.com>
Subject: Re: [webstack-discuss] PHP5 Feature Enhancements [PSARC/2007/656
 FastTrack timeout 11/21/2007]
In-reply-to: <473BC08F.6010708@Sun.COM>
Sender: Sriram.Natarajan@sun.com
To: Neal Pollack <Neal.Pollack@sun.com>
Cc: Jyri Virkki <jyri@sac.sfbay.sun.com>, PSARC-ext@sun.com,
        webstack-discuss@opensolaris.org
Message-id: <473BDE1A.1090900@Sun.COM>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_mwZ8fzHF0qWyyy0StPoH8A)"
X-PMX-Version: 5.2.0.264296
References: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
 <473BC08F.6010708@Sun.COM>
User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
Status: RO
Content-Length: 59257

This is a multi-part message in MIME format.

--Boundary_(ID_mwZ8fzHF0qWyyy0StPoH8A)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

Hi
 PHP's mysql extension should be able to connect and work with MySQL 5.0 
or 5.1 or above database server. This extension will be enabled only 
after MySQL 5.0 database is integrated within OpenSolaris.

Hope this helps
thanks
Sriram

Neal Pollack wrote:
> Jyri Virkki wrote:
>   
>> I am sponsoring this case for Sriram Natarajan, timeout on 11/21/2007.
>>   
>>     
>
> For section 2.2, the item:
>
> SUNWphp524-mysql will deliver the MySQL extension shared object
>
>
> What version of MySQL can be connected to with the named 
> extention(s)/package?
>
> Thanks,
>
> Neal
>
>
>   
>> Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
>> This information is Copyright 2007 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>> 	 PHP5 Feature Enhancements
>>     1.2. Name of Document Author/Supplier:
>> 	 Author:  Sriram Natarajan
>>     1.3  Date of This Document:
>> 	14 November, 2007
>> 4. Technical Description
>>
>> PHP5 Feature Enhancements
>>
>> 1. Summary
>>
>>         This case adds an assortment of new functionality to the
>>         recently integrated PHP5 engine (2007/168[1], 2007/641[2]).
>>
>>         This case seeks Micro/Patch Release Binding.
>>
>> 2. Technical Details
>>
>>         2.1 Xdebug[3] external extension will be bundled
>>         
>>         From the project page: "The Xdebug extension helps you
>>         debugging your script by providing a lot of valuable debug
>>         information."
>>
>>         Xdebug is being bundled to support the PHP debugging features
>>         being delivered into Netbeans.
>>         
>>
>>         2.2 Memcache[4] external extension will be bundled 
>>
>>         From the project page: "Memcache module provides handy
>>         procedural and object oriented interface to memcached, highly
>>         effective caching daemon, which was especially designed to
>>         decrease database load in dynamic web applications."
>>
>>         PHP Memcache module is being bundled to integrate with
>>         Memcached server that is being delivered within OpenSolaris.
>>         This extension will be integrated only after Memcached server
>>         has been integrated within OpenSolaris. Depending on the
>>         timeline of memcached integration, this support might be
>>         delivered as a separate integration from the rest of the
>>         features of this project.
>>
>>
>>         2.2 MYSQL support
>>
>>         MYSQL extension allows PHP5 runtime engine to connect to MYSQL 
>>         database[5]. 
>>
>>         This extension, shipped with PHP5 source, will be enabled
>>         after MYSQL database is integrated within OpenSolaris.
>>         Depending on the timeline of MYSQL integration, this support
>>         might be delivered as a separate integration from the rest of
>>         the features of this project.
>>
>>         MYSQL extension will be delivered as a separate package.
>>
>>         SUNWphp524-mysql-root will deliver the configuration file for
>>         enabling this extension within PHP5 core.
>>         /etc/php5/5.2.4/conf.d/mysql.ini
>>         /etc/php5/5.2.4/conf.d/pdo_mysql.ini
>>
>>         SUNWphp524-mysql will deliver the MySQL extension shared object
>>         /usr/php5/5.2.4./modules/mysql.so
>>         /usr/php5/5.2.4./modules/mysqli.so
>>         /usr/php5/5.2.4./modules/pdo_mysql.so
>>
>>
>>         2.3 PostgreSQL support
>>
>>         To reduce the number of dependencies of core PHP, PostgreSQL
>>         database extension will be delivered as a separate package as
>>         well. Currently PostgreSQL extension is delivered as part of
>>         SUNWphp524core package.
>>
>>         SUNWphp524-pgsql-root will deliver the configuration file for
>>         enabling this extension within PHP5 core.
>>         /etc/php5/5.2.4/conf.d/pgsql.ini
>>         /etc/php5/5.2.4/conf.d/pdo_psql.ini
>>
>>         SUNWphp524-pgsql will deliver the PostgreSQL extension shared 
>>         object and its corresponding PDO support.
>>         /usr/php5/5.2.4./modules/pgsql.so
>>         /usr/php5/5.2.4./modules/pdo_pgsql.so
>>
>>
>>         2.4 PEAR/PECL support will be enabled
>>
>>         PEAR/PECL extension is bundled within PHP 5.2.4 package. This 
>>         extension will be now enabled.
>>         
>>         From the PEAR project page: 
>>
>>         PEAR is short for "PHP Extension and Application Repository"
>>         and the purpose of PEAR is to provide
>>
>>         * A structured library of open-source code for PHP users
>>         * A system for code distribution and package maintenance
>>         * A standard style for code written in PHP, specified here
>>         * The PHP Extension Community Library (PECL), see more below
>>         * A web site, mailing lists and download mirrors to support
>>           the PHP/PEAR community
>>
>>         PEAR support allows programmers to download custom extensions
>>         written in PHP to download from either http://pear.php.net 
>>         repository or from other third-party repositories. These 
>>         repositories are also known as "channels".
>>         
>>         A default configuration file for PEAR will ship as
>>         /etc/php5/5.2.4/pear.conf. Users can edit this configuration
>>         file to customize the location of
>>
>>             a) Download / Install location for these custom extensions 
>>             b) External repository location (aka channels)
>>
>>         From the PECL project page: 
>>
>>         PECL (PHP Extension Community Library) is a repository of PHP
>>         extensions that are made available to customers via the PEAR
>>         packaging system and can be installed using the PEAR installer
>>         with the 'pecl' command.
>>
>>         PECL extension allows programmers to download custom extensions 
>>         written in "C" from http://pecl.php.net and compile it into
>>         a shared object to be loaded within PHP runtime. 
>>
>>         The following binaries will be now added as part 
>>         of PEAR/PECL support within our PHP5 integration
>>
>>         /usr/php5/5.2.4/bin/pear => downloads custom extensions written
>>                                     in PHP from user specified channels.
>>
>>         /usr/php5/5.2.4/bin/pecl -> download custom extension written in 
>>                                     in "C" from user specified channels. 
>>
>>         These binaries depend on an internal repository to be available
>>         within the system to write dynamic data. The internal repository 
>>         location will be kept under /var/php5/5.2.4/pear directory.
>>
>>         The necessary files for enabling PEAR/PECL support will also
>>         be kept within '/var/php/5.2.4/pear' directory.  These files
>>         are listed under the Appendix' section.
>>
>>         PEAR/PECL support will be delivered as a separate package.
>>
>>         SUNWphp524-pear-root will deliver the configuration and 
>>         dependent files necessary for setting up an internal repository
>>         /etc/php5/5.2.4/pear.conf
>>         /var/php5/5.2.4/* (These files are listed under the 'Appendix')
>>
>>         SUNWphp524-pear will deliver the necessary pear/pecl binaries
>>         /usr/php5/5.2.4./bin/pear
>>         /usr/php5/5.2.4./bin/pecl
>>
>>
>>         2.5 Support for extension-specific INI files 
>>
>>         Currently PHP requires all extensions to be configured within
>>         a single PHP ini file (/etc/php5/5.2.4/php.ini). A new
>>         /etc/php5/5.2.4/conf.d/ directory will be added as a location
>>         for delivering per-extension configuration files.  This is
>>         analogous to the Apache conf.d directory and will allow
>>         extension packages to conveniently deliver configuration
>>         without having to modify the main php.ini.
>>
>>         Also, a default ini file will be provided for all the
>>         bundled extensions within /usr/php5/5.2.4/modules directory so 
>>         that all these extensions are loaded by default. 
>>
>>         Each extension-specific default INI file will be under
>>         /etc/php5/5.2.4/conf.d/<extension>, containing:
>>
>>           ;<extension-name>.ini
>>           ;Comment the below line to disable this extension
>>           extension=<extension-name>.so
>>
>>
>>         2.6 Symbolic links to the latest version
>>
>>         As seen in recent practice (Ruby[4], MySQL[5]), PHP will also
>>         add symbolic links into the latest version. See exported
>>         interfaces for a list of the symbolic links being introduced.
>>
>>
>>         2.7 Integration with Apache 
>>
>>         To provide automatic integration with Apache, a php
>>         configuration file (php.conf) will be delivered under
>>         '/etc/apache/2.2/conf.d' directory. This file will be
>>         delivered by the SUNWapch22r-php5 package.
>>
>>         The PHP5 module for Apache 2 web server will be now delivered
>>         by SUNWapch22m-php5 package.
>>
>>
>> 3. Additional Interfaces
>>
>>         3.1. Imported Interfaces
>>
>>         NAME                                            STABILITY
>>         -----------------------------------------------------------
>>         memcached[9][12]                                Uncommitted
>>         mysql[10][5]                                    Uncommitted
>>
>>
>>         3.2. Exported Interfaces
>>
>>         NAME                                            STABILITY
>>         -----------------------------------------------------------
>>         Xdebug extension                                Uncommitted
>>         pear extension                                  Uncommitted
>>         pecl extension                                  Uncommitted
>>         Memcache extension                              Uncommitted
>>         Mysql extension                                 Uncommitted
>>
>>         SUNWphp524-mysql-root                           Uncommitted
>>         SUNWphp524-mysql                                Uncommitted
>>         SUNWphp524-pgsql-root                           Uncommitted
>>         SUNWphp524-pgsql                                Uncommitted
>>         SUNWphp524-pear-root                            Uncommitted
>>         SUNWphp524-pear                                 Uncommitted
>>         SUNWapch22r-php5                                Uncommitted
>>         SUNWapch22m-php5                                Uncommitted
>>         
>>         /usr/php5/5.2.4/bin/pear                        Uncommitted
>>         /usr/php5/5.2.4/bin/pecl                        Uncommitted
>>         /var/php5/5.2.4/pear/*                          Uncommitted
>>
>>         /usr/php5/bin     -> /usr/php5/5.2.4/bin        Volatile
>>         /usr/php5/lib     -> /usr/php5/5.2.4/lib        Volatile
>>         /usr/php5/modules -> /usr/php5/5.2.4/modules    Volatile
>>         /usr/php5/doc     -> /usr/php5/5.2.4/doc        Volatile
>>         /usr/php5/man     -> /usr/php5/5.2.4/man        Volatile
>>         /usr/php5/include -> /usr/php5/5.2.4/include    Volatile
>>
>>         /usr/php5/5.2.4/modules/apc.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/bcmath.so               Uncommitted
>>         /usr/php5/5.2.4/modules/bz2.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/calendar.so             Uncommitted
>>         /usr/php5/5.2.4/modules/ctype.so                Uncommitted
>>         /usr/php5/5.2.4/modules/curl.so                 Uncommitted
>>         /usr/php5/5.2.4/modules/dba.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/dom.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/dtrace.so               Uncommitted
>>         /usr/php5/5.2.4/modules/exif.so                 Uncommitted
>>         /usr/php5/5.2.4/modules/ftp.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/gd.so                   Uncommitted
>>         /usr/php5/5.2.4/modules/gettext.so              Uncommitted
>>         /usr/php5/5.2.4/modules/hash.so                 Uncommitted
>>         /usr/php5/5.2.4/modules/iconv.so                Uncommitted
>>         /usr/php5/5.2.4/modules/idn.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/json.so                 Uncommitted
>>         /usr/php5/5.2.4/modules/ldap.so                 Uncommitted
>>         /usr/php5/5.2.4/modules/mbstring.so             Uncommitted
>>         /usr/php5/5.2.4/modules/memcache.so             Uncommitted
>>         /usr/php5/5.2.4/modules/mysql.so                Uncommitted
>>         /usr/php5/5.2.4/modules/openssl.so              Uncommitted
>>         /usr/php5/5.2.4/modules/pcntl.so                Uncommitted
>>         /usr/php5/5.2.4/modules/pdo.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/pdo_pgsql.so            Uncommitted
>>         /usr/php5/5.2.4/modules/pdo_sqlite.so           Uncommitted
>>         /usr/php5/5.2.4/modules/pgsql.so                Uncommitted
>>         /usr/php5/5.2.4/modules/posix.so                Uncommitted
>>         /usr/php5/5.2.4/modules/shmop.so                Uncommitted
>>         /usr/php5/5.2.4/modules/soap.so                 Uncommitted
>>         /usr/php5/5.2.4/modules/sockets.so              Uncommitted
>>         /usr/php5/5.2.4/modules/sqlite.so               Uncommitted
>>         /usr/php5/5.2.4/modules/suhosin.so              Uncommitted
>>         /usr/php5/5.2.4/modules/sysvmsg.so              Uncommitted
>>         /usr/php5/5.2.4/modules/sysvsem.so              Uncommitted
>>         /usr/php5/5.2.4/modules/sysvshm.so              Uncommitted
>>         /usr/php5/5.2.4/modules/tcpwrap.so              Uncommitted
>>         /usr/php5/5.2.4/modules/tidy.so                 Uncommitted
>>         /usr/php5/5.2.4/modules/tokenizer.so            Uncommitted
>>         /usr/php5/5.2.4/modules/xmlreader.so            Uncommitted
>>         /usr/php5/5.2.4/modules/xmlrpc.so               Uncommitted
>>         /usr/php5/5.2.4/modules/xmlwriter.so            Uncommitted
>>         /usr/php5/5.2.4/modules/xsl.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/zip.so                  Uncommitted
>>         /usr/php5/5.2.4/modules/zlib.so                 Uncommitted
>>
>>         /etc/apache2/2.2/conf.d/php.conf                Uncommitted
>>         /etc/php5/5.2.4/pear.conf                       Uncommitted
>>         /etc/php5/5.2.4/conf.d/apc.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/bcmath.ini               Uncommitted
>>         /etc/php5/5.2.4/conf.d/bz2.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/calendar.ini             Uncommitted
>>         /etc/php5/5.2.4/conf.d/ctype.ini                Uncommitted
>>         /etc/php5/5.2.4/conf.d/curl.ini                 Uncommitted
>>         /etc/php5/5.2.4/conf.d/dba.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/dom.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/dtrace.ini               Uncommitted
>>         /etc/php5/5.2.4/conf.d/exif.ini                 Uncommitted
>>         /etc/php5/5.2.4/conf.d/ftp.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/gd.ini                   Uncommitted
>>         /etc/php5/5.2.4/conf.d/gettext.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/hash.ini                 Uncommitted
>>         /etc/php5/5.2.4/conf.d/iconv.ini                Uncommitted
>>         /etc/php5/5.2.4/conf.d/idn.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/json.ini                 Uncommitted
>>         /etc/php5/5.2.4/conf.d/ldap.ini                 Uncommitted
>>         /etc/php5/5.2.4/conf.d/mbstring.ini             Uncommitted
>>         /etc/php5/5.2.4/conf.d/memcache.ini             Uncommitted
>>         /etc/php5/5.2.4/conf.d/mysql.ini                Uncommitted
>>         /etc/php5/5.2.4/conf.d/openssl.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/pcntl.ini                Uncommitted
>>         /etc/php5/5.2.4/conf.d/pdo.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/pdo_pgsql.ini            Uncommitted
>>         /etc/php5/5.2.4/conf.d/pdo_sqlite.ini           Uncommitted
>>         /etc/php5/5.2.4/conf.d/pgsql.ini                Uncommitted
>>         /etc/php5/5.2.4/conf.d/posix.ini                Uncommitted
>>         /etc/php5/5.2.4/conf.d/shmop.ini                Uncommitted
>>         /etc/php5/5.2.4/conf.d/soap.ini                 Uncommitted
>>         /etc/php5/5.2.4/conf.d/sockets.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/sqlite.ini               Uncommitted
>>         /etc/php5/5.2.4/conf.d/suhosin.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/sysvmsg.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/sysvsem.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/sysvshm.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/tcpwrap.ini              Uncommitted
>>         /etc/php5/5.2.4/conf.d/tidy.ini                 Uncommitted
>>         /etc/php5/5.2.4/conf.d/tokenizer.ini            Uncommitted
>>         /etc/php5/5.2.4/conf.d/xmlreader.ini            Uncommitted
>>         /etc/php5/5.2.4/conf.d/xmlrpc.ini               Uncommitted
>>         /etc/php5/5.2.4/conf.d/xmlwriter.ini            Uncommitted
>>         /etc/php5/5.2.4/conf.d/xsl.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/zip.ini                  Uncommitted
>>         /etc/php5/5.2.4/conf.d/zlib.ini                 Uncommitted
>>
>>
>> 4. References
>>
>>         [1] http://www.opensolaris.org/os/community/arc/caselog/2007/168/
>>         [2] http://www.opensolaris.org/os/community/arc/caselog/2007/641/
>>         [3] http://pecl.php.net/package/Xdebug
>>         [4] http://www.opensolaris.org/os/community/arc/caselog/2007/600/
>>         [5] http://www.opensolaris.org/os/community/arc/caselog/2007/608/
>>         [6] http://www.php.net/
>>         [7] http://pecl.php.net/
>>         [8] http://pear.php.net
>>         [9] http://www.danga.com/memcached/
>>         [10] http://pecl.php.net/package/memcache
>>         [11] http://www.mysql.com
>>         [12] http://sac.sfbay/LSARC/2007/385/
>>
>> ==========================================================================
>> Appendix A: Output of 'find /var/php5/5.2.4/pear/'
>>
>>     NAME
>>         /var/php5
>>         /var/php5/5.2.4
>>         /var/php5/5.2.4/pear
>>         /var/php5/5.2.4/pear/Archive
>>         /var/php5/5.2.4/pear/Archive/Tar.php
>>         /var/php5/5.2.4/pear/Console
>>         /var/php5/5.2.4/pear/Console/Getopt.php
>>         /var/php5/5.2.4/pear/OS
>>         /var/php5/5.2.4/pear/OS/Guess.php
>>         /var/php5/5.2.4/pear/PEAR
>>         /var/php5/5.2.4/pear/PEAR/Exception.php
>>         /var/php5/5.2.4/pear/PEAR/Frontend
>>         /var/php5/5.2.4/pear/PEAR/Frontend/CLI.php
>>         /var/php5/5.2.4/pear/PEAR/Autoloader.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v2.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v1.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v1.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v2.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v1.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/Validator.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/rw.php
>>         /var/php5/5.2.4/pear/PEAR/ChannelFile
>>         /var/php5/5.2.4/pear/PEAR/ChannelFile/Parser.php
>>         /var/php5/5.2.4/pear/PEAR/REST.php
>>         /var/php5/5.2.4/pear/PEAR/XMLParser.php
>>         /var/php5/5.2.4/pear/PEAR/Validate.php
>>         /var/php5/5.2.4/pear/PEAR/PackageFile.php
>>         /var/php5/5.2.4/pear/PEAR/Task
>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol
>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol/rw.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Common.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Replace
>>         /var/php5/5.2.4/pear/PEAR/Task/Replace/rw.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Replace.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript
>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript/rw.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol
>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol/rw.php
>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript.php
>>         /var/php5/5.2.4/pear/PEAR/Installer.php
>>         /var/php5/5.2.4/pear/PEAR/Config.php
>>         /var/php5/5.2.4/pear/PEAR/Command.php
>>         /var/php5/5.2.4/pear/PEAR/DependencyDB.php
>>         /var/php5/5.2.4/pear/PEAR/Downloader
>>         /var/php5/5.2.4/pear/PEAR/Downloader/Package.php
>>         /var/php5/5.2.4/pear/PEAR/Remote.php
>>         /var/php5/5.2.4/pear/PEAR/RunTest.php
>>         /var/php5/5.2.4/pear/PEAR/Common.php
>>         /var/php5/5.2.4/pear/PEAR/ErrorStack.php
>>         /var/php5/5.2.4/pear/PEAR/Builder.php
>>         /var/php5/5.2.4/pear/PEAR/Installer
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Common.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.xml
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.xml
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.xml
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.xml
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.xml
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.xml
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.php
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.xml
>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.php
>>         /var/php5/5.2.4/pear/PEAR/Registry.php
>>         /var/php5/5.2.4/pear/PEAR/Frontend.php
>>         /var/php5/5.2.4/pear/PEAR/Dependency.php
>>         /var/php5/5.2.4/pear/PEAR/Command
>>         /var/php5/5.2.4/pear/PEAR/Command/Auth.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Test.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Test.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Auth.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Channels.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Common.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Package.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Build.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Build.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Package.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Channels.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Registry.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Remote.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Remote.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Registry.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Install.xml
>>         /var/php5/5.2.4/pear/PEAR/Command/Install.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Config.php
>>         /var/php5/5.2.4/pear/PEAR/Command/Config.xml
>>         /var/php5/5.2.4/pear/PEAR/REST
>>         /var/php5/5.2.4/pear/PEAR/REST/11.php
>>         /var/php5/5.2.4/pear/PEAR/REST/10.php
>>         /var/php5/5.2.4/pear/PEAR/REST/13.php
>>         /var/php5/5.2.4/pear/PEAR/Downloader.php
>>         /var/php5/5.2.4/pear/PEAR/Packager.php
>>         /var/php5/5.2.4/pear/PEAR/ChannelFile.php
>>         /var/php5/5.2.4/pear/PEAR/Validator
>>         /var/php5/5.2.4/pear/PEAR/Validator/PECL.php
>>         /var/php5/5.2.4/pear/PEAR/Dependency2.php
>>         /var/php5/5.2.4/pear/PEAR.php
>>         /var/php5/5.2.4/pear/Structures
>>         /var/php5/5.2.4/pear/Structures/Graph.php
>>         /var/php5/5.2.4/pear/Structures/Graph
>>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator
>>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator/AcyclicTest.php
>>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator/TopologicalSorter.php
>>         /var/php5/5.2.4/pear/Structures/Graph/Node.php
>>         /var/php5/5.2.4/pear/System.php
>>         /var/php5/5.2.4/pear/data
>>         /var/php5/5.2.4/pear/data/PEAR
>>         /var/php5/5.2.4/pear/data/PEAR/template.spec
>>         /var/php5/5.2.4/pear/data/PEAR/package.dtd
>>         /var/php5/5.2.4/pear/data/Structures_Graph
>>         /var/php5/5.2.4/pear/data/Structures_Graph/package.sh
>>         /var/php5/5.2.4/pear/data/Structures_Graph/genpackage.xml.pl
>>         /var/php5/5.2.4/pear/data/Structures_Graph/LICENSE
>>         /var/php5/5.2.4/pear/data/Structures_Graph/publish.sh
>>         /var/php5/5.2.4/pear/doc
>>         /var/php5/5.2.4/pear/doc/PEAR
>>         /var/php5/5.2.4/pear/doc/PEAR/INSTALL
>>         /var/php5/5.2.4/pear/doc/PEAR/README
>>         /var/php5/5.2.4/pear/doc/Archive_Tar
>>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs
>>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs/Archive_Tar.txt
>>         /var/php5/5.2.4/pear/doc/Structures_Graph
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex_Structures_Graph.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/li_Structures_Graph.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/classtrees_Structures_Graph.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/packages.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/errors.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/banner.css
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/stylesheet.css
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/todolist.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/index.html
>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/generate.sh
>>         /var/php5/5.2.4/pear/pearcmd.php
>>         /var/php5/5.2.4/pear/peclcmd.php
>>         /var/php5/5.2.4/pear/test
>>         /var/php5/5.2.4/pear/test/Structures_Graph
>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests
>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/all-tests.php
>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase
>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase/BasicGraph.php
>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/README
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>    	6.4.1. Consolidation C-team Name:
>> 		sfw
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>   
>>     
>
> _______________________________________________
> webstack-discuss mailing list
> webstack-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
>   

--Boundary_(ID_mwZ8fzHF0qWyyy0StPoH8A)
Content-type: text/html; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
&nbsp;PHP's mysql extension should be able to connect and work with MySQL
5.0 or 5.1 or above database server. This extension will be enabled
only after MySQL 5.0 database is integrated within OpenSolaris. <br>
<br>
Hope this helps<br>
thanks<br>
Sriram<br>
<br>
Neal Pollack wrote:
<blockquote cite="mid:473BC08F.6010708@Sun.COM" type="cite">
  <pre wrap="">Jyri Virkki wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am sponsoring this case for Sriram Natarajan, timeout on 11/21/2007.
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
For section 2.2, the item:

SUNWphp524-mysql will deliver the MySQL extension shared object


What version of MySQL can be connected to with the named 
extention(s)/package?

Thanks,

Neal


  </pre>
  <blockquote type="cite">
    <pre wrap="">Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
This information is Copyright 2007 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 PHP5 Feature Enhancements
    1.2. Name of Document Author/Supplier:
	 Author:  Sriram Natarajan
    1.3  Date of This Document:
	14 November, 2007
4. Technical Description

PHP5 Feature Enhancements

1. Summary

        This case adds an assortment of new functionality to the
        recently integrated PHP5 engine (2007/168[1], 2007/641[2]).

        This case seeks Micro/Patch Release Binding.

2. Technical Details

        2.1 Xdebug[3] external extension will be bundled
        
        From the project page: "The Xdebug extension helps you
        debugging your script by providing a lot of valuable debug
        information."

        Xdebug is being bundled to support the PHP debugging features
        being delivered into Netbeans.
        

        2.2 Memcache[4] external extension will be bundled 

        From the project page: "Memcache module provides handy
        procedural and object oriented interface to memcached, highly
        effective caching daemon, which was especially designed to
        decrease database load in dynamic web applications."

        PHP Memcache module is being bundled to integrate with
        Memcached server that is being delivered within OpenSolaris.
        This extension will be integrated only after Memcached server
        has been integrated within OpenSolaris. Depending on the
        timeline of memcached integration, this support might be
        delivered as a separate integration from the rest of the
        features of this project.


        2.2 MYSQL support

        MYSQL extension allows PHP5 runtime engine to connect to MYSQL 
        database[5]. 

        This extension, shipped with PHP5 source, will be enabled
        after MYSQL database is integrated within OpenSolaris.
        Depending on the timeline of MYSQL integration, this support
        might be delivered as a separate integration from the rest of
        the features of this project.

        MYSQL extension will be delivered as a separate package.

        SUNWphp524-mysql-root will deliver the configuration file for
        enabling this extension within PHP5 core.
        /etc/php5/5.2.4/conf.d/mysql.ini
        /etc/php5/5.2.4/conf.d/pdo_mysql.ini

        SUNWphp524-mysql will deliver the MySQL extension shared object
        /usr/php5/5.2.4./modules/mysql.so
        /usr/php5/5.2.4./modules/mysqli.so
        /usr/php5/5.2.4./modules/pdo_mysql.so


        2.3 PostgreSQL support

        To reduce the number of dependencies of core PHP, PostgreSQL
        database extension will be delivered as a separate package as
        well. Currently PostgreSQL extension is delivered as part of
        SUNWphp524core package.

        SUNWphp524-pgsql-root will deliver the configuration file for
        enabling this extension within PHP5 core.
        /etc/php5/5.2.4/conf.d/pgsql.ini
        /etc/php5/5.2.4/conf.d/pdo_psql.ini

        SUNWphp524-pgsql will deliver the PostgreSQL extension shared 
        object and its corresponding PDO support.
        /usr/php5/5.2.4./modules/pgsql.so
        /usr/php5/5.2.4./modules/pdo_pgsql.so


        2.4 PEAR/PECL support will be enabled

        PEAR/PECL extension is bundled within PHP 5.2.4 package. This 
        extension will be now enabled.
        
        From the PEAR project page: 

        PEAR is short for "PHP Extension and Application Repository"
        and the purpose of PEAR is to provide

        * A structured library of open-source code for PHP users
        * A system for code distribution and package maintenance
        * A standard style for code written in PHP, specified here
        * The PHP Extension Community Library (PECL), see more below
        * A web site, mailing lists and download mirrors to support
          the PHP/PEAR community

        PEAR support allows programmers to download custom extensions
        written in PHP to download from either <a class="moz-txt-link-freetext" href="http://pear.php.net">http://pear.php.net</a> 
        repository or from other third-party repositories. These 
        repositories are also known as "channels".
        
        A default configuration file for PEAR will ship as
        /etc/php5/5.2.4/pear.conf. Users can edit this configuration
        file to customize the location of

            a) Download / Install location for these custom extensions 
            b) External repository location (aka channels)

        From the PECL project page: 

        PECL (PHP Extension Community Library) is a repository of PHP
        extensions that are made available to customers via the PEAR
        packaging system and can be installed using the PEAR installer
        with the 'pecl' command.

        PECL extension allows programmers to download custom extensions 
        written in "C" from <a class="moz-txt-link-freetext" href="http://pecl.php.net">http://pecl.php.net</a> and compile it into
        a shared object to be loaded within PHP runtime. 

        The following binaries will be now added as part 
        of PEAR/PECL support within our PHP5 integration

        /usr/php5/5.2.4/bin/pear =&gt; downloads custom extensions written
                                    in PHP from user specified channels.

        /usr/php5/5.2.4/bin/pecl -&gt; download custom extension written in 
                                    in "C" from user specified channels. 

        These binaries depend on an internal repository to be available
        within the system to write dynamic data. The internal repository 
        location will be kept under /var/php5/5.2.4/pear directory.

        The necessary files for enabling PEAR/PECL support will also
        be kept within '/var/php/5.2.4/pear' directory.  These files
        are listed under the Appendix' section.

        PEAR/PECL support will be delivered as a separate package.

        SUNWphp524-pear-root will deliver the configuration and 
        dependent files necessary for setting up an internal repository
        /etc/php5/5.2.4/pear.conf
        /var/php5/5.2.4/* (These files are listed under the 'Appendix')

        SUNWphp524-pear will deliver the necessary pear/pecl binaries
        /usr/php5/5.2.4./bin/pear
        /usr/php5/5.2.4./bin/pecl


        2.5 Support for extension-specific INI files 

        Currently PHP requires all extensions to be configured within
        a single PHP ini file (/etc/php5/5.2.4/php.ini). A new
        /etc/php5/5.2.4/conf.d/ directory will be added as a location
        for delivering per-extension configuration files.  This is
        analogous to the Apache conf.d directory and will allow
        extension packages to conveniently deliver configuration
        without having to modify the main php.ini.

        Also, a default ini file will be provided for all the
        bundled extensions within /usr/php5/5.2.4/modules directory so 
        that all these extensions are loaded by default. 

        Each extension-specific default INI file will be under
        /etc/php5/5.2.4/conf.d/&lt;extension&gt;, containing:

          ;&lt;extension-name&gt;.ini
          ;Comment the below line to disable this extension
          extension=&lt;extension-name&gt;.so


        2.6 Symbolic links to the latest version

        As seen in recent practice (Ruby[4], MySQL[5]), PHP will also
        add symbolic links into the latest version. See exported
        interfaces for a list of the symbolic links being introduced.


        2.7 Integration with Apache 

        To provide automatic integration with Apache, a php
        configuration file (php.conf) will be delivered under
        '/etc/apache/2.2/conf.d' directory. This file will be
        delivered by the SUNWapch22r-php5 package.

        The PHP5 module for Apache 2 web server will be now delivered
        by SUNWapch22m-php5 package.


3. Additional Interfaces

        3.1. Imported Interfaces

        NAME                                            STABILITY
        -----------------------------------------------------------
        memcached[9][12]                                Uncommitted
        mysql[10][5]                                    Uncommitted


        3.2. Exported Interfaces

        NAME                                            STABILITY
        -----------------------------------------------------------
        Xdebug extension                                Uncommitted
        pear extension                                  Uncommitted
        pecl extension                                  Uncommitted
        Memcache extension                              Uncommitted
        Mysql extension                                 Uncommitted

        SUNWphp524-mysql-root                           Uncommitted
        SUNWphp524-mysql                                Uncommitted
        SUNWphp524-pgsql-root                           Uncommitted
        SUNWphp524-pgsql                                Uncommitted
        SUNWphp524-pear-root                            Uncommitted
        SUNWphp524-pear                                 Uncommitted
        SUNWapch22r-php5                                Uncommitted
        SUNWapch22m-php5                                Uncommitted
        
        /usr/php5/5.2.4/bin/pear                        Uncommitted
        /usr/php5/5.2.4/bin/pecl                        Uncommitted
        /var/php5/5.2.4/pear/*                          Uncommitted

        /usr/php5/bin     -&gt; /usr/php5/5.2.4/bin        Volatile
        /usr/php5/lib     -&gt; /usr/php5/5.2.4/lib        Volatile
        /usr/php5/modules -&gt; /usr/php5/5.2.4/modules    Volatile
        /usr/php5/doc     -&gt; /usr/php5/5.2.4/doc        Volatile
        /usr/php5/man     -&gt; /usr/php5/5.2.4/man        Volatile
        /usr/php5/include -&gt; /usr/php5/5.2.4/include    Volatile

        /usr/php5/5.2.4/modules/apc.so                  Uncommitted
        /usr/php5/5.2.4/modules/bcmath.so               Uncommitted
        /usr/php5/5.2.4/modules/bz2.so                  Uncommitted
        /usr/php5/5.2.4/modules/calendar.so             Uncommitted
        /usr/php5/5.2.4/modules/ctype.so                Uncommitted
        /usr/php5/5.2.4/modules/curl.so                 Uncommitted
        /usr/php5/5.2.4/modules/dba.so                  Uncommitted
        /usr/php5/5.2.4/modules/dom.so                  Uncommitted
        /usr/php5/5.2.4/modules/dtrace.so               Uncommitted
        /usr/php5/5.2.4/modules/exif.so                 Uncommitted
        /usr/php5/5.2.4/modules/ftp.so                  Uncommitted
        /usr/php5/5.2.4/modules/gd.so                   Uncommitted
        /usr/php5/5.2.4/modules/gettext.so              Uncommitted
        /usr/php5/5.2.4/modules/hash.so                 Uncommitted
        /usr/php5/5.2.4/modules/iconv.so                Uncommitted
        /usr/php5/5.2.4/modules/idn.so                  Uncommitted
        /usr/php5/5.2.4/modules/json.so                 Uncommitted
        /usr/php5/5.2.4/modules/ldap.so                 Uncommitted
        /usr/php5/5.2.4/modules/mbstring.so             Uncommitted
        /usr/php5/5.2.4/modules/memcache.so             Uncommitted
        /usr/php5/5.2.4/modules/mysql.so                Uncommitted
        /usr/php5/5.2.4/modules/openssl.so              Uncommitted
        /usr/php5/5.2.4/modules/pcntl.so                Uncommitted
        /usr/php5/5.2.4/modules/pdo.so                  Uncommitted
        /usr/php5/5.2.4/modules/pdo_pgsql.so            Uncommitted
        /usr/php5/5.2.4/modules/pdo_sqlite.so           Uncommitted
        /usr/php5/5.2.4/modules/pgsql.so                Uncommitted
        /usr/php5/5.2.4/modules/posix.so                Uncommitted
        /usr/php5/5.2.4/modules/shmop.so                Uncommitted
        /usr/php5/5.2.4/modules/soap.so                 Uncommitted
        /usr/php5/5.2.4/modules/sockets.so              Uncommitted
        /usr/php5/5.2.4/modules/sqlite.so               Uncommitted
        /usr/php5/5.2.4/modules/suhosin.so              Uncommitted
        /usr/php5/5.2.4/modules/sysvmsg.so              Uncommitted
        /usr/php5/5.2.4/modules/sysvsem.so              Uncommitted
        /usr/php5/5.2.4/modules/sysvshm.so              Uncommitted
        /usr/php5/5.2.4/modules/tcpwrap.so              Uncommitted
        /usr/php5/5.2.4/modules/tidy.so                 Uncommitted
        /usr/php5/5.2.4/modules/tokenizer.so            Uncommitted
        /usr/php5/5.2.4/modules/xmlreader.so            Uncommitted
        /usr/php5/5.2.4/modules/xmlrpc.so               Uncommitted
        /usr/php5/5.2.4/modules/xmlwriter.so            Uncommitted
        /usr/php5/5.2.4/modules/xsl.so                  Uncommitted
        /usr/php5/5.2.4/modules/zip.so                  Uncommitted
        /usr/php5/5.2.4/modules/zlib.so                 Uncommitted

        /etc/apache2/2.2/conf.d/php.conf                Uncommitted
        /etc/php5/5.2.4/pear.conf                       Uncommitted
        /etc/php5/5.2.4/conf.d/apc.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/bcmath.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/bz2.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/calendar.ini             Uncommitted
        /etc/php5/5.2.4/conf.d/ctype.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/curl.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/dba.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/dom.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/dtrace.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/exif.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/ftp.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/gd.ini                   Uncommitted
        /etc/php5/5.2.4/conf.d/gettext.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/hash.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/iconv.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/idn.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/json.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/ldap.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/mbstring.ini             Uncommitted
        /etc/php5/5.2.4/conf.d/memcache.ini             Uncommitted
        /etc/php5/5.2.4/conf.d/mysql.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/openssl.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/pcntl.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/pdo.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/pdo_pgsql.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/pdo_sqlite.ini           Uncommitted
        /etc/php5/5.2.4/conf.d/pgsql.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/posix.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/shmop.ini                Uncommitted
        /etc/php5/5.2.4/conf.d/soap.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/sockets.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sqlite.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/suhosin.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sysvmsg.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sysvsem.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/sysvshm.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/tcpwrap.ini              Uncommitted
        /etc/php5/5.2.4/conf.d/tidy.ini                 Uncommitted
        /etc/php5/5.2.4/conf.d/tokenizer.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/xmlreader.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/xmlrpc.ini               Uncommitted
        /etc/php5/5.2.4/conf.d/xmlwriter.ini            Uncommitted
        /etc/php5/5.2.4/conf.d/xsl.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/zip.ini                  Uncommitted
        /etc/php5/5.2.4/conf.d/zlib.ini                 Uncommitted


4. References

        [1] <a class="moz-txt-link-freetext" href="http://www.opensolaris.org/os/community/arc/caselog/2007/168/">http://www.opensolaris.org/os/community/arc/caselog/2007/168/</a>
        [2] <a class="moz-txt-link-freetext" href="http://www.opensolaris.org/os/community/arc/caselog/2007/641/">http://www.opensolaris.org/os/community/arc/caselog/2007/641/</a>
        [3] <a class="moz-txt-link-freetext" href="http://pecl.php.net/package/Xdebug">http://pecl.php.net/package/Xdebug</a>
        [4] <a class="moz-txt-link-freetext" href="http://www.opensolaris.org/os/community/arc/caselog/2007/600/">http://www.opensolaris.org/os/community/arc/caselog/2007/600/</a>
        [5] <a class="moz-txt-link-freetext" href="http://www.opensolaris.org/os/community/arc/caselog/2007/608/">http://www.opensolaris.org/os/community/arc/caselog/2007/608/</a>
        [6] <a class="moz-txt-link-freetext" href="http://www.php.net/">http://www.php.net/</a>
        [7] <a class="moz-txt-link-freetext" href="http://pecl.php.net/">http://pecl.php.net/</a>
        [8] <a class="moz-txt-link-freetext" href="http://pear.php.net">http://pear.php.net</a>
        [9] <a class="moz-txt-link-freetext" href="http://www.danga.com/memcached/">http://www.danga.com/memcached/</a>
        [10] <a class="moz-txt-link-freetext" href="http://pecl.php.net/package/memcache">http://pecl.php.net/package/memcache</a>
        [11] <a class="moz-txt-link-freetext" href="http://www.mysql.com">http://www.mysql.com</a>
        [12] <a class="moz-txt-link-freetext" href="http://sac.sfbay/LSARC/2007/385/">http://sac.sfbay/LSARC/2007/385/</a>

==========================================================================
Appendix A: Output of 'find /var/php5/5.2.4/pear/'

    NAME
        /var/php5
        /var/php5/5.2.4
        /var/php5/5.2.4/pear
        /var/php5/5.2.4/pear/Archive
        /var/php5/5.2.4/pear/Archive/Tar.php
        /var/php5/5.2.4/pear/Console
        /var/php5/5.2.4/pear/Console/Getopt.php
        /var/php5/5.2.4/pear/OS
        /var/php5/5.2.4/pear/OS/Guess.php
        /var/php5/5.2.4/pear/PEAR
        /var/php5/5.2.4/pear/PEAR/Exception.php
        /var/php5/5.2.4/pear/PEAR/Frontend
        /var/php5/5.2.4/pear/PEAR/Frontend/CLI.php
        /var/php5/5.2.4/pear/PEAR/Autoloader.php
        /var/php5/5.2.4/pear/PEAR/PackageFile
        /var/php5/5.2.4/pear/PEAR/PackageFile/Parser
        /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v2.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v1.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/Generator
        /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v1.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v2.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v1.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2/Validator.php
        /var/php5/5.2.4/pear/PEAR/PackageFile/v2/rw.php
        /var/php5/5.2.4/pear/PEAR/ChannelFile
        /var/php5/5.2.4/pear/PEAR/ChannelFile/Parser.php
        /var/php5/5.2.4/pear/PEAR/REST.php
        /var/php5/5.2.4/pear/PEAR/XMLParser.php
        /var/php5/5.2.4/pear/PEAR/Validate.php
        /var/php5/5.2.4/pear/PEAR/PackageFile.php
        /var/php5/5.2.4/pear/PEAR/Task
        /var/php5/5.2.4/pear/PEAR/Task/Windowseol.php
        /var/php5/5.2.4/pear/PEAR/Task/Windowseol
        /var/php5/5.2.4/pear/PEAR/Task/Windowseol/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Common.php
        /var/php5/5.2.4/pear/PEAR/Task/Replace
        /var/php5/5.2.4/pear/PEAR/Task/Replace/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Unixeol.php
        /var/php5/5.2.4/pear/PEAR/Task/Replace.php
        /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript
        /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Unixeol
        /var/php5/5.2.4/pear/PEAR/Task/Unixeol/rw.php
        /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript.php
        /var/php5/5.2.4/pear/PEAR/Installer.php
        /var/php5/5.2.4/pear/PEAR/Config.php
        /var/php5/5.2.4/pear/PEAR/Command.php
        /var/php5/5.2.4/pear/PEAR/DependencyDB.php
        /var/php5/5.2.4/pear/PEAR/Downloader
        /var/php5/5.2.4/pear/PEAR/Downloader/Package.php
        /var/php5/5.2.4/pear/PEAR/Remote.php
        /var/php5/5.2.4/pear/PEAR/RunTest.php
        /var/php5/5.2.4/pear/PEAR/Common.php
        /var/php5/5.2.4/pear/PEAR/ErrorStack.php
        /var/php5/5.2.4/pear/PEAR/Builder.php
        /var/php5/5.2.4/pear/PEAR/Installer
        /var/php5/5.2.4/pear/PEAR/Installer/Role.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Common.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.php
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.xml
        /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.php
        /var/php5/5.2.4/pear/PEAR/Registry.php
        /var/php5/5.2.4/pear/PEAR/Frontend.php
        /var/php5/5.2.4/pear/PEAR/Dependency.php
        /var/php5/5.2.4/pear/PEAR/Command
        /var/php5/5.2.4/pear/PEAR/Command/Auth.xml
        /var/php5/5.2.4/pear/PEAR/Command/Test.php
        /var/php5/5.2.4/pear/PEAR/Command/Test.xml
        /var/php5/5.2.4/pear/PEAR/Command/Auth.php
        /var/php5/5.2.4/pear/PEAR/Command/Pickle.php
        /var/php5/5.2.4/pear/PEAR/Command/Pickle.xml
        /var/php5/5.2.4/pear/PEAR/Command/Channels.xml
        /var/php5/5.2.4/pear/PEAR/Command/Common.php
        /var/php5/5.2.4/pear/PEAR/Command/Package.xml
        /var/php5/5.2.4/pear/PEAR/Command/Build.xml
        /var/php5/5.2.4/pear/PEAR/Command/Build.php
        /var/php5/5.2.4/pear/PEAR/Command/Package.php
        /var/php5/5.2.4/pear/PEAR/Command/Channels.php
        /var/php5/5.2.4/pear/PEAR/Command/Mirror.php
        /var/php5/5.2.4/pear/PEAR/Command/Mirror.xml
        /var/php5/5.2.4/pear/PEAR/Command/Registry.xml
        /var/php5/5.2.4/pear/PEAR/Command/Remote.php
        /var/php5/5.2.4/pear/PEAR/Command/Remote.xml
        /var/php5/5.2.4/pear/PEAR/Command/Registry.php
        /var/php5/5.2.4/pear/PEAR/Command/Install.xml
        /var/php5/5.2.4/pear/PEAR/Command/Install.php
        /var/php5/5.2.4/pear/PEAR/Command/Config.php
        /var/php5/5.2.4/pear/PEAR/Command/Config.xml
        /var/php5/5.2.4/pear/PEAR/REST
        /var/php5/5.2.4/pear/PEAR/REST/11.php
        /var/php5/5.2.4/pear/PEAR/REST/10.php
        /var/php5/5.2.4/pear/PEAR/REST/13.php
        /var/php5/5.2.4/pear/PEAR/Downloader.php
        /var/php5/5.2.4/pear/PEAR/Packager.php
        /var/php5/5.2.4/pear/PEAR/ChannelFile.php
        /var/php5/5.2.4/pear/PEAR/Validator
        /var/php5/5.2.4/pear/PEAR/Validator/PECL.php
        /var/php5/5.2.4/pear/PEAR/Dependency2.php
        /var/php5/5.2.4/pear/PEAR.php
        /var/php5/5.2.4/pear/Structures
        /var/php5/5.2.4/pear/Structures/Graph.php
        /var/php5/5.2.4/pear/Structures/Graph
        /var/php5/5.2.4/pear/Structures/Graph/Manipulator
        /var/php5/5.2.4/pear/Structures/Graph/Manipulator/AcyclicTest.php
        /var/php5/5.2.4/pear/Structures/Graph/Manipulator/TopologicalSorter.php
        /var/php5/5.2.4/pear/Structures/Graph/Node.php
        /var/php5/5.2.4/pear/System.php
        /var/php5/5.2.4/pear/data
        /var/php5/5.2.4/pear/data/PEAR
        /var/php5/5.2.4/pear/data/PEAR/template.spec
        /var/php5/5.2.4/pear/data/PEAR/package.dtd
        /var/php5/5.2.4/pear/data/Structures_Graph
        /var/php5/5.2.4/pear/data/Structures_Graph/package.sh
        /var/php5/5.2.4/pear/data/Structures_Graph/genpackage.xml.pl
        /var/php5/5.2.4/pear/data/Structures_Graph/LICENSE
        /var/php5/5.2.4/pear/data/Structures_Graph/publish.sh
        /var/php5/5.2.4/pear/doc
        /var/php5/5.2.4/pear/doc/PEAR
        /var/php5/5.2.4/pear/doc/PEAR/INSTALL
        /var/php5/5.2.4/pear/doc/PEAR/README
        /var/php5/5.2.4/pear/doc/Archive_Tar
        /var/php5/5.2.4/pear/doc/Archive_Tar/docs
        /var/php5/5.2.4/pear/doc/Archive_Tar/docs/Archive_Tar.txt
        /var/php5/5.2.4/pear/doc/Structures_Graph
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex_Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/li_Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/classtrees_Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/packages.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/errors.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/banner.css
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/stylesheet.css
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/todolist.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/index.html
        /var/php5/5.2.4/pear/doc/Structures_Graph/docs/generate.sh
        /var/php5/5.2.4/pear/pearcmd.php
        /var/php5/5.2.4/pear/peclcmd.php
        /var/php5/5.2.4/pear/test
        /var/php5/5.2.4/pear/test/Structures_Graph
        /var/php5/5.2.4/pear/test/Structures_Graph/tests
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/all-tests.php
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase/BasicGraph.php
        /var/php5/5.2.4/pear/test/Structures_Graph/tests/README

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		sfw
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open

  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
webstack-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:webstack-discuss@opensolaris.org">webstack-discuss@opensolaris.org</a>
<a class="moz-txt-link-freetext" href="http://mail.opensolaris.org/mailman/listinfo/webstack-discuss">http://mail.opensolaris.org/mailman/listinfo/webstack-discuss</a>
  </pre>
</blockquote>
</body>
</html>

--Boundary_(ID_mwZ8fzHF0qWyyy0StPoH8A)--

From daleg@elemental.org Thu Nov 15 03:50:11 2007
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lAFBoAO7028200
	for <psarc-ext@sac.sfbay.sun.com>; Thu, 15 Nov 2007 03:50:10 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id lAFBo66X015024;
	Thu, 15 Nov 2007 04:50:09 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JRJ0040JQ7JI900@nwk-avmta-2.sfbay.sun.com>; Thu,
 15 Nov 2007 03:50:07 -0800 (PST)
Received: from sca-ea-mail-4.sun.com ([192.18.43.22])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JRJ00KK2Q7H50A0@nwk-avmta-2.sfbay.sun.com>; Thu,
 15 Nov 2007 03:50:05 -0800 (PST)
Received: from relay42i.sun.com ([192.5.209.72])
	by sca-ea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id lAFBnrha025529;
 Thu, 15 Nov 2007 11:50:04 +0000 (GMT)
Received: from mms48es.sun.com ([160.41.221.231] [160.41.221.231])
 by relay42i.sun.com with ESMTP id BT-MMP-616223; Thu,
 15 Nov 2007 11:50:04 +0000 (Z)
Received: from relay43i.sun.com ([192.5.209.74] [192.5.209.74])
 by mms48es.sun.com with ESMTP id BT-MMP-584546; Thu,
 15 Nov 2007 11:50:02 +0000 (Z)
Received: from mercury.elemental.org ([130.85.5.200] [130.85.5.200])
 by relay4i.sun.com with ESMTP id BT-MMP-1868109; Thu,
 15 Nov 2007 11:50:02 +0000 (Z)
Received: from [192.168.1.198]
 (pool-71-163-125-215.washdc.fios.verizon.net [71.163.125.215])
	(authenticated bits=0)	by mercury.elemental.org (8.14.2/8.14.2/ELEMENTAL-4.0)
 with ESMTP id lAFBo1SQ002876
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu,
 15 Nov 2007 06:50:02 -0500 (EST)
Date: Thu, 15 Nov 2007 06:49:32 -0500
From: Dale Ghent <daleg@elemental.org>
Subject: Re: [webstack-discuss] PHP5 Feature Enhancements [PSARC/2007/656
 FastTrack timeout 11/21/2007]
In-reply-to: <473BDE1A.1090900@Sun.COM>
To: Sriram Natarajan <Sriram.Natarajan@sun.com>
Cc: Neal Pollack <Neal.Pollack@sun.com>, PSARC-ext@sun.com,
        Jyri Virkki <jyri@sac.sfbay.sun.com>
Message-id: <F6D5D511-88D2-4F34-ABC6-89547FAE441B@elemental.org>
MIME-version: 1.0
X-Mailer: Apple Mail (2.912)
Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
X-Brightmail-Tracker: AAAAAA==
X-Greylist: Sender succeeded SMTP AUTH,
 not delayed by milter-greylist-4.0 (mercury.elemental.org [130.85.5.200]);
 Thu, 15 Nov 2007 06:50:02 -0500 (EST)
X-Virus-Scanned: ClamAV 0.91.2/4798/Thu Nov 15 02:59:49 2007 on
 mercury.elemental.org
X-Virus-Status: Clean
References: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
 <473BC08F.6010708@Sun.COM> <473BDE1A.1090900@Sun.COM>
Status: RO
Content-Length: 30639


Sriram, could you please provide the equivalent of output from  
phpinfo() from an example of the PHP5 module you envision integrating?  
It would be nice to know the capabilities of the PHP5 module and  
whether it would be bare-bones or reasonably enabled with features.

/dale

On Nov 15, 2007, at 12:50 AM, Sriram Natarajan wrote:

> Hi
>  PHP's mysql extension should be able to connect and work with MySQL  
> 5.0 or 5.1 or above database server. This extension will be enabled  
> only after MySQL 5.0 database is integrated within OpenSolaris.
>
> Hope this helps
> thanks
> Sriram
>
> Neal Pollack wrote:
>>
>> Jyri Virkki wrote:
>>
>>> I am sponsoring this case for Sriram Natarajan, timeout on  
>>> 11/21/2007.
>>>
>>>
>> For section 2.2, the item:
>>
>> SUNWphp524-mysql will deliver the MySQL extension shared object
>>
>>
>> What version of MySQL can be connected to with the named
>> extention(s)/package?
>>
>> Thanks,
>>
>> Neal
>>
>>
>>
>>> Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
>>> This information is Copyright 2007 Sun Microsystems
>>> 1. Introduction
>>>     1.1. Project/Component Working Name:
>>> 	 PHP5 Feature Enhancements
>>>     1.2. Name of Document Author/Supplier:
>>> 	 Author:  Sriram Natarajan
>>>     1.3  Date of This Document:
>>> 	14 November, 2007
>>> 4. Technical Description
>>>
>>> PHP5 Feature Enhancements
>>>
>>> 1. Summary
>>>
>>>         This case adds an assortment of new functionality to the
>>>         recently integrated PHP5 engine (2007/168[1], 2007/641[2]).
>>>
>>>         This case seeks Micro/Patch Release Binding.
>>>
>>> 2. Technical Details
>>>
>>>         2.1 Xdebug[3] external extension will be bundled
>>>
>>>         From the project page: "The Xdebug extension helps you
>>>         debugging your script by providing a lot of valuable debug
>>>         information."
>>>
>>>         Xdebug is being bundled to support the PHP debugging  
>>> features
>>>         being delivered into Netbeans.
>>>
>>>
>>>         2.2 Memcache[4] external extension will be bundled
>>>
>>>         From the project page: "Memcache module provides handy
>>>         procedural and object oriented interface to memcached,  
>>> highly
>>>         effective caching daemon, which was especially designed to
>>>         decrease database load in dynamic web applications."
>>>
>>>         PHP Memcache module is being bundled to integrate with
>>>         Memcached server that is being delivered within OpenSolaris.
>>>         This extension will be integrated only after Memcached  
>>> server
>>>         has been integrated within OpenSolaris. Depending on the
>>>         timeline of memcached integration, this support might be
>>>         delivered as a separate integration from the rest of the
>>>         features of this project.
>>>
>>>
>>>         2.2 MYSQL support
>>>
>>>         MYSQL extension allows PHP5 runtime engine to connect to  
>>> MYSQL
>>>         database[5].
>>>
>>>         This extension, shipped with PHP5 source, will be enabled
>>>         after MYSQL database is integrated within OpenSolaris.
>>>         Depending on the timeline of MYSQL integration, this support
>>>         might be delivered as a separate integration from the rest  
>>> of
>>>         the features of this project.
>>>
>>>         MYSQL extension will be delivered as a separate package.
>>>
>>>         SUNWphp524-mysql-root will deliver the configuration file  
>>> for
>>>         enabling this extension within PHP5 core.
>>>         /etc/php5/5.2.4/conf.d/mysql.ini
>>>         /etc/php5/5.2.4/conf.d/pdo_mysql.ini
>>>
>>>         SUNWphp524-mysql will deliver the MySQL extension shared  
>>> object
>>>         /usr/php5/5.2.4./modules/mysql.so
>>>         /usr/php5/5.2.4./modules/mysqli.so
>>>         /usr/php5/5.2.4./modules/pdo_mysql.so
>>>
>>>
>>>         2.3 PostgreSQL support
>>>
>>>         To reduce the number of dependencies of core PHP, PostgreSQL
>>>         database extension will be delivered as a separate package  
>>> as
>>>         well. Currently PostgreSQL extension is delivered as part of
>>>         SUNWphp524core package.
>>>
>>>         SUNWphp524-pgsql-root will deliver the configuration file  
>>> for
>>>         enabling this extension within PHP5 core.
>>>         /etc/php5/5.2.4/conf.d/pgsql.ini
>>>         /etc/php5/5.2.4/conf.d/pdo_psql.ini
>>>
>>>         SUNWphp524-pgsql will deliver the PostgreSQL extension  
>>> shared
>>>         object and its corresponding PDO support.
>>>         /usr/php5/5.2.4./modules/pgsql.so
>>>         /usr/php5/5.2.4./modules/pdo_pgsql.so
>>>
>>>
>>>         2.4 PEAR/PECL support will be enabled
>>>
>>>         PEAR/PECL extension is bundled within PHP 5.2.4 package.  
>>> This
>>>         extension will be now enabled.
>>>
>>>         From the PEAR project page:
>>>
>>>         PEAR is short for "PHP Extension and Application Repository"
>>>         and the purpose of PEAR is to provide
>>>
>>>         * A structured library of open-source code for PHP users
>>>         * A system for code distribution and package maintenance
>>>         * A standard style for code written in PHP, specified here
>>>         * The PHP Extension Community Library (PECL), see more below
>>>         * A web site, mailing lists and download mirrors to support
>>>           the PHP/PEAR community
>>>
>>>         PEAR support allows programmers to download custom  
>>> extensions
>>>         written in PHP to download from either http://pear.php.net
>>>         repository or from other third-party repositories. These
>>>         repositories are also known as "channels".
>>>
>>>         A default configuration file for PEAR will ship as
>>>         /etc/php5/5.2.4/pear.conf. Users can edit this configuration
>>>         file to customize the location of
>>>
>>>             a) Download / Install location for these custom  
>>> extensions
>>>             b) External repository location (aka channels)
>>>
>>>         From the PECL project page:
>>>
>>>         PECL (PHP Extension Community Library) is a repository of  
>>> PHP
>>>         extensions that are made available to customers via the PEAR
>>>         packaging system and can be installed using the PEAR  
>>> installer
>>>         with the 'pecl' command.
>>>
>>>         PECL extension allows programmers to download custom  
>>> extensions
>>>         written in "C" from http://pecl.php.net and compile it into
>>>         a shared object to be loaded within PHP runtime.
>>>
>>>         The following binaries will be now added as part
>>>         of PEAR/PECL support within our PHP5 integration
>>>
>>>         /usr/php5/5.2.4/bin/pear => downloads custom extensions  
>>> written
>>>                                     in PHP from user specified  
>>> channels.
>>>
>>>         /usr/php5/5.2.4/bin/pecl -> download custom extension  
>>> written in
>>>                                     in "C" from user specified  
>>> channels.
>>>
>>>         These binaries depend on an internal repository to be  
>>> available
>>>         within the system to write dynamic data. The internal  
>>> repository
>>>         location will be kept under /var/php5/5.2.4/pear directory.
>>>
>>>         The necessary files for enabling PEAR/PECL support will also
>>>         be kept within '/var/php/5.2.4/pear' directory.  These files
>>>         are listed under the Appendix' section.
>>>
>>>         PEAR/PECL support will be delivered as a separate package.
>>>
>>>         SUNWphp524-pear-root will deliver the configuration and
>>>         dependent files necessary for setting up an internal  
>>> repository
>>>         /etc/php5/5.2.4/pear.conf
>>>         /var/php5/5.2.4/* (These files are listed under the  
>>> 'Appendix')
>>>
>>>         SUNWphp524-pear will deliver the necessary pear/pecl  
>>> binaries
>>>         /usr/php5/5.2.4./bin/pear
>>>         /usr/php5/5.2.4./bin/pecl
>>>
>>>
>>>         2.5 Support for extension-specific INI files
>>>
>>>         Currently PHP requires all extensions to be configured  
>>> within
>>>         a single PHP ini file (/etc/php5/5.2.4/php.ini). A new
>>>         /etc/php5/5.2.4/conf.d/ directory will be added as a  
>>> location
>>>         for delivering per-extension configuration files.  This is
>>>         analogous to the Apache conf.d directory and will allow
>>>         extension packages to conveniently deliver configuration
>>>         without having to modify the main php.ini.
>>>
>>>         Also, a default ini file will be provided for all the
>>>         bundled extensions within /usr/php5/5.2.4/modules  
>>> directory so
>>>         that all these extensions are loaded by default.
>>>
>>>         Each extension-specific default INI file will be under
>>>         /etc/php5/5.2.4/conf.d/<extension>, containing:
>>>
>>>           ;<extension-name>.ini
>>>           ;Comment the below line to disable this extension
>>>           extension=<extension-name>.so
>>>
>>>
>>>         2.6 Symbolic links to the latest version
>>>
>>>         As seen in recent practice (Ruby[4], MySQL[5]), PHP will  
>>> also
>>>         add symbolic links into the latest version. See exported
>>>         interfaces for a list of the symbolic links being  
>>> introduced.
>>>
>>>
>>>         2.7 Integration with Apache
>>>
>>>         To provide automatic integration with Apache, a php
>>>         configuration file (php.conf) will be delivered under
>>>         '/etc/apache/2.2/conf.d' directory. This file will be
>>>         delivered by the SUNWapch22r-php5 package.
>>>
>>>         The PHP5 module for Apache 2 web server will be now  
>>> delivered
>>>         by SUNWapch22m-php5 package.
>>>
>>>
>>> 3. Additional Interfaces
>>>
>>>         3.1. Imported Interfaces
>>>
>>>         NAME                                            STABILITY
>>>         -----------------------------------------------------------
>>>         memcached[9][12]                                Uncommitted
>>>         mysql[10][5]                                    Uncommitted
>>>
>>>
>>>         3.2. Exported Interfaces
>>>
>>>         NAME                                            STABILITY
>>>         -----------------------------------------------------------
>>>         Xdebug extension                                Uncommitted
>>>         pear extension                                  Uncommitted
>>>         pecl extension                                  Uncommitted
>>>         Memcache extension                              Uncommitted
>>>         Mysql extension                                 Uncommitted
>>>
>>>         SUNWphp524-mysql-root                           Uncommitted
>>>         SUNWphp524-mysql                                Uncommitted
>>>         SUNWphp524-pgsql-root                           Uncommitted
>>>         SUNWphp524-pgsql                                Uncommitted
>>>         SUNWphp524-pear-root                            Uncommitted
>>>         SUNWphp524-pear                                 Uncommitted
>>>         SUNWapch22r-php5                                Uncommitted
>>>         SUNWapch22m-php5                                Uncommitted
>>>
>>>         /usr/php5/5.2.4/bin/pear                        Uncommitted
>>>         /usr/php5/5.2.4/bin/pecl                        Uncommitted
>>>         /var/php5/5.2.4/pear/*                          Uncommitted
>>>
>>>         /usr/php5/bin     -> /usr/php5/5.2.4/bin        Volatile
>>>         /usr/php5/lib     -> /usr/php5/5.2.4/lib        Volatile
>>>         /usr/php5/modules -> /usr/php5/5.2.4/modules    Volatile
>>>         /usr/php5/doc     -> /usr/php5/5.2.4/doc        Volatile
>>>         /usr/php5/man     -> /usr/php5/5.2.4/man        Volatile
>>>         /usr/php5/include -> /usr/php5/5.2.4/include    Volatile
>>>
>>>         /usr/php5/5.2.4/modules/apc.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/bcmath.so               Uncommitted
>>>         /usr/php5/5.2.4/modules/bz2.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/calendar.so             Uncommitted
>>>         /usr/php5/5.2.4/modules/ctype.so                Uncommitted
>>>         /usr/php5/5.2.4/modules/curl.so                 Uncommitted
>>>         /usr/php5/5.2.4/modules/dba.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/dom.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/dtrace.so               Uncommitted
>>>         /usr/php5/5.2.4/modules/exif.so                 Uncommitted
>>>         /usr/php5/5.2.4/modules/ftp.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/gd.so                   Uncommitted
>>>         /usr/php5/5.2.4/modules/gettext.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/hash.so                 Uncommitted
>>>         /usr/php5/5.2.4/modules/iconv.so                Uncommitted
>>>         /usr/php5/5.2.4/modules/idn.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/json.so                 Uncommitted
>>>         /usr/php5/5.2.4/modules/ldap.so                 Uncommitted
>>>         /usr/php5/5.2.4/modules/mbstring.so             Uncommitted
>>>         /usr/php5/5.2.4/modules/memcache.so             Uncommitted
>>>         /usr/php5/5.2.4/modules/mysql.so                Uncommitted
>>>         /usr/php5/5.2.4/modules/openssl.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/pcntl.so                Uncommitted
>>>         /usr/php5/5.2.4/modules/pdo.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/pdo_pgsql.so            Uncommitted
>>>         /usr/php5/5.2.4/modules/pdo_sqlite.so           Uncommitted
>>>         /usr/php5/5.2.4/modules/pgsql.so                Uncommitted
>>>         /usr/php5/5.2.4/modules/posix.so                Uncommitted
>>>         /usr/php5/5.2.4/modules/shmop.so                Uncommitted
>>>         /usr/php5/5.2.4/modules/soap.so                 Uncommitted
>>>         /usr/php5/5.2.4/modules/sockets.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/sqlite.so               Uncommitted
>>>         /usr/php5/5.2.4/modules/suhosin.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/sysvmsg.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/sysvsem.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/sysvshm.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/tcpwrap.so              Uncommitted
>>>         /usr/php5/5.2.4/modules/tidy.so                 Uncommitted
>>>         /usr/php5/5.2.4/modules/tokenizer.so            Uncommitted
>>>         /usr/php5/5.2.4/modules/xmlreader.so            Uncommitted
>>>         /usr/php5/5.2.4/modules/xmlrpc.so               Uncommitted
>>>         /usr/php5/5.2.4/modules/xmlwriter.so            Uncommitted
>>>         /usr/php5/5.2.4/modules/xsl.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/zip.so                  Uncommitted
>>>         /usr/php5/5.2.4/modules/zlib.so                 Uncommitted
>>>
>>>         /etc/apache2/2.2/conf.d/php.conf                Uncommitted
>>>         /etc/php5/5.2.4/pear.conf                       Uncommitted
>>>         /etc/php5/5.2.4/conf.d/apc.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/bcmath.ini               Uncommitted
>>>         /etc/php5/5.2.4/conf.d/bz2.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/calendar.ini             Uncommitted
>>>         /etc/php5/5.2.4/conf.d/ctype.ini                Uncommitted
>>>         /etc/php5/5.2.4/conf.d/curl.ini                 Uncommitted
>>>         /etc/php5/5.2.4/conf.d/dba.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/dom.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/dtrace.ini               Uncommitted
>>>         /etc/php5/5.2.4/conf.d/exif.ini                 Uncommitted
>>>         /etc/php5/5.2.4/conf.d/ftp.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/gd.ini                   Uncommitted
>>>         /etc/php5/5.2.4/conf.d/gettext.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/hash.ini                 Uncommitted
>>>         /etc/php5/5.2.4/conf.d/iconv.ini                Uncommitted
>>>         /etc/php5/5.2.4/conf.d/idn.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/json.ini                 Uncommitted
>>>         /etc/php5/5.2.4/conf.d/ldap.ini                 Uncommitted
>>>         /etc/php5/5.2.4/conf.d/mbstring.ini             Uncommitted
>>>         /etc/php5/5.2.4/conf.d/memcache.ini             Uncommitted
>>>         /etc/php5/5.2.4/conf.d/mysql.ini                Uncommitted
>>>         /etc/php5/5.2.4/conf.d/openssl.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/pcntl.ini                Uncommitted
>>>         /etc/php5/5.2.4/conf.d/pdo.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/pdo_pgsql.ini            Uncommitted
>>>         /etc/php5/5.2.4/conf.d/pdo_sqlite.ini           Uncommitted
>>>         /etc/php5/5.2.4/conf.d/pgsql.ini                Uncommitted
>>>         /etc/php5/5.2.4/conf.d/posix.ini                Uncommitted
>>>         /etc/php5/5.2.4/conf.d/shmop.ini                Uncommitted
>>>         /etc/php5/5.2.4/conf.d/soap.ini                 Uncommitted
>>>         /etc/php5/5.2.4/conf.d/sockets.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/sqlite.ini               Uncommitted
>>>         /etc/php5/5.2.4/conf.d/suhosin.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/sysvmsg.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/sysvsem.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/sysvshm.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/tcpwrap.ini              Uncommitted
>>>         /etc/php5/5.2.4/conf.d/tidy.ini                 Uncommitted
>>>         /etc/php5/5.2.4/conf.d/tokenizer.ini            Uncommitted
>>>         /etc/php5/5.2.4/conf.d/xmlreader.ini            Uncommitted
>>>         /etc/php5/5.2.4/conf.d/xmlrpc.ini               Uncommitted
>>>         /etc/php5/5.2.4/conf.d/xmlwriter.ini            Uncommitted
>>>         /etc/php5/5.2.4/conf.d/xsl.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/zip.ini                  Uncommitted
>>>         /etc/php5/5.2.4/conf.d/zlib.ini                 Uncommitted
>>>
>>>
>>> 4. References
>>>
>>>         [1] http://www.opensolaris.org/os/community/arc/caselog/2007/168/
>>>         [2] http://www.opensolaris.org/os/community/arc/caselog/2007/641/
>>>         [3] http://pecl.php.net/package/Xdebug
>>>         [4] http://www.opensolaris.org/os/community/arc/caselog/2007/600/
>>>         [5] http://www.opensolaris.org/os/community/arc/caselog/2007/608/
>>>         [6] http://www.php.net/
>>>         [7] http://pecl.php.net/
>>>         [8] http://pear.php.net
>>>         [9] http://www.danga.com/memcached/
>>>         [10] http://pecl.php.net/package/memcache
>>>         [11] http://www.mysql.com
>>>         [12] http://sac.sfbay/LSARC/2007/385/
>>>
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> = 
>>> ====================================================================
>>> Appendix A: Output of 'find /var/php5/5.2.4/pear/'
>>>
>>>     NAME
>>>         /var/php5
>>>         /var/php5/5.2.4
>>>         /var/php5/5.2.4/pear
>>>         /var/php5/5.2.4/pear/Archive
>>>         /var/php5/5.2.4/pear/Archive/Tar.php
>>>         /var/php5/5.2.4/pear/Console
>>>         /var/php5/5.2.4/pear/Console/Getopt.php
>>>         /var/php5/5.2.4/pear/OS
>>>         /var/php5/5.2.4/pear/OS/Guess.php
>>>         /var/php5/5.2.4/pear/PEAR
>>>         /var/php5/5.2.4/pear/PEAR/Exception.php
>>>         /var/php5/5.2.4/pear/PEAR/Frontend
>>>         /var/php5/5.2.4/pear/PEAR/Frontend/CLI.php
>>>         /var/php5/5.2.4/pear/PEAR/Autoloader.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v2.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v1.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v1.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v2.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v1.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/Validator.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/rw.php
>>>         /var/php5/5.2.4/pear/PEAR/ChannelFile
>>>         /var/php5/5.2.4/pear/PEAR/ChannelFile/Parser.php
>>>         /var/php5/5.2.4/pear/PEAR/REST.php
>>>         /var/php5/5.2.4/pear/PEAR/XMLParser.php
>>>         /var/php5/5.2.4/pear/PEAR/Validate.php
>>>         /var/php5/5.2.4/pear/PEAR/PackageFile.php
>>>         /var/php5/5.2.4/pear/PEAR/Task
>>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol
>>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol/rw.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Common.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Replace
>>>         /var/php5/5.2.4/pear/PEAR/Task/Replace/rw.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Replace.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript
>>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript/rw.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol
>>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol/rw.php
>>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer.php
>>>         /var/php5/5.2.4/pear/PEAR/Config.php
>>>         /var/php5/5.2.4/pear/PEAR/Command.php
>>>         /var/php5/5.2.4/pear/PEAR/DependencyDB.php
>>>         /var/php5/5.2.4/pear/PEAR/Downloader
>>>         /var/php5/5.2.4/pear/PEAR/Downloader/Package.php
>>>         /var/php5/5.2.4/pear/PEAR/Remote.php
>>>         /var/php5/5.2.4/pear/PEAR/RunTest.php
>>>         /var/php5/5.2.4/pear/PEAR/Common.php
>>>         /var/php5/5.2.4/pear/PEAR/ErrorStack.php
>>>         /var/php5/5.2.4/pear/PEAR/Builder.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Common.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.xml
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.xml
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.xml
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.xml
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.xml
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.xml
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.php
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.xml
>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.php
>>>         /var/php5/5.2.4/pear/PEAR/Registry.php
>>>         /var/php5/5.2.4/pear/PEAR/Frontend.php
>>>         /var/php5/5.2.4/pear/PEAR/Dependency.php
>>>         /var/php5/5.2.4/pear/PEAR/Command
>>>         /var/php5/5.2.4/pear/PEAR/Command/Auth.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Test.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Test.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Auth.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Channels.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Common.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Package.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Build.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Build.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Package.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Channels.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Registry.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Remote.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Remote.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Registry.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Install.xml
>>>         /var/php5/5.2.4/pear/PEAR/Command/Install.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Config.php
>>>         /var/php5/5.2.4/pear/PEAR/Command/Config.xml
>>>         /var/php5/5.2.4/pear/PEAR/REST
>>>         /var/php5/5.2.4/pear/PEAR/REST/11.php
>>>         /var/php5/5.2.4/pear/PEAR/REST/10.php
>>>         /var/php5/5.2.4/pear/PEAR/REST/13.php
>>>         /var/php5/5.2.4/pear/PEAR/Downloader.php
>>>         /var/php5/5.2.4/pear/PEAR/Packager.php
>>>         /var/php5/5.2.4/pear/PEAR/ChannelFile.php
>>>         /var/php5/5.2.4/pear/PEAR/Validator
>>>         /var/php5/5.2.4/pear/PEAR/Validator/PECL.php
>>>         /var/php5/5.2.4/pear/PEAR/Dependency2.php
>>>         /var/php5/5.2.4/pear/PEAR.php
>>>         /var/php5/5.2.4/pear/Structures
>>>         /var/php5/5.2.4/pear/Structures/Graph.php
>>>         /var/php5/5.2.4/pear/Structures/Graph
>>>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator
>>>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator/ 
>>> AcyclicTest.php
>>>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator/ 
>>> TopologicalSorter.php
>>>         /var/php5/5.2.4/pear/Structures/Graph/Node.php
>>>         /var/php5/5.2.4/pear/System.php
>>>         /var/php5/5.2.4/pear/data
>>>         /var/php5/5.2.4/pear/data/PEAR
>>>         /var/php5/5.2.4/pear/data/PEAR/template.spec
>>>         /var/php5/5.2.4/pear/data/PEAR/package.dtd
>>>         /var/php5/5.2.4/pear/data/Structures_Graph
>>>         /var/php5/5.2.4/pear/data/Structures_Graph/package.sh
>>>         /var/php5/5.2.4/pear/data/Structures_Graph/genpackage.xml.pl
>>>         /var/php5/5.2.4/pear/data/Structures_Graph/LICENSE
>>>         /var/php5/5.2.4/pear/data/Structures_Graph/publish.sh
>>>         /var/php5/5.2.4/pear/doc
>>>         /var/php5/5.2.4/pear/doc/PEAR
>>>         /var/php5/5.2.4/pear/doc/PEAR/INSTALL
>>>         /var/php5/5.2.4/pear/doc/PEAR/README
>>>         /var/php5/5.2.4/pear/doc/Archive_Tar
>>>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs
>>>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs/Archive_Tar.txt
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/ 
>>> Structures_Graph
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/ 
>>> Structures_Graph/Structures_Graph.pkg
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> elementindex_Structures_Graph.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> li_Structures_Graph.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> classtrees_Structures_Graph.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> packages.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> errors.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/ 
>>> _Structures_Graph_Manipulator_TopologicalSorter_php.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/_Structures_Graph_Node_php.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/Structures_Graph_Node.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/tutorial_Structures_Graph.pkg.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/_Structures_Graph_php.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> Structures_Graph/Structures_Graph.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/ 
>>> banner.css
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/ 
>>> stylesheet.css
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> elementindex.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> todolist.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/ 
>>> index.html
>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/generate.sh
>>>         /var/php5/5.2.4/pear/pearcmd.php
>>>         /var/php5/5.2.4/pear/peclcmd.php
>>>         /var/php5/5.2.4/pear/test
>>>         /var/php5/5.2.4/pear/test/Structures_Graph
>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests
>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/all- 
>>> tests.php
>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase
>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase/ 
>>> BasicGraph.php
>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/README
>>>
>>> 6. Resources and Schedule
>>>     6.4. Steering Committee requested information
>>>    	6.4.1. Consolidation C-team Name:
>>> 		sfw
>>>     6.5. ARC review type: FastTrack
>>>     6.6. ARC Exposure: open
>>>
>>>
>>>
>> _______________________________________________
>> webstack-discuss mailing list
>> webstack-discuss@opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
>>
> _______________________________________________
> opensolaris-arc mailing list
> opensolaris-arc@opensolaris.org


From Sriram.Natarajan@sun.com Sat Nov 17 21:06:28 2007
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lAI56R5L002495
	for <psarc-ext@sac.sfbay.sun.com>; Sat, 17 Nov 2007 21:06:28 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id lAI56LYi008687
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Sun, 18 Nov 2007 05:06:26 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JRO00I0NRILPH00@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Sat, 17 Nov 2007 21:06:21 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JRO004T1RIBUME0@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Sat,
 17 Nov 2007 21:06:11 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id lAI56Bkn029014	for
 <PSARC-ext@sun.com>; Sun, 18 Nov 2007 05:06:11 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0JRO00L01RBBUD00@mail-amer.sun.com>
 (original mail from Sriram.Natarajan@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Sat,
 17 Nov 2007 22:06:11 -0700 (MST)
Received: from [192.18.120.213] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0JRO00FB8RIACX30@mail-amer.sun.com>; Sat,
 17 Nov 2007 22:06:10 -0700 (MST)
Date: Sat, 17 Nov 2007 21:04:18 -0800
From: Sriram Natarajan <Sriram.Natarajan@sun.com>
Subject: Re: [webstack-discuss] PHP5 Feature Enhancements [PSARC/2007/656
 FastTrack timeout 11/21/2007]
In-reply-to: <F6D5D511-88D2-4F34-ABC6-89547FAE441B@elemental.org>
Sender: Sriram.Natarajan@sun.com
To: Dale Ghent <daleg@elemental.org>
Cc: Neal Pollack <Neal.Pollack@sun.com>, PSARC-ext@sun.com,
        Jyri Virkki <jyri@sac.sfbay.sun.com>,
        Webstack Discuss <webstack-discuss@opensolaris.org>
Message-id: <473FC7D2.7020500@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.2.0.264296
References: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
 <473BC08F.6010708@Sun.COM> <473BDE1A.1090900@Sun.COM>
 <F6D5D511-88D2-4F34-ABC6-89547FAE441B@elemental.org>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
Status: RO
Content-Length: 31901

Hi
  My apologies for the delayed response. Please find attached below the 
phpinfo() output.

http://wikis.sun.com/download/attachments/10390064/index.php.html

This output does not list the support of PEAR and MySQL database . 
However, support for PEAR and connecting to MySQL database will be added 
as part of this ARC case and will happen as soon MySQL database is 
integrated within Nevada (should happen in time for Nevada build 79). 
After this integration, PHP extensions like IMAP, unixODBC, readline, 
snmp will the only important ones to be left out and these ones will be 
added as the underlying dependent libraries are integrated within Nevada.

Hope this helps
thanks
sriram

Dale Ghent wrote:
>
> Sriram, could you please provide the equivalent of output from 
> phpinfo() from an example of the PHP5 module you envision integrating? 
> It would be nice to know the capabilities of the PHP5 module and 
> whether it would be bare-bones or reasonably enabled with features.
>
> /dale
>
> On Nov 15, 2007, at 12:50 AM, Sriram Natarajan wrote:
>
>> Hi
>>  PHP's mysql extension should be able to connect and work with MySQL 
>> 5.0 or 5.1 or above database server. This extension will be enabled 
>> only after MySQL 5.0 database is integrated within OpenSolaris.
>>
>> Hope this helps
>> thanks
>> Sriram
>>
>> Neal Pollack wrote:
>>>
>>> Jyri Virkki wrote:
>>>
>>>> I am sponsoring this case for Sriram Natarajan, timeout on 11/21/2007.
>>>>
>>>>
>>> For section 2.2, the item:
>>>
>>> SUNWphp524-mysql will deliver the MySQL extension shared object
>>>
>>>
>>> What version of MySQL can be connected to with the named
>>> extention(s)/package?
>>>
>>> Thanks,
>>>
>>> Neal
>>>
>>>
>>>
>>>> Template Version: @(#)sac_nextcase 1.64 07/13/07 SMI
>>>> This information is Copyright 2007 Sun Microsystems
>>>> 1. Introduction
>>>>     1.1. Project/Component Working Name:
>>>>      PHP5 Feature Enhancements
>>>>     1.2. Name of Document Author/Supplier:
>>>>      Author:  Sriram Natarajan
>>>>     1.3  Date of This Document:
>>>>     14 November, 2007
>>>> 4. Technical Description
>>>>
>>>> PHP5 Feature Enhancements
>>>>
>>>> 1. Summary
>>>>
>>>>         This case adds an assortment of new functionality to the
>>>>         recently integrated PHP5 engine (2007/168[1], 2007/641[2]).
>>>>
>>>>         This case seeks Micro/Patch Release Binding.
>>>>
>>>> 2. Technical Details
>>>>
>>>>         2.1 Xdebug[3] external extension will be bundled
>>>>
>>>>         From the project page: "The Xdebug extension helps you
>>>>         debugging your script by providing a lot of valuable debug
>>>>         information."
>>>>
>>>>         Xdebug is being bundled to support the PHP debugging features
>>>>         being delivered into Netbeans.
>>>>
>>>>
>>>>         2.2 Memcache[4] external extension will be bundled
>>>>
>>>>         From the project page: "Memcache module provides handy
>>>>         procedural and object oriented interface to memcached, highly
>>>>         effective caching daemon, which was especially designed to
>>>>         decrease database load in dynamic web applications."
>>>>
>>>>         PHP Memcache module is being bundled to integrate with
>>>>         Memcached server that is being delivered within OpenSolaris.
>>>>         This extension will be integrated only after Memcached server
>>>>         has been integrated within OpenSolaris. Depending on the
>>>>         timeline of memcached integration, this support might be
>>>>         delivered as a separate integration from the rest of the
>>>>         features of this project.
>>>>
>>>>
>>>>         2.2 MYSQL support
>>>>
>>>>         MYSQL extension allows PHP5 runtime engine to connect to MYSQL
>>>>         database[5].
>>>>
>>>>         This extension, shipped with PHP5 source, will be enabled
>>>>         after MYSQL database is integrated within OpenSolaris.
>>>>         Depending on the timeline of MYSQL integration, this support
>>>>         might be delivered as a separate integration from the rest of
>>>>         the features of this project.
>>>>
>>>>         MYSQL extension will be delivered as a separate package.
>>>>
>>>>         SUNWphp524-mysql-root will deliver the configuration file for
>>>>         enabling this extension within PHP5 core.
>>>>         /etc/php5/5.2.4/conf.d/mysql.ini
>>>>         /etc/php5/5.2.4/conf.d/pdo_mysql.ini
>>>>
>>>>         SUNWphp524-mysql will deliver the MySQL extension shared 
>>>> object
>>>>         /usr/php5/5.2.4./modules/mysql.so
>>>>         /usr/php5/5.2.4./modules/mysqli.so
>>>>         /usr/php5/5.2.4./modules/pdo_mysql.so
>>>>
>>>>
>>>>         2.3 PostgreSQL support
>>>>
>>>>         To reduce the number of dependencies of core PHP, PostgreSQL
>>>>         database extension will be delivered as a separate package as
>>>>         well. Currently PostgreSQL extension is delivered as part of
>>>>         SUNWphp524core package.
>>>>
>>>>         SUNWphp524-pgsql-root will deliver the configuration file for
>>>>         enabling this extension within PHP5 core.
>>>>         /etc/php5/5.2.4/conf.d/pgsql.ini
>>>>         /etc/php5/5.2.4/conf.d/pdo_psql.ini
>>>>
>>>>         SUNWphp524-pgsql will deliver the PostgreSQL extension shared
>>>>         object and its corresponding PDO support.
>>>>         /usr/php5/5.2.4./modules/pgsql.so
>>>>         /usr/php5/5.2.4./modules/pdo_pgsql.so
>>>>
>>>>
>>>>         2.4 PEAR/PECL support will be enabled
>>>>
>>>>         PEAR/PECL extension is bundled within PHP 5.2.4 package. This
>>>>         extension will be now enabled.
>>>>
>>>>         From the PEAR project page:
>>>>
>>>>         PEAR is short for "PHP Extension and Application Repository"
>>>>         and the purpose of PEAR is to provide
>>>>
>>>>         * A structured library of open-source code for PHP users
>>>>         * A system for code distribution and package maintenance
>>>>         * A standard style for code written in PHP, specified here
>>>>         * The PHP Extension Community Library (PECL), see more below
>>>>         * A web site, mailing lists and download mirrors to support
>>>>           the PHP/PEAR community
>>>>
>>>>         PEAR support allows programmers to download custom extensions
>>>>         written in PHP to download from either http://pear.php.net
>>>>         repository or from other third-party repositories. These
>>>>         repositories are also known as "channels".
>>>>
>>>>         A default configuration file for PEAR will ship as
>>>>         /etc/php5/5.2.4/pear.conf. Users can edit this configuration
>>>>         file to customize the location of
>>>>
>>>>             a) Download / Install location for these custom extensions
>>>>             b) External repository location (aka channels)
>>>>
>>>>         From the PECL project page:
>>>>
>>>>         PECL (PHP Extension Community Library) is a repository of PHP
>>>>         extensions that are made available to customers via the PEAR
>>>>         packaging system and can be installed using the PEAR installer
>>>>         with the 'pecl' command.
>>>>
>>>>         PECL extension allows programmers to download custom 
>>>> extensions
>>>>         written in "C" from http://pecl.php.net and compile it into
>>>>         a shared object to be loaded within PHP runtime.
>>>>
>>>>         The following binaries will be now added as part
>>>>         of PEAR/PECL support within our PHP5 integration
>>>>
>>>>         /usr/php5/5.2.4/bin/pear => downloads custom extensions 
>>>> written
>>>>                                     in PHP from user specified 
>>>> channels.
>>>>
>>>>         /usr/php5/5.2.4/bin/pecl -> download custom extension 
>>>> written in
>>>>                                     in "C" from user specified 
>>>> channels.
>>>>
>>>>         These binaries depend on an internal repository to be 
>>>> available
>>>>         within the system to write dynamic data. The internal 
>>>> repository
>>>>         location will be kept under /var/php5/5.2.4/pear directory.
>>>>
>>>>         The necessary files for enabling PEAR/PECL support will also
>>>>         be kept within '/var/php/5.2.4/pear' directory.  These files
>>>>         are listed under the Appendix' section.
>>>>
>>>>         PEAR/PECL support will be delivered as a separate package.
>>>>
>>>>         SUNWphp524-pear-root will deliver the configuration and
>>>>         dependent files necessary for setting up an internal 
>>>> repository
>>>>         /etc/php5/5.2.4/pear.conf
>>>>         /var/php5/5.2.4/* (These files are listed under the 
>>>> 'Appendix')
>>>>
>>>>         SUNWphp524-pear will deliver the necessary pear/pecl binaries
>>>>         /usr/php5/5.2.4./bin/pear
>>>>         /usr/php5/5.2.4./bin/pecl
>>>>
>>>>
>>>>         2.5 Support for extension-specific INI files
>>>>
>>>>         Currently PHP requires all extensions to be configured within
>>>>         a single PHP ini file (/etc/php5/5.2.4/php.ini). A new
>>>>         /etc/php5/5.2.4/conf.d/ directory will be added as a location
>>>>         for delivering per-extension configuration files.  This is
>>>>         analogous to the Apache conf.d directory and will allow
>>>>         extension packages to conveniently deliver configuration
>>>>         without having to modify the main php.ini.
>>>>
>>>>         Also, a default ini file will be provided for all the
>>>>         bundled extensions within /usr/php5/5.2.4/modules directory so
>>>>         that all these extensions are loaded by default.
>>>>
>>>>         Each extension-specific default INI file will be under
>>>>         /etc/php5/5.2.4/conf.d/<extension>, containing:
>>>>
>>>>           ;<extension-name>.ini
>>>>           ;Comment the below line to disable this extension
>>>>           extension=<extension-name>.so
>>>>
>>>>
>>>>         2.6 Symbolic links to the latest version
>>>>
>>>>         As seen in recent practice (Ruby[4], MySQL[5]), PHP will also
>>>>         add symbolic links into the latest version. See exported
>>>>         interfaces for a list of the symbolic links being introduced.
>>>>
>>>>
>>>>         2.7 Integration with Apache
>>>>
>>>>         To provide automatic integration with Apache, a php
>>>>         configuration file (php.conf) will be delivered under
>>>>         '/etc/apache/2.2/conf.d' directory. This file will be
>>>>         delivered by the SUNWapch22r-php5 package.
>>>>
>>>>         The PHP5 module for Apache 2 web server will be now delivered
>>>>         by SUNWapch22m-php5 package.
>>>>
>>>>
>>>> 3. Additional Interfaces
>>>>
>>>>         3.1. Imported Interfaces
>>>>
>>>>         NAME                                            STABILITY
>>>>         -----------------------------------------------------------
>>>>         memcached[9][12]                                Uncommitted
>>>>         mysql[10][5]                                    Uncommitted
>>>>
>>>>
>>>>         3.2. Exported Interfaces
>>>>
>>>>         NAME                                            STABILITY
>>>>         -----------------------------------------------------------
>>>>         Xdebug extension                                Uncommitted
>>>>         pear extension                                  Uncommitted
>>>>         pecl extension                                  Uncommitted
>>>>         Memcache extension                              Uncommitted
>>>>         Mysql extension                                 Uncommitted
>>>>
>>>>         SUNWphp524-mysql-root                           Uncommitted
>>>>         SUNWphp524-mysql                                Uncommitted
>>>>         SUNWphp524-pgsql-root                           Uncommitted
>>>>         SUNWphp524-pgsql                                Uncommitted
>>>>         SUNWphp524-pear-root                            Uncommitted
>>>>         SUNWphp524-pear                                 Uncommitted
>>>>         SUNWapch22r-php5                                Uncommitted
>>>>         SUNWapch22m-php5                                Uncommitted
>>>>
>>>>         /usr/php5/5.2.4/bin/pear                        Uncommitted
>>>>         /usr/php5/5.2.4/bin/pecl                        Uncommitted
>>>>         /var/php5/5.2.4/pear/*                          Uncommitted
>>>>
>>>>         /usr/php5/bin     -> /usr/php5/5.2.4/bin        Volatile
>>>>         /usr/php5/lib     -> /usr/php5/5.2.4/lib        Volatile
>>>>         /usr/php5/modules -> /usr/php5/5.2.4/modules    Volatile
>>>>         /usr/php5/doc     -> /usr/php5/5.2.4/doc        Volatile
>>>>         /usr/php5/man     -> /usr/php5/5.2.4/man        Volatile
>>>>         /usr/php5/include -> /usr/php5/5.2.4/include    Volatile
>>>>
>>>>         /usr/php5/5.2.4/modules/apc.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/bcmath.so               Uncommitted
>>>>         /usr/php5/5.2.4/modules/bz2.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/calendar.so             Uncommitted
>>>>         /usr/php5/5.2.4/modules/ctype.so                Uncommitted
>>>>         /usr/php5/5.2.4/modules/curl.so                 Uncommitted
>>>>         /usr/php5/5.2.4/modules/dba.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/dom.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/dtrace.so               Uncommitted
>>>>         /usr/php5/5.2.4/modules/exif.so                 Uncommitted
>>>>         /usr/php5/5.2.4/modules/ftp.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/gd.so                   Uncommitted
>>>>         /usr/php5/5.2.4/modules/gettext.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/hash.so                 Uncommitted
>>>>         /usr/php5/5.2.4/modules/iconv.so                Uncommitted
>>>>         /usr/php5/5.2.4/modules/idn.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/json.so                 Uncommitted
>>>>         /usr/php5/5.2.4/modules/ldap.so                 Uncommitted
>>>>         /usr/php5/5.2.4/modules/mbstring.so             Uncommitted
>>>>         /usr/php5/5.2.4/modules/memcache.so             Uncommitted
>>>>         /usr/php5/5.2.4/modules/mysql.so                Uncommitted
>>>>         /usr/php5/5.2.4/modules/openssl.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/pcntl.so                Uncommitted
>>>>         /usr/php5/5.2.4/modules/pdo.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/pdo_pgsql.so            Uncommitted
>>>>         /usr/php5/5.2.4/modules/pdo_sqlite.so           Uncommitted
>>>>         /usr/php5/5.2.4/modules/pgsql.so                Uncommitted
>>>>         /usr/php5/5.2.4/modules/posix.so                Uncommitted
>>>>         /usr/php5/5.2.4/modules/shmop.so                Uncommitted
>>>>         /usr/php5/5.2.4/modules/soap.so                 Uncommitted
>>>>         /usr/php5/5.2.4/modules/sockets.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/sqlite.so               Uncommitted
>>>>         /usr/php5/5.2.4/modules/suhosin.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/sysvmsg.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/sysvsem.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/sysvshm.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/tcpwrap.so              Uncommitted
>>>>         /usr/php5/5.2.4/modules/tidy.so                 Uncommitted
>>>>         /usr/php5/5.2.4/modules/tokenizer.so            Uncommitted
>>>>         /usr/php5/5.2.4/modules/xmlreader.so            Uncommitted
>>>>         /usr/php5/5.2.4/modules/xmlrpc.so               Uncommitted
>>>>         /usr/php5/5.2.4/modules/xmlwriter.so            Uncommitted
>>>>         /usr/php5/5.2.4/modules/xsl.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/zip.so                  Uncommitted
>>>>         /usr/php5/5.2.4/modules/zlib.so                 Uncommitted
>>>>
>>>>         /etc/apache2/2.2/conf.d/php.conf                Uncommitted
>>>>         /etc/php5/5.2.4/pear.conf                       Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/apc.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/bcmath.ini               Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/bz2.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/calendar.ini             Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/ctype.ini                Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/curl.ini                 Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/dba.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/dom.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/dtrace.ini               Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/exif.ini                 Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/ftp.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/gd.ini                   Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/gettext.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/hash.ini                 Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/iconv.ini                Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/idn.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/json.ini                 Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/ldap.ini                 Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/mbstring.ini             Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/memcache.ini             Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/mysql.ini                Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/openssl.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/pcntl.ini                Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/pdo.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/pdo_pgsql.ini            Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/pdo_sqlite.ini           Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/pgsql.ini                Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/posix.ini                Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/shmop.ini                Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/soap.ini                 Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/sockets.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/sqlite.ini               Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/suhosin.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/sysvmsg.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/sysvsem.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/sysvshm.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/tcpwrap.ini              Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/tidy.ini                 Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/tokenizer.ini            Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/xmlreader.ini            Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/xmlrpc.ini               Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/xmlwriter.ini            Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/xsl.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/zip.ini                  Uncommitted
>>>>         /etc/php5/5.2.4/conf.d/zlib.ini                 Uncommitted
>>>>
>>>>
>>>> 4. References
>>>>
>>>>         [1] 
>>>> http://www.opensolaris.org/os/community/arc/caselog/2007/168/
>>>>         [2] 
>>>> http://www.opensolaris.org/os/community/arc/caselog/2007/641/
>>>>         [3] http://pecl.php.net/package/Xdebug
>>>>         [4] 
>>>> http://www.opensolaris.org/os/community/arc/caselog/2007/600/
>>>>         [5] 
>>>> http://www.opensolaris.org/os/community/arc/caselog/2007/608/
>>>>         [6] http://www.php.net/
>>>>         [7] http://pecl.php.net/
>>>>         [8] http://pear.php.net
>>>>         [9] http://www.danga.com/memcached/
>>>>         [10] http://pecl.php.net/package/memcache
>>>>         [11] http://www.mysql.com
>>>>         [12] http://sac.sfbay/LSARC/2007/385/
>>>>
>>>> ========================================================================== 
>>>>
>>>> Appendix A: Output of 'find /var/php5/5.2.4/pear/'
>>>>
>>>>     NAME
>>>>         /var/php5
>>>>         /var/php5/5.2.4
>>>>         /var/php5/5.2.4/pear
>>>>         /var/php5/5.2.4/pear/Archive
>>>>         /var/php5/5.2.4/pear/Archive/Tar.php
>>>>         /var/php5/5.2.4/pear/Console
>>>>         /var/php5/5.2.4/pear/Console/Getopt.php
>>>>         /var/php5/5.2.4/pear/OS
>>>>         /var/php5/5.2.4/pear/OS/Guess.php
>>>>         /var/php5/5.2.4/pear/PEAR
>>>>         /var/php5/5.2.4/pear/PEAR/Exception.php
>>>>         /var/php5/5.2.4/pear/PEAR/Frontend
>>>>         /var/php5/5.2.4/pear/PEAR/Frontend/CLI.php
>>>>         /var/php5/5.2.4/pear/PEAR/Autoloader.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v2.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Parser/v1.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v1.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/Generator/v2.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v1.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/Validator.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile/v2/rw.php
>>>>         /var/php5/5.2.4/pear/PEAR/ChannelFile
>>>>         /var/php5/5.2.4/pear/PEAR/ChannelFile/Parser.php
>>>>         /var/php5/5.2.4/pear/PEAR/REST.php
>>>>         /var/php5/5.2.4/pear/PEAR/XMLParser.php
>>>>         /var/php5/5.2.4/pear/PEAR/Validate.php
>>>>         /var/php5/5.2.4/pear/PEAR/PackageFile.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Windowseol/rw.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Common.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Replace
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Replace/rw.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Replace.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript/rw.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Unixeol/rw.php
>>>>         /var/php5/5.2.4/pear/PEAR/Task/Postinstallscript.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer.php
>>>>         /var/php5/5.2.4/pear/PEAR/Config.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command.php
>>>>         /var/php5/5.2.4/pear/PEAR/DependencyDB.php
>>>>         /var/php5/5.2.4/pear/PEAR/Downloader
>>>>         /var/php5/5.2.4/pear/PEAR/Downloader/Package.php
>>>>         /var/php5/5.2.4/pear/PEAR/Remote.php
>>>>         /var/php5/5.2.4/pear/PEAR/RunTest.php
>>>>         /var/php5/5.2.4/pear/PEAR/Common.php
>>>>         /var/php5/5.2.4/pear/PEAR/ErrorStack.php
>>>>         /var/php5/5.2.4/pear/PEAR/Builder.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Common.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Src.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Ext.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Doc.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Test.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Php.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Data.php
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Installer/Role/Script.php
>>>>         /var/php5/5.2.4/pear/PEAR/Registry.php
>>>>         /var/php5/5.2.4/pear/PEAR/Frontend.php
>>>>         /var/php5/5.2.4/pear/PEAR/Dependency.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Auth.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Test.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Test.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Auth.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Pickle.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Channels.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Common.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Package.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Build.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Build.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Package.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Channels.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Mirror.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Registry.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Remote.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Remote.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Registry.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Install.xml
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Install.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Config.php
>>>>         /var/php5/5.2.4/pear/PEAR/Command/Config.xml
>>>>         /var/php5/5.2.4/pear/PEAR/REST
>>>>         /var/php5/5.2.4/pear/PEAR/REST/11.php
>>>>         /var/php5/5.2.4/pear/PEAR/REST/10.php
>>>>         /var/php5/5.2.4/pear/PEAR/REST/13.php
>>>>         /var/php5/5.2.4/pear/PEAR/Downloader.php
>>>>         /var/php5/5.2.4/pear/PEAR/Packager.php
>>>>         /var/php5/5.2.4/pear/PEAR/ChannelFile.php
>>>>         /var/php5/5.2.4/pear/PEAR/Validator
>>>>         /var/php5/5.2.4/pear/PEAR/Validator/PECL.php
>>>>         /var/php5/5.2.4/pear/PEAR/Dependency2.php
>>>>         /var/php5/5.2.4/pear/PEAR.php
>>>>         /var/php5/5.2.4/pear/Structures
>>>>         /var/php5/5.2.4/pear/Structures/Graph.php
>>>>         /var/php5/5.2.4/pear/Structures/Graph
>>>>         /var/php5/5.2.4/pear/Structures/Graph/Manipulator
>>>>         
>>>> /var/php5/5.2.4/pear/Structures/Graph/Manipulator/AcyclicTest.php
>>>>         
>>>> /var/php5/5.2.4/pear/Structures/Graph/Manipulator/TopologicalSorter.php 
>>>>
>>>>         /var/php5/5.2.4/pear/Structures/Graph/Node.php
>>>>         /var/php5/5.2.4/pear/System.php
>>>>         /var/php5/5.2.4/pear/data
>>>>         /var/php5/5.2.4/pear/data/PEAR
>>>>         /var/php5/5.2.4/pear/data/PEAR/template.spec
>>>>         /var/php5/5.2.4/pear/data/PEAR/package.dtd
>>>>         /var/php5/5.2.4/pear/data/Structures_Graph
>>>>         /var/php5/5.2.4/pear/data/Structures_Graph/package.sh
>>>>         /var/php5/5.2.4/pear/data/Structures_Graph/genpackage.xml.pl
>>>>         /var/php5/5.2.4/pear/data/Structures_Graph/LICENSE
>>>>         /var/php5/5.2.4/pear/data/Structures_Graph/publish.sh
>>>>         /var/php5/5.2.4/pear/doc
>>>>         /var/php5/5.2.4/pear/doc/PEAR
>>>>         /var/php5/5.2.4/pear/doc/PEAR/INSTALL
>>>>         /var/php5/5.2.4/pear/doc/PEAR/README
>>>>         /var/php5/5.2.4/pear/doc/Archive_Tar
>>>>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs
>>>>         /var/php5/5.2.4/pear/doc/Archive_Tar/docs/Archive_Tar.txt
>>>>         /var/php5/5.2.4/pear/doc/Structures_Graph
>>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs
>>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg 
>>>>
>>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex_Structures_Graph.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/li_Structures_Graph.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/classtrees_Structures_Graph.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/packages.html
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/errors.html
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html 
>>>>
>>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/banner.css
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/media/stylesheet.css 
>>>>
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/elementindex.html
>>>>         
>>>> /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/todolist.html
>>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/html/index.html
>>>>         /var/php5/5.2.4/pear/doc/Structures_Graph/docs/generate.sh
>>>>         /var/php5/5.2.4/pear/pearcmd.php
>>>>         /var/php5/5.2.4/pear/peclcmd.php
>>>>         /var/php5/5.2.4/pear/test
>>>>         /var/php5/5.2.4/pear/test/Structures_Graph
>>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests
>>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/all-tests.php
>>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase
>>>>         
>>>> /var/php5/5.2.4/pear/test/Structures_Graph/tests/testCase/BasicGraph.php 
>>>>
>>>>         /var/php5/5.2.4/pear/test/Structures_Graph/tests/README
>>>>
>>>> 6. Resources and Schedule
>>>>     6.4. Steering Committee requested information
>>>>        6.4.1. Consolidation C-team Name:
>>>>         sfw
>>>>     6.5. ARC review type: FastTrack
>>>>     6.6. ARC Exposure: open
>>>>
>>>>
>>>>
>>> _______________________________________________
>>> webstack-discuss mailing list
>>> webstack-discuss@opensolaris.org
>>> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
>>>
>> _______________________________________________
>> opensolaris-arc mailing list
>> opensolaris-arc@opensolaris.org
>

From jyri@buye.red.iplanet.com Wed Nov 21 19:03:05 2007
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lAM334VF014299
	for <psarc-ext@sac.sfbay.Sun.COM>; Wed, 21 Nov 2007 19:03:04 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id lAM32tET014264;
	Thu, 22 Nov 2007 11:03:01 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JRW00D010H05500@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 21 Nov 2007 19:03:00 -0800 (PST)
Received: from buye.red.iplanet.com ([192.18.65.224])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JRW00C8G0H0PQ00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 21 Nov 2007 19:03:00 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id lAM2tUxs001168; Wed,
 21 Nov 2007 18:55:30 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id lAM2tUNx001167; Wed,
 21 Nov 2007 18:55:30 -0800 (PST)
Date: Wed, 21 Nov 2007 18:55:30 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: PHP5 Feature Enhancements [PSARC/2007/656 FastTrack timeout
 11/21/2007]
In-reply-to: <473FC7D2.7020500@Sun.COM>
To: Sriram Natarajan <Sriram.Natarajan@sun.com>
Cc: PSARC-ext@sun.com, Webstack Discuss <webstack-discuss@opensolaris.org>
Message-id: <20071122025530.GA1161@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.2.0.264296
References: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
 <473BC08F.6010708@Sun.COM> <473BDE1A.1090900@Sun.COM>
 <F6D5D511-88D2-4F34-ABC6-89547FAE441B@elemental.org> <473FC7D2.7020500@Sun.COM>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 157


The conversation has wound down and the timer has expired, so I've
closed this case approved.


-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From jyri@buye.red.iplanet.com Thu Dec  6 21:07:07 2007
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id lB7576JW024857
	for <psarc-ext@sac.sfbay.Sun.COM>; Thu, 6 Dec 2007 21:07:07 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id lB756w5k021376;
	Fri, 7 Dec 2007 13:07:02 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0JSN00407Y7OEI00@nwk-avmta-2.sfbay.sun.com>; Thu,
 06 Dec 2007 21:07:00 -0800 (PST)
Received: from buye.red.iplanet.com ([192.18.65.224])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0JSN00EMMY7NHN80@nwk-avmta-2.sfbay.sun.com>; Thu,
 06 Dec 2007 21:06:59 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id lB756xGv015817; Thu,
 06 Dec 2007 21:06:59 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id lB756xC2015816; Thu,
 06 Dec 2007 21:06:59 -0800 (PST)
Date: Thu, 06 Dec 2007 21:06:59 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: PHP5 Feature Enhancements [PSARC/2007/656 FastTrack timeout
 11/21/2007]
In-reply-to: <20071122025530.GA1161@sun.com>
To: PSARC-ext@sun.com
Cc: Sriram Natarajan <Sriram.Natarajan@sun.com>
Message-id: <20071207050659.GA15810@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.2.0.264296
References: <200711150210.lAF2AYvn020424@sac.sfbay.sun.com>
 <473BC08F.6010708@Sun.COM> <473BDE1A.1090900@Sun.COM>
 <F6D5D511-88D2-4F34-ABC6-89547FAE441B@elemental.org>
 <473FC7D2.7020500@Sun.COM> <20071122025530.GA1161@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 570


I've recorded the following clarifying text from the project team in
the case materials (under materials directory).


187c187,190
<         by SUNWapch22m-php5 package.
---
>         by SUNWapch22m-php5 package and it will be delivered as
>         /usr/apache2/2.2/libexec/mod_php5.so (superseding previous
>         plan from PSARC/2007/168 to deliver /usr/php5/5.2.4/lib/libphp5.so 
>         in SUNWphp524core).
275a279
>         /usr/apache2/2.2/libexec/mod_php5.so            Uncommitted
276a281
> 



-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

