[PHP-INST] Updating from PHP 4.0.5 to 4.1.0

2002-01-02 Thread Ronny-André Bendiksen
Is there possible to update my installed PHP 4.0.5 to PHP version 4.1.0 ? Do I have to uninstall, or do I just install over... or?? Please help me :) I run PHP on Apache on Windows :) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
Got it ... application/x-httpd-php doesn't appear to work, but application/x-http-php does ... On Wed, 2 Jan 2002, Marc G. Fournier wrote: > On Wed, 2 Jan 2002, Chris wrote: > > > You *almost* did it correctly. Try adding the following to your httpd.conf file: > > # DirectoryIndex: Name of the

[PHP-INST] mailto:php-install@lists.php.net

2002-01-02 Thread Bob Holden
An alternative that works is to install Samba, then set up a share to your web root. Then, from your My Computer window menu, select View, Options, and click on the File Types tab. Now search through for the .PHP extension. You'll need to Add an "Edit" entry that will set Notepad to be the defa

Re: [PHP-INST] notepad cant write .php

2002-01-02 Thread Chris
> i have php4.1.0 on apache1.3.20 on windows98SE > apache run okay, some php script i`ve downloaded runs fine too, but when i try to > write my own .php files using notepad, it wont save as .php the file becomes > myfile.php.txt (i did choose `all files` in the `save as type` box) intead of > my

[PHP-INST] cannot find entry point..... NEWBIE Question I think (because I'am one)

2002-01-02 Thread Marc
After upgrading from PHP3 to PHP4 I got this error. Can someone explain to me what it means, and how I can get rid of this message. Thanks, Marc begin 666 clip_image002.jpg M_]C_X `02D9)1@`!`0$`8 !@``#__@`<4V]F='=AUCCE-PUP/ \%^GII-&J:&*9"F[7^>Q\>;,GNQVQ4M"W90J_WLS@YU2E>[+%SG8WW6@]T[YEGG M-Q

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
On Wed, 2 Jan 2002, Chris wrote: > You *almost* did it correctly. Try adding the following to your httpd.conf file: > # DirectoryIndex: Name of the file or files to use as a pre-written HTML > # directory index. Separate multiple entries with spaces. > # > > DirectoryIndex index.html index.

[PHP-INST] Problems with Apache2 + PHP4.1.1 ... making headway, I think ....

2002-01-02 Thread Marc G. Fournier
Hi ... I've gone and performed a recompile, and find there are some incompatible pointers in the apache2filter.c compile: sapi_apache2.c: In function `php_input_filter': sapi_apache2.c:247: warning: passing arg 4 of `ap_get_brigade' from incompatible pointer type sapi_apache2.c: In fu

[PHP-INST] Bus Error php-4.1.1 Solaris 7 Apache-1.3.22

2002-01-02 Thread Don Steiny
Hi, I have been compiling and installing PHP for years and have never run into this. I have apache-1.3.22 + SSL (.45) - php-4.1.1 and everytime I hit the PHP I get a bus error. This is on Solaris with Gcc 3.0.3. I have tried it with the fewest modules , I shut off any loading of modul

[PHP-INST] Re: Should I shoot the machine?

2002-01-02 Thread Fred
If you did not remove the previous versions prior to installing the new ones then you have probably fudged things up a bit. More importantly, when you install or reinstall php you must also make changes to apache. Depending on how you install or compile php, you may even have to recompile apache

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, b ut

2002-01-02 Thread Marc G. Fournier
Does PHP4.x no longer come up in the notice for Apache2? [Thu Jan 03 01:19:49 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations Austin Gonyou wrote: > See the following for Apache2 + php 4.x: > # > #For PHP to work > AddType applicat

php-install Digest 3 Jan 2002 00:46:55 -0000 Issue 630

2002-01-02 Thread php-install-digest-help
php-install Digest 3 Jan 2002 00:46:55 - Issue 630 Topics (messages 5417 through 5428): Re: Problem installing PHP with Pear on Sol 8 5417 by: Eric Aska Recompile PHP with MySQL after a install from cd 5418 by: Nuno Tavares PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded,

[PHP-INST] HELP GMP !!!

2002-01-02 Thread Marios Karagiannopoulos
Making all in Zend make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/Zend' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6/Zend' Making all in main make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/main' make[2]: Entering directory `/cygdri

[PHP-INST] Should I shoot the machine?

2002-01-02 Thread Martin Cloutier
Hi gang, Redhat 7.1 (vanilla) PHP-4.0.4pl1-9 Apache 1.3.19-5 MYSQL 3.23.36-1 I am trying to upgrade to PHP 4.1.1 Question 1: Is there an RPM for it? Question 2: I have tried to install the following package: rpm -ivh PHP-4.0.6-7.src.rpm ...without success...phpinfo() still gives me the old ve

RE: [PHP-INST] install problem : using old php config?

2002-01-02 Thread DKode
Yes i refreshed several times and dumped my cached files. I did not uninstall the previous php. How do i do this? here is the configure command i used: ./configure '--with-mysql' '--enable-track-vars' '--enable-ftp' '--enable-sockets' '--enable-mbregex' '--with-zlib' '--enable-trans-sid' '--wit

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, b ut

2002-01-02 Thread Austin Gonyou
See the following for Apache2 + php 4.x: # #For PHP to work AddType application/x-httpd-php .php .html SetInputFilter php SetOutputFilter php I put this right after the last AddCharset. Hope this helps. On Wed, 2002-01-02 at 17:30, Chris wrote: > > > > as a quick follow up, I installed ls

[PHP-INST] notepad cant write .php

2002-01-02 Thread t_virtussavant
i have php4.1.0 on apache1.3.20 on windows98SE apache run okay, some php script i`ve downloaded runs fine too, but when i try to write my own .php files using notepad, it wont save as .php the file becomes myfile.php.txt (i did choose `all files` in the `save as type` box) intead of myfile.php i

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Chris
> > as a quick follow up, I installed lsof, and it appears that php4 is being loaded, > but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for > some reason, its not registering application/x-httpd-php as a valid type? > > On Wed, 2 Jan 2002, Marc G. Fournier wrote: > >

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, butno errors reported?

2002-01-02 Thread Marc G. Fournier
as a quick follow up, I installed lsof, and it appears that php4 is being loaded, but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for some reason, its not registering application/x-httpd-php as a valid type? On Wed, 2 Jan 2002, Marc G. Fournier wrote: > > Hi > >

Fwd: Re: [PHP-INST] Apache, undefined symbol: alloc_globals

2002-01-02 Thread Sean Redmond
I hate to be a nudge, but this really sucks! This seems to be a not uncommon problem, but one that it is hard to find an answer for. For instance, if you search the list archives for "alloc_globals" you do find the same question asked twice: http://marc.theaimsgroup.com/?l=php-general&m=100261

[PHP-INST] Windows XP vs PHP4.x

2002-01-02 Thread Andrew Dumbleton
Wondered if anyone experienced this under Windows XP ?: Fresh server start: phpinfo() test works and page load completes. On subsequent page refreshes, browser sticks on opening page and load never completes. Other php pages, browser sticks on opening page and load never completes. Upload the sa

[PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but no errors reported?

2002-01-02 Thread Marc G. Fournier
Hi After spending the past little while fighting with getting it to install under Apache2, I can't for the life of me get it to actually load. I'm installing it using FreeBSD Ports ... Apache2's port, the only change I've made, is to add -lc_r to get rid of an error de

[PHP-INST] Recompile PHP with MySQL after a install from cd

2002-01-02 Thread Nuno Tavares
I've installed the RedHat 7.0 Linux from the cd. What interests me most is Apache, PHP and MySQL. Everything works fine (Apache is serving pages, PHP and MySQL are working too) except for one thing. PHP is not compiled with MySQL. I've checked with . I know that I should recompile PHP with the -

Fwd: [PHP-INST] Problem installing PHP with Pear on Sol 8

2002-01-02 Thread Eric Aska
>>> "Eric Aska" <[EMAIL PROTECTED]> 12/19/01 11:30AM >>> Greetings, I am tussling with an installation of PHP with Pear on a Solaris 8 system. The error occurs during the 'make install' and affects Pear specifically. When I run it as 'make install-su' the error persists. It appears that

php-install Digest 2 Jan 2002 12:40:37 -0000 Issue 629

2002-01-02 Thread php-install-digest-help
php-install Digest 2 Jan 2002 12:40:37 - Issue 629 Topics (messages 5415 through 5416): install problem : using old php config? 5415 by: DKode Re: php compilation error on MacOSX10.1 5416 by: Mike Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED

[PHP-INST] Re: php compilation error on MacOSX10.1

2002-01-02 Thread Mike
I've just managed a successful compilation of php 4.1.1 on MAC OSX 10.1 - it worked first time without a hitch. Try a very simple configuration. I am currently using only --enable-discard-path (because I want to run php as cgi). If that works try adding your other options one by one. -- PHP