php-install Digest 25 Jul 2001 14:51:55 -0000 Issue 380

Topics (messages 3697 through 3702):

Symbol not fount: pow
        3697 by: Andrey Zhiblovsky

Php scripts - My browser has not worked yet
        3698 by: Emerald Shop

Problem with iconv() function in php 4.06
        3699 by: Merlin

Szerver install
        3700 by: Gábor

New forum specialized on PHP Programming
        3701 by: Siamak Sarmady

Trouble compiling php-4.0.6
        3702 by: Arnauld Dravet - smurfie

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


Hello,
 
I can't start apache server after compiling php-4.0.6
 
Here is attachment - messages from 'script' program.
 
Thank you,
Andrey Zhiblovsky.

Typescri.zip





Dear sirs,

I have installed Apache 1.3.19 and PHP4 over Windows Millenium.

#I put this in httpd.conf file:

LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .phtml

I copied the files MSVCRT.DLL and PHP4TS.DLL to c:/windows/system.

I wrote a script file named test.php with the following information:
<? phpinfo(); ?>

When I open the test.php file at my browser, I get a DOS window running a
lot of HTML code quickly. My browser doesn`t show me anything. The
documentation explains that file permissions on my php script, php.exe,
php4ts.dll, php.ini or any php extensions I am trying to load are such that
the anonymous internet user ISUR_<machinename> cannot access them.

How do I change permissions for these files over Windows ME ?

Thank you very much for your cooperation.

Best regards,

Emerald Shop
Eng. Aldemar Martin B.
Manager
Calle 22 #20-26
Santa Fe de Bogota, D.C. - COLOMBIA
Phone: (571) 562 29 11
Fax: (571) 268 45 60
email: [EMAIL PROTECTED]




I'm install php 4.06 on Solaris 2.7 with MySQL & Interbase. I have libiconv
installed in /usr/local. Configure  --with-iconv=/usr/local
When i'm use <? phpinfo () ?>, i'm see iconv support enabled
When i'm use iconv() function in script:
Fatal error: Call to undefined function: iconv() in /bla-bla/bla.php on line
X
what problem?
PS Sorry for my bad english.








Üdv!

Most kezde(né)m megismerni a PHP-t és máris szembekerültem 
egy problémával. Apache szervert akartam installálni, 
amihez Win95 esetében előtte fel kell pakolni a Win Socket 
2-t. Ehhez viszont kell a TCP/IP protokoll amit fel is 
tettem. Aztán elindítottam a WS2 telepítőt szerinte nem 
telepítettem a TCP/IP-t. Megnéztem a ws2backup logfile-t és 
azt írja, hogy az IPX protokoll telepítve van, de a TCP 1.1 
nincs. Ja és a ws2backup könyvtárban nem jön létre az 
a .BAT file aminek a WS2 telepítője szerint meg kellene 
jelenni a TCP/IP telepítés után (és ezt futtatnom is 
kellene). 
Próbáltam az Omni-t is telepíteni ami sikerült is, de 
futtatáskor socket error-ral kilép.
Egyébként modem, hálókártya nincs csak egy magányos :) gép.
A nagy kérdés: Mit tegyek?
Válaszokat lécci a saját címemre.
Minden segítséget előre is köszönök.

Bye 
Gabo





Hello

I wanted to announce that we started a special forum for PHP Programming Q/A
in our Message Board.
I will appereciate if people contribute.

Our web site is a none profit website. We have also an ezine on network and
web programming with over 900 subscribers.

Please accept our invitation to OnlineProgrammer website at:

 http://www.onlineprogrammer.org/forums

We are working hard to prepare a new community for programmers and will
appereciate any help.

Regards,
Siamak Sarmady, CEO
onlineprogrammer.org










Hello,

i was using php-4.0.3pl1 until now and never had any problem, except yesterday i had 
to develop a page on which i have to read on a socket ...

problem is that:
while(!feof($socket_id)) {
    echo fgets($socket_id, $len);
}

does not work: seems that FEOF is never detected so the PHP enter an infinite loop.

I found many people complaining about that problem on different PHP mailing-list, but 
no real issue ...

So i decided to upgrade PHP, and also apache, and also mysql.

downlaoded php-4.0.6 sources (ieve always used sources)
and when i compile it:

gcc  -I. -I/root/php-4.0.6/ext/standard -I/root/php-4.0.6/main -I/root/php-4.0.6 
-I/root/apache_1.3.20/src/include -I/root/apache_1.3.20/src/os/unix 
-I/root/php-4.0.6/Zend -I/usr/local/mysql/include/mysql 
-I/root/php-4.0.6/ext/xml/expat/xmltok -I/root/php-4.0.6/ext/xml/expat/xmlparse 
-I/root/php-4.0.6/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c microtime.c && 
touch microtime.lo
microtime.c: In function `php_if_getrusage':
microtime.c:99: storage size of `usg' isn't known
microtime.c:102: `RUSAGE_SELF' undeclared (first use in this function)
microtime.c:102: (Each undeclared identifier is reported only once
microtime.c:102: for each function it appears in.)
microtime.c:108: `RUSAGE_CHILDREN' undeclared (first use in this function)
make[3]: *** [microtime.lo] Error 1
make[3]: Leaving directory `/root/php-4.0.6/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/php-4.0.6/ext/standard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/php-4.0.6/ext'
make: *** [all-recursive] Error 1
mushroom:~/php-4.0.6#

any help would be really appreciated ... :)

thanks 
Arnauld Dravet
[EMAIL PROTECTED]




Reply via email to