[PHP] PHP passthru() blocks with bash process replacement?

2012-03-05 Thread Sander Marechal
rking example (using a simple PHP daemon instead of Node.js) on Github's Gist: https://gist.github.com/1977896 (needs PHP 5.3.6+) Why does the passthru() call block on the process replacement? And is there anything I can do to work around it? Kind regards, -- Sander Marechal -- PHP General

RE: [PHP] Apache 2.0.52, PHP 5.03, FreeBSD 4.10 memory problems

2005-02-08 Thread Sander Holthaus - Orange XL
> Sander Holthaus - Orange XL wrote: > >>Sander Holthaus - Orange XL wrote: > >> > ... > >> > >>Fix or disable that script. > > > > > > I wish I could, but I'm not a PHP-programmer (can read it > and can do > > some

RE: [PHP] Apache 2.0.52, PHP 5.03, FreeBSD 4.10 memory problems

2005-02-08 Thread Sander Holthaus - Orange XL
non-profits. One small one I know of > run by guys in Chicago is > here: > http://npotechs.org/ > > I'm sure that there are others. Thanks! That looks like a very nice addition to my to-do and to-look-at bookmark list :-) Kind Regards, Sander Holthaus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Apache 2.0.52, PHP 5.03, FreeBSD 4.10 memory problems

2005-02-07 Thread Sander Holthaus - Orange XL
> Sander Holthaus - Orange XL wrote: > > I'm running Apache 2.0.52 and PHP 5.03 in a jailed (Virtual Private > > Server) > > FreeBSD 4.10 envirorement. PHP 5.03 is running as php_mod and was > > installed quite recently. Since then (better, since someone started

[PHP] Apache 2.0.52, PHP 5.03, FreeBSD 4.10 memory problems

2005-02-07 Thread Sander Holthaus - Orange XL
mits in php.ini (20s for exe, 30s for input and 8MB for mem) don't seem effective here. What are my options to make Apache 2 and PHP 5 full proof against such scripts? Kind Regards, Sander Holthaus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Server-initiated HTTP requests

2003-06-16 Thread Sander
I'm using php to have several servers communicate between eachother. I want to do the following: Server A sends a request to server B. Server B stores some information about this request, and sends back a response to A (so far it's regular HTTP). Next, server B must send an HTTP request to server C

RE: [PHP] One more try

2002-05-30 Thread Sander, Ryan
The reason no one has helped you is probably due to the fact you are being very vague. How are they 'not working together'? Error messages, maybe the steps you used to install apache and php (probably where the problem will be found). Good Luck, Ryan Sander Web Developer [EMAIL

RE: [PHP] PHP Hosting Services

2002-01-31 Thread Sander, Ryan
Here's a great place to look. http://hosts.php.net/ Ryan Sander Web Developer [EMAIL PROTECTED] http://www.cantonrep.com > -- > From: Boaz Yahav > Sent: Thursday, January 31, 2002 10:07 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject

[PHP] Recompile PHP not recognizing new Install

2002-01-31 Thread Sander, Ryan
it still shows that 4.0.6 is installed If anyone has any idea, it would be greatly appreciated. Thanks, Ryan Sander Web Developer [EMAIL PROTECTED] http://www.cantonrep.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] convert yyyy/mm/dd to mm/dd/yyyy, how?

2002-01-13 Thread Sander Peters
p and then print the vars in the way I like it Is this a bad idea? Or are there better sollutions? Thanx in advance for answering! -- Met vriendelijke groet / With Greetings, Sander Peters site: http://www.visionnet.nl/ email: mailto:[EMAIL PROTECTED] webmail: mailto:[EMAIL PROTECTED] --

[PHP] counting with dates (help!)

2002-01-07 Thread Sander Peters
uld be 7! How can I let php count in real days/month/years in stead of numbers? Maybe this is a silly question, but anyone who has the answer would help me very much! Thanks in advance! -- Met vriendelijke groet / With Greetings, Sander Peters site: http://www.visionnet.nl/ email: mai

[PHP] how to create html tables in php

2001-12-29 Thread Sander Peters
where you can find a full example for what I mean: http://www.startpagina.nl/ Can anyone help me with this please? Thanx! -- Met vriendelijke groet / With Greetings, Sander Peters site: http://www.visionnet.nl/ email: mailto:[EMAIL PROTECTED] webmail: mailto:[EMAIL PROTECTED] -- PHP

[PHP] variable operators in queries

2001-10-19 Thread Sander Peters
t;= 20" } etc... Can anybody help me with this? Thanks in advance! -- Met vriendelijke groet / With Greetings, Sander Peters site: http://www.visionnet.nl/ email: mailto:[EMAIL PROTECTED] webmail: mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] Make text a submit button?

2001-05-03 Thread Sander Pilon
bleh Or something very similar. See the form.submit() function in your favorite Javacsript manual. > -Original Message- > From: Brandon Orther [mailto:[EMAIL PROTECTED]] > Sent: 3 May 2001 18:09 > To: PHP User Group > Subject: [PHP] Make text a submit button? > > > Hello, > > I am

RE: [PHP] Which is better coding style...

2001-04-19 Thread Sander Pilon
Definitely the second style :) (If we were talking about C(++) then the first would have even been forbidden by my companies coding standard as well as several coding standards of other companies I worked for.) The reason is this - a function has one entrypoint (duh) and one exitpoint. Jumping o

RE: [PHP] What's XML's Purpose??

2001-04-15 Thread Sander Pilon
XML, IMHO, can best be regarded as a layer between the real data and the application. We used to make up new formats for allmost every type of data exchange. Every type had its own format, its own parser, and because of that the same mistakes were made over and over again. Some formats weren't ex

RE: [PHP] Forcing htaccess login again

2001-02-26 Thread Sander Pilon
first before presenting those headers. This is more of an http question then it is a php question, I strongly advise you to read and understand the HTTP/1.1 rfc - it can be found at http://www.faqs.org/rfcs/rfc2616.html (See chapter 10.4.2 for the documentation of the 401 header) Regards, S

RE: [PHP] HTTP compression

2001-02-04 Thread Sander Pilon
> Sean, > > Thanks, I see. How about headers ? Do they need to be compressed, too; in > other words, do headers "belong" to the output ? How about RTFR? :) (Read the .. RFC.) Really, when you've read http://www.faqs.org/rfcs/rfc2616.html you'll be able to understand a lot more about how htt

RE: [PHP] HTTP compression

2001-02-04 Thread Sander Pilon
Check the http 1.1 rfc - http://www.faqs.org/rfcs/rfc2616.html It links to the gzip file format rfc - http://www.faqs.org/rfcs/rfc1952.html > -Original Message- > From: Carsten Gehling [mailto:[EMAIL PROTECTED]] > Sent: 4 February 2001 19:19 > To: [EMAIL PROTECTED] > Subject: Re: [PHP]

RE: [PHP] Display progress in browser using flush(); IE versus NS

2001-01-26 Thread Sander Pilon
Look here - http://home.netscape.com/assist/net_sites/mozilla/index.html (That is not an animated gif) http://home.netscape.com/assist/net_sites/pushpull.html It only works in netscape (so far), but hey... you can't forget the two remaining people on the planet that actually use it, right? >

RE: [PHP] Display progress in browser using flush(); IE versus NS

2001-01-26 Thread Sander Pilon
Netrape supports multipart documents. Read up on your mime types and encodings, and use that to create a nice progressbar in netscape :) > -Original Message- > From: Chris Lee [mailto:[EMAIL PROTECTED]] > Sent: 26 January 2001 23:53 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Display pro

RE: [PHP] Zend hit (Encoder price)

2001-01-25 Thread Sander Pilon
> > Hello, > > What do you think about Zend position? > http://php.weblogs.com/ > http://zend.com/phorum/read.php?num=3&id=6277&loc=0&thread=6277 > I think that if Zend wants to sell it for $6000, then they have all right to. These guys have worked hard, and they deserve some cash for it. If pe

RE: [PHP] RE: url hide

2001-01-23 Thread Sander Pilon
ng that would piss me off :) (Making me work, right click to find the real url I want to bookmakr, etc.) DHTML can do something like you want, but its complicated and not standard. (You can load the contents of URL A in a hidden frame, then replace the contents of the current document with the cont

RE: [PHP] Search Engines and PHP

2001-01-23 Thread Sander Pilon
> > >If you want to be totally searchengine-safe, do not use variables on the > >url, do not rely on cookies and do not rely on POST variables > for the pages > >you want to have the searchengine spider. > > How the heck do you build a dynamic site without URL variables, > cookies, or POST variabl

RE: [PHP] Search Engines and PHP

2001-01-22 Thread Sander Pilon
lly searchengine-safe, do not use variables on the url, do not rely on cookies and do not rely on POST variables for the pages you want to have the searchengine spider. Also, you could make a robots.txt file and instruct the searchengines to spider only particular pages on your site. -Sander --

RE: [PHP] Dynamic 'left menu's' on site: Like a windows explorer system???

2001-01-11 Thread Sander Pilon
> Hi, > > I need to change my static left menu's into more dynamic ones, like when > you click one title of the menu, it shows it sub menu etc. > > Any body knows if that can be achieved using PHP? Or should i repel on > other techniques? > If someone did make similar stuff, could you please se