Re: [PHP] PHP scripts with shebang line: Questions

2007-07-13 Thread Richard Lynch
AFAICS, this is a FreeBSD question... That said, you could have a work-around where you put your 2 -d settings into a single php.mini :-) file and then use one -c to pull that in... On Fri, July 13, 2007 8:23 pm, sone gone wrote: > Hi, > > i want to question about shebang line on FreeBSD6. > > T

[PHP] PHP scripts with shebang line: Questions

2007-07-13 Thread sone gone
Hi, i want to question about shebang line on FreeBSD6. This script works on FreeBSD4, but doesn't work on FreeBSD6 #!/usr/local/bin/php -d open_basedir=/path i understood the reason from this pages. http://freebsd.monkey.org/freebsd-questions/200606/msg01073.html http://www.in-ulm.de/~mascheck

[PHP] php scripts that communicated with Windows Media Server

2005-11-25 Thread Graham Anderson
Does anyone know if there are any repositories of php scripts that communicate with Windows Media Server... I am looking for stuff like getting the number of connected users, and etc I have seen perl scripts that do this...but not php anyone know ? g -- PHP General Mailing List (http://ww

Re: [PHP] PHP scripts are not executed

2003-10-23 Thread Bas
You can now try it again, on http://212.120.120.108:3/forumBT/index.php. I have installed as module now... "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > favicon.ico is not the problem. The problem is "The specified network > name is no longer available". Check

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread John Nichel
Bas wrote: Web address is: http://212.120.120.108:3/forumBT/ for phpBB (DUTCH!!!) If you need any translation, i will help you. "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] You need to modify your httpd.conf file to see 'index.php' as an index. -- By-Tor.com It's all abo

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
favicon.ico is not the problem. The problem is "The specified network name is no longer available". Check out this resource, if that does not help, google for the error string. http://www.experts-exchange.com/Web/Web_Servers/Apache/Q_20671124.html Bas wrote: I have checked the error log and th

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
I have checked the error log and the only real error i can see is that C:\pub\favicon.ino does not exist... I have added this and now i need that you test again... Thanks, Bas "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sometimes the pages load, sometimes they do

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
Sometimes the pages load, sometimes they don't. Seems like apache is crashing, check apache error logs, php installation, installed modules... Bas wrote: And, e-mail me the results(on [EMAIL PROTECTED]) Of the website... Likethe error and so "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
And, e-mail me the results(on [EMAIL PROTECTED]) Of the website... Likethe error and so "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On web, i mean from my pc and on pc i use both > "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hm, I stil

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
Web address is: http://212.120.120.108:3/forumBT/ for phpBB (DUTCH!!!) If you need any translation, i will help you. "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On web, i mean from my pc and on pc i use both > "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message > n

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
On web, i mean from my pc and on pc i use both "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hm, I still don't get you. > > On your pc - do you mean you view the pages from your pc or that the > pages are served from your pc (or both)? > > From the web - do you me

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
Hm, I still don't get you. On your pc - do you mean you view the pages from your pc or that the pages are served from your pc (or both)? From the web - do you mean you view the pages from the web or that the pages are served from another server on the web? Bas wrote: Internally is on my pc an

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
Internally is on my pc and externally is from the web. "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, first you should explain the meanings of "internaly" and "externaly" > in this case. > > Bas wrote: > > > I am running Windows XP, Apache/2.0.44 and php 4.3.3

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
Hi, first you should explain the meanings of "internaly" and "externaly" in this case. Bas wrote: I am running Windows XP, Apache/2.0.44 and php 4.3.3. I seem that internally all my PHP scripts work. But, externally, phpBB 2.0.6 does not work... Sorry for the double message... And my e-mail h

[PHP] PHP scripts are not executed

2003-10-22 Thread Bas
I am running Windows XP, Apache/2.0.44 and php 4.3.3. I seem that internally all my PHP scripts work. But, externally, phpBB 2.0.6 does not work... Sorry for the double message... And my e-mail has changed... don't spam!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Leif K-Brooks
Yes. Just look at Linux, and its many distributions. Most have changed more than 10 lines, but I don't believe the GPL says how much must be changed. Jeff Lewis wrote: So with the GPL, someone can change say...10 lines and rename the scripts and distribute it as their own? -- The above messag

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Jeff Lewis
TED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 11:33 PM Subject: Re: [PHP] PHP scripts and the GPL/other licenses > They're doing nothing wrong as long as they distribute the source under > the GPL. > > Jeff Lewis wrote: > > >I am wondering if anyo

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Jason Sheets
I generally use the BSD license for my code and PHP scripts, in some cases I have used the GPL but IMHO the GPL is too restricting so I live what I preach and release my code under the BSD License. As far as people stealing code and renaming it I've seen several commercial programs that are simply

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Leif K-Brooks
They're doing nothing wrong as long as they distribute the source under the GPL. Jeff Lewis wrote: I am wondering if anyone out there has some really good references in regards to scripts distributed as open source using the GPL. In the last three years that I have worked on open source projects

[PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Jeff Lewis
I am wondering if anyone out there has some really good references in regards to scripts distributed as open source using the GPL. In the last three years that I have worked on open source projects I have seen several people "steal" a program, change the name and then try to distribute it as someth

[PHP] PHP scripts resulting in stderr ?

2002-12-30 Thread gamin
Hi, This is more of a unix/linux question. but i guess somebody will be able to help me here. Can a command-line PHP script result in a stderr output in any circumstances, or does it only generate only stdout ? One can use 2>&1 to redirect stderr to stdout, will this work with PHP command-lin

[PHP] PHP scripts use/get passed root's environment?

2002-12-23 Thread Terrence Koeman
PHP 4.2.3 on Apache 1.3.27 on FreeBSD 4.7-STABLE; Apache runs with uid/gid 80/80 and php is loaded as module. For some reason all PHP scripts on my box run in root's environment instead of one created by apache. This is the environment section from phpinfo: http://ra.phid.ae/phpinfo.html And

[PHP] PHP scripts timeout

2002-01-03 Thread charlesk
Every once in a while, maybe 10 times a day, scripts timeout. Different scripts, different places in the script, different IP addresses. I wrote an auto_append script that dumps the phpinfo to a file if the script ran longer than 30 seconds, and nothing is odd in those phpinfo's. Sometimes

Re: [PHP] PHP scripts

2001-03-12 Thread Nuno Silva
Hi, just ./configure make and you'll get a php binary rwxr-xr-x :) (do not pass --with-apache or --with-apxs to ./configure) Regards, Nuno Alexandre Hautequest wrote: > Hi all. > > How do i use php to build "shell scripts"? Please send me the compiler-time > options or the link to the page

[PHP] PHP scripts

2001-03-12 Thread Alexandre Hautequest
Hi all. How do i use php to build "shell scripts"? Please send me the compiler-time options or the link to the page that instructs me to how to do this, i had look at phpbuilder.com as mentioned before, but didn't find anything related. Thanks. -- Alexandre Hautequest hquest at fesppr.br Fund

Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Ankur Verma
; <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 2:58 AM Subject: [PHP] PHP scripts in HTML > I would like to know if there is a way to accomplish the following: > In my HTML file, I have the following: > > > > In the testscript.php file, I have: > > echo &qu

RE: [PHP] PHP scripts in HTML

2001-02-14 Thread Brian V Bonini
Don, Why don't you just rename your .html file to .php and use 'include' to call an external php script. -brian * > -Original Message- > From: Scott Mebberson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 4:47 PM > To: [EMAIL PROTECTE

Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Scott Mebberson
Hi Don, This wont work as PHP is a server side scripting language. So by the time your page gets displayed in a browser, php has already packed up and gone home. It has done it's job and exited your page. For your webserver to recognise php it must be incompessed in tags, or . This is so your w

[PHP] PHP scripts in HTML

2001-02-14 Thread Don
I would like to know if there is a way to accomplish the following: In my HTML file, I have the following: In the testscript.php file, I have: When I run the html file, I do not see the PHP code but if I place the above code directly in my HTML file, it displays. -- PHP General Mailing L