indeyets                Fri Nov  7 09:12:39 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/main       main.c 
  Log:
  added const, as required by struct-definition
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.34&r2=1.640.2.23.2.57.2.35&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.640.2.23.2.57.2.34 
php-src/main/main.c:1.640.2.23.2.57.2.35
--- php-src/main/main.c:1.640.2.23.2.57.2.34    Wed Sep 17 00:20:29 2008
+++ php-src/main/main.c Fri Nov  7 09:12:39 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.640.2.23.2.57.2.34 2008/09/17 00:20:29 iliaa Exp $ */
+/* $Id: main.c,v 1.640.2.23.2.57.2.35 2008/11/07 09:12:39 indeyets Exp $ */
 
 /* {{{ includes
  */
@@ -1122,7 +1122,7 @@
 
 /* {{{ php_get_configuration_directive_for_zend
  */
-static int php_get_configuration_directive_for_zend(char *name, uint 
name_length, zval *contents)
+static int php_get_configuration_directive_for_zend(const char *name, uint 
name_length, zval *contents)
 {
        zval *retval = cfg_get_entry(name, name_length);
 



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

Reply via email to