[PHP] Help looking for inventory software

2008-01-30 Thread Zbigniew Szalbot
. Sorry if this is wrong group to be asking such a question. Thank you in advance for any pointers! Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
(Unix) Server built: Sep 11 2007 20:48:37 Many thanks for your help! Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Edward Kay [EMAIL PROTECTED]: Dear all, I hope you can help me. I am running FreeBSD 6.2 and I decided to upgrade from php 4.4.7_1 to php5-5.2.3_1. However, after removing php4 and installing php5 and php5-extensions I am unable to start apache. What do the Apache

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hi there, 2007/9/12, Per Jessen [EMAIL PROTECTED]: Zbigniew Szalbot wrote: Hello, 2007/9/12, Edward Kay [EMAIL PROTECTED]: What do the Apache error logs say? Nothing that would be of help: httpd-error.log [Wed Sep 12 09:04:17 2007] [notice] mod_security/1.9.4 configured

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
to further php pages result in directory being shown again. I do have: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps inside httpd.conf. Thoughts anyone? Again thank you so much for so many responses. I read them all and they were very helpful! Zbigniew Szalbot

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
2007/9/12, Daniel Brown [EMAIL PROTECTED]: On 9/12/07, Zbigniew Szalbot [EMAIL PROTECTED] wrote: There's only one problem left to be solved. After the upgrade php scripts behave as if they were not recognized. I made a test and put a standard index.html file in a directory, called a browser

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Daniel Brown [EMAIL PROTECTED]: On 9/12/07, Zbigniew Szalbot [EMAIL PROTECTED] wrote: 2007/9/12, Daniel Brown [EMAIL PROTECTED]: On 9/12/07, Zbigniew Szalbot [EMAIL PROTECTED] wrote: There's only one problem left to be solved. After the upgrade php scripts behave

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
is properly loading, but your DirectoryIndex is not working. The only refrences to DirectoryIndex and IfModule mod_dir.c are in the above quoted content in httpd.conf. I will get rid of all php3 entries and let you know if this has solved the problem. Thank you for your patience! Zbigniew Szalbot

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Zbigniew Szalbot [EMAIL PROTECTED]: Hello again, 2007/9/12, Daniel Brown [EMAIL PROTECTED]: IfModule mod_dir.c IfModule mod_php3.c IfModule mod_php4.c DirectoryIndex index.php index.php3 index.html /IfModule

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Zbigniew Szalbot
file and entering only this instead: IfModule mod_dir.c DirectoryIndex index.php index.php3 index.html index.htm /IfModule Problem solved! Daniel - this really helped. I do not even know how to thank you but surely, this is amazing. This thing actually works! :) Thanks to all! Zbigniew

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Zbigniew Szalbot
index.htm /IfModule IfModule !mod_php5.c DirectoryIndex index.html index.htm /IfModule /IfModule Regards, Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
/2.0.59 on a FreeBSD 6.1 stable release. Could anyone offer any suggestion why php4_module is missing in libphp5.so? Many thanks! -- Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
WITH_CGI=true WITH_APACHE=true WITHOUT_DEBUG=true WITHOUT_SUHOSIN=true WITH_MULTIBYTE=true WITH_IPV6=true WITH_REDIRECT=true WITH_DISCARD=true WITH_FASTCGI=true WITH_PATHINFO=true Many thanks for your help! -- Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
time to help me! Warm regards, -- Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
Hi, Please, please forgive! How dumb a person (me!) can sometimes be! I looked at httpd.conf again and saw that instead of replacing php4.so library object I added a new line with php5 entry... Sorry to have bothered! Thanks! Zbyszek On Mon, 11 Sep 2006, Zbigniew Szalbot wrote: On Mon

[PHP] register globals on

2006-09-12 Thread Zbigniew Szalbot
as displaying information from databases based on the initial choice of languages is not an option? I am not a programmer so I just need general guidance. Thank you very much in advance! -- Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] register globals on

2006-09-12 Thread Zbigniew Szalbot
not a programmer so I just need general guidance. Complete rubbish. He's being lazy. Thanks a lot! Any hint what to use instead? I mean I will tell him to re-think things but with techi guys I would simply feel better saying we need to rework the website using...??? Thank you again! -- Zbigniew Szalbot

[PHP] undefined function bindtextdomain()

2006-09-12 Thread Zbigniew Szalbot
, -- Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] different php configuration per .httaccess?

2006-10-23 Thread Zbigniew Szalbot
would look like? For exmaple, would I need to put register_globals = on in .htaccess to make it work for a given directory? Many thanks for your advice! Warm regards, -- Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] different php configuration per .httaccess?

2006-10-23 Thread Zbigniew Szalbot
. -- Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php