Skip to content

Commit

Permalink
Merge branch 'PHP-5.6'
Browse files Browse the repository at this point in the history
* PHP-5.6:
  Cleanup $ is not needed for git
  • Loading branch information
mapopa committed Apr 10, 2014
2 parents 7b3e369 + 4048872 commit c2ce0df
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 38 deletions.
4 changes: 0 additions & 4 deletions ext/interbase/config.m4
Original file line number Diff line number Diff line change
@@ -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]])
Expand Down
1 change: 0 additions & 1 deletion ext/interbase/config.w32
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$
// vim:ft=javascript

ARG_WITH("interbase", "InterBase support", "no");
Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/ibase_blobs.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/ibase_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/ibase_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/ibase_service.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/interbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/php_ibase_includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_IBASE_INCLUDES_H
#define PHP_IBASE_INCLUDES_H

Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/php_ibase_udf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions ext/interbase/php_interbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_INTERBASE_H
#define PHP_INTERBASE_H

Expand Down
2 changes: 1 addition & 1 deletion ext/interbase/tests/interbase.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php /* $Id$ */
<?php

srand((double)microtime()*1000000);

Expand Down
2 changes: 1 addition & 1 deletion ext/interbase/tests/skipif.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php /* $Id$ */
<?php

if (!extension_loaded("interbase")) print "skip interbase extension not available";
require("interbase.inc");
Expand Down
4 changes: 0 additions & 4 deletions ext/pdo_firebird/config.m4
Original file line number Diff line number Diff line change
@@ -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]])
Expand Down
1 change: 0 additions & 1 deletion ext/pdo_firebird/config.w32
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$
// vim:ft=javascript

ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");
Expand Down
2 changes: 0 additions & 2 deletions ext/pdo_firebird/firebird_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/pdo_firebird/firebird_statement.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/pdo_firebird/pdo_firebird.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
2 changes: 0 additions & 2 deletions ext/pdo_firebird/php_pdo_firebird.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_PDO_FIREBIRD_H
#define PHP_PDO_FIREBIRD_H

Expand Down
2 changes: 0 additions & 2 deletions ext/pdo_firebird/php_pdo_firebird_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef PHP_PDO_FIREBIRD_INT_H
#define PHP_PDO_FIREBIRD_INT_H

Expand Down

0 comments on commit c2ce0df

Please sign in to comment.