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

List:       phpdoc
Subject:    [PHP-DOC] cvs: php-src /ext/standard basic_functions.c basic_functions.h
From:       "Marcus Boerger" <helly () php ! net>
Date:       2008-02-03 14:44:30
Message-ID: cvshelly1202049870 () cvsserver
[Download RAW message or body]

helly		Sun Feb  3 14:44:30 2008 UTC

  Modified files:              
    /php-src/ext/standard	basic_functions.c basic_functions.h 
  Log:
  - Rename it again
  [DOC]
  - Add config_get_hash()
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.888&r2=1.889&diff_format=u
Index: php-src/ext/standard/basic_functions.c
diff -u php-src/ext/standard/basic_functions.c:1.888 php-src/ext/standard/basic_functions.c:1.889
--- php-src/ext/standard/basic_functions.c:1.888	Sun Feb  3 14:35:29 2008
+++ php-src/ext/standard/basic_functions.c	Sun Feb  3 14:44:29 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: basic_functions.c,v 1.888 2008/02/03 14:35:29 helly Exp $ */
+/* $Id: basic_functions.c,v 1.889 2008/02/03 14:44:29 helly Exp $ */
 
 #include "php.h"
 #include "php_streams.h"
@@ -944,7 +944,7 @@
 ZEND_END_ARG_INFO()
 
 static
-ZEND_BEGIN_ARG_INFO(arginfo_get_config_hash, 0)
+ZEND_BEGIN_ARG_INFO(arginfo_config_get_hash, 0)
 ZEND_END_ARG_INFO()
 
 static
@@ -3437,7 +3437,7 @@
 	PHP_FE(connection_status,												arginfo_connection_status)
 	PHP_FE(ignore_user_abort,												arginfo_ignore_user_abort)
 	PHP_FE(parse_ini_file,													arginfo_parse_ini_file)
-	PHP_FE(get_config_hash,													arginfo_get_config_hash)
+	PHP_FE(config_get_hash,													arginfo_config_get_hash)
 	PHP_FE(is_uploaded_file,												arginfo_is_uploaded_file)
 	PHP_FE(move_uploaded_file,												arginfo_move_uploaded_file)
 
@@ -6336,9 +6336,9 @@
 }
 /* }}} */
 
-/* {{{ proto array get_config_hash(void)
- */
-PHP_FUNCTION(get_config_hash)
+/* {{{ proto array config_get_hash(void)
+ Return all configuration valus as an array */
+PHP_FUNCTION(config_get_hash)
 {
 	HashTable *hash = php_ini_get_configuration_hash();
 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.h?r1=1.160&r2=1.161&diff_format=u
Index: php-src/ext/standard/basic_functions.h
diff -u php-src/ext/standard/basic_functions.h:1.160 php-src/ext/standard/basic_functions.h:1.161
--- php-src/ext/standard/basic_functions.h:1.160	Sun Feb  3 14:35:29 2008
+++ php-src/ext/standard/basic_functions.h	Sun Feb  3 14:44:30 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: basic_functions.h,v 1.160 2008/02/03 14:35:29 helly Exp $ */
+/* $Id: basic_functions.h,v 1.161 2008/02/03 14:44:30 helly Exp $ */
 
 #ifndef BASIC_FUNCTIONS_H
 #define BASIC_FUNCTIONS_H
@@ -125,7 +125,7 @@
 
 /* From the INI parser */
 PHP_FUNCTION(parse_ini_file);
-PHP_FUNCTION(dump_config_hash);
+PHP_FUNCTION(config_get_hash);
 
 PHP_FUNCTION(str_rot13);
 PHP_FUNCTION(stream_get_filters);
[prev in list] [next in list] [prev in thread] [next in thread] 

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