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

List:       pecl-cvs
Subject:    [PECL-CVS] cvs: pecl /newt TODO newt.c package.xml
From:       "Michael Spector" <michael () php ! net>
Date:       2004-08-27 20:26:14
Message-ID: cvsmichael1093638374 () cvsserver
[Download RAW message or body]

michael		Fri Aug 27 16:26:14 2004 EDT

  Added files:                 
    /pecl/newt	package.xml 

  Modified files:              
    /pecl/newt	TODO newt.c 
  Log:
  added package.xml
  
  
http://cvs.php.net/diff.php/pecl/newt/TODO?r1=1.2&r2=1.3&ty=u
Index: pecl/newt/TODO
diff -u pecl/newt/TODO:1.2 pecl/newt/TODO:1.3
--- pecl/newt/TODO:1.2	Sun Aug 15 12:31:22 2004
+++ pecl/newt/TODO	Fri Aug 27 16:26:14 2004
@@ -1,2 +1 @@
-* Find a way of calling library functions getting variable number of arguments from \
                PHP
 * Write more examples
http://cvs.php.net/diff.php/pecl/newt/newt.c?r1=1.23&r2=1.24&ty=u
Index: pecl/newt/newt.c
diff -u pecl/newt/newt.c:1.23 pecl/newt/newt.c:1.24
--- pecl/newt/newt.c:1.23	Tue Aug 24 17:02:12 2004
+++ pecl/newt/newt.c	Fri Aug 27 16:26:14 2004
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: newt.c,v 1.23 2004/08/24 21:02:12 michael Exp $ */
+/* $Id: newt.c,v 1.24 2004/08/27 20:26:14 michael Exp $ */
 
 #include <newt.h>
 
@@ -3727,7 +3727,7 @@
 
 		items[i].text = Z_STRVAL_PP(z_item_text);
 		php_var_serialize(&buf, z_item_value, &var_hash_s TSRMLS_CC);
-		items[i].value = (const char **)&buf.c;
+		items[i].value = &buf.c;
 		items[i].flags = Z_LVAL_PP(z_item_flags);
 
 		i++;

http://cvs.php.net/co.php/pecl/newt/package.xml?r=1.1&p=1
Index: pecl/newt/package.xml
+++ pecl/newt/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>newt</name>
 <summary>Extension for RedHat Newt window library</summary>
 <maintainers>
  <maintainer>
   <user>michael</user>
   <name>Michael Spector</name>
   <email>michael@zend.com</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>PHP-NEWT - PHP language extension for RedHat Newt library, a \
terminal-based window and widget library for writing applications with user friendly \
interface. Once this extension is enabled in PHP it will provide the use of Newt \
widgets, such as windows, buttons, checkboxes, radiobuttons, labels, editboxes, \
scrolls, textareas, scales, etc. Use of this extension if very similar to the \
original Newt API fo C programming language.  </description>
 <license>PHP</license>
 <release>
  <state>alpha</state>
  <version>0.1</version>
  <date>2004-08-27</date>
  <notes>Initial release</notes>
  <filelist>
   <file role="src" name="config.m4"/>
   <file role="src" name="newt.c"/>
   <file role="src" name="php_newt.h"/>
   <file role="src" name="newt_vcall.c"/>
   <file role="src" name="newt_vcall.h"/>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="TODO"/>
   <dir name="examples" role="test">
    <file name="01.php"/>
    <file name="02.php"/>
   </dir>
   <dir name="tests" role="test">
    <file name="001.phpt"/>
   </dir>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="4.3.0"/>
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->



-- 
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