質問編集履歴

2

トラブルの一部自己解決

2020/02/19 08:24

投稿

Katsu.Okada
Katsu.Okada

スコア15

test CHANGED
File without changes
test CHANGED
@@ -111,3 +111,43 @@
111
111
  -bash: php: command not found
112
112
 
113
113
  ```
114
+
115
+
116
+
117
+ [2020,02.19追記]
118
+
119
+ サーバ上でPHPコマンドに反応しなかったのはパスが通っていないためでした
120
+
121
+
122
+
123
+ ```CentOS
124
+
125
+ # php -v
126
+
127
+ PHP 5.4.11 (cli) (built: Jan 20 2013 15:50:05)
128
+
129
+ Copyright (c) 1997-2013 The PHP Group
130
+
131
+ Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
132
+
133
+ with Zend Extension Manager v6.0.0, Copyright (c) 2003-2013, by Zend Technologies
134
+
135
+ - with Zend Data Cache v6.0.0, Copyright (c) 2004-2013, by Zend Technologies [loaded] [licensed] [disabled]
136
+
137
+ - with Zend Job Queue v6.0.0, Copyright (c) 2004-2013, by Zend Technologies [loaded] [not licensed] [disabled]
138
+
139
+ - with Zend Session Clustering v6.0.0, Copyright (c) 2004-2013, by Zend Technologies [loaded] [licensed] [disabled]
140
+
141
+ - with Zend Utils v6.0.0, Copyright (c) 2004-2013, by Zend Technologies [loaded] [licensed] [enabled]
142
+
143
+ - with Zend Optimizer+ v6.0.0, Copyright (c) 1999-2013, by Zend Technologies [loaded] [licensed] [disabled]
144
+
145
+ - with Zend Code Tracing v6.0.0, Copyright (c) 2009-2013, by Zend Technologies [loaded] [licensed] [enabled]
146
+
147
+ - with Zend Monitor v6.0.0, Copyright (c) 1999-2013, by Zend Technologies [loaded] [licensed] [disabled]
148
+
149
+ - with Zend Debugger v6.0.0, Copyright (c) 1999-2013, by Zend Technologies [loaded] [licensed] [enabled]
150
+
151
+ - with Zend Page Cache v6.0.0, Copyright (c) 2004-2013, by Zend Technologies [loaded] [licensed] [disabled]
152
+
153
+ ```

1

環境情報の追加

2020/02/19 08:24

投稿

Katsu.Okada
Katsu.Okada

スコア15

test CHANGED
File without changes
test CHANGED
@@ -95,3 +95,19 @@
95
95
  PHP Version 5.4.11
96
96
 
97
97
  CentOS release 6.4 (Final)
98
+
99
+
100
+
101
+ [追記]
102
+
103
+ サーバ上ではPHPコマンドに反応しません
104
+
105
+
106
+
107
+ ```CentOS
108
+
109
+ # php -v
110
+
111
+ -bash: php: command not found
112
+
113
+ ```