Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Uwe Schindler
configure:78013: checking for dlfcn.h configure:78023: cc -E -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT conftest.c >/dev/null 2>conftest.out "conftest.c", line 1: warning: 78018 is invalid in #line directive configure: failed program was: #line 78018 "configure" #include "

Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Sascha Schumann
On Thu, 29 May 2003, Uwe Schindler wrote: > Still not working in php4-STABLE-200305291130: Look at config.log, locate the dlfcn.h check and you will see why the check is failing. - Sascha -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.

Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Uwe Schindler
Still not working in php4-STABLE-200305291130: bash-2.05$ CC=cc ./configure --prefix=/pangaea/PHP4 --disable-cli --with-nsapi=/pangaea/webserver --with-sybase-ct=$SYBASE --without-mysql --enable-sysvshm --enable-sysvsem --enable-ftp --enable-versioning --enable-session --enable-trans-sid --with

[PHP-DEV] CVS Account Request: elmicha

2003-05-29 Thread Michael Mauch
Closing bugs in the bug database. Jani told me to apply, so I can bogusify/verify bugs myself, instead of sending comments. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 4.3.2 released

2003-05-29 Thread Jani Taskinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After a lengthy QA process, PHP 4.3.2 is finally out! This maintenance release solves a lot of bugs found in earlier PHP versions and is a *strongly* recommended upgrade for all PHP users. PHP 4.3.2 contains, among others, following importan

[PHP-DEV] [PATCH (resend)] Add an optional size limit to debug_backtrace

2003-05-29 Thread David Brown
Hi: Attached is a patch that adds an optional 'limit' parameter to debug_backtrace, which limits the size of the returned array. In cases where a script wants debug information only for the current function, or for the function levels above that, we can save a lot of unnecessary call-stack traver

Re: [PHP-DEV] Segfault when using ext/xml

2003-05-29 Thread Adam Dickmeiss
On Wed, May 28, 2003 at 03:15:32PM +0200, Per Lundberg wrote: > On Wed, 2003-05-28 at 14:52, Adam Dickmeiss wrote: > > cannot find the OO PHP script. Did you attach it? > > Sorry. I'm obviously doing too many things at one time. Here it is, > attached to this email. I see the almost same error

Re: [PHP-DEV] include() - partial includes?

2003-05-29 Thread Wez Furlong
Just use your own little script for this kind of thing; it doesn't belong in the core of the language. --Wez. On Thu, 29 May 2003, George Whiffen wrote: > Apologies in advance if internals is not for feature requests. > > > include() and require() pick up the whole file. Could we have the > opt

[PHP-DEV] include() - partial includes?

2003-05-29 Thread George Whiffen
Apologies in advance if internals is not for feature requests. include() and require() pick up the whole file. Could we have the option to include just part of the file? Proposed new syntax for include(), require(): include ( string filename [, string start_tag [, string end_tag]]) If the opt

[PHP-DEV] Systems Administrivia

2003-05-29 Thread James Cox
Guys, you might have noticed that right now you are going to be recieving a flood of mail to your php.net address. This is because we had a little issue on our MX box that caused mail to queue rather than send. Thanks, -- james -- James Cox :: [EMAIL PROTECTED] :: http://imajes.info/ Was I hel

Re: [PHP-DEV] fopen bug (fwd)

2003-05-29 Thread ohp
Done, Hope someone will have a look. Regards On Wed, 28 May 2003, Wez Furlong wrote: > Date: Wed, 28 May 2003 15:01:28 +0100 (BST) > From: Wez Furlong <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: PHP developpers <[EMAIL PROTECTED]> > Subject: Re: [PHP-DEV] fopen bug (fwd) > > Please paste t

Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Sascha Schumann
On Wed, 28 May 2003, Uwe Schindler wrote: > during configure of PHP 4.3.2-RC3 under solaris 9 the following occurs: > checking for dlfcn.h... no > > this leads to the fact that no dynamic things never work and compiler > warning that "dlsym" is undefined occurs. This header file is available > und

[PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Uwe Schindler
during configure of PHP 4.3.2-RC3 under solaris 9 the following occurs: checking for dlfcn.h... no this leads to the fact that no dynamic things never work and compiler warning that "dlsym" is undefined occurs. This header file is available under /usr/include so it should normally work... Is this

[PHP-DEV] Re: mapping c++ classes to php classes

2003-05-29 Thread Jay Smith
Maybe my original mail didn't get through, but this might help... http://www.tutorbuddy.com/software/phpcpp/ J Joerg Mauz wrote: > hi all, > > just one simple questions: > when I write a c++ extension for php (already done so far) are there any > mechanism > provided by php to map my c++ cl

Re: [PHP-DEV] fopen bug (fwd)

2003-05-29 Thread Wez Furlong
Please paste the patch into your bug report and someone will look at including it in 4.3.3 or 4.4 or whatever the next release will be (too late for this to be in 4.3.2). --Wez. On Wed, 28 May 2003 [EMAIL PROTECTED] wrote: > This a resent of my yesterday message (can't remember if I got it mysel

Re: [PHP-DEV] sendmail and smtp

2003-05-29 Thread Edin Kadribasic
PHP list manager will refuse mail if envelope from doesn't match From: header. Edin On Wednesday, May 28, 2003, at 15:55 Europe/Copenhagen, Allowee wrote: On Wednesday 28 May 2003 15:28, David Grant wrote: Have you tried examining your log files? yep, look: 05/28/2003 15:09:56: [3077] [m19L0gm-

Re: [PHP-DEV] sendmail and smtp

2003-05-29 Thread Gareth Ardron
On Wednesday 28 May 2003 2:29 pm, Allowee wrote: > > I got the feeling that it's linux again.. > it's in a sig smewhere... "Linux is user friendly, it's just picky on who's > friend it is" something like that.. Assuming you've tried the obvious and looked at your log files... If you're having tro

Re: [PHP-DEV] sendmail and smtp

2003-05-29 Thread Derick Rethans
On Wed, 28 May 2003, Allowee wrote: > On Wednesday 28 May 2003 15:28, David Grant wrote: > > Have you tried examining your log files? > > yep, look: > 05/28/2003 15:09:56: [3077] [m19L0gm-000YnkC] Received FROM:Allowee > PROGRAM:smail ORIG-ID:<[EMAIL PROTECTED]> > SIZE:746 > 05/28/2003 15:09:57

Re: [PHP-DEV] sendmail and smtp

2003-05-29 Thread Allowee
On Wednesday 28 May 2003 15:28, David Grant wrote: > Have you tried examining your log files? yep, look: 05/28/2003 15:09:56: [3077] [m19L0gm-000YnkC] Received FROM:Allowee PROGRAM:smail ORIG-ID:<[EMAIL PROTECTED]> SIZE:746 05/28/2003 15:09:57: [3078] [m19L0gm-000YnkC] Delivered VIA:pair1.php.ne