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

2002-02-10 Thread Adam Dickmeiss
nTracker.de/ > > Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk

[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 ch

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

2002-02-01 Thread Adam Dickmeiss
bs used 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

Re: [PHP-DEV] Moving extensions to PECL

2002-01-02 Thread Adam Dickmeiss
ent 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] -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Adam Dickmeiss
n. PHP should be the glue for SAPI, extensions (PECL, I hope) and Zend. No more. -- Adam > > jim > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contac

Re: [PHP-DEV] Moving extensions to PECL

2002-01-01 Thread Adam Dickmeiss
ed yaz for Zend API changes, thank you). So what's the procedure? Creating pear/XML/yaz and move stuff 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-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

[PHP-DEV] Setting of libZend_la_LDFLAGS

2001-12-17 Thread Adam Dickmeiss
earlier on the list and have had no reply. Please prove me wrong on this! 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-m

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

2001-12-15 Thread Adam Dickmeiss
askinen wrote: > > Does this happen with latest CVS? > > --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 &g

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

2001-12-14 Thread Adam Dickmeiss
I also upgraded Libtool of PHP. Result the same :( $ ./libtool --version ltmain.sh (GNU libtool) 1.4.2a (1.922.2.79 2001/11/28 21:50:31) I'm using apxs: $ ./configure --with-yaz --with-apxs=/home/adam/proj/apache/bin/apxs -- Adam On Fri, Dec 14, 2001 at 05:55:02PM +0100, Adam Dickmeiss

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 generate

[PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
ed objects ONLY). But it would 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 D

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

2001-08-26 Thread Adam Dickmeiss
; \ > >'--enable-exif' \ > >'--with-pdflib=/usr/local' \ > >'--enable-inline-optimization' \ > >'--with-xml' \ > >'--with-calendar' \ > >'--enable-wddx' \ > >'--enable-sockets' \ > >&#

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 indee

Re: [PHP-DEV] undefined symbol: zendtext

2001-08-06 Thread Adam Dickmeiss
quot;zend_compile.h" #include "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

Re: [PHP-DEV] RSHUTDOWN, ISAPI

2001-06-26 Thread Adam Dickmeiss
e first thread is still running 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 2

[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 unsubscr

Re: [PHP-DEV] Segfault with current cvs

2001-04-09 Thread Adam Dickmeiss
0x806083c in main () > #13 0x804eaa1 in _start () > > -- > Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology > http://www.csh.rit.edu/~jon/ : Computer Science House Member > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe,

Re: [PHP-DEV] non-thread-safe yet pthreads-friendly build of PHP?

2001-03-28 Thread Adam Dickmeiss
gt; > I am currently developing an Intermail 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,

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

2001-03-19 Thread Adam Dickmeiss
Experience IRCG > http://schumann.cx/http://schumann.cx/ircg > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROT

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

2001-03-16 Thread Adam Dickmeiss
0\000.sel", ident_len = 3 '\003', password = "\000tedIndex].value : \"\";\n\tvar i, j", realname = "Mozilla/5.0 (X11; U; Linux 2.4.0 i686; en-US; 0.8) Gecko/2001021"} --- Cheers, Adam On Fri, Mar 16, 2001 at 10:00:35AM +0100, Sascha Schum

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

2001-03-16 Thread Adam Dickmeiss
schumann.cx/ircg > > > > -- > 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: [EMAIL PROTECTED] -- Adam Dickmeiss mailt