[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

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

2007-09-12 Thread Zbigniew Szalbot
.php3 index.html index.htm > > > DirectoryIndex index.html index.htm > > By now you almost made me an expert :) and the above should actually say: DirectoryIndex index.php index.php3 index.html index.htm DirectoryIndex i

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

2007-09-12 Thread Zbigniew Szalbot
> > > > > > > > > > > > > > > > > > > > > DirectoryIndex index.html > > > > > > > > > > > > > > > > > > > > > > Try commentin

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]>: > > > > > > > > > > > > > > > &g

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

2007-09-12 Thread Zbigniew Szalbot
tpd.conf file: > > > Make sure index.php is in that list if the entry exists. Daniel as you say: > PHP is properly loading, but your DirectoryIndex is not working. The only refrences to DirectoryIndex and 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 -- 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, 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'

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 > > s

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

2007-09-12 Thread Zbigniew Szalbot
irectory 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 -- 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
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 he

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 d

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

2007-09-12 Thread Zbigniew Szalbot
che/1.3.39 (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] different php configuration per .httaccess?

2006-10-23 Thread Zbigniew Szalbot
hanks. -- 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

[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

Re: [PHP] register globals on

2006-09-11 Thread Zbigniew Szalbot
t; an option? I am 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..

[PHP] register globals on

2006-09-11 Thread Zbigniew Szalbot
gs 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.ph

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

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

2006-09-11 Thread Zbigniew Szalbot
Thanks again. I really appreciate that you are devoting so much of your 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
s the content of php5 options: _OPTIONS_READ=php5-5.1.6 WITH_CLI=true 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 Szalbo

[PHP] php4 / php5 unable to locate module

2006-09-11 Thread Zbigniew Szalbot
PHP 5.1.6 (cli) and Apache/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