[PHP-INSTALL] php on rh8

2003-09-13 Thread Kalin Mintchev
hi all, problems on rh8 the box was build with the standard php-4.2.2 from the redhat rpms. without the cli. i need the cli so i deleted the rpm ( rpm -e php...) install and build php-4.3.0 from source. now i get from /usr/local/bin/php -v PHP 4.3.0 (cli) (built: Apr 5 2003 06:38:17) Copyrigh

[PHP-INST] Re: Outrageous amount of spam!

2003-08-19 Thread Kalin Mintchev
me too... and it all is coming from the same machine: pb1.pair.com [216.92.131.4] ; <<>> DiG 8.3 <<>> pb1.pair.com ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

[PHP-INST] stream from curl...

2003-03-26 Thread Kalin Mintchev
hello, how can i get the output file from the curl function to stream - to be processed like from fopen or fsockopen? thanks... -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] help please

2003-03-26 Thread Kalin Mintchev
l openssl overload pcre posix session standard tokenizer xml and from phpinfo(): OpenSSL support enabled OpenSSL Version OpenSSL 0.9.6h 5 Dec 2002 HELP!! On Wed, 26 Mar 2003, Jim Thome wrote: > What is your PHP configure line? Did you compile PHP with openssl >

[PHP-INST] help please

2003-03-26 Thread Kalin Mintchev
hi, i have a problem getting fopen to work over https... 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 t

[PHP-INST] Re: php + ssl build

2003-03-22 Thread Kalin Mintchev
can somebody share some thoughts please or advise where to look at... i looked at the install log... everything seems to be fine... On Sat, 22 Mar 2003, Kalin Mintchev wrote: > > hi all, > i had to use the fsockopen() in php with ssl... > ssl wasn't enabled by defa

[PHP-INST] php + ssl build

2003-03-21 Thread Kalin Mintchev
hi all, i had to use the fsockopen() in php with ssl... ssl wasn't enabled by default. i recompiled. reinstalled. no errors. phpinfo.php shows that the commands used to configure it were: '/configure' '--with-apxs=/bin/apxs' '--with-mysql=/mysql' '--with-openssl=/usr/local/ssl' also from phpinfo

Re: [PHP-INST] compile php 4.2.3 + apache 2.0.43

2002-11-05 Thread Kalin Mintchev
what about FreeBSD 4.6? On Tue, 5 Nov 2002, Rasmus Lerdorf wrote: > Divine intervention > > On Wed, 6 Nov 2002, Ian Miller wrote: > > > > > > > What customization do I need to do to get this to work together on a solaris > > system. > > > > -- > > PHP Install Mailing List (http://www.php.net/)

[PHP-INST] php install problems

2002-11-04 Thread Kalin Mintchev
hi all, after compiling php 4.2.3 for apache 2.0.43 i get this massages Syntax error on line 231 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: /usr/local/apache2/modules/libphp4.so: Undefined symbol "pthread_getspecific" the os is FreeBSD