sorry for this commit.. I really messed up the consoles :P
I'll rollback it in the next commit.

Nuno


----- Original Message ----- From: "Nuno Lopes" <[EMAIL PROTECTED]>
To: <phpdoc@lists.php.net>
Sent: Sunday, July 23, 2006 8:31 PM
Subject: [PHP-DOC] cvs: phpdoc /scripts xml_proto.php


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/phpdoc/scripts/xml_proto.php?r1=1.43&r2=1.44&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 <[EMAIL PROTECTED]>                             |
  +----------------------------------------------------------------------+

-  $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");

Reply via email to