| 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 Version 1.0.3 (stable) |
Compatibility with Tuscany C++/SDO M1 release and some bug fixes over 1.0.2
- Update the base C++/SDO implementation to be the Tuscany CPP Milestone 1 release: cpp-0.1.incubating-M1
- Tested with Linux AMD 64-bit architecture
- new 3-argument version of SDO_DAS_XML::createDocument() allows an SDO_DAS_XML_Document to be created from an SDO
- fix defect 7878 Silent failure with malformed SQL
- fix defect 7879 Improve error message in SDO_DAS_Relational_DatabaseHelper:executeStatement
- fix defect 8280 Remove spaces from source files
- fix defect 8300 Optimistic concurrency failure
- fix defect 8374 Exception hierarchy (temporary fix) |