Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Andrei Zmievski

At 07:10 PM 2/24/01 +0100, Peter \"[DiSAStA]\" Petermann wrote:
>Karma for php-gtk

Why do you want karma for php-gtk?



-Andrei


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Andi Gutmans

At 09:44 PM 2/24/2001 +0100, Daniel Beulshausen wrote:
>At 21:16 24.02.2001 +0100, Sebastian Bergmann wrote:
>>Daniel Beulshausen wrote:
>> > it means nearly no changes, one or two. i'll have to look at it again
>> > before i can tell you which one.
>
>okay, here we go, one patch is already done (quite a while ago), it was 
>the add_property_unset thing in zend.
>the other tiny patch is for zend too, and is attachet.

I commited this patch.

Andi


>there are no further patches need in order to get it to compile here.
>(if you're not going to start a gtk port, becasue that one from 
>http://www.gimp.org/~tml/gimp/win32/ is alread great)
>
>so as far i can see, there are no patches for php-gtk needed.



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Daniel Beulshausen

At 21:44 24.02.2001 +0100, Sebastian Bergmann , php-dev mailinglist 
<[EMAIL PROTECTED] wrote:
>At 21:16 24.02.2001 +0100, Sebastian Bergmann wrote:
>>Daniel Beulshausen wrote:
>> > it means nearly no changes, one or two. i'll have to look at it again
>> > before i can tell you which one.
>
>okay, here we go, one patch is already done (quite a while ago), it was 
>the add_property_unset thing in zend.
>the other tiny patch is for zend too, and is attachet.
>
>there are no further patches need in order to get it to compile here.
>(if you're not going to start a gtk port, becasue that one from 
>http://www.gimp.org/~tml/gimp/win32/ is alread great)
>
>so as far i can see, there are no patches for php-gtk needed.

oh forgot to tell, i had to do a new dsp for it, but that was all. really :)

daniel

/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Daniel Beulshausen

At 21:16 24.02.2001 +0100, Sebastian Bergmann wrote:
>Daniel Beulshausen wrote:
> > it means nearly no changes, one or two. i'll have to look at it again
> > before i can tell you which one.

okay, here we go, one patch is already done (quite a while ago), it was the 
add_property_unset thing in zend.
the other tiny patch is for zend too, and is attachet.

there are no further patches need in order to get it to compile here.
(if you're not going to start a gtk port, becasue that one from 
http://www.gimp.org/~tml/gimp/win32/ is alread great)

so as far i can see, there are no patches for php-gtk needed.

daniel

/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de

Index: modules.h
===
RCS file: /repository/Zend/modules.h,v
retrieving revision 1.32
diff -u -u -r1.32 modules.h
--- modules.h   2000/12/22 21:11:34 1.32
+++ modules.h   2001/02/24 20:43:04
@@ -30,10 +30,10 @@
 #define GINIT_FUNC_ARGSvoid
 #define GINIT_FUNC_ARGS_PASSTHRU
 
-extern unsigned char first_arg_force_ref[];
-extern unsigned char first_arg_allow_ref[];
-extern unsigned char second_arg_force_ref[];
-extern unsigned char second_arg_allow_ref[];
+ZEND_API extern unsigned char first_arg_force_ref[];
+ZEND_API extern unsigned char first_arg_allow_ref[];
+ZEND_API extern unsigned char second_arg_force_ref[];
+ZEND_API extern unsigned char second_arg_allow_ref[];
 
 #include "zend.h"
 
Index: zend_builtin_functions.c
===
RCS file: /repository/Zend/zend_builtin_functions.c,v
retrieving revision 1.81
diff -u -u -r1.81 zend_builtin_functions.c
--- zend_builtin_functions.c2000/12/22 12:49:51 1.81
+++ zend_builtin_functions.c2001/02/24 20:43:10
@@ -64,10 +64,10 @@
 static ZEND_FUNCTION(zend_test_func);
 #endif
 
-unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE };
-unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW };
-unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE };
-unsigned char second_arg_allow_ref[] = { 2, BYREF_NONE, BYREF_ALLOW };
+ZEND_API unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE };
+ZEND_API unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW };
+ZEND_API unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE };
+ZEND_API unsigned char second_arg_allow_ref[] = { 2, BYREF_NONE, BYREF_ALLOW };
 
 static zend_function_entry builtin_functions[] = {
ZEND_FE(zend_version,   NULL)



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Sebastian Bergmann

Daniel Beulshausen wrote:
> it means nearly no changes, one or two. i'll have to look at it again
> before i can tell you which one.

  Thanks,
Sebastian

-- 
 sebastian bergmann e-mail :  [EMAIL PROTECTED]
  homepage :  http://www.sebastian-bergmann.de
   make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Daniel Beulshausen

At 21:04 24.02.2001 +0100, Sebastian Bergmann wrote:
>Daniel Beulshausen wrote:
> > actually it compiles under win32 with (nearly) no changes, but i did no
> > functional checking.
>
>   Huch? I was not able to load the MSVC project files.

yep, the dsp needs to be updated, but thi isn't hard.

>   So, what's the "nearly" you're talking about, Daniel?

it means nearly no changes, one or two. i'll have to look at it again 
before i can tell you which one.

daniel

/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Sebastian Bergmann

Daniel Beulshausen wrote:
> actually it compiles under win32 with (nearly) no changes, but i did no
> functional checking.

  Huch? I was not able to load the MSVC project files.

  So, what's the "nearly" you're talking about, Daniel?

-- 
 sebastian bergmann e-mail :  [EMAIL PROTECTED]
  homepage :  http://www.sebastian-bergmann.de
   make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Daniel Beulshausen

At 19:13 24.02.2001 +0100, Sebastian Bergmann wrote:
>"Peter \"[DiSAStA]\" Petermann" wrote:
> > could anyone add me some karma for php-gtk?
>
>   
> Please state the reason for your Karma Request.
>   
>
>   Okay, just kidding.
>
>   Peter, I think it would help if you say that you want to make php-gtk
>compile on Win32 :-)

actually it compiles under win32 with (nearly) no changes, but i did no 
functional checking.

daniel

/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Sebastian Bergmann

"Peter \"[DiSAStA]\" Petermann" wrote:
> could anyone add me some karma for php-gtk?

  
Please state the reason for your Karma Request.
  

  Okay, just kidding.

  Peter, I think it would help if you say that you want to make php-gtk
compile on Win32 :-)

-- 
 sebastian bergmann e-mail :  [EMAIL PROTECTED]
  homepage :  http://www.sebastian-bergmann.de
   make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DEV] Karma for php-gtk

2001-02-24 Thread Peter \"[DiSAStA]\" Petermann

mh.. i forgot to tell my handle :)
sorry

zimt

thanks :)

Peter
>
>

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Karma for php-gtk

2001-02-24 Thread Peter \"[DiSAStA]\" Petermann

could anyone add me some karma for php-gtk?

thanks a lot :)

Peter Petermann

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]