[PHP-INSTALL] Problem with php.ini

2006-10-31 Thread Victor
Hello Everybody, I have one little problem here. I run one Apache 2.0.55 + PHP 5.1.6 server on one Fedora Core release 4 (Stentz) Linux. Every changes maked in php.ini dont affect anything in the configuration. Build: ./configure --prefix=/usr/php --exec-prefix=/usr --with-apxs2=/usr/bin/apxs --

Re: [PHP-INSTALL] Problem with php.ini

2006-10-31 Thread Victor
Hello Rick, Sorry but I just tryed this. Another alternative ? Thanks. - Original Message - From: <[EMAIL PROTECTED]> To: "Victor" <[EMAIL PROTECTED]> Sent: Tuesday, October 31, 2006 1:57 PM Subject: Re: [PHP-INSTALL] Problem with php.ini > use the phpin

[PHP-INST] Problem installing zip library with php

2002-12-09 Thread victor
Hi. I wanna know if the only way to get the zip library to function with php, is compiling this with the option '--with-zip' and there isn't a module extensions that make this more easy? Thx -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Ayuda

2001-01-31 Thread Victor
Estoy instalando php4.0.0 en un sistema sco 5.0.5 y al momento de hacer make me mande el siguiente mensaje libtool: link: cannot find name of link library for "libZend_c.la Gracias de antemano atte. Victor Morales

[PHP-INSTALL] Apache VirtualHosts and pages in the DocumentRoot?

2005-06-22 Thread kyle victor
ini or httpd.conf that will allow pages in /var/www/web2 to work?thanks -- Kyle Victor MCSA/MCSE/CCNA/Linux +/RHCTvisit Kyle's website at: http://computerguykyle.gotdns.com

[PHP-INST] Problems with maximum execution time

2002-03-09 Thread Victor Usjanov
- [09/Mar/2002:10:30:44 +0100] "POST /mail/src/redirect.php HTTP/1.1" 302 0 my_hostname - - [09/Mar/2002:10:30:44 +0100] "GET /mail/src/webmail.php HTTP/1.1" 200 204 my_hostname - - [09/Mar/2002:10:30:46 +0100] "GET /mail/src/right_main.php HTTP/1.1" 200 15956 Someone

[PHP-INST] PHP 4.x and Apache 2.x

2002-06-09 Thread Victor Fernandes
httpd could not be started The module appears to accept the php_value directive but only for some of the available parameters. I found some references to the same problem on the archives by found no solution or reason for the problem. Any help will be appreciated. Thanks, Victor Fernandes

Re: [PHP-INST] PHP 4.x and Apache 2.x

2002-06-18 Thread Victor Fernandes
I decided not to go further and patched the php_getuid() and php_getgid() directly (on file "./ext/standard/pageinfo.c"). I've done this by checking the value that is supposed to be returned and if it is -1 go another way and get the correct executing script uid/gid. Victor Fe

[PHP-INST] PHP 4.0.4+OCI8+Apache 1.3.14 _shared_

2001-01-10 Thread Victor Foitzik
what's wrong. The same configuration works fine with either building php 4.0.4 --with-apache=../bla or removing the Oracle 8 support. Platform is Debian Gnu Linux potato/2.2.14. Has anyone an idea what I am doing wrong ? TIA Victor -- PHP Install Mailing List (http://www.php.net/) To unsubs

Re: [PHP-INST] PHP 4.0.4+OCI8+Apache 1.3.14 _shared_

2001-01-11 Thread Victor Foitzik
At 11:28 11.01.2001, Jani Taskinen wrote: yes, I did export the whole exvironment var package for oracle, ORACLE_HOME, ORACLE_SID, ORA_NLS33 and so on. I also tried to compile apache with appropriate LDFLAGS >On Thu, 11 Jan 2001, Victor Foitzik wrote: > >>I recently tried to build

Re: [PHP-INST] Problem with file uploading

2001-02-04 Thread Victor Foitzik
Hi, already tried to set upload_tmp_dir manually to /tmp in your php.ini in /usr/local/lib (in case of weird or no system environment var) ? HTH Victor >please help >I have copiled php4 as a module in apache. When i upload file to server, >then PHP_POST_FILES is set OK, but no file i

[PHP-INST] Telnet, Socket Configuration

2001-02-21 Thread Victor Irzak
Hi, I am trying to write a web telnet interface and I have difficulties with configuration for the socket functions... they are simply not recognized. I have php4 on apache server for windows. I assume I should edit the php.ini file, but I have no idea what to do there. Any help will be apprecia

Re: [PHP-INST] Please Help!!!

2001-04-07 Thread Victor Foitzik
Heyho, are you sure, you've also made a make install ? Victor > Hi. I'm trying to follow the instructions to get php > installed with apache/mysql/gd/bcmath and ssl support. > These instructions are in the Perl Developer's > CookBook, p. 466. When I get to the ini

Re[2]: [PHP-INST] installation blues with oracle 8i

2001-04-18 Thread Victor Foitzik
Hi folks, this isn't really a problem at all, Oracle also works fine with glibc 2.2 (as of debian/potato 2.2.19 with glibc 2.2 _and_ rh 7.0), what fails are the client libraries, you have to relink them using genlibclnt.sh (don't exactly remember the name). Vic > Hi: > >>I try to install oci8

Re: [PHP-INST] PHP in selected directories?

2001-04-18 Thread Victor Foitzik
Hi Thomas, how about Files / FilesMatch directives in Apache put in your userdir config section ? Consider this: Order deny,allow Deny from all this will prevent users to request php files, and they won't be executed by php. HTH Victor > Hi there. > > I rather quic

Re: [PHP-INST] PHP 4 Non Root Install (Emergency)

2001-04-18 Thread Victor Foitzik
Hi Graeme, you're on the right way, --prefix is the answer. You should try this: ./configure --prefix=/home/yourloginname/apache ... ./configure --prefix=/home/yourloginname/php \ --with-apxs=/home/yourloginname/apache/bin/apxs ... for both apache and php respectively (obviously you won't b

[PHP-INST] Problem with network.c?

2001-04-27 Thread Victor Meirans
Hello, guys... I am trying to compile PHP_4.0.4pl1 as an Apache_3.1.19 module with gd support on FreeBSD_4.0-release. When I run "make" for PHP, I get following error: network.c: In function `php_network_getaddresses': network.c:79: storage size of `hints' isn't known network.c:87: dereferenci