Changes between Version 17 and Version 18 of InstallingAsPhpExtension
- Timestamp:
- 2007-08-16T10:45:08+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingAsPhpExtension
v17 v18 28 28 # svcinit php restart 29 29 30 (in any other case, you should know better than ido.)30 (in any other case, you should know what to do.) 31 31 }}} 32 32 * any webserver + mod_php: restart the webserver. something like: … … 34 34 {{{ 35 35 #!ShellExample 36 (in case you're using apache, do )36 (in case you're using apache, do restart, not graceful) 37 37 # /etc/init.d/apache* restart 38 38 … … 40 40 # /etc/init.d/httpd* restart 41 41 42 (in any other case, you should know better than ido.)42 (in any other case, you should know what to do.) 43 43 }}} 44 44

