Re: [PHP-INSTALL] php_pdo 5.2 Drupal 7 OpenBSD 5.1

2012-08-18 Thread Rasmus Lerdorf
On 08/18/2012 03:38 PM, Jim Barchuk wrote: > My intent is to find out if the pdo facility is installed at all. If it > is then I'll look into why the Drupal install can't find it. php -m | grep pdo

Re: [PHP-INSTALL] RAM problem with apache and PHP on default centos configuration

2011-12-12 Thread Rasmus Lerdorf
On 12/12/2011 03:17 AM, Enrico Daga wrote: > Hi all, > > I send this mail to both httpd and php lists. > I experienced the following problem running php scripts on httpd. > The RAM fills gradually until the system starts swapping, then, if I > don't restart the server, swap fills and everything go

Re: [PHP-INSTALL] libphp5.so missing after compile php5.3.8

2011-09-15 Thread Rasmus Lerdorf
On 09/15/2011 05:53 AM, Smith, Mitchell wrote: > hi, > > the with-my-sql was a typo in the email. > > I have corrected the path to mysql then saw an error relating to > mysql needing the zlib library so my ./configure now is: > > ./configure --with-mysql=/usr/bin/mysql > --with-a

Re: [PHP-INSTALL] Getting file pointer from file descriptor

2010-04-15 Thread Rasmus Lerdorf
On 04/15/2010 06:52 AM, Naga Kiran K wrote: > Hi, > > We are upgrading PHP from 5.2.3 to 5.3.2 and are facing few issues [like > unsupported functions...] > > In PHP 5.2.3, "fdopen" was used to read/write to a file descriptor > that's opened by another application. > > fdopen(,"rw"); //It worke

Re: [PHP-INSTALL] Building 5.2.12 w/MySQL on RedHat 64bit

2010-02-23 Thread Rasmus Lerdorf
Rob Tanner wrote: > Header files are in /usr/include/mysql and the libraries are in > /usr/lib64/mysql Yeah, that won't work. --with-mysql expects to see both under the same top dir. You'll have to symlink it. -Rasmus

Re: [PHP-INSTALL] Building 5.2.12 w/MySQL on RedHat 64bit

2010-02-23 Thread Rasmus Lerdorf
Where are the header files? If you don't have the libs and headers under a single top dir, then you will have to munge the ext/mysql/config.m4 file to fix the check. Or symlink appropriately. -Rasmus Rob Tanner wrote: > Hi, > > I am trying to build PHP 5.2.12 on RHEL ES5 (the latest and greate

Re: [PHP-INSTALL] php-5.2.12, php-5.3.0 & php-5.3.1 fail to build on latest Ubuntu

2009-12-20 Thread Rasmus Lerdorf
I am on Ubuntu Karmic with gcc-4.4.1 as are a number of other PHP devs, and it builds just fine. David Favor wrote: > The same problem appears with all stable versions of php > and Ubuntu Karmic with gcc-4.4.1 which produce: > > r...@hive1:# ./configure > r...@hive1:# make > /bin/sh /home/dfavor/

Re: [PHP-INSTALL] how to statically link PHP 5.2.x + Apache httpd 2.2.x?

2009-09-29 Thread Rasmus Lerdorf
Ro Achterberg wrote: > I'm in the midst of setting up my production server, which will be > running on a fully chrooted non-root LAMP configuration. Due to my high > demands for performance and security, I've been advised by several > resources on the net to statically link PHP into Apache. However

Re: [PHP-INSTALL] Disabling mail() function in PHP

2006-11-05 Thread Rasmus Lerdorf
edalB wrote: > Hi all > > This is a odd request but we are hosting about 1000 websites on a > server and the problem we have is that people are hosting websites and > on some of the websites they have php mailing forms. Now we are > experiencing loads of spam on the server with some script exploit

Re: [PHP-INSTALL] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Rasmus Lerdorf
Peter Hodge wrote: Hi, Try: There is. You specify which ones you want with the variables_order setting in the ini file. -Rasmus

Re: [PHP-INSTALL] PHP 5.1.4 detecting incorrect version of libxml

2006-05-14 Thread Rasmus Lerdorf
Try --with-libxml-dir=/usr/local You never add the include dir to any of those --with switches. -Rasmus Peter Hodge wrote: Hello, I am trying to compile PHP 5.1.4 but using using the same configure options I used for PHP 5.1.2, PHP 5.1.4 is including an older version of libxml in /usr/include

Re: [PHP-INSTALL] List Spam

2006-05-09 Thread Rasmus Lerdorf
There is no point bouncing spam to the list admin as our personal spam filters will likely weed it out. We see the spam as well already and take steps to fix it when we can. Yesterday something locked up and the spam system was offline for 12 hours or so. It should be back in spam fighting m

Re: [PHP-INSTALL] Quiet lately....

2006-04-04 Thread Rasmus Lerdorf
Vicki Brown wrote: At 20:22 +1000 04/04/2006, Julien Bonastre wrote: ^bump^ its too quiet in here! Well, every time I post a question, there's no answer. I just assumed there was no one here... When I (tried to) install 4.4.2 I got some strange messages. I'm not sure if these messages sign

Re: [PHP-INSTALL] php 5 optimizer/byte cache problem

2006-03-27 Thread Rasmus Lerdorf
GajendranA wrote: Dear All I am using php 5.1.2 on Fedora Core 4. I have installed c-client for courier & compiled with the following options. How to fix the php optimizer/byte cache problems? Can anybody suggest me a way to fix the byte cache issue? What byte cache

Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact properly.

2006-03-18 Thread Rasmus Lerdorf
Brad Kowalczyk wrote: Vadim Bendebury wrote: - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, March 17, 2006 11:44 PM Subject: Re: [PHP-INSTALL] Q: apache 2.2 and php 5.1.2 don't interact properly. It very well might be (even though if we establish that files w

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread Rasmus Lerdorf
The problem is that you have other things under /usr/local that you need, so the linker is going to link libraries from there. If you have a libxml2 library there then PHP is going to use it, no matter what you do. If you really can't fix your dependencies and upgrade your system's libxml2 li

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Rasmus Lerdorf
;t seen any non .rpm -devel packages so the install was attempted without one. paul (to put a face to a name, we met at PHP|Works, I sat across from you at the speakers dinner) On 2/25/06, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: Paul Reinheimer wrote: Hi, I'm trying to compile PHP

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Rasmus Lerdorf
Paul Reinheimer wrote: Hi, I'm trying to compile PHP 5.1.2. (on linux, RHEL 3.1) My ./configure is: './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png' '--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf' '--with-ttf' '--with-jpeg-dir=/

Re: [PHP-INSTALL] Re: ezmlm warning

2005-09-25 Thread Rasmus Lerdorf
What in the world are you talking about? You don't need to visit any websites to post, and unsubcribing is easy. We also don't send spam. If you had actually followed the unsubscription instructions you received when you subscribed it would have worked fine. It works for everyone else, but I ha

Re: [PHP-INSTALL] PHP with IMAP

2005-08-11 Thread Rasmus Lerdorf
Shahmat Dahlan wrote: > I've recently recompiled my copy of PHP with IMAP support.When running > my code with in CLI mode, it runs fine, but when I used by browser to > run the same code, all I got was "Fatal error: Call to undefined > function imap_open()" > > How do I go about this? I don't know

[PHP-INSTALL] Re: [PHP] Do I need to use --with-pic with configure?

2005-08-04 Thread Rasmus Lerdorf
Denis Solovyov wrote: > I have a question I can't answer by myself. :) > > Do I need to use "--with-pic" option when configuring php 4? > > I'm going to build it as an Apache 1.3 DSO module and going to > run multiple instances of Apache (under different users). I > use Linux (kernel 2.4.30). >

Re: [PHP-INSTALL] PHP 4.3.4 can't make

2005-08-01 Thread Rasmus Lerdorf
Why such an old version? 4.3.4 is from November, 2003. -Rasmus Rob Lloyd wrote: > Trying to reconfigure PHP 4.3.4 on Red Hat 9 > with the following: > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --enable-t > rack-vars --with-xmlrpc --with-gd --enable-mbstring=all --enable-m

Re: [PHP-INSTALL] php 4.4.0 apache child pid 2105 exit signal Segmentation fault (11)

2005-07-28 Thread Rasmus Lerdorf
Thomas Börnert wrote: > Here is the backtrace. Thanks for help. Thomas > > i started a test.php with one line > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1208971136 (LWP 11454)] > 0xb7d0d1b6 in ?? () from /etc/httpd/modules/libphp4.so > (gdb) bt > #0 0xb7d0d

Re: [PHP-INSTALL] php 4.4.0 apache child pid 2105 exit signal Segmentation fault (11)

2005-07-25 Thread Rasmus Lerdorf
Thomas Börnert wrote: > Hi List, > > on two servers the same problem: > once redhat 9 and the second fedora core 2 > > php 4.3.11 runs without any problems > > apache 2.0.54 > mysql 4.0.24 > > i've tried to disable all other modules > from apache without any success, everytime if > i load php 4

Re: [PHP-INSTALL] Rasmus?

2005-07-06 Thread Rasmus Lerdorf
Brian Yerk wrote: > What about the spoofing and the viruses? What is going on with that? Why > on earth did you guys allow it to get this bad at all? What you don't see is the hundreds of these we are catching. Some get through and we are working on improving those. -Rasmus

Re: [PHP-INSTALL] Does anyone actually care about this lists well being? :-/

2005-07-06 Thread Rasmus Lerdorf
Hex Star wrote: > This list recieves s much spam it's outrageous...and I'm yet to > see any moderator or admin action against it, all this spam really > degrades this mailing list and I for one would really appreciate it if > one of the moderators or admins would take the initiative to block th

Re: [PHP-INSTALL] Install of PHP 4 and PHP 5

2005-06-19 Thread Rasmus Lerdorf
Cédric Petter wrote: > Hi, i'm new in this list and I've a question. > > I've install httpd 2.0.54 and I want to install PHP 4 and PHP 5 in the > same Web Server > > I've already install php 4 and 5, but I don't know how tell to apache to > use the both soft, with 2 file extensions ! > > Does so

Re: [PHP-INSTALL] PHP5 static module apache 1.3.x compile issues

2005-06-15 Thread Rasmus Lerdorf
tructions, I > realized that I was trying to use the wrong to be built file (I was > using libmodphp5.a and should have been doing libphp5.a)... User error > > That works great, but I have been unable to get the dynamic module to > work - I'll probably post a separate question t

Re: [PHP-INSTALL] PHP5 static module apache 1.3.x compile issues

2005-06-13 Thread Rasmus Lerdorf
Seth Russell wrote: > Thanks Rasmus. > > I am looking to improve the speed at which php executes through apache > (and using a static module seemed to be helpful in PHP4). > > I don't see any explaination of how to build a non-pic (position > independent code) dso for apache on the PHP website. >

Re: [PHP-INSTALL] PHP5 static module apache 1.3.x compile issues

2005-06-13 Thread Rasmus Lerdorf
PHP5 does not support being built as a static module. There is really no reason to build it that way anymore. If you think you need it for performance reasons, just build a non-pic dso which gives you the exact same performance of the static module without the bother of having to recompile Apache

Re: [PHP-INSTALL] Make install fails

2005-04-23 Thread Rasmus Lerdorf
Ralf Schneider wrote: Hi, I'm trying to install PHP 4.3.11 with Apache 2.0.53 on SuSE 9.0. configure and make work fine, but "make install" aborts with this error message: Installing PHP SAPI module: apache2handler /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/li

Re: [PHP-INSTALL] pcre, php5, and FreeBSD 5.3

2005-04-17 Thread Rasmus Lerdorf
Kevin H. Phillips wrote: I've got a FreeBSD 5.3 machine that I run e-mail and Web servers on. The Web server is Apache 2.0. I've installed php 5.0.3 from the ports collection. I've been trying to install a php-based Webmail program but get error messages when I try to use it. From the mailin

Re: [PHP-INSTALL] SERVER["REMOTE_ADDR"]

2005-03-17 Thread Rasmus Lerdorf
[EMAIL PROTECTED] wrote: Dear all i have a big problem. if i call this file the value is not my client ip - it the local server ip REMOTE_ADDR and SERVER_ADDR are the same. can any help me - i m very confused. You are probably behind a reverse proxy then. Look through the phpinfo() output and s

Re: [PHP-INSTALL] Solaris 9 + PHP Hangs on configure

2005-03-11 Thread Rasmus Lerdorf
James Taylor wrote: I'm having trouble installing any version of PHP on solaris 9. I've tried older versions of 4.3.x a few months ago, then recently tried 4.3.10 and also the latest version of 5. I'm using a bunch of GNU tools from sunfreeware.com, have GCC installed, and have been able to com

Re: [PHP-INSTALL] PHP Installed but not working

2004-03-26 Thread Rasmus Lerdorf
On Fri, 26 Mar 2004, Kevin Carpenter wrote: > The following lines are in httpd.conf: > > Uh, mod_dtcl.c is not PHP. -Rasmus

Re: [PHP-INSTALL] php4 and apache2

2004-03-24 Thread Rasmus Lerdorf
There are about a hundred php.net mirror sites around the world, including 2 in Brazil (br.php.net and br2.php.net). I am sure you can make your way to one of those and check the archives. -Rasmus On Wed, 24 Mar 2004, Gabriel de Rezende e Lamounier wrote: > in first place i'd like to apologiz

Re: [PHP-INSTALL] PHP 4.3.4 Configure freezes on Solaris 2.8

2004-03-12 Thread Rasmus Lerdorf
Did you read this? http://www.php.net/manual/en/install.solaris.php Basically check your search path and make sure you have the GNU stuff ahead of the crappy Solaris ones and everything should be fine. -Rasmus On Fri, 12 Mar 2004, Andrew Culver wrote: > ./configure --with-mysql --with-apxs=/

Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Rasmus Lerdorf
Apache2 is less mature and not nearly as well-tested as Apache1. If you run a threaded MPM then all bets are off. The thread safety status of most extensions and 3rd-party libraries are unknown. Threading problems tend to only show up under load and are nearly impossible to track down. So alt

Re: [PHP-INST] NO MySQL in PHP5 Beta1?

2003-06-30 Thread Rasmus Lerdorf
On Mon, 30 Jun 2003, news.php.net wrote: > Is it true that hhere is no MySQL in PHP5 Beta1? No -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] problem to the installation

2003-04-06 Thread Rasmus Lerdorf
it status > make: *** [sapi/cli/php] Erreur 1 > > Just before I have executed > ./configure --prefix=/php --with-mysql --with-apache=/apache_1.3.27. Why > there errors? Who can help me? I use Linux Mandrake 9.1 with i586. > > bye, > Benoit Tremblay > > - Original Mes

Re: [PHP-INST] File Upload Issues / Mandrake Linux v8.2 / PHP 4.2.3-> 4.3.1

2003-04-04 Thread Rasmus Lerdorf
Check for any php.ini differences between the working and non-working installations. Most like it is the register_globals setting that is tripping you up. -Rasmus On Fri, 4 Apr 2003, Christophe Banal wrote: > Hello All, > > I would appreciate any help in trouble shooting the following issue. >

Re: [PHP-INST] problem to the installation

2003-04-04 Thread Rasmus Lerdorf
There is no --with-apache2 switch. Use --with-apxs2 and point it at your apxs script. But, keep in mind that Apache2+PHP is barely beta-quality and you are likely to run into problems. For any sort of production server, use Apache-1.3.x -Rasmus On Sat, 5 Apr 2003, Milhouse Van Houten wrote: >

Re: [PHP-INST] OS Versions PHP compiles with

2003-04-03 Thread Rasmus Lerdorf
Are you sure it is an error? On Thu, 3 Apr 2003, Kevin Angus wrote: > I just installed yoper and tried to get PHP-4.3.2RC1 to compile but MAKE > keeps failing with an error on my_tempnam, I hunted around and found some > bogus bug reports about the error but nothing that would help me. Apache

Re: [PHP-INST] Problem with -c option and --with-config-file-pathoption

2003-03-27 Thread Rasmus Lerdorf
Please do not spam multiple lists with the same question. Especially since you haven't managed to hit the right one yet. [EMAIL PROTECTED] would have been the appropriate list. On Thu, 27 Mar 2003, Mark Striebeck wrote: > Hi, > > we are building PHP with the --with-config-file-path compile s

[PHP-INST] Re: [PHP] 'make' PHP4.3.1 returns the use of function`tempnam' isdangerous --- WHY?

2003-03-02 Thread Rasmus Lerdorf
> When I tried to 'make' PHP-4.3.1, it returns warning message and died. I am > using RH8.0 + Apache 2.0.44 It didn't die, that is simply the end of the build. Warnings aren't fatal. (Please do not cc all the lists) -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-INST] How to install PHP431 on RH8?

2003-03-01 Thread Rasmus Lerdorf
> Hi, > > I've been trying to install PHP4.3.1 on RH8 (with apache 2.0.40) with mysql. > Is there anyone has sucessfully install PHP with this combination? > > Besides, I would also like to update the Apache that comes with RH8 to > 2.0.44 with the same version of PHP and mysql, anyone know how t

Re: [PHP-INST] Scrunched

2003-02-28 Thread Rasmus Lerdorf
> On Linux, any release of MySQL requires that the "mod_auth_mysql" be > installed, so MySQL can do database access authorization validation via > Apache. Apache will run okay and so will MySQL, but without "mod_auth_mysql" > installed you cannot log into MySQL. Uh? That's obviously not true. Lo

[PHP-INST] Re: [PHP] Is PHP Reinstall required?

2003-02-26 Thread Rasmus Lerdorf
Just install the apache-devel package which is where the apxs tool lives. -Rasmus On Thu, 27 Feb 2003, Patrick LOK wrote: > I have to uninstall my Apache 2.0.x that came along with RedHat 8.0 because > the httpd (rpm) in RH8.0 does not have Apache apxs (why dont they include > it). > > I need a

Re: [PHP-INST] ZendOptimizer and suexec-patched PHP?

2003-02-25 Thread Rasmus Lerdorf
The overhead of the fork+exec CGI by far outweighs any benefit you might possibly get from an optimizer. And an optimizer without a cache is only going to slow you down anyway. -Rasmus On Tue, 25 Feb 2003, michel wrote: > Hello, > > I'm using PHP 4.3.0 CGI with suexec-patch (www.localhost.nl)

Re: [PHP-INST] Apache 2.0.44 + PHP 4.3.1

2003-02-24 Thread Rasmus Lerdorf
That's not an error. Just a warning. Ignore it. On Mon, 24 Feb 2003, Ken Jeansson wrote: > Hello There > > Trying to install php4 on apache2 and I get this error: > > ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam': > /home/sub/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:105: the use

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> > phpa has nothing to do with Apache though. I don't see any reason for > > that to not work with the Apache 2 PHP module. > > http://www.php-accelerator.co.uk/faq.php#apache2 So use a different one. That is a phpa problem, not a PHP one. > > As for Apache2 being faster. Perhaps in some si

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> > What is your reason for picking Apache2 over Apache1.3 at this point? > I read through the latest discussion on PHP GENERAL list. If there are > some libs having problems, with thread-safetiy..., why not using a > PHP-Installation without these libs? If they become tread-safe they can > be add

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> > What is your reason for picking Apache2 over Apache1.3 at this point? > Because Apache 2 itself is stable. So why using older, slower software? But > you're right, I will use Apache 1.3.27 with PHPA(free PHP-Cache), this will > be much faster than Apache 2 without cache. phpa has nothing to do

Re: [PHP-INST] Compile PHP into Apache 2.0 httpd(static)

2003-01-23 Thread Rasmus Lerdorf
> Isn't it possible to compile php 4.3.0 static into Apache 2.0 as it is possible with >Apache 1.3? > How could I do this? You can't. > If I want to use PHP 4.3 with Apache 2.0.44(DSO or static), it is > decleard "experimantal". Is it realy that dangerous? I have never heard > of any problems.

Re: [PHP-INST] PHP seems to be garbled?

2003-01-20 Thread Rasmus Lerdorf
Try a full "make clean" re-compile. On Mon, 20 Jan 2003, Edwin Boersma wrote: > I successfully compiled PHP 4.3.0 on SuSE Linux 7.1 and Apache 1.3.22, > using the same options as my previous version, 4.1.2: --with-mysql > --with-apxs=/usr/local/apache/bin/apxs. When I start Apache, it cannot >

Re: [PHP-INST] Re: Redhat 8 > PHP

2003-01-08 Thread Rasmus Lerdorf
> At http://www.php.net/manual/en/install.apache2.php > > in the "PHP and Apache 2 on Linux," it states: > > 10. ./configure --with-apxs2=/usr/local/apache2/bin/apxs > > With RH Linix 8.0 install, there does not appear to be an Apache apxs file > available for the configure run (realizing the RH A

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> I did not build php with it. I downloaded PDFLib from pdflib.com and > followed their instructions ("Loadable Module (DSO)" is the recommended way > for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib, > accrodig to their manual). Well, according to ours you should build it fr

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> The module (libpdf_php.so) is in /usr/include/php. It's the folder specified > in the extension_dir variable of the php.ini file.In the same file, I also > added extension=libpdf_php.so Where did you get this libpdf_php.so file? When building it from PHP using --with-pdf=shared it gets called p

Re: [PHP-INST] Where to find install instruction?

2003-01-04 Thread Rasmus Lerdorf
There is an INSTALL file in the distribution On Sat, 4 Jan 2003 [EMAIL PROTECTED] wrote: > > "Irvin > Amoraal" To: [EMAIL PROTECTED] > dio.com> Subject: [PHP-INST] Where to find >inst

Re: [PHP-INST] PHP as CGI for Apache

2003-01-03 Thread Rasmus Lerdorf
./configure && make && make install Or you could do something crazy and read the INSTALL file in the distribution. -Rasmus On Thu, 2 Jan 2003, Perroud Benoit wrote: > Hi, > > Have someone a good, usefull (and recent) tutorial or faq which explain what > to do to complie PHP as CGI for Apache >

Re: [PHP-INST] readline Error lang/php4 with GD2 Lib

2002-12-29 Thread Rasmus Lerdorf
Why don't you just use the bundled GD2 library by using --with-gd as opposed to --with-gd=whatever ? On Sun, 29 Dec 2002, Thomas Weller wrote: > Hello, > > I wanted to install PHP on a FreeBSD 4.7 system. > > In /usr/ports/lang/php4 I chose the following > options (those I need and the pre-checke

Re: [PHP-INST] Apache version

2002-12-27 Thread Rasmus Lerdorf
> What is the version of apache supported by the isapi module in PHP 4.2.3 ?? None, ISAPI is for IIS. > And when will be availiable support for apache 2.0.43?? PHP 4.3 should sort of work. Nowhere near production-quality yet though. -Rasmus -- PHP Install Mailing List (http://www.php.net/)

Re: [PHP-INST] PHP 4.2.2 and GD 2.0.8

2002-11-25 Thread Rasmus Lerdorf
You need PHP 4.3 to use GD 2.0.2 or greater. On Mon, 25 Nov 2002,     wrote: > Hello, > > I'm in desperate need of some assistance here :/ > > I'm not sure what is causing the problem, but on one of our older servers > running Plesk 5.0.3, I cannot get Apache to start if I compile PHP with > --wi

Re: [PHP-INST] Warning: session side effect .....

2002-11-24 Thread Rasmus Lerdorf
> I edited the php.ini file as follows: > > session.bug_compat_42 = 0 > session.bug_compat_warn = 1 > > I restarted apache, and the warning is still there. How do I hide this > warning? Thanks! Well, you set "session.bug_compat_warn = 1" which turns on the warning. You probably want: session.bu

Re: [PHP-INST] MD5, DES Win32 w/Apache 2

2002-11-13 Thread Rasmus Lerdorf
This is seriously the wrong list for this. Why don't you ask on the apache-users list? On Wed, 13 Nov 2002, Robert W. Kramer III wrote: > > Hello everyone, > > For several days now I have been searching the 'net for information on > Apache and MD5/DES. My search strings have been fairly specific

[PHP-INST] Re: [PHP] please help, one question regarding installing GD_2.0.4with PHP_4.2.3

2002-11-11 Thread Rasmus Lerdorf
PHP 4.2.3 does not support GD 2.0.4. You need GD 2.0.1 or upgrade to the latest CVS version of PHP. (and please do not crosspost to multiple lists) -Rasmus On Mon, 11 Nov 2002, Hua (William) Li wrote: > Hello folks, > > My name is Will. I am currently using GD_2.0.4 with PHP_4.2.3 and Apache_1

[PHP-INST] RE: [PHP] Re: Request entity too large (already seen the FAQ)

2002-11-10 Thread Rasmus Lerdorf
php.CONF? Is that some distribution-specific file? It's not a PHP thing and thus would not be documented by us. -Rasmus On Sun, 10 Nov 2002, John W. Holmes wrote: > > OK, thanks for no help whatsoever. But I'm not bitter; I'm here > to > > report what I found so that the next guy with thi

RE: [PHP-INST] gd-2.x

2002-11-09 Thread Rasmus Lerdorf
the php config, it detects the 2.x functions, but not that they are > really there ( getting all 'no' ) > > Any idea ? > > Richard Pijnenburg > Klik-on Internet Solutions > > > -Original Message- > From: Rasmus Lerdorf [mailto:rasmus@;php.net]

Re: [PHP-INST] gd-2.x

2002-11-09 Thread Rasmus Lerdorf
Has been for years On Sat, 9 Nov 2002, Richard Pijnenburg wrote: > When will GD-2.x be supported with php? > > Richard Pijnenburg > Klik-on Internet Solutions > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-11-05 Thread Rasmus Lerdorf
n any of my servers on it, but that's the first combination even worth looking at. -Rasmus On Wed, 6 Nov 2002, Kalin Mintchev wrote: > > what about FreeBSD 4.6? > > > On Tue, 5 Nov 2002, Rasmus Lerdorf wrote: > > > Divine intervention > >

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

2002-11-05 Thread Rasmus Lerdorf
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/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Install Mailing List (ht

Re: [PHP-INST] redhat8 php4.3.0pre2 apxs problem

2002-10-31 Thread Rasmus Lerdorf
Just install the apache-devel rpm. But, while you are at it, get rid of Apache2 and install the Apache 1.3 apache and apache-devel rpms and everything will be fine. Everything can of course be found on rpmfind.net -Rasmus On Thu, 31 Oct 2002, Gareth Thomas wrote: > I am a Linux newbie, so any

Re: [PHP-INST] php-4.2.x + gd-2.0.4

2002-10-31 Thread Rasmus Lerdorf
Yes, we know. You'll either need to hack those instances to refer to ->gd_free instead of ->free or wait for 4.3. -Rasmus On Thu, 31 Oct 2002, EG Ortego wrote: > gcc -I. -I/usr/local/src/php-4.2.3/ext/gd -I/usr/local/src/php-4.2.3/main >-I/usr/local/src/php-4.2.3 -I/usr/local/src/apache_1.3.27

Re: [PHP-INST] php_admin_value and apache 2.0

2002-10-28 Thread Rasmus Lerdorf
onship? > > On Monday, October 28, 2002, at 05:06 PM, Rasmus Lerdorf wrote: > > >>i've just upgraded to apache 2.0 and the php_admin_values i had > >> setup > > > > You mean downgraded? > > > >> within the VirtualHost directives does

Re: [PHP-INST] Call to undefined function: mysql_connect ()

2002-10-28 Thread Rasmus Lerdorf
Make sure you load the mysql.so extension in your php.ini file. On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: > > I'm pretty sure this is the [shared] option. I wrote the same thing to a > guy a couple weeks ago and it helped him. Granted i live on Solaris, but i > have never seen any documentati

Re: [PHP-INST] php_admin_value and apache 2.0

2002-10-28 Thread Rasmus Lerdorf
>i've just upgraded to apache 2.0 and the php_admin_values i had setup You mean downgraded? > within the VirtualHost directives does work. This is the message i > receive when i try to start the server: > > php_admin_value not allowed here > >i thought i would start with the php us

Re: [PHP-INST] too complicated for the time I have

2002-10-24 Thread Rasmus Lerdorf
I would strongly suggest using Apache 1.3.x and the associated existing php rpms that are out there. Apache2+PHP is not a stable combination at this point. -Rasmus On Thu, 24 Oct 2002, php user wrote: > Hi, I am having a difficult time compiling php-4.2.3 DSO with Apache 2 on a > RedHat 8.0. I

Re: [PHP-INST] RedHat 8 PHP4 default install doesn't work

2002-10-22 Thread Rasmus Lerdorf
RH8 comes with Apache 2.0 by default. Apache2+PHP is not a stable combination. Get rid of it and install Apache-1.3 instead. -Rasmus On Tue, 22 Oct 2002, Brad wrote: > I installed redhat 8.0 just now. It install php4 and apache in a default > config. It supposedly runs php as a DSO. Everything

Re: [PHP-INST] apxs missing

2002-10-16 Thread Rasmus Lerdorf
Install the apache-devel package On Thu, 17 Oct 2002, Marcus Van Wyk wrote: > Hi there Just installed Mandrake 8 > > And I'm trying to configure php so that I can use it for script on a Web server > > but it say that you have to configure like this > > ./configure --with-mysql --with-apxs=/to/th

Re: [PHP-INST] Where's debug.log?

2002-10-15 Thread Rasmus Lerdorf
I think that should say config.log On Tue, 15 Oct 2002, Dean Dahnke wrote: > I am having a huge amount of hassle trying to build PHP 4.3 with > Sablotron 0.96.1 When I look in config.status, I see the following > message. > > >if test -n ""; then > rm -f config.cache > cat < +--

Re: [PHP-INST] using jpegs

2002-10-14 Thread Rasmus Lerdorf
egs. what it says is > this: > > configure:22952: checking for the location of libjpeg > configure:23013: checking for jpeg_read_header in -ljpeg > > no errors. > > > On Mon, 14 Oct 2002, Rasmus Lerdorf wrote: > > > Then check your config.log file to see why the

Re: [PHP-INST] using jpegs

2002-10-14 Thread Rasmus Lerdorf
t; > On Mon, 14 Oct 2002, New Disorder Records wrote: > > > but my gd library WAS built with jpeg support. as far as I can tell. > > I've built GD a number of times on other machines and always use jpegs. > > Any other ideas? > > > > On Mon, 14 Oct 2002, Rasmu

Re: [PHP-INST] using jpegs

2002-10-14 Thread Rasmus Lerdorf
Your GD library was not built with jpeg support. On Mon, 14 Oct 2002, New Disorder Records wrote: > Hi, > I have installed php several times, but this is the first time I've > tried to make image generation work. I compiled php against gd-1.8.4, yet > when I run this code: > > header("Content

Re: [PHP-INST] Lost connection to MySQL server during query

2002-10-09 Thread Rasmus Lerdorf
Which Apache2 MPM? Apache2+PHP is extremely unstable. I would strongly suggest installing Apache 1.3.x. -Rasmus On Wed, 9 Oct 2002, John Thorne wrote: > Working with new clean install of Redhat 8.0 and > Apache 2.0.40 / php 4.2.2 / mySQL 3.23.52 > > I have a phpinfo page and mySQL is setup >

Re: [PHP-INST] undefined index and undefined variable problems

2002-10-06 Thread Rasmus Lerdorf
Lower your error_reporting level in your php.ini file. On Sun, 6 Oct 2002, John wrote: > I'm running PHP 4.1.1 with Apache 1.3.23 on windows 2000 > > Many of my scripts display "Warning: Undefined variable" or "Warning: Undefined >Index" when a variable hasn't been used yet. The scripts work,

[PHP-INST] Re: [PHP] Re: Stuck at PHP4 installation( with Apache2 )

2002-10-05 Thread Rasmus Lerdorf
Keep in mind that we do not officially support Apache2 yet. Will be a while before it will be anywhere near stable. -Rasmus On Sat, 5 Oct 2002, kramer wrote: > Ok guys, > To correcte all the typos, this is what I did. > 1. Removed PHP( directory ) completely. > 2. Start Apache - went fine( wit

Re: [PHP-INST] crypt() broken w/php + Apache2 + OpenSSL?

2002-10-05 Thread Rasmus Lerdorf
Probably something interfering with the configure checks. See your config.log. -Rasmus On Sat, 5 Oct 2002, Don MacAskill wrote: > > PHP's crypt() function doesn't seem to return MD5 results, even when > using an MD5 salt, when it's used in conjunction with Apache2 (2.0.43) > and OpenSSL (0.9.6

Re: [PHP-INST] Security question

2002-10-02 Thread Rasmus Lerdorf
crypt() On Wed, 2 Oct 2002 [EMAIL PROTECTED] wrote: > I have built a nice admin login for my site. Works great. Uses the mySql > database to store the uname and pass. But if I insert into my table a > PASSWORD('password') so that the password is encrypted I'm not sure how my > PHP script could c

Re: [PHP-INST] httpd.conf

2002-10-02 Thread Rasmus Lerdorf
Did you restart your server? On Wed, 2 Oct 2002, Antoine wrote: > Hi, > > I compiled PHP 4.2.3 on RedHat 7.2, > and I am using PHP as a module of apache > > In httpd.conf, I added the lines: > > LoadModule php4_module libexec/libphp4.so > > AddType application/x-httpd-php .php > > AddType applic

Re: [PHP-INST] Problems compiling jpeg & gd into php

2002-10-02 Thread Rasmus Lerdorf
Check your config.log and see why it failed. On Wed, 2 Oct 2002, new.php.net wrote: > If have gd 1.8.4 compiled with zlib and jpeg support... This works fine but > whenever I try to make php 4.2.3: > > configure --enable-track-vars --enable-trans-sid --with-mysql --with-apxs -- > with-gd --with-

Re: [PHP-INST] vulnerabilities??

2002-09-30 Thread Rasmus Lerdorf
Sure, grab the latest Apache 1.3.x and the latest PHP. On Mon, 30 Sep 2002, Anil Garg wrote: > hi, > > Is there any version of php and apache for which there are no known > vulnerabilities?? > > regards > anil :) > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit:

Re: [PHP-INST] Configuring PHP

2002-09-23 Thread Rasmus Lerdorf
Please provide some useful info here. Which OS, which version of gcc, what is on line 3211 of your zend_language_scanner.c? On Mon, 23 Sep 2002, Luck wrote: > Hello > This is my problem > when I configure php under slackware linux (./configure) everything is ok, > but > when I enter 'make' comm

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-17 Thread Rasmus Lerdorf
Just use /usr/local It needs to find the header file as well which is obviously not under /usr/local/lib On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay wrote: > I used the following command: > ./configure --with-mysql > --with-apxs=/usr/local/apache/bin/apxs > --with-gd=/usr/local/lib > and got

Re: [PHP-INST] Problem parsing args in 4.2.3

2002-09-06 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file. On Fri, 6 Sep 2002, Mike Carter wrote: > Hello. > I've installed 4.2.3 on Apache 1.3.26 running on an Sun Ultra 1 with Solaris > 9. > > I have a script I wrote a while back that has worked fine on PHP 4.0.5 on my > current server. The script display

Re: [PHP-INST] Compile problem with httpd 2.0

2002-09-06 Thread Rasmus Lerdorf
Apache2+PHP is nowhere near ready for production use. Unless you have a good technical reason to upgrade to Apache2, stick with Apache 1.3.x. -Rasmus On Fri, 6 Sep 2002, Bruno wrote: > Hi Everybody! > > I have a problem, I have Linux Red Hat 7.3 it came with the apache 1.3 > and PHP 4.1.2 and

Re: [PHP-INST] Re: Apache doesn't seem to send scripts to theinterpreter

2002-09-03 Thread Rasmus Lerdorf
> > A) Make php classic test file called hello.php. Here is the text that goes > > in it: > >PHP Test > World"; ?> > > B) Find php by doing "which php ". Mine says /usr/bin/php. Now run > > "/usr/bin/php -i >output.html ". If need be, move the output.html to > > your default web dire

Re: [PHP-INST] Re: Help... Apache 1.3.26 with php 4.2.2 .php pagesappear as text pages..

2002-08-28 Thread Rasmus Lerdorf
Or just get rid of the ClearModuleList line. It is useless. On Tue, 27 Aug 2002, Bill Nickel wrote: > I just had this same problem. The deal is that inside of the httpd.conf file > there is the following directive: > > ClearModuleList > > Pretty self explanatory...it clears all the modules. Bel

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-27 Thread Rasmus Lerdorf
Why don't you just grab the latest CVS (unstable) snapshot from snaps.php.net? The Apache API changed in 2.0.39/40 so PHP 4.2.x will not build cleanly against it. This is fixed in 4.3-dev -Rasmus On Mon, 26 Aug 2002, Gilberto J. Palau wrote: > Well my problem is different but here it goes to

Re: [PHP-INST] Apache 2 & PHP 4.1.2

2002-08-21 Thread Rasmus Lerdorf
2.0.39 was released after PHP 4.2 and they changed the API. You will need current CVS versions of both PHP and Apache to make it work. -Rasmus On Wed, 21 Aug 2002, Niklas Saers Mailinglistaccount wrote: > Hi, when compiling PHP with Apache2 on FreeBSD, I get with the following > line: > > ./co

Re: [PHP-INST] Add another -library to my configuration

2002-08-20 Thread Rasmus Lerdorf
What is libimc? Setting your LDFLAGS env variable to -limc before running configure should do the trick. -Rasmus On Tue, 20 Aug 2002, Vicki Brown wrote: > I keep looking through the configure options but don't seem to > find a good way to add another -library to the configuration or > build. >

  1   2   3   >