Re: [PHP-DEV] CS random values

2011-12-29 Thread Philip Olson
> As a noob here, what should I do next in order to pursue my objective? Is > this what the PHP RFC is for? Hi Tom, I fully support a one-method-to-rule-them-all for generating random sauce. Long ago I created an incomplete RFC on the subject, but please feel free to ignore and create a new/b

Re: [PHP-DEV] help debuging a segfault

2011-12-29 Thread Pierre Joye
hi Remi, Does it happen only with the ice extension? If yes I would suggest to contact the authors, which are in no way involved in php.net for this extension. Sadly the bt does not help much to identify the source of the problem, it can be many things. Cheers, On Thu, Dec 29, 2011 at 12:02 PM

[PHP-DEV] Status update: Git Migration

2011-12-29 Thread David Soria Parra
Hi Internals, here is a short update on the current status of the git migration. - php-src will be migrated after PHP 5.4 final Stas wants to have PHP 5.4 final out before we migrate the repository to not have problems with the release. Expect the php-src migration in 14-21 days after 5

[PHP-DEV] SESSID string length heuristics

2011-12-29 Thread Barbu Paul Gh.
Hello. I'd like to know what's the explanation behind the math done on line #413 in ext/session/session.c [1] and why couldn't it be just: total_bits / hash_bits_per_character Where total_bits equals 128 if the hash function is md5 or 160 if sha1. [1] http://svn.php.net/viewvc/php/php-src/tru

Re: [PHP-DEV] CS random values

2011-12-29 Thread Pierre Joye
On Thu, Dec 29, 2011 at 2:12 PM, Tom Worster wrote: > Fair points but not germane to my main argument: I proposed that the base > PHP API should allow the PHP programmer uniform access to the system's CS > random byte source, which is CryptDevRandom on Windows. My proposal was > countered by poin

[PHP-DEV] help debuging a segfault

2011-12-29 Thread Remi Collet
Hi, I'm working on PHP 5.4 as a fedora 17 feature. https://fedoraproject.org/wiki/Features/Php54 Mainly, I test all available extension (~40) compatibility and try to fix, when needed, and report bug upstream. (mostly done) But I encounter a segfault with ice-php. (gdb) bt #0 _zend_mm_free_int

Re: [PHP-DEV] CS random values

2011-12-29 Thread Tom Worster
On 12/28/11 4:36 PM, "Anthony Ferrara" wrote: >Tom, >First off, /dev/random doesn't report anything. If the entropy pool >is depleted, it will block until it has enough entropy to fufil the >request. On Linux, yes. Not on BSD or OSX. I don't know about others. > That may seem good, but it's

Re: [PHP-DEV] help debuging a segfault

2011-12-29 Thread Remi Collet
Le 29/12/2011 12:15, Pierre Joye a écrit : > Does it happen only with the ice extension? Yes. > If yes I would suggest to contact the authors, which are in no way > involved in php.net for this extension. Yes, I understand. Remi. -- PHP Internals - PHP Runtime Development Mailing List To unsub

[PHP-DEV] DateTime fixes and 5.4 release plan

2011-12-29 Thread Daniel Convissor
Hi Folks: David mentioned the following in the git migration email: >Expect the php-src migration in 14-21 days after 5.4 final. Can 5.4 final please be held off until the DateTime fixes for transitions (such as Standard / Daylight time) are fixed? https://wiki.php.net/rfc/datetime_and_dayli

[PHP-DEV] Re: DateTime fixes and 5.4 release plan

2011-12-29 Thread Stas Malyshev
Hi! Can 5.4 final please be held off until the DateTime fixes for transitions (such as Standard / Daylight time) are fixed? https://wiki.php.net/rfc/datetime_and_daylight_saving_time If somebody's willing to commit to fixing them in some reasonable timeframe (like 2 weeks from now), then yes.

Re: [PHP-DEV] Re: DateTime fixes and 5.4 release plan

2011-12-29 Thread Pierre Joye
hi! On Fri, Dec 30, 2011 at 12:58 AM, Stas Malyshev wrote: > Hi! > > >> Can 5.4 final please be held off until the DateTime fixes for >> transitions (such as Standard / Daylight time) are fixed? >> https://wiki.php.net/rfc/datetime_and_daylight_saving_time > > > If somebody's willing to commit t

[PHP-DEV] Re: svn: /SVNROOT/ global_avail pre-commit

2011-12-29 Thread Michael Wallner
On Thu, 29 Dec 2011 18:29:36 +, David Soria Parra wrote: > dsp Thu, 29 Dec 2011 18:29:36 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=321521 > > Log: > Temporarily deactivate commits to systems during migration > > Changed paths: