 |
Программы на PHP PHP - ???????? ??????? ???? ???????????????? ???????? ??????. ??? ????????,
??? ?? ?????? ?????? ?????? ???????????? ??????, ?? ???????? ?????? ?
?????????, ??? ???????????, ??? ?? ????? – ??? ???????? ?????? ????,
??????????? ??? ?????????? ??????? ?????. ??? ?????????? ???????? ?? ?????
PHP ?? ??????? ??????????????? ?????????????, ??????? ?????????? ? ?????????
??? ?????????, ?????????? ? ????????? ????. ? ??????????? ????????????
????????? ????????? ???????, ??????????? ???????? ? ??????? ???????????
?????? ??????, ???????? MySQL, Phantom. ????? ???????, ???? ?? ?? ??????
??????? ??????? ???? Perl, ?? ??? ????? – PHP. ???? ????? ??????? - ???????
???????????? ?????? ? ?????? ??????, ?.?. ?? ????? ?????????????. ??
?????? ?????? ??????? ???????????? ?????? php4 ? php5, ?? ??? ???????
??????? ?????????? php6. ? ?????? ?????? ???????? ?????????????? ???????????
? ??????????? ??????, ??????? ?? ???, ????? ??? ?????? ??????????? ??????
?? ????, ???, ?? ??????? ???????? ???? ???????. ???? ?? ????????? ???????,
?? ???? ?????? ????? ???????? ? ?????? ??????? - ??????????, ????????? ??
??? ????? ??? ????? ?????? ? ?????? ??????????? ?????????.
????? ????? ???????????? ????????? ??? ??? ????? ???????? ????????? PHP ???
?????? ?? ?????????. ?????????? ??? ????????? ????????. 1 - ??????????
?????? ????????? ?? ?????? ?????????? (??????) PHP (?????????? ???????,
????????? ????????? ????? PHP_INI_SYSTEM); 2 - ?????????? ???????? ????????
????? ??? ?????????? ?????, ??????? ?????? ???????????? PHP_INI_PERDIR ???
PHP_INI_ALL. ??????????? ???????? PHP_INI_*:
PHP_INI_USER 1 ????? ????? ???? ??????????? ? ???????????????? ????????
PHP_INI_PERDIR 2 ????? ????? ???? ??????????? ? php.ini, .htaccess ??? httpd.conf
PHP_INI_SYSTEM 4 ????? ????? ???? ??????????? ? php.ini ??? httpd.conf
PHP_INI_ALL 7 ????? ????? ???? ??????????? ??? ??????
??? ??????? ????????, ?????????? ??????? ???? ?????? PHP, ??? ????????
???? ? ??? ??????, ???? ?? ??????????? VPS/VDS ??????. ??? ?????
???????? ????? PHP ? ????? ????????????, ?????????? ???, ???????????????
? ?????????? ???, ?? ????? ??? ???????????????? ????, ??????? ??????????
????? ????????. ?????? ???????????????? PHP ??????:
./configure --prefix=/home/user/php \
--with-mysql=/usr/local --enable-ftp --enable-dbase \
--with-gdbm --with-ndbm --with-iconv=/usr/local \
--with-gd=/usr/local --enable-gd-native-ttf=/usr/local \
--with-jpeg-dir=/usr/local --with-png-dir=/usr/local \
--with-freetype-dir=/usr/local --with-ttf \
--with-zlib-dir=/usr --disable-posix \
--enable-force-cgi-redirect --enable-inline-optimization \
--without-pear --disable-debug --with-imap --with-imap-ssl
??????????? ? ????????????? ??????? ?????:
make
make install
????? ?????????? ?????????? ???????????????? ???? ? ??????????
/home/user/???_??????/cgi-bin/php, ????????? ??????????? ????? ???
????? (755), ????????? ? ???? ???????? Apache (.htaccess) ?????????
??????, ??? ????????? ?????? ??????
Action php-script /cgi-bin/php
AddHandler php-script .php
????? ????? ??? ????? ??? ??????? ?????? ??? ???? ? ?????????? ?? ??????????? ?????? ???? .htaccess ? ????????????????? ???????????, ??? ????? ? ??????????? .php ????? ?????????????? ????? ???????????????? ???????, ? ?? ????? ??? ??? ???? ????????? ??????? ??? ????? ????? ??? ? ?????? ?????????????? ???????? ??????? PHP ??? ???????.
??????? ??????, ??? ????? ?? ???????? ????????? ?????? ??????? ?? ???????????? ???????????? ? ?????? ????? ?????? ?????????.
|
|