php-install Digest 3 Jan 2002 13:22:17 -0000 Issue 631
Topics (messages 5429 through 5442):
Re: PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, b ut
5429 by: Marc G. Fournier
5433 by: Marc G. Fournier
5437 by: Marc G. Fournier
Re: Should I shoot the machine?
5430 by: Fred
Bus Error php-4.1.1 Solaris 7 Apache-1.3.22
5431 by: Don Steiny
Problems with Apache2 + PHP4.1.1 ... making headway, I think ....
5432 by: Marc G. Fournier
cannot find entry point..... NEWBIE Question I think (because I'am one)
5434 by: Marc
Re: notepad cant write .php
5435 by: Chris
mailto:[EMAIL PROTECTED]
5436 by: Bob Holden
Updating from PHP 4.0.5 to 4.1.0
5438 by: Ronny-André Bendiksen
Loading .dll in php 4.1.0
5439 by: Bernhard Egger
Re: Bcmath support when installed with RPM files
5440 by: Bård Tommy Nilsen
problem running php4.0.6 with apache 1.3.22 on windows xp
5441 by: Rui Nuno Castro
CGI Error
5442 by: Woni
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]
----------------------------------------------------------------------
--- Begin Message ---
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 application/x-httpd-php .php .html
>
> <FilesMatch "\.php">
> SetInputFilter php
> SetOutputFilter php
> </FilesMatch>
>
> 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 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
>>>>
>>>> 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 dealing with
>>>>
>>pthread's that
>>
>>>>PHP4 throws up ... once I get Apache2 fixed for that, it starts, but,
>>>>
>>as shown
>>
>>>>below, its not being loaded:
>>>>
>>>>[Wed Jan 02 19:46:36 2002] [notice] Apache/2.0.28 (Unix)
>>>>
>>mod_ssl/3.0a0
>>
>>>>OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations
>>>>
>>>> Under the mod_php4 port, I changed --with-apxs to --with-apxs2
>>>>
>>and go rid
>>
>>>>of the --with-system-regex flag ... compile appears clean ...
>>>>
>>>> In my httpd.conf file, I have everything defined/enabled taht
>>>>
>>I'm aware of:
>>
>>>>LoadModule php4_module libexec/apache/libphp4.so
>>>>AddType application/x-httpd-php .php .php3
>>>>
>>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.
>>#
>><IfModule mod_dir.c>
>> DirectoryIndex index.html index.htm index.php default.html
>>default.htm
>></IfModule>
>>
>>
>>#
>># AddType allows you to tweak mime.types without actually editing it, or
>>to
>># make certain files to be certain types.
>>#
>># For example, the PHP 3.x module (not part of the Apache distribution -
>>see
>># http://www.php.net) will typically use:
>>#
>>
>> AddType application/x-httpd-php3 .php3
>> AddType application/x-httpd-php3-source .phps
>>
>>#
>># And for PHP 4.x, use:
>>#
>>
>> AddType application/x-httpd-php .php
>> AddType application/x-httpd-php .php4
>> AddType application/x-httpd-php-source .phps
>>
>>
>>If all of the above are present in your httpd.conf file, you should have
>>NO
>>trouble loading .php* files in your browser/ from your server.
>>
>>Njoy,
>> Chris out...
>>
>>
>>
>>>> And DSO support is enabled:
>>>>
>>>>Compiled in modules:
>>>> core.c
>>>> prefork.c
>>>> http_core.c
>>>> mod_so.c
>>>>
>>>> So I'm figuring that I'm missing something totally obvious here?
>>>>
>>:(
>>
>>>>Thanks ...
>>>>
>>>>
>>>>
>>>>
>>>>--
>>>>PHP Install Mailing List (http://www.php.net/)
>>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>>To contact the list administrators, e-mail:
>>>>
>>[EMAIL PROTECTED]
>>
>>>>
>>>
>>>--
>>>PHP Install Mailing List (http://www.php.net/)
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>To contact the list administrators, e-mail:
>>>
>>[EMAIL PROTECTED]
>>
>>
>>--
>>Chris out...
>> _________ __________ __________ _____________
>> / _____/\ / ____ \ / ______/\ /____ ____/\
>> / /\____\/ / /\_ / /\ / / \____\/ \___/ /\___\/
>> / /_/__ / /_/_/ / / / /__/_ / / /
>> / _____/\ / ____ / / \_____ \ / / /
>> / /\____\/ / /\_ / / / \____\ /\ / / /
>> / / / / / / / / / _________/ / / / / /
>>/___/ / /___/ / /___/ / /___________/ / /___/ /
>>\___\/ \___\/ \___\/ \___________\/
>>\___\/.dnswatch.com
>>
>>..
>>
>>............................................
>>This email was sent using DNSWATCH WebMail.
>> "Get YOUR account today!"
>>http://www.dnswatch.com/dnswm112/
>>
>>
>>
>>--
>>PHP Install Mailing List (http://www.php.net/)
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>>
--- End Message ---
--- Begin Message ---
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.
> #
> <IfModule mod_dir.c>
> DirectoryIndex index.html index.htm index.php default.html default.htm
> </IfModule>
>
>
> #
> # AddType allows you to tweak mime.types without actually editing it, or to
> # make certain files to be certain types.
> #
> # For example, the PHP 3.x module (not part of the Apache distribution - see
> # http://www.php.net) will typically use:
> #
>
> AddType application/x-httpd-php3 .php3
> AddType application/x-httpd-php3-source .phps
>
> #
> # And for PHP 4.x, use:
> #
>
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php .php4
> AddType application/x-httpd-php-source .phps
>
>
> If all of the above are present in your httpd.conf file, you should have NO
> trouble loading .php* files in your browser/ from your server.
Do, and do :(
--- End Message ---
--- Begin Message ---
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 file or files to use as a pre-written HTML
> > # directory index. Separate multiple entries with spaces.
> > #
> > <IfModule mod_dir.c>
> > DirectoryIndex index.html index.htm index.php default.html default.htm
> > </IfModule>
> >
> >
> > #
> > # AddType allows you to tweak mime.types without actually editing it, or to
> > # make certain files to be certain types.
> > #
> > # For example, the PHP 3.x module (not part of the Apache distribution - see
> > # http://www.php.net) will typically use:
> > #
> >
> > AddType application/x-httpd-php3 .php3
> > AddType application/x-httpd-php3-source .phps
> >
> > #
> > # And for PHP 4.x, use:
> > #
> >
> > AddType application/x-httpd-php .php
> > AddType application/x-httpd-php .php4
> > AddType application/x-httpd-php-source .phps
> >
> >
> > If all of the above are present in your httpd.conf file, you should have NO
> > trouble loading .php* files in your browser/ from your server.
>
> Do, and do :(
>
>
>
--- End Message ---
--- Begin Message ---
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.
My guess is that apache, php and myswl were all installed as redhat rpms
initially. If that is the case then in order to install a newer rpm of php
you would need to remove the old one and install the new one. That may or
may not work, depending on whether the rpm scripts do all the correct
updates to apache.
If you want to install php4.11 (or better yet 4.2.0-dev) from source then
you have two choices:
You can remove your apache rpm and install php and apache according the the
directions in the manual with the --with-apache option, or
You can compile php with the --with-apxs option and follow the directions
for getting php to load as a shared module.
Fred
Martin Cloutier <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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 version
>
> Question 3:
> I have tried to install the php 4.1.1 using the normal procedure gzip
> and tar..make ...
> ...without success...phpinfo() still gives me the old version
>
> Question 4:
> Did all these tryout affect the system so that the upgrades become
> confused?
>
> Can anyone suggest me an alternate route for installing the package?
> Any help would be greatly appreciated!
>
> Regards
>
> Martin
>
--- End Message ---
--- Begin Message ---
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 modules in php.ini and I still get this problem. It is in zend_load_module
and it looks like it is a strlen() function that is getting a zero length
string as an option. Please let me know any info I can get any of you
to help me solve this problem.
-Don
--
Don Steiny - InfoPoint, Inc. - www.infopoint.com
125 Mission St #3 - Santa Cruz, CA 95060 - 831.471.1671 - fax: 831.471.1670
Reinventing business through the power of the Internet
--- End Message ---
--- Begin Message ---
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 function `php_register_hook':
sapi_apache2.c:408: warning: passing arg 2 of `ap_register_input_filter'
from incompatible pointer type
Now, the first one is easy ... readbytes is defined as ap_size_t instead
of ap_off_t ...
But, the second one I'm not 100% certain of ... arg two, according to
ap_register_input_filter, should be of type ap_in_filter_func, but is
defined as static int ...
Anyone know anything about this?
Thanks ...
--- End Message ---
--- Begin Message ---
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
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
M?O.!/0OH">"Y<4VLH:3#))Z5[[EMAIL PROTECTED];32ORVN/O T7C&8$=++J#V%?"IV
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
M[C+XP@+8BJ>_U+W&7QA-_J7N,OC"`MB*I[_4O<9?&$W^I>XR^,("V(JGO]2]
MQE\83?ZE[C+XP@+8BJ>_U+W&7QA-_J7N,OC"`MB*I[_4O<9?&$W^I>XR^,("
MV(JGO]2]QE\83?ZE[C+XP@+8BJ>_U+W&7QA-_J7N,OC"`MB*I[_4O<9?&$W^
MI>XR^,("V(JGO]2]QE\83?ZE[C+XP@+8BJ>_U+W&7QA-_J7N,OC"`MB*I[_4
MO<9?&$W^I>XR^,("V(JGO]2]QE\83?ZE[C+XP@+8BJ>_U+W&7QA-_J7N,OC"
M`MB*I[_4O<9?&$W^I>XR^,("V(JGO]2]QE\83?ZE[C+XP@+8BJ>_U+W&7QA-
M_J7N,OC"`MB*I[_4O<9?&$W^I>XR^,("V(JGO]2]QE\83?ZE[C+XP@+8BJ>_
MU+W&7QA-_J7N,OC"`MB*I[_4O<9?&$W^I>XR^,("V(JGO]2]QE\83?ZE[C+X
MP@+8BJ>_U+W&7QA-_J7N,OC"`MB*I[_4O<9?&$W^I>XR^,("V(JGO]2]QE\8
M3?ZE[C+XP@+8BJ>_U+W&7QA-_J7N,OC"`MB\ZVT_F%_]-OZ*9W^I>XR^,*L8
2]B<>+XD:N.-T8+ W*[U*@__9
`
end
--- End Message ---
--- Begin Message ---
> 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
> is there something wrong with my php instalation? what/where should i configure
> it?
No there is nothing wrong with your installation (save using Windows, perhaps ;-) )
Actually, this is a Notepad issue. You should *really* look to using
UltraEdit. It is probably the best editor around. A simple search from your
favorite search engine for UltraEdit will give you plenty of links. In the
short term, simply ReName filename.php.txt to filename.php and you should be
fine. Also make sure that AutoWrap is not selected in Notepad (can change the
looks - text layout.)
Best Wishes,
Chris
P.S. No, I have nothing to do with UltraEdit. I simply enjoy using it.
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
Chris out...
_________ __________ __________ _____________
/ _____/\ / ____ \ / ______/\ /____ ____/\
/ /\____\/ / /\_ / /\ / / \____\/ \___/ /\___\/
/ /_/__ / /_/_/ / / / /__/_ / / /
/ _____/\ / ____ / / \_____ \ / / /
/ /\____\/ / /\_ / / / \____\ /\ / / /
/ / / / / / / / / _________/ / / / / /
/___/ / /___/ / /___/ / /___________/ / /___/ /
\___\/ \___\/ \___\/ \___________\/ \___\/.dnswatch.com
..
............................................
This email was sent using DNSWATCH WebMail.
"Get YOUR account today!"
http://www.dnswatch.com/dnswm112/
--- End Message ---
--- Begin Message ---
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 default editor for those types of files, while still allowing your
browser to "Open" them. Set the Edit entry as default, and you're ready to
go.
Now, as Notepad doesn't show line numbers(a really necessary thing for php
programmers), go to ZDNet or Cnet and search for Notepad Helper, a windows
Notepad add-in that will put the line and column numbers in the status line
of Notepad. Very cool and doesn't screw up your Intellimouse, if you have
one.
> 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
> is there something wrong with my php instalation? what/where should i
configure
> it?
--- End Message ---
--- Begin Message ---
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 :)
--- End Message ---
--- Begin Message ---
I'm running Windows2000 Server/IIS 5/php 4.0.4pl1 so far. Now I tried
upgrading to php 4.1.0 and get an error message "Unable to load dynamic link
library at 'C:\PHP\extensions\php_domxml.dll'". This is strange since I
didn't make any changes to php.ini and the .dll is still there in the
specified directory. I get the same error with php 4.0.6, only 4.0.4pl1
seems to be able to include extensions. Normal scripts (without including
libraries) are running fine with the newer versions. Can anyone help me with
this?
--- End Message ---
--- Begin Message ---
Can anyone tell me how to install Bcmath support, when
I have installed php with RPM file.???
PLEASE HELP
Bård Tommy Nilsen
--- End Message ---
--- Begin Message ---
Hi,
I installed php4.0.6 and apache 1.3.22 (as a service) on windows XP and
followed the instructions to configure the httpd.conf file to load php as an
apache module. I have also copied the php4ts.dll file to the
windows/system32 directory, but when I try to run any php script with the
browser, I only get a blank page. It seems that apache doesn't send the
script for interpretation by php (even though apache is loading the php
module). Can anyone tell me what's wrong?
Thanks,
Rui
--- End Message ---
--- Begin Message ---
Hello,
I have a problem with php and IIS5.
A simple script like :
<?
echo "Hello";
?>
It works correct for 5 or 6 times and suddenly I get the message :
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are
php -i
I get the HTML
- In IIS
c:\php\php.exe %s %s
- I have the same problem with PHP3 and PHP4.
- Everyone have permissions.
It works fine on NT4 with IIS4
but I have to use IIS5 and Windows2000.
The server is a very big machine.
Has anyone the same problem ?
Thanks.
--- End Message ---