[PHP-DEV] PDO MySQL - show create table

2006-04-21 Thread Ralph Schindler
Is it not possible to run the "show create table __" via PDO? I swear I was able to do this in the past, and for some reason this is not working. Am I doing something wrong, is this a bug, or is this planned? Pasted below is the mysql command and result expected, test code, and its result.

Re: [PHP-DEV] Karma Request

2006-04-21 Thread Andrei Zmievski
Yeah, I'd really like to take a look at the patches first. ICU API is very complex and we should be cautious of mapping it directly into PHP. BTW, you have karma. -Andrei On Apr 21, 2006, at 5:31 PM, l0t3k wrote: Andrei, not yet. i just a second ago updated to include your refcounted co

Re: [PHP-DEV] Karma Request

2006-04-21 Thread l0t3k
Andrei, not yet. i just a second ago updated to include your refcounted collator patch, so i'll have to do some tweaking. In any case, i'll attach diffs here before committing. Clayton "Andrei Zmievski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Apr 21, 2006, at 5:22 PM

Re: [PHP-DEV] Karma Request

2006-04-21 Thread Andrei Zmievski
On Apr 21, 2006, at 5:22 PM, l0t3k wrote: Pierre, i've been working extensively (in private) with the ICU API [1], so that's my primary focus. in the immediate term i have a patch against the CVS collator code to add support for sort keys, as well as a patch for ICU error code to string

Re: [PHP-DEV] Karma Request

2006-04-21 Thread l0t3k
Pierre, i've been working extensively (in private) with the ICU API [1], so that's my primary focus. in the immediate term i have a patch against the CVS collator code to add support for sort keys, as well as a patch for ICU error code to string [2]. Clayton aka l0t3k [1] An old attempt is he

Re: [PHP-DEV] [PATCH] Compile head on Win32

2006-04-21 Thread Marcus Boerger
Hello Frank, thanks :-) marcus Friday, April 21, 2006, 11:26:18 PM, you wrote: > Hi Rob, > Working on a patch for those as well. > - Frank >> If this patch is used to fix the build, the same change need to be made > in: >> ext/spl/spl_directory.c >> ext/standard/image.c (php_stream_gets) >

Re: [PHP-DEV] Re: SoC Mentor sign up ready

2006-04-21 Thread Marcus Boerger
Hello William, maybe i can be of a bit help here (if i am an option) :-) marcus Friday, April 21, 2006, 8:10:26 PM, you wrote: > Do you think that my proposal of phpAspect is interesting ? Anyone > would like to be my mentor if the project is selected ? > Best regards, > William Candillon

Re: [PHP-DEV] Karma Request

2006-04-21 Thread Pierre
On 4/22/06, l0t3k <[EMAIL PROTECTED]> wrote: > Could someone please give me karma for ext/unicode ? > My CVS ID is ccollie. What do you like to add, change or propose? I did not remember any post with patches for ext/unicode. Can you please explain us your plans? Thanks :) --Pierre -- PHP Inter

Re: [PHP-DEV] [PATCH] Compile head on Win32

2006-04-21 Thread Frank M. Kromann
Hi Rob, Working on a patch for those as well. - Frank > If this patch is used to fix the build, the same change need to be made in: > ext/spl/spl_directory.c > ext/standard/image.c (php_stream_gets) > sapi/cli/php_cli.c (php_stream_gets) > > Frank M. Kromann wrote: > > Hello Everyone, > > > > H

Re: [PHP-DEV] [PATCH] Compile head on Win32

2006-04-21 Thread Rob Richards
If this patch is used to fix the build, the same change need to be made in: ext/spl/spl_directory.c ext/standard/image.c (php_stream_gets) sapi/cli/php_cli.c (php_stream_gets) Frank M. Kromann wrote: Hello Everyone, Here is a patch that makes it possible to compile HEAD on win32. http://kroman

[PHP-DEV] [PATCH] Compile head on Win32

2006-04-21 Thread Frank M. Kromann
Hello Everyone, Here is a patch that makes it possible to compile HEAD on win32. http://kromann.info/diff-file.c php_stream_get_line_ex() and php_stream_get_line() are both defined as macros where the buf parameter is replaced with ZSTR(buf). Setting buf to NULL_ZSTR causes the function to be ca

[PHP-DEV] Marking protos as Unicode-safe

2006-04-21 Thread Andrei Zmievski
As you probably know, we keep track of the Unicode function upgrade progress at this URL: http://www.php.net/~scoates/unicode/ Currently, most of the functions are marked as unsafe or untested. However, there are plenty of extensions/functions that do not deal with strings at all and

Re: [PHP-DEV] Re: SoC Mentor sign up ready

2006-04-21 Thread William Candillon
Do you think that my proposal of phpAspect is interesting ? Anyone would like to be my mentor if the project is selected ? Best regards, William Candillon On 4/15/06, William Candillon <[EMAIL PROTECTED]> wrote: > I think of proposing as a project a new version of phpaspect > (http://phpapsect.o

Re: [PHP-DEV] PHP 5.1.3RC3 Released

2006-04-21 Thread Mike Bretz
Hello, in 5.1.3RC3 there is still memory corruption happening when using __get and foreach. IMHO this is a critical problem, since this leads to any kind of program misbehaving up to sigsegv (what happened here in production systems). As all memory corruption problems this can lead to security