Skip to content

Commit 7e25a2a

Browse files
committed
tagging 1.0.0
1 parent c91ade5 commit 7e25a2a

File tree

8 files changed

+7
-16
lines changed

8 files changed

+7
-16
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NIS Extension Changelog
22

3-
$Id$
3+
$Id: Changelog 19 2016-01-09 17:10:54Z oops $
44

55
* 1.0.0
66
--------------------------------------------------------------------------------

EXPERIMENTAL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
$Id$
1+
$Id: EXPERIMENTAL 7 2011-05-01 15:54:38Z oops $
22

33
This code is not yet complete. It's very EXPERIMENTAL!!

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mod_nis php extension
22

33
�ۼ�: ������ <http://oops.org>
4-
$Id$
4+
$Id: README 19 2016-01-09 17:10:54Z oops $
55

66
* ���
77
1.0.x ���ʹ� PHP 7 �̻��� �����Ѵ�. PHP 7 �̸������� 0.x ������ ���

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dnl $Id$
1+
dnl $Id: config.m4 8 2012-02-27 19:13:14Z oops $
22
dnl config.m4 for extension nis
33

44
dnl Comments in this file start with the string 'dnl'.

init.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

php_nis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| Author: JoungKyun.Kim <http://oops.org> |
1616
+----------------------------------------------------------------------+
1717
18-
$Id$
18+
$Id: php_nis.c 19 2016-01-09 17:10:54Z oops $
1919
*/
2020

2121
/*

php_nis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| Author: JoungKyun.Kim <http://www.oops.org> |
1616
+----------------------------------------------------------------------+
1717
18-
$Id$
18+
$Id: php_nis.h 17 2016-01-09 16:53:36Z oops $
1919
*/
2020

2121
#ifndef PHP_NIS_H

test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/php
22
<?
3-
# $Id$
3+
# $Id: test.php 7 2011-05-01 15:54:38Z oops $
44

55
if ( ! extension_loaded ('nis') )
66
dl ('nis.so');

0 commit comments

Comments
 (0)