[PHP-DEV] Bug #11753: Need way to load sent XML From: chriso <email protected>
Date: 06/27/01

From: chriso <email protected>
Operating system: Any
PHP version: 4.0.5
PHP Bug Type: Feature/Change Request
Bug description: Need way to load sent XML

There appears to be no way to load an XML string that was sent to a PHP page with a content-type: text/xml. What I think could be appropriate is a function xml_load_from_request(). Then, a client could post a request without having to go through the trouble of form-encoding it.

-- 
Edit Bug report at: http://bugs.php.net/?id=11753&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>