| Package Information |
| Summary |
Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP |
| Maintainers |
Caroline Maynard <cem@php.net> (lead) [details] Graham Charters <gcc@php.net> (lead) [details] Matthew Peters <mfp@php.net> (lead) [details] Simon Laws (lead) [details]
|
| License |
Apache 2.0 |
| Description |
Service Data Objects (SDOs) enable PHP applications to work with data from different sources (typically a database query or an XML file) using a single interface. SCA for PHP allows a PHP programmer to write reusable components (classes) in PHP, which can be called either locally, or in a a variety of ways remotely (soap web services, xml-rpc, json-rpc, REST, etc), but always with the same interface. |
| Homepage |
http://www.osoa.org/display/PHP/ |
Release notes Version0.6.1 |
Improved reporting of Schema and XML parse errors (libxml2 errors surfaced in an XML Data Access Service SDO_DAS_XML_ParserException).
Various bug fixes, including PECL bugs 6002 and 6006.
Support for XML Schema 'nillable'.
Support to build and run against PHP 6.0 (only with unicode semantics off). |