File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
ext /mysqlnd /mysqlnd.h ident
2
- ext /simplexml /simplexml.c ident
3
2
ext /iconv /php_iconv.h ident
4
3
ext /ext_skel.php ident
5
4
ext /phar /phar /pharcommand.inc ident
Original file line number Diff line number Diff line change 18
18
+----------------------------------------------------------------------+
19
19
*/
20
20
21
- /* $Id$ */
22
-
23
21
#ifdef HAVE_CONFIG_H
24
22
#include "config.h"
25
23
#endif
@@ -2711,7 +2709,7 @@ PHP_MINIT_FUNCTION(simplexml)
2711
2709
sxe_object_handlers .get_debug_info = sxe_get_debug_info ;
2712
2710
sxe_object_handlers .get_closure = NULL ;
2713
2711
sxe_object_handlers .get_gc = sxe_get_gc ;
2714
-
2712
+
2715
2713
sxe_class_entry -> serialize = zend_class_serialize_deny ;
2716
2714
sxe_class_entry -> unserialize = zend_class_unserialize_deny ;
2717
2715
@@ -2737,8 +2735,7 @@ PHP_MSHUTDOWN_FUNCTION(simplexml)
2737
2735
PHP_MINFO_FUNCTION (simplexml )
2738
2736
{
2739
2737
php_info_print_table_start ();
2740
- php_info_print_table_header (2 , "Simplexml support" , "enabled" );
2741
- php_info_print_table_row (2 , "Revision" , "$Id$" );
2738
+ php_info_print_table_row (2 , "SimpleXML support" , "enabled" );
2742
2739
php_info_print_table_row (2 , "Schema support" ,
2743
2740
#ifdef LIBXML_SCHEMAS_ENABLED
2744
2741
"enabled" );
You can’t perform that action at this time.
0 commit comments