Browse Source

Fix bug: #16252

experimental/new_apache_hooks
foobar 24 years ago
parent
commit
3c873776b8
  1. 5
      ext/rpc/xmlrpc/libxmlrpc/encodings.c
  2. 5
      ext/xmlrpc/libxmlrpc/encodings.c

5
ext/rpc/xmlrpc/libxmlrpc/encodings.c

@ -30,6 +30,11 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <php_config.h>
static const char rcsid[] = "#(@) $Id$";

5
ext/xmlrpc/libxmlrpc/encodings.c

@ -30,6 +30,11 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <php_config.h>
static const char rcsid[] = "#(@) $Id$";

Loading…
Cancel
Save