Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession msession.c

2002-02-10 Thread Adam Dickmeiss
http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] Bug #14616 Updated: Linking PHP with external static Libtool libraries fails.

2002-02-04 Thread dickmeiss
ID: 14616 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.0 New Comment: This bug has been fixed in CVS. Previous

[PHP-DEV] Bug #14602 Updated: Compilation of PHP 4.1.0 with libiodbc 3.0.5 support failed

2002-02-04 Thread dickmeiss
ID: 14602 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Closed Bug Type: ODBC related Operating System: FreeBSD 4.3, RedHat 7.1 PHP Version: 4.1.0 Assigned To: ahill New Comment: This

[PHP-DEV] Bug #14824 Updated: libmysqlclient.a error at compile time

2002-02-04 Thread dickmeiss
ID: 14824 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure Operating System: Red Hat Linux 7.2, kernel 2.4.7 PHP Version: 4.1.1 New Comment: This bug has been fixed in CVS. Previous

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession msession.c

2002-02-04 Thread Adam Dickmeiss
On Mon, Feb 04, 2002 at 06:12:24PM -0500, [EMAIL PROTECTED] wrote: If you want to maintain compatibility to 4.0.6, do it someplace else. Anything in PHP cvs should be compatible with the latest CVS. Or move your extension elsewhere. I appreciate your position, but the source checked in

[PHP-DEV] Closing bugs 14452, 14602, 14616, 14824

2002-02-01 Thread Adam Dickmeiss
by Zend (usually very few). I don't have karma to apply the fix. And if I had, I'd ask people anyway. -- Adam Dickmeiss Index: Makefile.in === RCS file: /repository/php4/Makefile.in,v retrieving revision 1.105 diff -u -r1.105

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Adam Dickmeiss
] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Moving extensions to PECL

2002-01-02 Thread Adam Dickmeiss
PROTECTED] -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Moving extensions to PECL

2002-01-01 Thread Adam Dickmeiss
to that directory? Moving documentation? How? -- Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP-DEV] Need karma to close bugs 14602, 14616

2001-12-28 Thread Adam Dickmeiss
I need karma to remove @EXTRA_LIBS@ from Zend/Makefile.am in the defintion of libZend_la_LDFLAGS to solve bugs #14602 and #14616. Zend people please respond this. CVS account: dickmeiss Happy new year, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-15 Thread Adam Dickmeiss
, 14 Dec 2001, Adam Dickmeiss wrote: I have the following problem. On UNIX, PHP fails to link with a static library generated by Libtool. Problem occurs with PHP 4.1.0 but not PHP 4.0.6. The YAZ extension, for example, which I maintain generates by default a static Libtool library only. So After

[PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
really be convenient if extensions could use static libraries as well. If this is a libtool bug and there's no easy fix for that, my suggestion would be that Zend doesn't link with YAZ or other extension libraries. Fix 2) above. -- Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
On Fri, Dec 14, 2001 at 07:44:28PM +0200, Jani Taskinen wrote: Does this happen with latest CVS? Yes. --Jani On Fri, 14 Dec 2001, Adam Dickmeiss wrote: I have the following problem. On UNIX, PHP fails to link with a static library generated by Libtool. Problem occurs with PHP 4.1.0

Re: [PHP-DEV] Anybody tested the Apache module recently?

2001-08-26 Thread Adam Dickmeiss
, e-mail: [EMAIL PROTECTED] -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-08-21 Thread Adam Dickmeiss
Checked the latest CVS last week. The resources are now destroyed and RSHUTDOWN is called always. So *something* is fixed.. Cheers, Adam On Tue, Jun 26, 2001 at 05:47:49PM +0200, Adam Dickmeiss wrote: On Tue, Jun 26, 2001 at 04:57:34PM +0300, Zeev Suraski wrote: If it indeed happens

Re: [PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Adam Dickmeiss
zend_indent.h -#ifndef ZTS -extern char *zendtext; -extern int zendleng; -#else #define zendtext LANG_SCNG(yy_text) #define zendleng LANG_SCNG(yy_leng) -#endif Cheers, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212

[PHP-DEV] RSHUTDOWN, ISAPI

2001-06-26 Thread Adam Dickmeiss
behavior? I compiled and used the latest CVS (that is - about one week ago). Cheers, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-06-26 Thread Adam Dickmeiss
in my waiting for a search response from the database. I've verified that my wait (yaz_wait that is) really does return. So the request is done - no browser will read it - obviously. Thank you for responding to this. Cheers, Adam Zeev At 10:26 26/6/2001, Adam Dickmeiss wrote: Hi, when

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Adam Dickmeiss
PROTECTED] -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- 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] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-28 Thread Adam Dickmeiss
rmail module, which uses threads as well, and have had no problems. (the same applies to the php/java module.) I definitely think this is something that is not as well known as it should be. -Jason [snip] Cheers, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdat

[PHP-DEV] PHP 4.0 Bug #9766 Updated: IRCG trouble

2001-03-19 Thread dickmeiss
ID: 9766 Updated by: dickmeiss Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Assigned To: Comments: Crash was due to stack overflow. The initial stack size was set to 4000 bytes in call to st_thread_create in irc_connect in line 104 of IRCG-2.1/src/irc_connect.c

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-19 Thread Adam Dickmeiss
To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Adam Dickmeiss
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Development Mailing List http

Re: [PHP-DEV] PHP 4.0 Bug #9766: IRCG trouble

2001-03-16 Thread Adam Dickmeiss
;}, server_len = 16, sockpf = 2, status = 1 '\001', data = 0x8186650, dispatcher = 0x4001aeec, channels = {slh_first = 0x818e380}, irc_msgbuf = { slh_first = 0x0}, ident = "foo\000\000.sel", ident_len = 3 '\003', password = "\000tedIndex].value : \"\";\n\tvar i, j"

[PHP-DEV] PHP 4.0 Bug #9766 Updated: IRCG trouble

2001-03-15 Thread dickmeiss
ID: 9766 Updated by: dickmeiss Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Assigned To: Comments: Optimization flags: php4: -O2 thttpd: -O st-1.0: none IRCG: -O2 Versions and session: [root@muffin thttpd]# gcc -v Reading specs from /usr/lib/gcc-lib