On 1/20/07, Marcus Boerger <[EMAIL PROTECTED]> wrote:
Hello Jochem,
actually this should be discussed with [EMAIL PROTECTED] and only with group at
php dot net.
[DISCLAIMER: I'm not taking side]
This is far from being transparent to the eyes of the Open Source
Community. Personnaly, I don't
Hello Jochem,
actually this should be discussed with [EMAIL PROTECTED] and only with group at
php dot net.
best regards
marcus
Saturday, January 20, 2007, 11:56:46 PM, you wrote:
> whilst reading the thread on security issues in response to
> the article on the theregister.co.uk I came acc
> http://phpsec.org/images/phpsecinfo_ss.png
>
Yes it is exactly what I am talking about
1) CSS code is directly stolen from PHP source code (PHP licensed code)
2) Output functions are directly converted from C to PHP code
3) The PHP logo is used although it is clearly in violation with
http:
whilst reading the thread on security issues in response to
the article on the theregister.co.uk I came accross a remark
by Stefan Esser aimed at Chris Shiftlett which I didn't
understand, is this what he was referring to when he pointed
a/the violation of the php license?:
http://phpsec.org/image
+ /* Give temp var back if it was the most recently assigned only
*/
+ if (CG(active_op_array)->T == (parent->u.var - 1)) {
+ CG(active_op_array)->T--;
+ }
Ergh, ignore that section It doesn't belong there (obviously)...
I pas
Given they way-below margin of error difference I have to wonder if
perhaps the added "parse" times would more then offset any (if any)
benefits gained. Given that most users still do not use opcode caches
this is something to consider for performance tweaks where the
difference is >1%.
One last thought on global CVs... How's this for fixing the loophole of:
ZEND_BEGIN_SILENCE
ZEND_FETCH_R $0 '_POST' (global)
ZEND_FETCH_DIM_R $1 $0 'foo'
ZEND_END_SILENCE
I know it seems like a pretty minor gain, but (A) using @$_GET['foo']
isn't an uncommon practice, and (B) pushing this all
Hello,
after a failed test of the easter_date() function I've taken a look at the
test file. The test file sets the default timezone to UTC.
To make it short:
easter_date() does not return correct results, if the default timezone (set
with date_default_timezone_set() or INI date.timezone) is "
On 01/20/2007 04:04 AM, steve wrote:
Hi, a couple of things (and maybe I need some help, and everything is
assuming windows):
1. Has something changed with realpath() (at least on windows, my only
test)??? In 5.2.0 if the file does not exist, it returns false, but in
5.2.1RC2 and 5.2.1RC3 it ret
On 01/20/2007 09:52 AM, Kiran Malla wrote:
Hello,
I am trying to cross compile PHP-5.2.0 for arm linux.
# export CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc
# export AR=/usr/local/arm/3.3.2/bin/arm-linux-ar
# export LD=/usr/local/arm/3.3.2/bin/arm-linux-ld
# export NM=/usr/local/arm/3.3.2/bin/arm
Hi steve,
On Fri, 2007-01-19 at 17:04 -0800, steve wrote:
> 3. When using RC3 as a handler (thread safe version), phpinfo reports
> PHP 5.2.0 but under apache2handler is says 5.2.1RC3??? And it no
> longer has the real_path bug above. I no longer have any 5.2.0 files
> around, and even tried r
11 matches
Mail list logo