Skip to content

Commit

Permalink
tagging 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Jan 9, 2016
1 parent c91ade5 commit 7e25a2a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PHP NIS Extension Changelog

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

* 1.0.0
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion EXPERIMENTAL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$Id$
$Id: EXPERIMENTAL 7 2011-05-01 15:54:38Z oops $

This code is not yet complete. It's very EXPERIMENTAL!!
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_nis php extension

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

* ���
1.0.x ���ʹ� PHP 7 �̻��� �����Ѵ�. PHP 7 �̸������� 0.x ������ ���
Expand Down
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dnl $Id$
dnl $Id: config.m4 8 2012-02-27 19:13:14Z oops $
dnl config.m4 for extension nis

dnl Comments in this file start with the string 'dnl'.
Expand Down
9 changes: 0 additions & 9 deletions init.sh

This file was deleted.

2 changes: 1 addition & 1 deletion php_nis.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| Author: JoungKyun.Kim <http://oops.org> |
+----------------------------------------------------------------------+
$Id$
$Id: php_nis.c 19 2016-01-09 17:10:54Z oops $
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion php_nis.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| Author: JoungKyun.Kim <http://www.oops.org> |
+----------------------------------------------------------------------+
$Id$
$Id: php_nis.h 17 2016-01-09 16:53:36Z oops $
*/

#ifndef PHP_NIS_H
Expand Down
2 changes: 1 addition & 1 deletion test.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/php
<?
# $Id$
# $Id: test.php 7 2011-05-01 15:54:38Z oops $

if ( ! extension_loaded ('nis') )
dl ('nis.so');
Expand Down

0 comments on commit 7e25a2a

Please sign in to comment.