Re: [PHP-DEV] TSRM coverage question

2001-09-19 Thread Jeroen van Wolffelaar
On Tue, 18 Sep 2001, lo-tek @pb1.pair.com cshmoove wrote: suppose i have a function which returns a pointer to a variable in thread local storage foo_t *get_global_foo() { TSRMLS_FETCH(); return (foo_t *)BAR_G(foo); } void fubar() { foo_t *foo =

[PHP-DEV] list_entry_type enum in zend_list.h

2001-09-19 Thread Andi Gutmans
Anyone know what the list_entry_type enum is doing in zend_list.h? It doesn't seem to be used anywhere. Can I nuke it? Andi -- 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

[PHP-DEV] Re: Bug #13346: visual fox pro

2001-09-19 Thread John Lim
Just use your normal sql update statement with the odbc driver. Note that because of bugs in the vfp odbc driver, there is a limit on the length of the sql statement (crippled by M'soft?). You can also try the adodb database library at http://php.weblogs.com/adodb which supports vfp via odbc.

[PHP-DEV] Re: Bug #13356: ADODB Recordset issue

2001-09-19 Thread John Lim
Which column type is giving this problem? - John Lim (author adodb) [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0CVS-2001-09-17 PHP Bug Type: COM related Bug

Re: [PHP-DEV] Bug id #11998 - source code patch - Dont Use Previous (fwd)

2001-09-19 Thread Andi Gutmans
Is this something which should make it into RC3? Why are there two .tar.gz files attached? Andi At 05:22 PM 9/18/2001 +0200, Jani Taskinen wrote: Could someone who knows the current code better check this out and apply this patch? My work for the other issues is not done yet..and it's too big

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile Makefile.inREADME config.m4 libs.mk msession.c msession.php php_msession.hreqclient.h

2001-09-19 Thread Sebastian Bergmann
Mark L. Woodward wrote: mlwmohawk Wed Sep 19 09:14:23 2001 EDT Added files: /php4/ext/msession CREDITS Makefile Makefile.in README config.m4 libs.mk msession.c msession.php php_msession.h reqclient.h Log: Added

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile Makefile.inREADME config.m4 libs.mk msession.c msession.php php_msession.hreqclient.h

2001-09-19 Thread Hartmut Holzgraefe
Sebastian Bergmann wrote: and the fact that the source is licensed under the GPL. which is not a bad thing in the first place but needs an additional statement that you give special permission with php and especially the zend engine as these are not yet compatible with the gpl if the

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile Makefile.inREADME config.m4 libs.mk msession.c msession.php php_msession.hreqclient.h

2001-09-19 Thread mlwmohawk
Sorry, I guess I messed up. Which file is GPL? I will chage it to be PHP license. The Library it requires is LGPL. So I hope that isn't an issue. The extension is an interface to a stand-alone session management daemon. Mark L. Woodward wrote: mlwmohawk Wed Sep 19 09:14:23

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile

2001-09-19 Thread mlwmohawk
Sebastian Bergmann wrote: and the fact that the source is licensed under the GPL. which is not a bad thing in the first place but needs an additional statement that you give special permission with php and especially the zend engine as these are not yet compatible with the gpl The

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile

2001-09-19 Thread Andi Gutmans
At 11:54 AM 9/19/2001 -0400, [EMAIL PROTECTED] wrote: Sebastian Bergmann wrote: and the fact that the source is licensed under the GPL. which is not a bad thing in the first place but needs an additional statement that you give special permission with php and especially the zend

[PHP-DEV] My new extension SEGSIGVs

2001-09-19 Thread J Smith
This has been driving me mad for the last two days and since I seem to be no closer now to solving it than I was two days ago. I've been working on an extension to PHP that uses the GNU regex library. Everything compiles fine and all, including linking libphp4.a to Apache statically, but the

Re: [PHP-DEV] TSRM coverage question

2001-09-19 Thread lo-tek
My concern is really with the globals and not the functions, so if two threads cant simultaneously step on the same copy of globals referenced by a tsrm resource id, then that solves my problem. you then pass to bar). So thread safety should *not* be affected. But AFAIK TSRM* do NOT force

[PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-19 Thread Nael Mohammad
Where can I get the source or binaries for 4.07? I think I've discovered a bug , but want to make sure with latest build. The bug has to do with Gnu GCC 3.0.1 libraries. It's incompatible! Trust me it is! And I even tried to trick PHP by creating a symbolic link referring to the older

RE: [PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-19 Thread Andre Christ
Hi, Where can I get the source or binaries for 4.07? I think I've discovered a bug , but want to make sure with latest build. The bug has to do with Gnu GCC 3.0.1 libraries. It's incompatible! Trust me it is! And I even tried to trick PHP by creating a symbolic link referring to the older

Re: [PHP-DEV] gethostbyaddr, IPv6 mapped IPv4 and native IPv6 addresses

2001-09-19 Thread Stig Venaas
Hi On Tue, Sep 18, 2001 at 06:28:08PM +0200, Matthias Wimmer wrote: Hi! I just noticed that the php function gethostbyaddr is not able to lookup IPv6 mapped IPv4 or native IPv6 addresses. Because I get such addresses from the apache 1.3.19 when it is patched with the KAME IPv6 patch

Re: [PHP-DEV] fwd: buildconf troubles

2001-09-19 Thread Hartmut Holzgraefe
Doug MacEachern wrote: still stuck on this with current cvs, anybody else seeing this? From [EMAIL PROTECTED] Thu Aug 30 09:47:20 2001 -0700 Status: X-Status: X-Keywords: Date: Thu, 30 Aug 2001 09:47:20 -0700 (PDT) From: Doug MacEachern [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [PHP-DEV] fwd: buildconf troubles

2001-09-19 Thread Hartmut Holzgraefe
well, the aclocal.m4 problem was related to me setting the clock back by several month to get going with my SAP R/3 demo system without getting another key (no email access by that time), thus confusing make another possible cause is the dlsym() check in Zend/Zend.m4, line 61ff

Re: [PHP-DEV] Bug id #11998 - source code patch - Dont Use Previous (fwd)

2001-09-19 Thread Ralf Bolte
Yes, it should be in RC3. And no, I don't know why there were too packages. Ralf, can you explain? :) --Jani Ehmm, sorry, with my second mail i sent the fixed fix and the corrupt fix. This was due to the use of this webmailer here. I did not notice that it attached the wrong version

Re: [PHP-DEV] RC3

2001-09-19 Thread Stig Venaas
On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: Does anybody still have anything pending for RC3? There seems to be a serious LDAP bug. For instance the following simple script crashes (you should be able to test it): $ds=ldap_connect(garibaldi.venaas.no); ldap_bind($ds,,);

Re: [PHP-DEV] Rand...

2001-09-19 Thread Joey Smith
Jeroen: It would probably help the discussion a lot if you would sort through all of the comments on your page, decide which are valid and which are not, and then rewrite the proposal. I can't seem to follow which comments are being accepted and which are being discarded. -- PHP

[PHP-DEV] COM problem: help

2001-09-19 Thread Crawley
I have an interface like this: interface ITest { HRESULT foo( [ out ] int *n ); HRESULT bar( [ out, string ] char *str ); }; I can call the first one from PH, but ONLY if I make the variable 'n' of type [ out, retval ]. My understanding is that I should be able to call it like this.

[PHP-DEV] CVS Account Request

2001-09-19 Thread CVS Account Request
Full name: Leszek Krupinski Email: [EMAIL PROTECTED] ID:leon Purpose: I want to create Polish manual translation. -- 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

RE: [PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-19 Thread Sascha Schumann
On Wed, 19 Sep 2001, Andre Christ wrote: Hi, Where can I get the source or binaries for 4.07? I think I've discovered a bug , but want to make sure with latest build. The bug has to do with Gnu GCC 3.0.1 libraries. It's incompatible! Trust me it is! And I even tried to trick PHP by

Re: [PHP-DEV] RC3

2001-09-19 Thread Derick Rethans
Hello, On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: Does anybody still have anything pending for RC3? I've one little thing with mcrypt, which needs some little investigation. Will have that sorted out before the weekend though. (The prob is that either libmcrypt is opening a

Re: [PHP-DEV] RC3

2001-09-19 Thread Zeev Suraski
I'm also investigating (well, fixing) a scanner thread safety issue. At 00:45 20-09-01, Derick Rethans wrote: Hello, On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: Does anybody still have anything pending for RC3? I've one little thing with mcrypt, which needs some little

[PHP-DEV] changes to ext/session

2001-09-19 Thread mlwmohawk
I wish to add two files to ext/session, and make some minor changes to session.c and Makefile.in ? mod_msession.h ? mod_msession.c cvs server: Diffing . Index: Makefile.in === RCS file: /repository/php4/ext/session/Makefile.in,v

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile Makefile.inREADME config.m4 libs.mk msession.c msession.php php_msession.hreqclient.h

2001-09-19 Thread Stig Sæther Bakken
[Sebastian Bergmann [EMAIL PROTECTED]] Mark L. Woodward wrote: mlwmohawk Wed Sep 19 09:14:23 2001 EDT Added files: /php4/ext/msession CREDITS Makefile Makefile.in README config.m4 libs.mk msession.c msession.php php_msession.h

Re: [PHP-DEV] TSRM coverage question

2001-09-19 Thread World Wide Web Cie
On Wed, 19 Sep 2001, it was written: My concern is really with the globals and not the functions, so if two threads cant simultaneously step on the same copy of globals referenced by a tsrm resource id, then that solves my problem. Then your problem is solved. Each execution of a script runs

[PHP-DEV] php warning

2001-09-19 Thread Shao Zhang
Hi, I am getting the following error when compiling with the my own php module: PHP Warning: Null function defined as active function in Unknown on line 0 PHP Warning: session: Unable to register functions, unable to load in Unknown on line 0 Could anyone explain to me what this means and