Commands available in Pyrus - PHPプロ!マニュアル
PEARマニュアル
- Commands available in Pyrus
Commands available in Pyrus
Table of Contents
- install - install a package
- upgrade - upgrade or install a package
- uninstall - remove a package
- run-scripts - execute post-install scripts for specified packages
- download - download a package
- channel-add - add a channel by its channel.xml
- channel-discover - add a channel by channel name
- channel-del - remove a channel
- info - get information on a package
- list-packages - list all installed packages in all channels
- list-channels - list known channels
- remote-list - list remote packages on a channel
- list-upgrades - list all available upgrades
- upgrade-registry - convert a registry from PEAR format to Pyrus format
- config-show - show all configuration values
- set - set a configuration value
- mypear - set the pear path: location of PEAR installations to manage by default
- run-phpt - execute PHPT tests
- generate-pear2 - Create the subversion source layout for a PEAR2 package
- generate-ext - Create the subversion source layout for a new PHP extension that is PECL-ready
- make - create a package.xml from its source directory
- package - create a packaged release in phar, tar, tgz or zip format
- pickle - automatically create a PECL package.xml and package release from source directory
- build - build a PECL PHP extension package
Edited By
Gregory Beaver2009-06-25
Commands available for the Pyrus command-line script.
マニュアルメニュー
Manual Menu

- マジッククォートとmysql_real_escape_string
Tweet

- magic_quotes_gpcでは、SQLインジェクション対処は十分できません。主な理由として、以下が上げられます。 ・magic_quotes_gpcは文字コードを考慮しないで処理するので、Shift_JISを使っている場合、SQLインジェ...
▲解説者:岡本(アシアル株式会社 教育コーディネーター兼 システムエンジニア)



ページのトップへ


SQLインジェクション対策は時と場合で使う関数が変わります。その時にあったものを使いましょう。