For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2006 > cvs: phpdoc /scripts xml_proto.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /scripts xml_proto.php
Nuno Lopes

2006-07-23, 6:57 pm

nlopess Sun Jul 23 19:31:23 2006 UTC

Modified files:
/phpdoc/scripts xml_proto.php
Log:
also upgrade parse_desc(). the http pecl extension should be parsable by now

http://cvs.php.net/viewvc.cgi/phpdo...4&diff_format=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.43 phpdoc/scripts/xml_proto.php:1.44
--- phpdoc/scripts/xml_proto.php:1.43 Sun Jul 23 19:27:39 2006
+++ phpdoc/scripts/xml_proto.php Sun Jul 23 19:31:23 2006
@@ -16,7 +16,7 @@
| Authors: Brad House <bradmssw@php.net> |
+----------------------------------------------------------------------+

- $Id: xml_proto.php,v 1.43 2006/07/23 19:27:39 nlopess Exp $
+ $Id: xml_proto.php,v 1.44 2006/07/23 19:31:23 nlopess Exp $
*/

/*
@@ -517,6 +517,7 @@

function scan_for_constants($buffer)
{
+var_dump($buffer);exit;
scan_for_constants_byref($buffer, "REGISTER_LONG_CONSTANT", "integer");
scan_for_constants_byref($buffer, "REGISTER_DOUBLE_CONSTANT", "float");
scan_for_constants_byref($buffer, "REGISTER_STRING_CONSTANT", "string");
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com