Re: [PHP-DEV] WIndows variant file for php-src/ext/session/mod_files.sh

2008-12-12 Thread Richard Quadling
2008/12/11 Johannes Schlüter : > On Wed, 2008-12-10 at 15:56 +, Richard Quadling wrote: >> I've been playing with the session.save_path=n;path setting. >> >> The documentation says that there is a mod_files.sh file to help >> create the folder structure (which there is). >> >> But this won't ru

Re: [PHP-DEV] Bug in interbase.c "invalid BLOB ID"

2008-12-12 Thread marius popa
On Sat, Dec 6, 2008 at 5:54 PM, Benjamin Schwarze wrote: > I dont understand your comment clearly. > Have you tested the current official code or my patch? I have applied the patch and there was no error with the blob tests > > marius popa schrieb: >> >> On Fri, Nov 28, 2008 at 5:56 PM, Benjamin

[PHP-DEV] Any news/ideas on http://bugs.php.net/bug.php?id=46326

2008-12-12 Thread Richard Quadling
Hi. I'm looking to test 5.3, but I stumble at the first hurdle as the ini file is not being read. Windows XP Pro SP3 and Windows Server 2005/2008. 2008-12-12 15:45:36 D:\Personal Files\Downloads\Software\Programming\PHP\Latest Snapshots\php-5.3-win32-VC6-x86-latest >php -v PHP 5.3.0alpha4-dev (c

Re: [PHP-DEV] Any news/ideas on http://bugs.php.net/bug.php?id=46326

2008-12-12 Thread Pierre Joye
hi Richard, Please post this case in the bug itselft, that's why comments are availble, thanks :) I'm working on the per dir ini things (user.ini or PATH=, HOST=) as well as fixing some weird issues about which ini is read on windows. This bug may be fixed as well once I'm done. cheers, On Fri,

Re: [PHP-DEV] Bug in interbase.c "invalid BLOB ID"

2008-12-12 Thread Benjamin Schwarze
Last question: Is there something to do for me, or is everything clear and i can wait for the next release? marius popa schrieb: On Sat, Dec 6, 2008 at 5:54 PM, Benjamin Schwarze wrote: I dont understand your comment clearly. Have you tested the current official code or my patch? I have app

[PHP-DEV] Re: Any news/ideas on http://bugs.php.net/bug.php?id=46326

2008-12-12 Thread Jessie Hernandez
Richard Quadling wrote: Hi. I'm looking to test 5.3, but I stumble at the first hurdle as the ini file is not being read. Windows XP Pro SP3 and Windows Server 2005/2008. 2008-12-12 15:45:36 D:\Personal Files\Downloads\Software\Programming\PHP\Latest Snapshots\php-5.3-win32-VC6-x86-latest >php

[PHP-DEV] Removing basic types from our JSON parser

2008-12-12 Thread Scott MacVicar
Hi All, Basic types were added to our JSON decoder to PHP 5.2.1, this allows one to use json_encode / json_decode on any of our scalar types. Omar correctly identified #38680 as not a bug but it appears that Ilia added support for this anyway violating the RFC [1]. Maybe there was a reaso

Re: [PHP-DEV] Removing basic types from our JSON parser

2008-12-12 Thread mike
Fri, Dec 12, 2008 at 7:50 PM, Scott MacVicar wrote: > The problem here is that none of the other JSON parsers in any other > language support this and more importantly the browsers [2] which are now > adding native JSON support. Users are frequently expecting the result from a > json_encode in P

Re: [PHP-DEV] Removing basic types from our JSON parser

2008-12-12 Thread Mark Karpeles
Le samedi 13 décembre 2008 à 03:50 +, Scott MacVicar a écrit : > Hi All, > > Basic types were added to our JSON decoder to PHP 5.2.1, this allows > one to use json_encode / json_decode on any of our scalar types. Omar > correctly identified #38680 as not a bug but it appears that Ilia >

Re: [PHP-DEV] Removing basic types from our JSON parser

2008-12-12 Thread Rasmus Lerdorf
Mark Karpeles wrote: > Le samedi 13 décembre 2008 à 03:50 +, Scott MacVicar a écrit : >> Hi All, >> >> Basic types were added to our JSON decoder to PHP 5.2.1, this allows >> one to use json_encode / json_decode on any of our scalar types. Omar >> correctly identified #38680 as not a bug bu