php-install Digest 11 Sep 2001 17:42:59 -0000 Issue 453

Topics (messages 4274 through 4279):

PHP 4.0.6 on HP-UX 11: Error in TSRM
        4274 by: T.J. Hoo

Problems with php 4.0.6 and Apache 1.3.12 on IRIX
        4275 by: Christian Page

problem with include / fopen
        4276 by: Andreas Sartori

Problem viewing PHP in browser
        4277 by: KUVALEKAR,NANDINI (Non-HP-Singapore,ex5)

php-3.0.18 fails compile on RedHat 7.1
        4278 by: Mike Rambo

Horny Schoolgirls & Hot Cheerleaders Inside                                            
        cizfm
        4279 by: christy.ab10.smptserver.com

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]


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


Hi!

I'm trying to install PHP 4.0.6 on HP-UX B.11.00, with Apache 1.3.20.

The Apache is configured and compiled without any error:
1) ./configure --prefix=/home/thoo/apache-1.3.20 --enable-module=so
2) make
3) make install

I encountered the following problem during 'make':
1) ./configure --with-oci8 --with-apxs=/home/thoo/apache-1.3.20/bin/apxs
2) make
   ...
   creating TSRM/Makefile
   /bin/sh ../libtool --silent --mode=compile
      gcc -DHAVE_CONFIG_H -I. -I. -I../main   -DSUPPORT_UTF8
      -DXML_BYTE_ORDER=21  -g -O2 -c tsrm_virtual_cwd.c

   tsrm_virtual_cwd.c:523: conflicting types for `virtual_chmod'
   tsrm_virtual_cwd.h:123: previous declaration of `virtual_chmod'


What could be the problem?





Hi everyone,

I have the common "Document contains no data" problem with php 4.0.6, but with
no core, no seg fault, no log in error_log or access_log.

I have, on IRIX64 6.5, Apache 1.3.12, MySQL Ver 9.38 Distrib 3.22.32,
mod_ssl-2.6.6-1.3.12, openssl-0.9.6, php 3.0.16 all working correctly.

I compiled php-4.0.6 without any errors, and installed it as a shared module.
CFLAGS='-O2 -I/io/httpd/apache_1.3.12_src/openssl-0.9.6/include' ./configure --w
ith-mysql=/usr/local/mysql --with-apxs=/io/httpd/apache_1.3.12/bin/apxs --with-i
map=/io/httpd/apache_1.3.12_src/php-3.0.16/imap --enable-memory-limit=yes --enab
le-debug=no

The imap code is imap from University of Washington (pine).

In my httpd.conf, related to php:
LoadModule php3_module        libexec/libphp3.so
LoadModule php4_module        libexec/libphp4.so

AddModule mod_php3.c
AddModule mod_php4.c

    AddType application/x-httpd-php3 .php
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    AddType application/x-httpd-php3 .html
    AddType application/x-httpd-php3 .htm
    AddType application/x-httpd-php .php3
    AddHandler application/x-httpd-php .php4

I had to use AddHandler for php4. If I used AddType I was getting a dialog
asking me if I want to save the file each time I tried to access a .php4
document. With that config, I am now getting a "Document contains no data" for
any .php4 document. No core dump, no seg fault, nothing in error_log or
access_log of apache. I don't even see my access to a .php4 doc in access_log.

Any hint on how to resolve this issue?

Thanks,

Christian Page
UQAM







<?php

include("http://www.sbg.ac.at/home.htm";);

?>


Warning: php_network_getaddresses: getaddrinfo failed: Name does not resolv 
to supplied parameters; neither nodename nor servname were passed. in 
/usr/INFO/web-docs/test.php on line 3

Warning: Failed opening 'http://www.sbg.ac.at/home.htm' for inclusion 
(include_path='.:/php/includes:/usr/INFO/web-docs/unineu/search:/usr/INFO/web-docs/unineu/classes')
 
in /usr/INFO/web-docs/test.php on line 3



when using:

<?php

fopen("http://www.sbg.ac.at/home.htm";, "r");

?>

Warning: php_network_getaddresses: getaddrinfo failed: Name does not resolv 
to supplied parameters; neither nodename nor servname were passed. in 
/usr/INFO/web-docs/test.php on line 3

Warning: fopen("http://www.sbg.ac.at/home.htm","r";) - Bad file number in 
/usr/INFO/web-docs/test.php on line 3


please help me :)




--------------------------------------------------------------------------------
  andreas sartori                                        eduard bodem gasse 8
  Datenbankadministration & unix support                 6020 
innsbruck,  austria
  hauser + larch business solutions                      tel: +43 (512) 342364
  http://www.sbg.ac.at/zid/people/sartori/sartori.htm    fax: +43 (512) 
342364-30
--------------------------------------------------------------------------------




Hi,

I am not able to view PHP pages in the browser. The browser just shows a
blank page. When I "View Source", I see an empty HTML page.

My source code is simple:

<?php
  phpinfo();
?>



My environment info:

1. operating system - Windows NT Workstation 4
2. PHP version - 4 (with Zend)
3. web server - Xitami ver 2.5B4
4. PHP is running as a CGI. I had downloaded the Windows Installer from
php.net this morning.
5. The Xitami server has been configured to process PHP using the Filters
section of the web-based Configuration tool. This was done automatically by
the PHP installer.
6. My PHP program runs fine at the command line.
7. Perl/CGI runs fine in the browser and the command line.

Pls help.

Thanx in advance.
Nandini





I'm trying to install php-3.0.18 as cgi-bin on a RedHat 7.1 box so I can
use some admin tools that require version 3 of php. Configure goes ok
...

./configure --with-gd=/usr/lib --with-mysql=/usr/local/mysql
--enable-sysvshm=yes --enable-sysvsem=yes --with-config-file-path=/etc
--enable-debug=no

... but make fails with the following error.

functions/file.o: In function 'php3_tempnam':
/usr/local/src/php-3.0.18/functions/file.c:463 the use of 'tempnam' is
dangerous, better use 'mkstemp'

I cannot see all of what is happening as the screen is filled with text,
mostly references to a lot of functions/'something'.o files, but the top
part of it scrolls off the screen.

Any ideas why this is happening? I really like to use the admin tools
for Hawkeye but they purport to work only with php3 which I can't get to
compile cgi-bin.

Thanks.


-- 
Mike Rambo
[EMAIL PROTECTED]




Wanna see the hottest teen girls nude and having sex?
http://212.107.197.40/members/teens/index.html

Thousands of horny schoolgirls & sexy teen cheerleaders are
waiting inside to get wild for you. These girls can't wait to get 
you off! Click on this link to have the time of your life.
http://212.107.197.40/members/teens/index.html










If you wished to be removed from our mailing list,  just click here:
http://212.107.197.40/members/teensex/remove.htm



Reply via email to