hi all,
i have problems getting fopen() and fsockopen() to work over https..
here is the problem..
from the phpinfo:
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.6h 5 Dec 2002
from php -m
# php -m
[PHP Modules]
ctype
mysql
openssl
overload
pcre
posix
session
standard
t
part 2:
---
got curl 7.10.3 (latest version)...
recompiled php 4.3.1 with curl. no errors. shows up fine on phpinfo...
testing with:
$ch = curl_init ("http://moo.org";);
$fp = fopen("http://moo.org/index.html";, "r");
curl_setopt ($ch, CURLOPT_FILE, $fp);
curl_setopt ($ch, CURLOPT_HEAD
On Tue, 25 Mar 2003, The Doctor wrote:
> On Mon, Mar 24, 2003 at 11:15:05PM -0500, Kalin Mintchev wrote:
> >
> > hi all,
> >
> > i have problems getting fopen() and fsockopen() to work over https..
> >
> > here is the problem..
> >
> > fr
how are we doing on this?!?...
this'd be my last try to seek help here... i did on a few other mailing
lists and forums but nobody has anything to say... i guess i'd never get
ssl connection with php regardless of what it's in the documentation on
the php.net site...
On Tue, 25
here is a real example:
$fp = fopen ("http://store.el.net/index.html";, "r");
while (!feof($fp)) {
echo fgets ($fp,4096);
}
this works fine...
if you try it with https you'll get an error - file not found from php
if you try the same url with https in the any browser you wont have any
hello,
how can i get the output file from the curl function to stream - to be
processed like from fopen or fsockopen?
thanks...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sorry - i forgot to change the subject apologize..
On Thu, 27 Mar 2003, Kalin Mintchev wrote:
>
>
> hello,
>
> how can i get the output file from the curl function to stream - to be
> processed like from fopen or fsockopen?
>
> thanks...
>
>
--
hello list,
what has to happened so this actually works:
$mstrng = shell_exec("/usr/sbin/zip 0041_27032003223711.zip
0041_27032003223711");
if php is compiled as a module with apache is the apache owner the one
that has to have writing permissions? if so - it does..
any help appreciated...
th
8 matches
Mail list logo