Re: [PHP-DEV] CVS Account Request: alawatsl

2001-11-12 Thread Jo Giraerts
commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- Jo Giraerts PHP Sorcerer Life NV Interleuvenlaan 15A, 3001 LEUVEN, BELGIUM icq:81939849, email:[EMAIL PROTECTED], ph0ne:+32(0)16 20 89 61 pgp-key available at: http://www.keyserver.net. fi

Re: [PHP-DEV] Re: Sybase Stored Procedures

2001-10-02 Thread Jo Giraerts
for your help. > > > > Yours > > Thomas > > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [

Re: [PHP-DEV] RE: Re: How do I register a constructor in PHP (C code)

2001-09-26 Thread Hansuck Jo
ctions); zend_register_internal_class(&scl_object_class_entry); } Emanuel Dejanu wrote: > I have write using the init but still do not work. > > Any other ideea. > > Best regards, > > Emanuel Dejanu > > > >>-Original Message- >>F

[PHP-DEV] extend zend_register_internal_class() and zend_register_internal_class_ex()?

2001-09-25 Thread Hansuck Jo
I can't speak English. so I'll shortly talk. (and I can't using cvs.. ^^;;;) I found that zend_register_internal_class() and zend_register_internal_class_ex() is impossible adding default properties. And instance properties(adding by add_property_*() functions) can't inherit. I think, It's mean

[PHP-DEV] Re: How do I register a constructor in PHP (C code)

2001-09-25 Thread Hansuck Jo
You use rt66clsss_init() instead of rt66class_contstructor(). may be, it's will work. :) Emanuel Dejanu wrote: > I write an extension and I want to register a new class > but I can not get my function to be registered as a constructor. > > ex: > PHP_FUNCTION(rt66class_constructor); > static ze

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?]

2001-09-06 Thread Jo Giraerts
Development Mailing List <http://www.php.net/> > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- Jo Giraerts Computerprutser Life BVBA Interleuvenlaan 15A, 3001

Re: [PHP-DEV] R: [PHP-DEV] python dictionary-like % (percent) substitution in php

2001-08-28 Thread Jo Giraerts
ou (also zeev and others) think about > > - > Federico Marani > [EMAIL PROTECTED] > -- > > Jo Giraerts <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED] > > This is already possible in php, though with the following s

Re: [PHP-DEV] python dictionary-like % (percent) substitution in php (was: Good idea in % (percent) substitutions in string)

2001-08-28 Thread Jo Giraerts
ead the last 2 lines of the mail, where is explained why not using plain eval.. ;) > > Zeev > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the

Re: [PHP-DEV] python dictionary-like % (percent) substitution in php (was: Good idea in % (percent) substitutions in string)

2001-08-28 Thread Jo Giraerts
al is $action" > because in this phrase, variables are substituted when the parser execute > it, and in this case: > "the %(color)s %(animal)s is %(action)s" > parameters are substituted only when the phrase is parsed with a specialized > function like aprintf > > > >

[PHP-DEV] CVSup.php.net???

2001-08-03 Thread Jo Giraerts
Can we still use that server, cause i get a "Connection refused"-message. -- Jo Giraerts Computerprutser Life BVBA Interleuvenlaan 15A, 3001 LEUVEN, BELGIUM icq:81939849, email:[EMAIL PROTECTED], ph0ne:+32(0)16 20 89 61 pgp-key available at: htt://www.keyserver.net. fingerprint:

Re: [PHP-DEV] CVS Account Request

2001-07-30 Thread Jo Giraerts
ilfilter? > -- Jo Giraerts Computerprutser Life BVBA Interleuvenlaan 15A, 3001 LEUVEN, BELGIUM icq:81939849, email:[EMAIL PROTECTED], ph0ne:+32(0)16 20 89 61 I've got these opium queens that move around my space, I said it's waste not, want not, I think I'll take ano

[PHP-DEV] Bug #10828 Updated: sometimes get_extension_funcs() kills PHP

2001-06-24 Thread jo
xplain why some people had no problem running the example. HTH, Jo Previous Comments: --- [2001-06-24 11:32:20] [EMAIL PROTECTED] Does it crash? Provide a GDB backtrace then. (reconfigure/compile PHP first with --en

[PHP-DEV] Bug #10828 Updated: sometimes get_extension_funcs() kills PHP

2001-06-24 Thread jo
ID: 10828 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: PHP options/info functions Operating system: Linux 2.4.5 PHP Version: 4.0.6 Description: sometimes get_extension_funcs() kills PHP Sorry, but he same in PHP4.0.6 Previous Comments: ---

Re: [PHP-DEV] Multiple inserts in one sybase_query issue

2001-06-20 Thread Jo Giraerts
HP or am I overlooking > something? Logically it seems that it should function the same in both > cases. > > I should also note that when I break that up into a series of completely > independant queries it works fine too, I can run a series of single inserts > each with their own syb

Re: [PHP-DEV] Writing new DB extension (looking for documentation)

2001-05-22 Thread Jo Giraerts
;http://www.php.net/> > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- Jo Giraerts Computerprutser Life BVBA Interleuvenlaan 15A, 3001 LEUVEN, BELGIUM icq:81939849, email

[PHP-DEV] Bug #10828: sometimes get_extension_funcs() kills PHP

2001-05-12 Thread jo
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4 PHP version: 4.0.5 PHP Bug Type: PHP options/info functions Bug description: sometimes get_extension_funcs() kills PHP I tried to print out all available PHP functions using get_loaded_extensions() and get_extension_func

[PHP-DEV] Bug #10822: CRYPT_SALT_LENGTH == 2 even when CRYPT_MD5 available

2001-05-11 Thread jo
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4 PHP version: 4.0.5 PHP Bug Type: *Encryption and hash functions Bug description: CRYPT_SALT_LENGTH == 2 even when CRYPT_MD5 available Against the documentation, at least on Linux systems the const CRYPT_SALT_LENGTH is 2

Re: [PHP-DEV] 4.0.6

2001-05-03 Thread Jo Giraerts
e \r as an end-of-line. They don't know of \n as do pc's. -- Jo Giraerts Development Services Engineer VA Linux Professional Services Europe Interleuvenlaan 15A, 3001 LEUVEN, BELGIUM icq:81939849, email:[EMAIL PROTECTED], ph0ne:+32(0)475/437719 I've got these opium queens that m

Re: [PHP-DEV] sybase-ct and datetime results

2001-04-25 Thread Jo Giraerts
27;t it be better to return the "datetime-results" of queries as a > timestamp? Or have a php.ini-setting / global parameter how to return > "datetime-results"? so this is not an option :( -- Jo Giraerts Development Services Engineer VA Linux Professional Servic

[PHP-DEV] Bug #10362: strip_tags() strips round brackets inside allowed html tags

2001-04-17 Thread jo
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: strip_tags() strips round brackets inside allowed html tags When using strip_tags() with the optional conversion param, it still strips round br

[PHP-DEV] Sybase SP status return

2001-03-02 Thread Jo Giraerts
tried it on php-4.0.4pl1 and it gives no problems. -- Jo Giraerts Development Services Engineer VA Linux Professional Services Europe Interleuvenlaan 15A, 3001 LEUVEN, BELGIUM icq:81939849, email:[EMAIL PROTECTED], ph0ne:+32(0)475/437719 -BEGIN GEEK CODE BLOCK- Version: 3.1 GIT/GMU