Top Level :: Networking
:: opendirectory
:: 0.2.3
opendirectory 0.2.3
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
PHP interface to OpenDirectory Framework |
Maintainers |
Justin Hannus <
jhannus at 128kb dot com >
(lead)
[details]
|
License |
PHP |
Description |
Open Directory is a directory service architecture whose programming
interface provides a centralized way for applications and services to retrieve
information stored in directories. The Open Directory architecture consists of
the DirectoryServices daemon, which receives Open Directory client API calls and
sends them to the appropriate Open Directory plug-in. |
Homepage |
http://www.128kb.com/projects/index.php
|
Release notes
Version 0.2.3
(beta)
|
1. Some internal stuff has changed. 1. Better TS support. 2. example.php has changed. 3. More constants defined in separate php files. 4. The following functions were added:
	int ds_flush_record(resource rec_ref) 	mixed ds_create_record_and_open(resource node_ref, string name, string type) 	string ds_get_record_attr_value_by_index(resource rec_ref, string type, int index) 	string ds_get_record_attr_value_by_id(resource rec_ref, string type, int id) 	 5. The following function's parameters have changed:
	ds_add_attribute() 	ds_add_attribute_value() 	ds_remove_attribute() 	ds_remove_attribute_value() 	ds_create_record() 	ds_set_record_name() 	ds_set_record_type() |
|
Dependencies for release 0.2.3 |
|
|