Browse Source

Add cvs tags

PEAR_1_4DEV
Marcus Boerger 22 years ago
parent
commit
3b207ccb12
  1. 2
      ext/spl/php_spl.c
  2. 2
      ext/spl/spl_array.c
  3. 2
      ext/spl/spl_array.h
  4. 2
      ext/spl/spl_directory.h
  5. 2
      ext/spl/spl_engine.h
  6. 2
      ext/spl/spl_functions.c
  7. 2
      ext/spl/spl_functions.h
  8. 2
      ext/spl/spl_iterators.c
  9. 2
      ext/spl/spl_iterators.h
  10. 2
      ext/spl/spl_sxe.c
  11. 2
      ext/spl/spl_sxe.h

2
ext/spl/php_spl.c

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

2
ext/spl/spl_array.c

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

2
ext/spl/spl_array.h

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef SPL_ARRAY_H
#define SPL_ARRAY_H

2
ext/spl/spl_directory.h

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef SPL_DIRECTORY_H
#define SPL_DIRECTORY_H

2
ext/spl/spl_engine.h

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef SPL_ENGINE_H
#define SPL_ENGINE_H

2
ext/spl/spl_functions.c

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

2
ext/spl/spl_functions.h

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_FUNCTIONS_H
#define PHP_FUNCTIONS_H

2
ext/spl/spl_iterators.c

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

2
ext/spl/spl_iterators.h

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef SPL_ITERATORS_H
#define SPL_ITERATORS_H

2
ext/spl/spl_sxe.c

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

2
ext/spl/spl_sxe.h

@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef SPL_SXE_H
#define SPL_SXE_H

Loading…
Cancel
Save