[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] cvs: pecl /parsekit parsekit.c php_parsekit.h
From:       "Sara Golemon" <pollita () php ! net>
Date:       2004-08-26 3:20:16
Message-ID: cvspollita1093490416 () cvsserver
[Download RAW message or body]

pollita		Wed Aug 25 23:20:16 2004 EDT

  Modified files:              
    /pecl/parsekit	parsekit.c php_parsekit.h 
  Log:
  Petty fixes
  
http://cvs.php.net/diff.php/pecl/parsekit/parsekit.c?r1=1.9&r2=1.10&ty=u
Index: pecl/parsekit/parsekit.c
diff -u pecl/parsekit/parsekit.c:1.9 pecl/parsekit/parsekit.c:1.10
--- pecl/parsekit/parsekit.c:1.9	Sun Aug 15 21:15:46 2004
+++ pecl/parsekit/parsekit.c	Wed Aug 25 23:20:16 2004
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: parsekit.c,v 1.9 2004/08/16 01:15:46 pollita Exp $ */
+/* $Id: parsekit.c,v 1.10 2004/08/26 03:20:16 pollita Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -602,7 +602,7 @@
 	} else if (options & PHP_PARSEKIT_ALWAYS_SET) {
 		add_assoc_null(return_value, "parent");
 	}
-	add_assoc_bool(return_value, "constnats_updated", ce->constants_updated);
+	add_assoc_bool(return_value, "constants_updated", ce->constants_updated);
 #ifdef ZEND_ENGINE_2
 /* ZE2 class_entry members */
 	add_assoc_long(return_value, "ce_flags", ce->ce_flags);
http://cvs.php.net/diff.php/pecl/parsekit/php_parsekit.h?r1=1.4&r2=1.5&ty=u
Index: pecl/parsekit/php_parsekit.h
diff -u pecl/parsekit/php_parsekit.h:1.4 pecl/parsekit/php_parsekit.h:1.5
--- pecl/parsekit/php_parsekit.h:1.4	Sat Aug  7 19:50:32 2004
+++ pecl/parsekit/php_parsekit.h	Wed Aug 25 23:20:16 2004
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_parsekit.h,v 1.4 2004/08/07 23:50:32 pollita Exp $ */
+/* $Id: php_parsekit.h,v 1.5 2004/08/26 03:20:16 pollita Exp $ */
 
 #ifndef PHP_PARSEKIT_H
 #define PHP_PARSEKIT_H
@@ -34,6 +34,9 @@
 
 PHP_FUNCTION(parsekit_compile_string);
 PHP_FUNCTION(parsekit_compile_file);
+PHP_FUNCTION(parsekit_opcode_flags);
+PHP_FUNCTION(parsekit_opcode_name);
+PHP_FUNCTION(parsekit_func_arginfo);
 
 ZEND_BEGIN_MODULE_GLOBALS(parsekit)
 	int in_parsekit_compile;

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic