[PHP-DEV] Segfault with latest CVS

2003-03-11 Thread Martin Jansen
Hi, the following script makes this morning's CVS segfault: ?php require_once DB.php; ? DB.php is from the latest release of PEAR::DB. I can not provide a backtrace at the moment, but if you need one, just drop a mail. -- - Martin Martin Jansen

Re: [PHP-DEV] Segfault with latest CVS

2003-03-11 Thread Martin Jansen
On Tue Mar 11, 2003 at 10:5232PM +0100, Sebastian Bergmann wrote: Martin Jansen wrote: ?php require_once DB.php; ? Most likely this will be caused by 856 $this-$key = $arr[$key]; as variable member access causes a segfault in the compiler. Will this be fixed or has there been

[PHP-DEV] Patch for README.EXT_SKEL

2003-03-06 Thread Martin Jansen
Hi, on Debian Woody, one not only needs to change skeleton/create_stubs to use gawk instead of mawk, but it is also necessary to change ext_skel itself. With the attached patch this is noted in README.EXT_SKEL. -- - Martin Martin Jansen

[PHP-DEV] Bug 20147

2002-11-09 Thread Martin Jansen
Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP_AUTH_(USER|PW) not set

2002-10-20 Thread Martin Jansen
On Sat Oct 19, 2002 at 11:0608AM -0700, Rasmus Lerdorf wrote: You probably have an external auth module operating on the same request. I don't think so. Could you perhaps be a bit more verbose what you mean with external auth module? -- - Martin Martin Jansen

Re: [PHP-DEV] PHP_AUTH_(USER|PW) not set

2002-10-20 Thread Martin Jansen
Sigh, I'm stupid: It was a dumb problem on my side. Sorry for any inconvenience. On Sun Oct 20, 2002 at 08:3156AM -0700, Rasmus Lerdorf wrote: As in any Apache mod_auth module. On Sun, 20 Oct 2002, Martin Jansen wrote: On Sat Oct 19, 2002 at 11:0608AM -0700, Rasmus Lerdorf wrote: You

[PHP-DEV] PHP_AUTH_(USER|PW) not set

2002-10-19 Thread Martin Jansen
|PW) are not set properly. Register_globals is set to on, but the same problem also occurs when setting it to off and using $_SERVER['PHP_AUTH_USER'] then. (Apache 1.3.26, Linux) Any clues? -- - Martin Martin Jansen http://martinjansen.com

Re: [PHP-DEV] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-14 Thread Martin Jansen
On Mon Oct 14, 2002 at 02:4353AM +0200, Jan Schneider wrote: Zitat von Yasuo Ohgaki [EMAIL PROTECTED]: Martin Jansen wrote: With PHP 4.3.0-pre1 I get the following error message in Chora: Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice

[PHP-DEV] [4.3.0-pre1] Weird encoding issue

2002-10-12 Thread Martin Jansen
, but if you need more information, just ask. -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] sapi/fhttpd + other sapi/cgi related things..

2002-10-12 Thread Martin Jansen
? +1. According to fhttpd.org the last version has been released on 17th May 99, which implies that development has been suspended forevermore. Uhu, there isn't even a bug type category for it on bugs.php.net ;-). -- - Martin Martin Jansen

[PHP-DEV] [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-12 Thread Martin Jansen
Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Segfault in implode()

2002-10-06 Thread Martin Jansen
FYI: Yesterdays snapshot segfaults with the following line of code: ?php $foo = implode(, array()); ? -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] PEAR and 4.3 release

2002-10-01 Thread Martin Jansen
into action. Therefore I think that PEAR will not be ready until the end of december. I think PEAR is pretty fare and it is absolutely read for a first appearance on the official stage. -- - Martin Martin Jansen http://martinjansen.com/ -- PHP

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] PEAR and 4.3 release

2002-10-01 Thread Martin Jansen
On Tue Oct 01, 2002 at 07:0226PM +0200, Martin Jansen wrote: I think PEAR is pretty fare and it is absolutely read for a first appearance on the official stage. Doh, ignore this. Better: I think PEAR is absolutely ready for a first appearance on the official stage. -- - Martin

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] PEAR and 4.3 release

2002-10-01 Thread Martin Jansen
On Tue Oct 01, 2002 at 09:2106PM +0200, Edin Kadribasic wrote: make install part of php install needs to be fixed in the PEAR part. This currently does not work, at least for me on Linux. We are working on this. -- - Martin Martin Jansen

Re: [PHP-DEV] Latest cvs: error in mbstring

2002-09-28 Thread Martin Jansen
On Don Sep 26, 2002 at 09:3505 +0200, Martin Jansen wrote: The following error occurs when building latest CVS: ext/mbstring/mbstring.lo: In function `zif_mb_convert_case': /home/martin/cvs/php/php4/ext/mbstring/mbstring.c:2499: undefined reference to `php_unicode_convert_case

[PHP-DEV] Latest cvs: error in mbstring

2002-09-26 Thread Martin Jansen
/php] Error 1 -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] xslt_process segfaults with illegal parameters

2002-09-08 Thread Martin Jansen
/error in order to tell the user what went wrong, no? -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Martin Jansen
. -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Martin Jansen
On Mit Sep 04, 2002 at 09:3724 +0200, [EMAIL PROTECTED] wrote: On Wed, 4 Sep 2002, Martin Jansen wrote: The script to reproduce the segfault can be found at http://www.martinjansen.com/php/segfault-4.2.3RC2.txt. If you need more information (backtrace etc.), just ask. That link gives

Re: [PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Martin Jansen
On Wed Sep 04, 2002 at 09:3027PM +0200, Martin Jansen wrote: Obviously PHP 4.2.3RC2 segfaults when using wordwrap() with the following configure options: If it helps you, attached you'll find the backtrace of the crash. -- - Martin Martin Jansen

Re: [PHP-DEV] MFH -R php4/pear/* files

2002-08-29 Thread Martin Jansen
, Derick?) and Stig. -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] MFH -R php4/pear/* files

2002-08-29 Thread Martin Jansen
On Thu Aug 29, 2002 at 10:4027PM +0200, [EMAIL PROTECTED] wrote: On Thu, 29 Aug 2002, Martin Jansen wrote: Anyways, the release cycle for 4.3.0 has already gone pretty far, so I think that this decision is over to the release masters (Zeev, Derick?) and Stig. The release cycle

[PHP-DEV] Errors while building latest snapshot

2002-08-14 Thread Martin Jansen
? -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Errors while building latest snapshot

2002-08-14 Thread Martin Jansen
On Thu Aug 15, 2002 at 01:5043AM +0200, Marcus Börger wrote: Could you try cvs version again? Build fine now. Thanks for your help. -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] MySQL - LOAD DATA LOCAL INFILE

2002-08-09 Thread Martin Jansen
. -10^6 on this idea. People need to have the chance to import stuff into their databases. -- - Martin Martin Jansen http://martinjansen.com/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] Re: [PEAR-DEV] Binary extensions via PECL

2002-07-26 Thread Martin Jansen
will be a significant enabler of the PEAR/PECL infrastructure. It should be on by default (if the host has OpenSSL installed). What's with Windows? Does it support OpenSSL by default? -- - Martin Martin Jansen http://martinjansen.com/ -- PHP

Re: [PHP-DEV] PHP Security Advisory: Vulnerability in PHP versions 4.2.0 and 4.2.1

2002-07-22 Thread Martin Jansen
On Mon Jul 22, 2002 at 06:0054PM +0200, Melvyn Sopacua wrote: I'm not sure I can upgrade all my installations, in due time, because of backwards compatibility issues in some extensions. Only PHP 4.2.* is affected by the vulnerability. PHP 4.2.2 is similar to PHP 4.2.1 but contains just the

Re: [PHP-DEV] How can I search in the dev list?

2002-07-18 Thread Martin Jansen
On Thu Jul 18, 2002 at 11:1525AM -0600, Braulio José Solano Rojas wrote: Is there an interface to search through the dev list? http://marc.theaimsgroup.com/?l=php-dev - Martin -- Martin Jansen - [EMAIL PROTECTED] http://martinjansen.com/ -- PHP Development

RE: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Martin Jansen
or in the PEAR manual. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Martin Jansen
: Do you think that it is possible to merge your code with the xmlrpc-epi extension? - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Errors when building HEAD

2002-05-23 Thread Martin Jansen
On Thu, 23 May 2002 12:33:12 -0400, Jon Parise wrote: On Wed, May 22, 2002 at 09:44:35AM +0200, Martin Jansen wrote: On Wed, 22 May 2002 09:21:47 +0200, Markus Fischer wrote: autoconf 2.53 isn't supposed to work. Try with 2.13 After downgrading to 2.13, I now get the error messages

Re: [PHP-DEV] Errors when building HEAD

2002-05-22 Thread Martin Jansen
debugging 2.13... ./configure: line 11416: syntax error near unexpected token `else' ./configure: line 11416: `else' Any clues? - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ martin@urmel:~/cvs/php/php4 ./cvsclean martin@urmel:~/cvs/php/php4 ./buildconf

Re: [PHP-DEV] Enabling ext/zlib by default

2002-05-21 Thread Martin Jansen
On Tue, 21 May 2002 08:13:31 +0200, Sebastian Bergmann wrote: I think we should make '--with-zlib' the default, and add '--disable-zlib', for the PHP 4.3.0 release, since the PEAR Installer relies on it. +1. If we don't do that, the install will not work on a lot of out of the box setups.

Re: [PHP-DEV] Enabling ext/zlib by default

2002-05-21 Thread Martin Jansen
On 21 May 2002 08:46:54 +0200, Stig S. Bakken wrote: On Tue, 2002-05-21 at 08:13, Sebastian Bergmann wrote: I think we should make '--with-zlib' the default, and add '--disable-zlib', for the PHP 4.3.0 release, since the PEAR Installer relies on it. It's not supposed to, I've added

Re: [PHP-DEV] Enabling ext/zlib by default

2002-05-21 Thread Martin Jansen
On 21 May 2002 09:29:05 +0200, Stig S. Bakken wrote: Does the bzip2 extension work in Windows? Yup, it seems so. - Martin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Errors when building HEAD

2002-05-21 Thread Martin Jansen
[...] checking for BSD-compatible nm... /usr/bin/nm -B ./ltconfig: ./ltconfig: No such file or directory configure: error: libtool configure failed . Is my system mis-configured or is there actually a problem in HEAD? - Martin -- Martin Jansen, [EMAIL PROTECTED

[PHP-DEV] Strange behaviour in arrays

2002-02-04 Thread Martin Jansen
-- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] highlight_string()

2002-01-25 Thread Martin Jansen
On Fri, 25 Jan 2002 11:57:27 +0100, Sebastian Bergmann wrote: Could highlight_string() be changed to (optionally) return the highlighted string? The following works, but is IMHO overhead ob_start(); highlight_string($string); $string = ob_get_contents(); ob_end_clean();

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-15 Thread Martin Jansen
the german comment at line 45: This is the translation: # Recursion: # Apply xml_transformation on the result again in order # to also replace generated special tags. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Martin Jansen
that PHP isn't very well suited for shell jobs in comparison to Bash or Perl. Always building the CGI version would also help the PEAR command line installer a lot since it currently needs a PHP binary to be executed. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de

[PHP-DEV] Re: [PEAR-DEV] PECL (was PHP 5)

2002-01-02 Thread Martin Jansen
. Additionally we could perhaps set up an own CVS module for PECL. (Currently it resides in /pear/PECL.) Guys? - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Re: Moving extensions to PECL

2002-01-01 Thread Martin Jansen
The documentation of the extensions can be easily merged in the peardoc repository. Right now there is no automated build for the manual, but you promised to help us with that in 2002, no? :-) - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List

Re: [PHP-DEV] Moving extensions to PECL

2002-01-01 Thread Martin Jansen
Reference. If yaz is going to become part of PECL (= part of PEAR), documentation should be placed in the PEAR manual. Everything else is less intuitive and will irritate people IMO. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List

Re: [PHP-DEV] Moving extensions to PECL

2002-01-01 Thread Martin Jansen
are you talking about? - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- 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

Re: [PHP-DEV] Re: Moving extensions to PECL

2002-01-01 Thread Martin Jansen
when it comes to documentation for extensions that are moved over to PECL. If people want to leave it in phpdoc that's ok for me. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Re: [PEAR-DEV] PECL module

2001-12-25 Thread Martin Jansen
will commit to the PEAR manual shortly. Back to the cookies now :-), - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-DEV] Re: [PEAR-DEV] [FRC]Session module related issues

2001-12-20 Thread Martin Jansen
this in PECL, since it is no real 'core' part of PHP and so it does not really fit in php4/ext, eventhough it requires the session extension to be enabled. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Martin Jansen
. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- 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]

[PHP-DEV] Re: [PEAR-DEV] Re: [FRC]Session module related issues

2001-12-20 Thread Martin Jansen
against integrating your module in PECL. 4) Where document should be? See my reply to your first mail. 5) How to handle include files required for session save handler module? I can't really answer that question since I'm not familiar enough with PHP's internals. - Martin -- Martin

Re: Re[2]: [PHP-DEV] [NEW EXTENSTION]: templates

2001-12-05 Thread Martin Jansen
On Wed, 5 Dec 2001 15:15:29 +0100, Daniel Lorch wrote: it's nice to see that everyone wants to develop extensions for PHP, but why do these extension go all into the main CVS tree? why not keep PHP more modular? New extension (ike the one, we are talking about) will go to PEAR and will not be

Re: Re[2]: [PHP-DEV] [NEW EXTENSTION]: templates

2001-12-05 Thread Martin Jansen
On Wed, 5 Dec 2001 16:17:29 +0100 (CET), [EMAIL PROTECTED] wrote: On Wed, 5 Dec 2001, Andrei Zmievski wrote: On Wed, 05 Dec 2001, Björn Schotte wrote: I suggest ext/template being extemely important. Sorry, but I am completely against it. I agree with Andrei here. If an templating

Re: [PHP-DEV] PHP Module for reading/writing Palmtop .PDB files..

2001-12-03 Thread Martin Jansen
). Is there any interest in adding this to the PHP dist ? I would add it to PEAR instead of the PHP source tree. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] Patch: Nested comments

2001-11-27 Thread Martin Jansen
On Tue, 27 Nov 2001 12:15:39 +0100, Markus Fischer wrote: Although my vote doesn't count much here :-) I'm for it... ... but it would be a problem for 4.x I guess because this horribly breaks BC when/if there's a new 4.x release and people start using it. But it would be

Re: [PHP-DEV] Out of date modules etc

2001-11-23 Thread Martin Jansen
directory in the pear c extension repository for these modules to reside and move them out of php4/ext. I don't think we should pollute PEAR with such old crap. Why not remove them completely? - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development

[PHP-DEV] Re: [PEAR-DEV] PHPDoc Development Status

2001-11-22 Thread Martin Jansen
On Thu, 22 Nov 2001 16:06:35 +0100, Andre Gildemeister wrote: - shouldn't PHPDoc become an official extension either? (ext/phpdoc) I don't see a good reason for that. - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http

Re: [PHP-DEV] Removing ext/sablot from 4.1?

2001-11-17 Thread Martin Jansen
On Sat, 17 Nov 2001 16:03:32 +0100, Thies C. Arntzen wrote: i think we should remove it (also from CVS) as it is non maintained and superceeded by a newer, better thingie. Yeah, nuke it. +1 - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP

Re: [PHP-DEV] getenv HTTP_POST_VARS

2001-11-17 Thread Martin Jansen
On Sat, 17 Nov 2001 16:34:45 +0100, Pierre-Alain Joye wrote: Un post directement sur une page phpinfo : Please speak english on this list ;-). - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Martin Jansen
On Thu, 15 Nov 2001 17:25:24 +0100 (CET), [EMAIL PROTECTED] wrote: On Thu, 15 Nov 2001, Alessandro Astarita wrote: In this way you load in memory all the file contents and then you hash it. It's not the same. My function is the php version of the md5sum utility that you can find at example

[PHP-DEV] Bug in PHP 4.2.0-dev

2001-11-13 Thread Martin Jansen
. Any hints? - Martin -- Martin Jansen, [EMAIL PROTECTED] http://www.martin-jansen.de/ -- 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

Re: [PHP-DEV] Fix for bug #11563

2001-11-11 Thread Martin Jansen
On Mon, 05 Nov 2001 15:42:57 +0100, Martin Jansen wrote: On Sun, 04 Nov 2001 20:10:51 +0200, Andi Gutmans wrote: The patch looks OK if open_basedir is really supposed to stop people from stat()'ing files which aren't underneath the open_basedir path. I think this behaviour is ok, isn't

Re: [PHP-DEV] class xxx extends a_class_from_the_include_path - problem

2001-11-10 Thread Martin Jansen
On Sat, 10 Nov 2001 19:24:36 +0100, Wolfram Kriesing wrote: it prints i am super2 i am super1 i am super1 i am super1 i am super1 i am super1 and so on if class super _doesnt_ extend PEAR the expected output is printed i am super2

[PHP-DEV] Fix for bug #11563

2001-11-04 Thread Martin Jansen
In http://bugs.php.net/bug.php?id=11563 there is a patch for the reported bug. Is there anything speaking against applying this patch? - Martin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-DEV] Bug #13846 Updated: Patch: Use [ ] as shortcut forarray()

2001-10-28 Thread Martin Jansen
On Sun, 28 Oct 2001 17:40:40 +0200 (EET), Jani Taskinen wrote: On Sun, 28 Oct 2001, Zakaria wrote: For example: Perl: $list = (1, 2 ,3, 'four', 'five', (6.1, 6.2, 6.3)); Python: list = [1, 2, 3, 'four', 'five', [6.1, 6.2, 6.3]] Ruby: list = [1, 2, 3, 'four', 'five', [6.1, 6.2, 6.3]] Tcl:

Re: [PHP-DEV] PHP 4.1.0RC1 ?

2001-10-21 Thread Martin Jansen
On Sun, 21 Oct 2001 11:55:12 +0200, Jean-Claude Schopfer wrote: Where is PHP 4.1.0RC1 ? http://www.php.net/~ssb/php-4.1.0RC1.tar.gz - Martin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-01 Thread Martin Jansen
On Mon, 1 Oct 2001 09:57:12 -0400, Jon Parise wrote: On Mon, Oct 01, 2001 at 10:12:52AM +0200, Andi Gutmans wrote: I am OK with such an ambiguity error. What about the rest of the people? I think it will be okay. Anyone using (non-newbie) features like namespaces and ternary operations

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] namespaces ambiguity

2001-10-01 Thread Martin Jansen
On Mon, 1 Oct 2001 10:08:02 -0500, Andrei Zmievski wrote: For the record, I'd vote for either unifying classes and namespaces (I like that approach), or failing that, using :::. +1 - Martin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DEV] class destructors?

2001-09-24 Thread Martin Jansen
On Mon, 24 Sep 2001 14:49:53 -0400 (EDT), [EMAIL PROTECTED] wrote: Just a thought. I have been using PHP for a while now, and have wondered why it does not support class destructors? It would be a very useful thing. Have a look at PEAR: We are using register_shutdown_function() to emulate

Re: [PHP-DEV] API Thoughts?

2001-08-27 Thread Martin Jansen
On Mon, 27 Aug 2001 00:29:26 -0400 (EDT), Sterling Hughes wrote: The current way I have it organized is as follows: php4/pear/ADT.php php4/pear/ADT/LList.php php4/pear/ADT/Stack.php php4/pear/ADT/Queue.php php4/pear/ADT/AVLtree.php php4/pear/ADT/BTree.php

Re: [PHP-DEV] Chora installed

2001-07-26 Thread Martin Jansen
On Thu, 26 Jul 2001 09:02:10 -0700 (PDT), Rasmus Lerdorf wrote: Chuck installed his PHP-based cvs browsing app. It is available at http://chora.php.net. Go have a look. I think it looks really good and we should probably make it the default for http://cvs.php.net. +1 - Martin -- PHP

[PHP-DEV] Re: [PEAR-PATCH] XMLRPC Pear Patch

2001-07-22 Thread Martin Jansen
On Sun, 22 Jul 2001 12:02:18 +1000, Matt Allen wrote: Attached is a small patch tp pear/XML/RPC.php. Thanks, I applied your patch. If you have more patches for PEAR classes, please send them to [EMAIL PROTECTED] instead of [EMAIL PROTECTED] - Martin -- PHP Development Mailing List

Re: [PHP-DEV] rtfm

2001-07-07 Thread Martin Jansen
On Sat, 07 Jul 2001 11:42:02 +0300, Andi Gutmans wrote: Didn't we decide on nuking ext/rtfm? Can I go ahead? Isn't this extension already removed? - Martin -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] Sablotron leaks

2001-06-24 Thread Martin Jansen
On Sun, 24 Jun 2001 10:32:06 -0700 (PDT), Rasmus Lerdorf wrote: $xsl = join(, file(x.xsl)); Blah... I see this a lot. We should probably just relent and make a function that reads an entire file into a string. +1 - Martin -- PHP Development Mailing List http://www.php.net/ To

[PHP-DEV] [feature request] return name of current function

2001-02-23 Thread Martin Jansen
Hi Is there anything that is speaking against a function or a constant, that contains the name of the current function? This might be especially useful for situations like ?php function print_error($name) { echo "An error occured in ".$name; } function foo() { if ($error)

[PHP-DEV] Fwd: Undelivered Mail Returned to Sender

2001-02-21 Thread Martin Jansen
Could please anyone from Pentap have a look at this? Sth. with their mail delivery seem to be wrong ... ==BEGIN FORWARDED MESSAGE== Date: Wed, 21 Feb 2001 22:24:46 +0100 (CET) From: [EMAIL PROTECTED] (Mail Delivery System) Subject: Undelivered Mail Returned to

Re: [PHP-DEV] Problem with strings on Win32

2001-02-20 Thread Martin Jansen
On Tue, 20 Feb 2001 20:40:04 +0100, Sebastian Bergmann wrote: The following code ?php $string = "test"; print "*".$string."*br"; var_dump($string); ? outputs ** string(6) "" On my machine (Windows 2000 Professional German) everything works fine: |

[PHP-DEV] wrong implementation of isset()?

2001-02-06 Thread Martin Jansen
termine whether a variable is set" So following the manual means that there _has_ to be output because $a is set in fact. Or am I wrong? -Martin -- Martin Jansen mailto:[EMAIL PROTECTED] Monschau, Germany http://martin-jansen.de -- PHP Development Mailing List http://www.php.ne

Re: [PHP-DEV] wrong implementation of isset()?

2001-02-06 Thread Martin Jansen
On Tue, 6 Feb 2001 13:43:29 -0600, Andrei Zmievski wrote: On Tue, 06 Feb 2001, Bjoern Hoehrmann wrote: NULL == not set Great analysis. What about answering the question? Stanislav Malyshev said some months ago this is 'strange', see the discussion around bug 6076. Tell us at least, why this

Re: [PHP-DEV] string replacement

2001-01-22 Thread Martin Jansen
On Mon, 22 Jan 2001 16:28:09 +0100 (CET), Derick Rethans wrote: On Mon, 22 Jan 2001, Andrei Zmievski wrote: I could modify str_replace() to have the same behavior with regard to arrays as preg_replace() - if people agree that it's a good idea.. I think it's a good idea, makes the language