php-general Digest 5 Jun 2012 15:29:29 -0000 Issue 7842

2012-06-05 Thread php-general-digest-help
php-general Digest 5 Jun 2012 15:29:29 - Issue 7842 Topics (messages 318156 through 318167): zend_auto_global_disable_jit missing in PHP 5.4.5 318156 by: freeone3000 318166 by: Daniel Brown 318167 by: Matijn Woudt Re: long running php script won't complete :(

Re: [PHP] long running php script won't complete :(

2012-06-05 Thread rene7705
On Mon, Jun 4, 2012 at 6:52 PM, Matijn Woudt tijn...@gmail.com wrote: On Mon, Jun 4, 2012 at 5:57 PM, rene7705 rene7...@gmail.com wrote: Hi. I've got a piece of code that builds up a multi-meg test array for my opensourced http://mediabeez.ws/products/htmlMicroscope var_dump() improvement,

Re: [PHP] disabled cookies

2012-06-05 Thread Lester Caine
Matijn Woudt wrote: Yeah, it's been such a pain, as nobody over here is quite sure how the hell it'll be enforced either, or if it even will be. It's also pretty vague as to just where the line gets drawn. The official government sites on this are pretty black and white, but don't clearly

Re: [PHP] 0.0.0.0 iplong()

2012-06-05 Thread jas
On 06/04/2012 12:48 PM, Matijn Woudt wrote: On Mon, Jun 4, 2012 at 8:38 PM, jasjason.ger...@gmail.com wrote: On 06/04/2012 11:33 AM, Matijn Woudt wrote: On Mon, Jun 4, 2012 at 6:54 PM, jasjason.ger...@gmail.comwrote: Not sure if this is a bug or not... I have run into an error when

Re: [PHP] 0.0.0.0 iplong()

2012-06-05 Thread Matijn Woudt
On Tue, Jun 5, 2012 at 1:07 PM, jas jason.ger...@gmail.com wrote: On 06/04/2012 12:48 PM, Matijn Woudt wrote: On Mon, Jun 4, 2012 at 8:38 PM, jasjason.ger...@gmail.com  wrote: On 06/04/2012 11:33 AM, Matijn Woudt wrote: On Mon, Jun 4, 2012 at 6:54 PM, jasjason.ger...@gmail.com    wrote:

Re: [PHP] 0.0.0.0 iplong()

2012-06-05 Thread jas
On 06/05/2012 05:40 AM, Matijn Woudt wrote: On Tue, Jun 5, 2012 at 1:07 PM, jasjason.ger...@gmail.com wrote: On 06/04/2012 12:48 PM, Matijn Woudt wrote: On Mon, Jun 4, 2012 at 8:38 PM, jasjason.ger...@gmail.comwrote: On 06/04/2012 11:33 AM, Matijn Woudt wrote: On Mon, Jun 4, 2012 at

Re: [PHP] 0.0.0.0 iplong()

2012-06-05 Thread Chris Knipe
acl allow range: 192.168.0.0/24 acl deny range: 0.0.0.0/24 CIDR notation allows me to utilize shorthand notation for specifying a range of IP's In those two cases any ip within 192.168.0.0 - 192.168.0.255 is allowed while anything else residing between 0.0.0.0 - 255.255.255.255 is denied

[PHP] Which workstation????

2012-06-05 Thread Farzan Dalaee
hi guys i really confuse by choosing the best work station for php ( cakephp , smarty , net bean , ... ) , please give me some advisdes. and please tell why which one is better, tnx best regards farzan

Re: [PHP] Which workstation????

2012-06-05 Thread Simon Schick
Hi, Farzan I do not really get your point of confusion ... What you've posted here are tools/frameworks that do not to the same stuff at all, yes you could even use all without missing something ... cakephp .. is a full-stack PHP-Framework. Yes, I have to say that there's quite a bunch of

Re: [PHP] 0.0.0.0 iplong()

2012-06-05 Thread Matijn Woudt
On Tue, Jun 5, 2012 at 1:49 PM, jas jason.ger...@gmail.com wrote: snip As stated previously using CIDR notation such as 192.168.0.0/24, 10.0.0.0/24 perform validation on an IP existing within said subnet range. visiting ip: 192.168.0.22 acl allow range: 192.168.0.0/24 acl deny range:

Re: [PHP] zend_auto_global_disable_jit missing in PHP 5.4.5

2012-06-05 Thread Daniel Brown
On Mon, Jun 4, 2012 at 11:30 PM, freeone3000 freeone3...@gmail.com wrote: I'm working with a third-party PHP extension that makes a call to zend_auto_global_disable_jit. However, in PHP5.4.5, there is no zend_auto_global_disable_jit available, nor is it in its traditional header. Commenting

Re: [PHP] zend_auto_global_disable_jit missing in PHP 5.4.5

2012-06-05 Thread Matijn Woudt
On Tue, Jun 5, 2012 at 4:39 AM, freeone3000 freeone3...@gmail.com wrote: I'm working with a third-party PHP extension that makes a call to zend_auto_global_disable_jit. However, in PHP5.4.5, there is no zend_auto_global_disable_jit available, nor is it in its traditional header. Commenting out

Re: [PHP] disabled cookies

2012-06-05 Thread Tedd Sperling
On Jun 3, 2012, at 5:21 PM, Ashley Sheridan wrote: There is a new law been passed in the UK that makes non-essential cookies opt-in only, so you must get permission in order to use them. What's a non-essential cookie? Cheers, tedd _ tedd.sperl...@gmail.com

Re: [PHP] disabled cookies

2012-06-05 Thread Tedd Sperling
On Jun 4, 2012, at 6:13 PM, Ashley Sheridan wrote: Yeah, it's been such a pain, as nobody over here is quite sure how the hell it'll be enforced either, or if it even will be. It's also pretty vague as to just where the line gets drawn. The official government sites on this are pretty black

Re: [PHP] Happy Diamond Jubilee everyone!

2012-06-05 Thread Tedd Sperling
On Jun 1, 2012, at 1:44 PM, Ashley Sheridan wrote: This is a bit of a shameless plug, but it is a Friday and a pretty special weekend over here. I recently got to work on something a bit fun at work in my spare time and they liked it so much that it got used internally to celebrate the

Re: [PHP] disabled cookies

2012-06-05 Thread Matijn Woudt
On Tue, Jun 5, 2012 at 9:15 PM, Tedd Sperling t...@sperling.com wrote: On Jun 3, 2012, at 5:21 PM, Ashley Sheridan wrote: There is a new law been passed in the UK that makes non-essential cookies opt-in only, so you must get permission in order to use them. What's a non-essential cookie?

[PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Devang Patel
Hi All, I am a basic user of PHP and I have need of reading the dynamic HTML form field as a variable in PHP so it will be great if someone can share some good link or snip for quick understanding. Thanks, Devang

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Govinda
Hi All, I am a basic user of PHP and I have need of reading the dynamic HTML form field as a variable in PHP so it will be great if someone can share some good link or snip for quick understanding. Thanks, Devang http://lmgtfy.com/?q=how+to+pass+and+receive+a+PHP+variable When just

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Govinda
On 2012-06-05, at 10:54 PM, Devangnp wrote: I know how to pass variable but having difficulties when I use the dynamic form field in HTML that add more boxes as per user require. Hi All, I am a basic user of PHP and I have need of reading the dynamic HTML form field as a variable in

Re: [PHP] Read dynamic variable from HTML form into PHP

2012-06-05 Thread Jim Giner
Govinda govinda.webdnat...@gmail.com wrote in message news:72497398-3a6c-4faa-89f2-565c18fd2...@gmail.com... On 2012-06-05, at 10:54 PM, Devangnp wrote: I know how to pass variable but having difficulties when I use the dynamic form field in HTML that add more boxes as per user require.