RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
> -Original Message- > From: paras...@gmail.com [mailto:paras...@gmail.com] On Behalf Of > Daniel Brown > Sent: Sunday, January 16, 2011 7:00 PM > To: Tommy Pham > Cc: PHP General; PHP Internals List; secur...@php.net > Subject: Re: [PHP] [security] PHP has DoS vuln with large decimal point

[PHP] Re: [PHP-DEV] Re: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Mike Robinson
On 2011-01-16, at 9:59 PM, Daniel Brown wrote: > On Sun, Jan 16, 2011 at 21:00, Tommy Pham wrote: >> >> Here are the results after some further tests for the same platform: >> >> * max float value: 1.7976931348623E+308 >> * min float value: 9.8813129168249E-324 << >> floatval('1.

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
> -Original Message- > From: Jim Lucas [mailto:li...@cmsws.com] > Sent: Sunday, January 16, 2011 6:54 PM > To: Tommy Pham > Cc: php-general@lists.php.net > Subject: Re: [PHP] [security] PHP has DoS vuln with large decimal points > > On 1/16/2011 4:18 PM, Tommy Pham wrote: > >> -Origina

Re: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Daniel Brown
On Sun, Jan 16, 2011 at 21:00, Tommy Pham wrote: > > Here are the results after some further tests for the same platform: > > * max float value: 1.7976931348623E+308 > * min float value:  9.8813129168249E-324  << > floatval('1.00e-323') weird ... > > PHP wil hang when the value

Re: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Jim Lucas
On 1/16/2011 4:18 PM, Tommy Pham wrote: >> -Original Message- >> From: Tommy Pham [mailto:tommy...@gmail.com] >> Sent: Thursday, January 06, 2011 5:49 PM >> To: 'Daevid Vincent' >> Cc: 'php-general@lists.php.net' >> Subject: RE: [PHP] [security] PHP has DoS vuln with large decimal points >>

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
> -Original Message- > From: Tommy Pham [mailto:tommy...@gmail.com] > Sent: Sunday, January 16, 2011 4:18 PM > To: 'php-general@lists.php.net' > Subject: RE: [PHP] [security] PHP has DoS vuln with large decimal points > > > I found something really weird while coding a validator for fl

RE: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-16 Thread Tommy Pham
> -Original Message- > From: Tommy Pham [mailto:tommy...@gmail.com] > Sent: Thursday, January 06, 2011 5:49 PM > To: 'Daevid Vincent' > Cc: 'php-general@lists.php.net' > Subject: RE: [PHP] [security] PHP has DoS vuln with large decimal points > > > -Original Message- > > From: Daev

Re: [PHP] PHP tutorials

2011-01-16 Thread Paul M Foster
On Sun, Jan 16, 2011 at 01:26:07PM -0500, tedd wrote: > Hi gang: > > In the past we talked about PHP tutorials, but I don't remember if > there was a single clearinghouse/link for them or not -- is there > one? If not, what do you recommend? > > Disclaimer: This is a clear solicitation by me for

Re: [PHP] email list 101

2011-01-16 Thread Paul M Foster
On Sun, Jan 16, 2011 at 10:09:03AM -0500, Kirk Bailey wrote: > So, in php, I want a program to handle sending out a mail list. All this > is going to do is be a filter to exclude non subscribers, and send a > copy to every person in the subscriber file. This is pretty simple in > python, but this

Re: [PHP] email list 101

2011-01-16 Thread Jim Lucas
On 1/16/2011 7:09 AM, Kirk Bailey wrote: So, in php, I want a program to handle sending out a mail list. All this is going to do is be a filter to exclude non subscribers, and send a copy to every person in the subscriber file. This is pretty simple in python, but this is not my mother tounge we

Re: [PHP] PHP tutorials

2011-01-16 Thread Daniel Brown
On Sun, Jan 16, 2011 at 13:26, tedd wrote: > Hi gang: > > In the past we talked about PHP tutorials, but I don't remember if there was > a single clearinghouse/link for them or not -- is there one? If not, what do > you recommend? While this isn't a direct response, it's an added idea: you mi

Re: [PHP] PHP tutorials

2011-01-16 Thread Joshua Kehn
On Jan 16, 2011, at 1:26 PM, tedd wrote: > Hi gang: > > In the past we talked about PHP tutorials, but I don't remember if there was > a single clearinghouse/link for them or not -- is there one? If not, what do > you recommend? > > Disclaimer: This is a clear solicitation by me for help with

[PHP] PHP tutorials

2011-01-16 Thread tedd
Hi gang: In the past we talked about PHP tutorials, but I don't remember if there was a single clearinghouse/link for them or not -- is there one? If not, what do you recommend? Disclaimer: This is a clear solicitation by me for help with my PHP class. I will be teaching this class at my loc

Re: [PHP] which php file is sending emails?

2011-01-16 Thread David Hutto
On Sun, Jan 16, 2011 at 11:19 AM, Mujtaba Arshad wrote: > Nilesh's note to self: don't sound condescending when suggesting untested Now define 'self'. Is it a remembrance(i.e. a string of molecular structures), or a google(google 'Rich formatting' says google isn't actually a word, and gives the

Re: [PHP] which php file is sending emails?

2011-01-16 Thread Mujtaba Arshad
Nilesh's note to self: don't sound condescending when suggesting untested code. On Sun, Jan 16, 2011 at 10:56 AM, Marc Guay wrote: > > There can be nothing more simpler than this!!! > > I thought that this quote needed some revisiting. > > Marc > > -- > PHP General Mailing List (http://www.php.n

Re: [PHP] which php file is sending emails?

2011-01-16 Thread Marc Guay
> There can be nothing more simpler than this!!! I thought that this quote needed some revisiting. Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] email list 101

2011-01-16 Thread David McGlone
On Sunday, January 16, 2011 10:09:03 am Kirk Bailey wrote: > So, in php, I want a program to handle sending out a mail list. All this > is going to do is be a filter to exclude non subscribers, and send a > copy to every person in the subscriber file. This is pretty simple in > python, but this is

Re: [PHP] Re: email list 101

2011-01-16 Thread David Hutto
On Sun, Jan 16, 2011 at 10:43 AM, Peter Lind wrote: > On 16 January 2011 16:35, Michelle Konzack > wrote: >> Hello Kirk Bailey, >> >> Am 2011-01-16 10:09:03, hacktest Du folgendes herunter: >>> So, in php, I want a program to handle sending out a mail list. All >>> this is going to do is be a fil

Re: [PHP] Re: email list 101

2011-01-16 Thread Peter Lind
On 16 January 2011 16:35, Michelle Konzack wrote: > Hello Kirk Bailey, > > Am 2011-01-16 10:09:03, hacktest Du folgendes herunter: >> So, in php, I want a program to handle sending out a mail list. All >> this is going to do is be a filter to exclude non subscribers, and >> send a copy to every pe

[PHP] Re: email list 101

2011-01-16 Thread Michelle Konzack
Hello Kirk Bailey, Am 2011-01-16 10:09:03, hacktest Du folgendes herunter: > So, in php, I want a program to handle sending out a mail list. All > this is going to do is be a filter to exclude non subscribers, and > send a copy to every person in the subscriber file. This is pretty > simple in pyt

[PHP] email list 101

2011-01-16 Thread Kirk Bailey
So, in php, I want a program to handle sending out a mail list. All this is going to do is be a filter to exclude non subscribers, and send a copy to every person in the subscriber file. This is pretty simple in python, but this is not my mother tounge we speak here, so let's talk in php instea