Re: [PHP] PHP array unions

2012-09-13 Thread Matijn Woudt
Op 14 sep. 2012 07:51 schreef "Adam Richardson" het volgende: > > On Wed, Sep 12, 2012 at 2:37 PM, Sebastian Krebs wrote: > > Hi, > > > > In PHP the array is in fact a hash map, but especially it is _used_ for > > nearly everything map-, set-, ...-like thing. So in short: The is no > > operator o

Re: [PHP] PHP array unions

2012-09-13 Thread Adam Richardson
On Wed, Sep 12, 2012 at 2:37 PM, Sebastian Krebs wrote: > Hi, > > In PHP the array is in fact a hash map, but especially it is _used_ for > nearly everything map-, set-, ...-like thing. So in short: The is no > operator or built-in function, that merges two arrays _and_ treat them as > set (instea

Re: [PHP] PHP Threading on Windows

2012-09-13 Thread tamouse mailing lists
On Thu, Sep 13, 2012 at 9:32 PM, admin wrote: > It has been suggested: > That because php does not support PCNTL threading on Windows that > multiple services of php are an alternative. > > I am interested in this theory, if anyone is currently working on a project > that (forks) processes

[PHP] Fwd: [PHP-DB] Prepared Statements - Search

2012-09-13 Thread tamouse mailing lists
Crud, forgot to include list. -- Forwarded message -- From: tamouse mailing lists Date: Thu, Sep 13, 2012 at 10:31 PM Subject: Re: [PHP-DB] Prepared Statements - Search To: erosenb...@hygeiabiomedical.com On Thu, Sep 13, 2012 at 7:09 PM, Ethan Rosenberg, PhD wrote: > Dear List

Re: [PHP] Re: Programmers and developers needed

2012-09-13 Thread Kiek Bailey
On 9/13/2012 7:39 PM, Jim Giner wrote: On 9/13/2012 3:45 AM, agbo onyador wrote: Hello there! We are looking for programmers and developers to create a world wide system. Your comments are welcome. really?? A "world wide system"? And this is how you advertise it? I thiknk he's still buildin

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread tamouse mailing lists
Are you looking to use sockets? That's the only thing I can think of when you speak of binding to an ip address/port... http://php.net/manual/en/book.sockets.php ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Threading on Windows

2012-09-13 Thread admin
It has been suggested: That because php does not support PCNTL threading on Windows that multiple services of php are an alternative. I am interested in this theory, if anyone is currently working on a project that (forks) processes off to another instance or service of PHP on windows plea

[PHP] Re: Programmers and developers needed

2012-09-13 Thread Jim Giner
On 9/13/2012 3:45 AM, agbo onyador wrote: Hello there! We are looking for programmers and developers to create a world wide system. Your comments are welcome. really?? A "world wide system"? And this is how you advertise it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
Il 14/09/2012 00:09, Jim Lucas ha scritto: On 09/13/2012 12:55 PM, Tonix (Antonio Nati) wrote: Il 13/09/2012 21:41, Jim Lucas ha scritto: On 09/13/2012 12:28 PM, Tonix (Antonio Nati) wrote: You are speaking about incoming connections, I suppose. I'm speaking about connections started from

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Jim Lucas
On 09/13/2012 12:55 PM, Tonix (Antonio Nati) wrote: Il 13/09/2012 21:41, Jim Lucas ha scritto: On 09/13/2012 12:28 PM, Tonix (Antonio Nati) wrote: You are speaking about incoming connections, I suppose. I'm speaking about connections started from within PHP. Which is a response to the incom

[PHP] PHP 5.4.7 and PHP 5.3.17 released!

2012-09-13 Thread Johannes Schlüter
The PHP development team announces the immediate availability of PHP 5.4.7 and PHP 5.3.17. These releases fix over 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.6, or at least 5.3.16. Key enhancements in these releases include: * Fixed bug #62955 (Only one directive is loaded fr

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Ashley Sheridan
On Thu, 2012-09-13 at 16:48 -0400, Tedd Sperling wrote: > On Sep 13, 2012, at 3:45 AM, agbo onyador wrote: > > > Hello there! We are looking for programmers and developers to create a > > world wide system. Your comments are welcome. > > Wow! > > I'm looking for world wide money. > > > tedd

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Tedd Sperling
On Sep 13, 2012, at 3:45 AM, agbo onyador wrote: > Hello there! We are looking for programmers and developers to create a > world wide system. Your comments are welcome. Wow! I'm looking for world wide money. tedd _ t...@sperling.com http://sperling.com -- PHP General M

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
Il 13/09/2012 21:41, Jim Lucas ha scritto: On 09/13/2012 12:28 PM, Tonix (Antonio Nati) wrote: You are speaking about incoming connections, I suppose. I'm speaking about connections started from within PHP. Which is a response to the incoming connection. And so? There is no relation betwe

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Jim Lucas
On 09/13/2012 12:28 PM, Tonix (Antonio Nati) wrote: You are speaking about incoming connections, I suppose. I'm speaking about connections started from within PHP. Which is a response to the incoming connection. Unless you are talking about PHP being ran from cron or the CLI. if you are tal

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
Il 13/09/2012 18:19, Mihamina Rakotomandimby ha scritto: On 09/12/2012 04:53 PM, Tonix (Antonio Nati) wrote: PHP script can freely choose which IP to bind. PHP doesnt bind at all. The HTTP server (Apache, Lighthttpd,...) does. PHP is called only when the HTTP server wants (you configure it th

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Matijn Woudt
On Thu, Sep 13, 2012 at 4:38 PM, Robert Cummings wrote: > On 12-09-13 08:44 AM, Matijn Woudt wrote: >> >> On Thu, Sep 13, 2012 at 2:12 PM, Steven Staples wrote: From: Tim Dunphy [mailto:bluethu...@gmail.com] Sent: September 13, 2012 7:26 AM > We are looking for programmers

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Tonix (Antonio Nati)
Il 13/09/2012 18:16, Mihamina Rakotomandimby ha scritto: On 09/12/2012 07:02 PM, Daniel Brown wrote: So, the answer is no, PHP is not able to do that. There is an (heavy) BASEDIR directive for disk, but nothing equivalent (and simpler) for IP. That's correct. However, that doesn't mean

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Mihamina Rakotomandimby
On 09/12/2012 04:53 PM, Tonix (Antonio Nati) wrote: PHP script can freely choose which IP to bind. PHP doesnt bind at all. The HTTP server (Apache, Lighthttpd,...) does. PHP is called only when the HTTP server wants (you configure it that way): make Apache handle PHP on conditionnal REMOTE_HO

Re: [PHP] How to limit source IP in PHP

2012-09-13 Thread Mihamina Rakotomandimby
On 09/12/2012 07:02 PM, Daniel Brown wrote: So, the answer is no, PHP is not able to do that. There is an (heavy) BASEDIR directive for disk, but nothing equivalent (and simpler) for IP. That's correct. However, that doesn't mean you can't put in a feature request at https://bugs.php.net/

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Robert Cummings
On 12-09-13 08:44 AM, Matijn Woudt wrote: On Thu, Sep 13, 2012 at 2:12 PM, Steven Staples wrote: From: Tim Dunphy [mailto:bluethu...@gmail.com] Sent: September 13, 2012 7:26 AM We are looking for programmers and developers to create a world wide system. Is it bigger than a bread box? Will

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Marc Guay
I'll do it, but only if it's on "paid on delivery" and/or subsidized by African royalty. Are our comments still welcome? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Bastien Koert
On Thu, Sep 13, 2012 at 8:44 AM, Matijn Woudt wrote: > On Thu, Sep 13, 2012 at 2:12 PM, Steven Staples wrote: >>> From: Tim Dunphy [mailto:bluethu...@gmail.com] >>> Sent: September 13, 2012 7:26 AM >>> >>> > We are looking for programmers and developers to create a world wide >>> system. >>> >>>

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Matijn Woudt
On Thu, Sep 13, 2012 at 2:12 PM, Steven Staples wrote: >> From: Tim Dunphy [mailto:bluethu...@gmail.com] >> Sent: September 13, 2012 7:26 AM >> >> > We are looking for programmers and developers to create a world wide >> system. >> >> Is it bigger than a bread box? > > Will it blend? > Sure, if y

RE: [PHP] Programmers and developers needed

2012-09-13 Thread Steven Staples
> From: Tim Dunphy [mailto:bluethu...@gmail.com] > Sent: September 13, 2012 7:26 AM > > > We are looking for programmers and developers to create a world wide > system. > > Is it bigger than a bread box? Will it blend? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Tim Dunphy
> We are looking for programmers and developers to create a world wide system. Is it bigger than a bread box? On Thu, Sep 13, 2012 at 3:45 AM, agbo onyador wrote: > Hello there! We are looking for programmers and developers to create a > world wide system. Your comments are welcome. > -- GP

Re: [PHP] Programmers and developers needed

2012-09-13 Thread Per Jessen
agbo onyador wrote: > Hello there! We are looking for programmers and developers to create a > world wide system. Your comments are welcome. Who is "we" ? -- Per Jessen, Zürich (12.2°C) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Programmers and developers needed

2012-09-13 Thread agbo onyador
Hello there! We are looking for programmers and developers to create a world wide system. Your comments are welcome.