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

List:       php-cvs
Subject:    [PHP-CVS] cvs: php-src /ext/standard incomplete_class.c
From:       "Marcus Boerger" <helly () php ! net>
Date:       2004-10-30 19:14:05
Message-ID: cvshelly1099163645 () cvsserver
[Download RAW message or body]

helly		Sat Oct 30 15:14:05 2004 EDT

  Modified files:              
    /php-src/ext/standard	incomplete_class.c 
  Log:
  - Update to new API
  
http://cvs.php.net/diff.php/php-src/ext/standard/incomplete_class.c?r1=1.25&r2=1.26&ty=u
                
Index: php-src/ext/standard/incomplete_class.c
diff -u php-src/ext/standard/incomplete_class.c:1.25 \
                php-src/ext/standard/incomplete_class.c:1.26
--- php-src/ext/standard/incomplete_class.c:1.25	Sun Sep  5 13:37:57 2004
+++ php-src/ext/standard/incomplete_class.c	Sat Oct 30 15:14:05 2004
@@ -17,7 +17,7 @@
  */
 
 
-/* $Id: incomplete_class.c,v 1.25 2004/09/05 17:37:57 helly Exp $ */
+/* $Id: incomplete_class.c,v 1.26 2004/10/30 19:14:05 helly Exp $ */
 
 #include "php.h"
 #include "basic_functions.h"
@@ -82,8 +82,8 @@
 	return 0;
 }
 
-static union _zend_function *incomplete_class_get_method(zval *object, char *method, \
                int method_len TSRMLS_DC) {
-	incomplete_class_message(object, E_ERROR TSRMLS_CC);
+static union _zend_function *incomplete_class_get_method(zval **object, char \
*method, int method_len TSRMLS_DC) { +	incomplete_class_message(*object, E_ERROR \
TSRMLS_CC);  return NULL;
 }
 

-- 
PHP CVS Mailing List (http://www.php.net/)
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