[PHP-DEV] how to unpack 64Bit from datastream to double ?

2003-07-10 Thread toedt
Is it possible to unpack(little endianness) 8 bytes from a datastream direct into an long integer (double=64bit)?   Have seen that long integers are floats, but how should i convert? any idea?   -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/un

[PHP-DEV] Re: [PEAR-DEV] karma question

2003-07-10 Thread Allowee
Yesteray I requested an CVS account on www.php.net/cvs-php.php but nothingh showed up at [EMAIL PROTECTED] I also could re-submit the form without problems looking at the used scripts it looks like something goes wrong while inserting the user info into the database. is register_globals on?

[PHP-DEV] Re: [PEAR-DEV] karma question

2003-07-10 Thread Alan Knowles
There where problems with the php mail server today. - it should be sorted out soon, as the server clears the backlog. Regards alan Allowee wrote: Yesteray I requested an CVS account on www.php.net/cvs-php.php but nothingh showed up at [EMAIL PROTECTED] I also could re-submit the form without pro

[PHP-DEV] Re: [PEAR-DEV] karma question

2003-07-10 Thread Allowee
On Thursday 10 July 2003 15:50, Alan Knowles wrote: > There where problems with the php mail server today. - it should be > sorted out soon, as the server clears the backlog. I really hope that it's sorted out soon.. I don't like it when things aren't working... .: Allowee > > Regards > ala

Re: [PHP-DEV] Re: [PEAR-DEV] karma question

2003-07-10 Thread Rasmus Lerdorf
It works fine. But since only a couple of people approve CVS accounts (which is very much on purpose) it takes a little while for them to go through. Documentation-related accounts and karma requests are bounced off of the relevant doc leads first and then either granted or rejected based on the

Re: [PHP-DEV] Re: this causes a segfault cvs: php-src(PHP_4_3)/ext/pcre config.m4 php_pcre.c

2003-07-10 Thread Jani Taskinen
Fixed in CVS now. :) --Jani On Thu, 10 Jul 2003, Alan Knowles wrote: > >> @@ -420,7 +421,32 @@ >> size_offsets = num_subpats * 3; >> offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0); >> >> -/* Allocate match sets array and initialize the values */ >>

Re: [PHP-DEV] Re: [PEAR-DEV] karma question

2003-07-10 Thread Allowee
it doesn't work that fine for me The request doesn't appear on [EMAIL PROTECTED] and I can re-submit without 'userid already exists' errors. Which means there is a problem inserting the data into the database .: Allowee On Thursday 10 July 2003 17:06, Rasmus Lerdorf wrote: > It works fine.

Re: [PHP-DEV] [PATCH] Add 'Z' flag to zend_parse_parameters*()

2003-07-10 Thread Josh Fuhs
How will I know if this gets included in the CVS source repository? If it doesn't, could someone please explain why not and give me an alternative solution to my problem? I'm currently using the patched version of PHP and I don't want to upgrade unless I know this change is included. Thanks Jos

[PHP-DEV] pfpro issuing E_ERROR when E_WARNING would be more appropriate

2003-07-10 Thread pollita
ext/pfpro/pfpro.c has several php_error_docref() calls (particularly in pfpro_process) which issue E_ERROR (Fatal Errors/Non-recoverable) in situations where an E_WARNING would seem more appropriate (as it would allow the calling script to recover and continue. Is there a particular reason a fatal

Re: [PHP-DEV] [PATCH] Add 'Z' flag to zend_parse_parameters*()

2003-07-10 Thread Andi Gutmans
I don't have any real problem with this patch. However, I didn't quite understand why you need it. Can you please remind me? Andi At 04:22 PM 10/7/2003 -0500, Josh Fuhs wrote: How will I know if this gets included in the CVS source repository? If it doesn't, could someone please explain why not