PHP5 problem

Konfiguracja serwerów, usług, itp.
misiodab
Posty: 1
Rejestracja: 17 września 2007, 12:59

PHP5 problem

Post autor: misiodab »

Witam mam mały kłopot z PHP5
zainstalowałem PHP poprzez apt-get install PHP5 i automatycznie włączyło mi w nim moduł SOAP da się go w prosty sposób wyłączyć ?? bo ja nie znalazlem nic dzięki czemu bym mi się udało.
w pliku ini nie ma nic czym mozna wyłączyć moduł oto zrzuty


grep extension /etc/php5/apache2/php.ini

Kod: Zaznacz cały

zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_5.2.so
; dynamically loaded extension (either a PHP extension or a Zend extension),
; you may only use these constants *after* the line that loads the extension.
; leading '/'. You must also specify the file extension being used including
; Directory in which the loadable extensions (modules) reside.
; extension_dir = "./"
; If you wish to have an extension loaded automatically, use the following
;   extension=modulename.extension
;   extension=msql.dll
;   extension=msql.so
; needs to go here.  Specify the location of the extension with the
; extension_dir directive above.
;extension=mysql.so
;extension=gd.so
; Sets the directory name where SOAP extension will put cache files.

php -m

php -m
[PHP Modules]
bcmath
bz2
calendar
ctype
date
dba
dom
exif
filter
ftp
gd
gettext
hash
iconv
imap
json
libxml
mbstring
mcrypt
mhash
mime_magic
mysql
mysqli
ncurses
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pgsql
posix
Reflection
session
shmop
SimpleXML
[b]soap[/b]
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]
muszę go wyłączyć bo używam aplikacji komercyjnej gdzie nie moge zmienić źródła.Aplikacja ta wykorzystuje swoje klasy soapclient

Proszę o pomoc

//edit
używaj tagów code
mlyczek
ODPOWIEDZ