Browse Source

Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

pull/668/head
Andrey Hristov 12 years ago
parent
commit
e02fdcf3f7
  1. 4
      ext/interbase/config.m4
  2. 1
      ext/interbase/config.w32
  3. 2
      ext/interbase/ibase_blobs.c
  4. 2
      ext/interbase/ibase_events.c
  5. 2
      ext/interbase/ibase_query.c
  6. 2
      ext/interbase/ibase_service.c
  7. 2
      ext/interbase/interbase.c
  8. 2
      ext/interbase/php_ibase_includes.h
  9. 2
      ext/interbase/php_ibase_udf.c
  10. 2
      ext/interbase/php_interbase.h
  11. 2
      ext/interbase/tests/interbase.inc
  12. 2
      ext/interbase/tests/skipif.inc
  13. 4
      ext/pdo_firebird/config.m4
  14. 1
      ext/pdo_firebird/config.w32
  15. 2
      ext/pdo_firebird/firebird_driver.c
  16. 2
      ext/pdo_firebird/firebird_statement.c
  17. 2
      ext/pdo_firebird/pdo_firebird.c
  18. 2
      ext/pdo_firebird/php_pdo_firebird.h
  19. 2
      ext/pdo_firebird/php_pdo_firebird_int.h

4
ext/interbase/config.m4

@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
PHP_ARG_WITH(interbase,for InterBase support,
[ --with-interbase[=DIR] Include InterBase support. DIR is the InterBase base
install directory [/usr/interbase]])

1
ext/interbase/config.w32

@ -1,4 +1,3 @@
// $Id$
// vim:ft=javascript
ARG_WITH("interbase", "InterBase support", "no");

2
ext/interbase/ibase_blobs.c

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

2
ext/interbase/ibase_events.c

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

2
ext/interbase/ibase_query.c

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

2
ext/interbase/ibase_service.c

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

2
ext/interbase/interbase.c

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

2
ext/interbase/php_ibase_includes.h

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_IBASE_INCLUDES_H
#define PHP_IBASE_INCLUDES_H

2
ext/interbase/php_ibase_udf.c

@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
/**
* This UDF library adds the ability to call PHP functions from SQL
* statements. Because of SQL's strong typing, you will have to declare

2
ext/interbase/php_interbase.h

@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_INTERBASE_H
#define PHP_INTERBASE_H

2
ext/interbase/tests/interbase.inc

@ -1,4 +1,4 @@
<?php /* $Id$ */
<?php
srand((double)microtime()*1000000);

2
ext/interbase/tests/skipif.inc

@ -1,4 +1,4 @@
<?php /* $Id$ */
<?php
if (!extension_loaded("interbase")) print "skip interbase extension not available";
require("interbase.inc");

4
ext/pdo_firebird/config.m4

@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO,
[ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base
install directory [/opt/firebird]])

1
ext/pdo_firebird/config.w32

@ -1,4 +1,3 @@
// $Id$
// vim:ft=javascript
ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");

2
ext/pdo_firebird/firebird_driver.c

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

2
ext/pdo_firebird/firebird_statement.c

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

2
ext/pdo_firebird/pdo_firebird.c

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

2
ext/pdo_firebird/php_pdo_firebird.h

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

2
ext/pdo_firebird/php_pdo_firebird_int.h

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

Loading…
Cancel
Save