Witam ponownie,
Ok od początku mój prosty kod ( tworzenie obiektu z allegro )
<?php
try {
$test = new SoapClient('http://webapi.allegro.pl/uploader.php?wsdl');
}
catch(SoapFault $f) {
}
?>
Przy wyłączonym rozszerzeniu ssl występuje błąd ( bez względy czy adres będzie https czy http )
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://webapi.allegro.pl/uploader.php?wsdl' : failed to load external entity "https://webapi.allegro.pl/uploader.php?wsdl"
I wyczytałem, że trzeba włączyć rozszerzenie ssl i tak więc uczyniłem w php.ini po czym ( znów zarówno https jak i http ) jest to samo :
Fatal error
: Maximum execution
time of
30 seconds exceeded in C
:\xampp\htdocs\test\index
.php on line
4
Dodatkowo zwróciłem uwagę na to, że mój xampp po włączeniu generuje błędy takiej treści :
[Fri Oct 12 18
:20
:25
.151350 2012
] [core
:warn
] [pid 5208
:tid 296
] AH00098
: pid
file C
:/xampp
/apache
/logs
/httpd
.pid overwritten
-- Unclean shutdown of previous Apache run?
[Fri Oct 12 18:20:25.728551 2012] [ssl:warn] [pid 5208:tid 296] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Oct 12 18:20:25.775351 2012] [mpm_winnt:notice] [pid 5208:tid 296] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Oct 12 18:20:25.775351 2012] [mpm_winnt:notice] [pid 5208:tid 296] AH00456: Server built: Aug 18 2012 12:41:37
[Fri Oct 12 18:20:25.775351 2012] [core:notice] [pid 5208:tid 296] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri Oct 12 18:20:25.775351 2012] [mpm_winnt:notice] [pid 5208:tid 296] AH00418: Parent: Created child process 6008
[Fri Oct 12 18:20:27.304154 2012] [ssl:warn] [pid 6008:tid 308] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri Oct 12 18:20:27.350954 2012] [mpm_winnt:notice] [pid 6008:tid 308] AH00354: Child: Starting 150 worker threads.