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: > > > > 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 fix

[PHP-DEV] Segfault with latest CVS

2003-03-11 Thread Martin Jansen
Hi, the following script makes this morning's CVS segfault: 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

[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
: XML_ParserCreate make[1]: *** [install-pear-installer] Error 127 make: *** [install-pear] Error 2 while the PEAR stuff is installed. Actually PEAR does not create anything like xml.so. Can anyone being more familiar with PHP's build stuff have a look at this? -- - M

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 -070

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

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

2002-10-19 Thread Martin Jansen
Any clues? -- - 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] Re: [4.3.0-pre1] output handler 'ob_gzhandler' cannot be used twice

2002-10-13 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.outco

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

2002-10-12 Thread Martin Jansen
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 in Unknown on line 0" Did you change the behaviour of ob_gzhandler, which makes this warning legal, or is it a bu

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

2002-10-12 Thread Martin Jansen
piece of code? +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

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

2002-10-12 Thread Martin Jansen
ailed, 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

[PHP-DEV] Segfault in implode()

2002-10-06 Thread Martin Jansen
FYI: Yesterdays snapshot segfaults with the following line of code: -- - 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] 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

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

Re: [PHP-DEV] PEAR and 4.3 release

2002-10-01 Thread Martin Jansen
t; The results of this would need to put 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

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 &

[PHP-DEV] Latest cvs: error in mbstring

2002-09-26 Thread Martin Jansen
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' collect2: ld returned 1 exit status make: ***

[PHP-DEV] xslt_process segfaults with illegal parameters

2002-09-08 Thread Martin Jansen
As the subject already mentions, xslt_process() segfaults when passing an illegal second or third parameter to it. Example: Instead of segfaulting, PHP should raise a warning/error in order to tell the user what went wrong, no? -- - Martin Martin Jansen

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 Ma

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 et

[PHP-DEV] Segfault in 4.2.3RC2

2002-09-04 Thread Martin Jansen
hould give you the clue how the system is set up.) 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. -- - 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?) an

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

2002-08-29 Thread Martin Jansen
lease masters (Zeev, 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] Major Problem

2002-08-17 Thread Martin Jansen
On Sat Aug 17, 2002 at 11:4352PM +0100, Luke Rhodes wrote: > i thought of using a goto statement that goes back to a certain part of the > page but i cant find any goto info anywhere. There is no goto function/construct in PHP and there will be surely none in the future. -- -

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 &l

[PHP-DEV] Errors while building latest snapshot

2002-08-14 Thread Martin Jansen
While building the latest snapshot, I get the following error during "make": ext/standard/info.lo: In function `php_print_info': /home/martin/source/php4-200208140300/ext/standard/info.c:233: undefined reference to `iconv_globals' collect2: ld returned 1 exit status mak

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

2002-08-09 Thread Martin Jansen
aren't able > to import data in their mysql-db. -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 <

[PHP-DEV] [php-objects] RE: [PHP] Re: [PHP-DEV] [CROSS POST] PHP Meetup& Texas PHP Users

2002-08-01 Thread Martin Clifford
I'm definately interested, even though I'll most likely be in MN at the time. I've never even MET another PHP developer, so I don't know what to expect, but I'd sure love to be updated :o) Martin >>> [EMAIL PROTECTED] 08/01/02 03:21PM >>> Well, the

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

2002-07-26 Thread Martin Jansen
the PHP CA. Stig sounds like the man for this. > - After this change the OpenSSL extension 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 i

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

2002-07-22 Thread Martin Jansen
ns just the patch to fix the bug. So if you are running PHP 4.2.* you should be able to update without breaking anything. If you are running PHP < 4.2.0 you don't need to worry about the vulnerability. - Martin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

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-DEV] [PHP-DB] RE: PHP meetup [CROSS-POST] Meet other PHP Developersin Your Area

2002-07-15 Thread Martin Clifford
Yes, everyone please join up! I would love to find more developers in the Maryland area, and I'm sure others would in their areas as well! Let's do the great american get togeth... err... the great php get together! Martin Clifford Homepage: http://www.completesource.net Develope

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 >> >&

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

2002-05-23 Thread Martin Jansen
s forward. Brad: Without knowing very much about your SOAP project: 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] Re: [PEAR-DEV] SOAP, XMLRPC and WSDL

2002-05-23 Thread Martin Jansen
in the PHP 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] Errors when building HEAD

2002-05-22 Thread Martin Jansen
whether to include 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 > ./

[PHP-DEV] Errors when building HEAD

2002-05-21 Thread Martin Jansen
uring Zend [...] 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, <[EM

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

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

2002-05-20 Thread Martin Jansen
g.. >Even if you enable zlib by default, PHP does not bundle zlib, it would >not be available on every system, and the installer would have to >support uncompressed packages anyway. But it does not do any harm if we enable it by default, no? Additionally we would also save some bandwidth t

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

2002-05-20 Thread Martin Jansen
t work on a lot of "out of the box" setups. - Martin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Creating extension module for PHP

2002-05-14 Thread Martin Wickman
Simon Fogg wrote: > Hi, > > I am a newcomer to PHP so I apologise in advance if my question seems > trivial or has already been answered on this site before. > > I have been tasked with creating an HTML based interface for one of our > products. We already have a mature API set used to configure

[PHP-DEV] PHP 4.1.2 Official Patch for Win32

2002-03-05 Thread Fabio De Martin
Dear developers, Somebody really knows when the PHP 4.1.2 for Win32 OFFICIAL version will be available for download on PHP.net website? Regards, -- Fabio De Martin BASE64 Soluções em Tecnologia Telefone: 011.5507.2426 Celular: 011.9639.8990 The information in this e-mail and any attachments

[PHP-DEV] Bug #15469: data corruption in apache logs

2002-02-09 Thread martin
From: [EMAIL PROTECTED] Operating system: windows xp PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: data corruption in apache logs i noticed when i call my php script like this: http://localhost/index.php/123 etc (i tried some different data instead o

[PHP-DEV] Bug #15389 Updated: slow ldap connect

2002-02-08 Thread martin
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment: yes, i've tried to connect with the ldap addressbook of groupwis

[PHP-DEV] Bug #15389 Updated: slow ldap connect

2002-02-06 Thread martin
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment: ".($end-$start)." Sekunden"; ?> P

[PHP-DEV] Bug #15389 Updated: slow ldap connect

2002-02-06 Thread martin
ID: 15389 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: LDAP related Operating System: w2k advanced server PHP Version: 4.1.1 New Comment: i tried this on 3 different machines

[PHP-DEV] Bug #15389: slow ldap connect

2002-02-05 Thread martin
From: [EMAIL PROTECTED] Operating system: w2k advanced server PHP version: 4.1.1 PHP Bug Type: Performance problem Bug description: slow ldap connect i tried the ldap functions with php 4.0.6 and now with 4.1.1. the ldap queries are super fast, but the connect takes 4 to

[PHP-DEV] Strange behaviour in arrays

2002-02-04 Thread Martin Jansen
Taking the following script: true, "bar" => false ); print_r($array); ?> The result of print_r is: Array ( [foo] => 1 [bar] => ) Shouldn't false in the array definition result to 0 instead of nothing? -

Re: [PHP-DEV] highlight_string()

2002-01-25 Thread Martin Jansen
string = ob_get_contents(); >ob_end_clean(); +1 - Martin -- 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] Bug #15097 Updated: sunstr_count

2002-01-22 Thread martin
ID: 15097 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: win2000 PHP Version: 4.1.1 New Comment: This is not a bug. substr_count($haystack, $needle) when haystack is "D¨D¨D" and needle is

[PHP-DEV] Bug #14655 Updated: ucwords failing randomly with international characters

2002-01-22 Thread martin
ID: 14655 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Windows XP Pro (spanish) PHP Version: 4.1.0 New Comment: Some additional comments: I cant reproduce this in Linux (meaning the retu

[PHP-DEV] Bug #10002 Updated: sprintf() and floating point

2002-01-22 Thread martin
ID: 10002 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Debian PHP Version: 4.1.1 New Comment: I cant reproduce this bug under PHP 4.1.1 neither in Windows XP or Linux 2.4. I tried the orig

[PHP-DEV] Bug #7472 Updated: problem with strip_tags() function

2002-01-22 Thread martin
ID: 7472 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Strings related Operating System: linux PHP Version: 4.0 New Comment: Bug still exists in PHP 4.1.1, tested under Linux 2.4 and Windows XP with: echo strip_tags("

[PHP-DEV] Bug #12120 Updated: Several following < characters ignored by striptags()

2002-01-22 Thread martin
ID: 12120 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux Mandrake PHP Version: 4.0.4pl1 New Comment: I reproduced the problem in PHP 4.1.1, using the same code: $foo = strip_tags("<

[PHP-DEV] Bug #15160: strip_tags problem with comments inside tags

2002-01-22 Thread martin
From: [EMAIL PROTECTED] Operating system: Linux 2.4 and Windows XP PHP version: 4.1.1 PHP Bug Type: Strings related Bug description: strip_tags problem with comments inside tags I experienced problems with strip_tags on javascript inside brackets that also contains //comme

[PHP-DEV] Re: htmlspecialchars() alias

2002-01-18 Thread Martin Wickman
Jason G. wrote: > Hello General and Dev list, > > Considering the fact that it is good practice to use htmlspecialchars() > anytime you are outputting non-html content to the browser... > > After typing the 16 characters in the htmlspecialchars() function > thousands of times... > > I was wo

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

2002-01-15 Thread Martin Jansen
nable to understand 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/ --

Re: [PHP-DEV] Stealing php-bugs-web

2002-01-11 Thread Martin Jansen
On Fri, 11 Jan 2002 15:55:18 +0100, Edin Kadribasic wrote: >If it is, could you please commit the sql script that creates the database, >so I don't have to reverse engineer it from the code. http://cvs.php.net/co.php/php-bugs-web/bugs.sql - Martin -- PHP Development Mailing

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

2002-01-02 Thread Martin Jansen
g list or to php-dev. +1 for it's own mailing list. 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:/

Re: [PHP-DEV] PHP 5

2002-01-02 Thread Martin Jansen
s, even though I think 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 P

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

2002-01-01 Thread Martin Jansen
ong opinion 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

Re: [PHP-DEV] Moving extensions to PECL

2002-01-01 Thread Martin Jansen
fferences 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 a

Re: [PHP-DEV] Moving extensions to PECL

2002-01-01 Thread Martin Jansen
ded Function 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 D

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

2002-01-01 Thread Martin Jansen
mentation for these extensions 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.mart

[PHP-DEV] Patch regarding 4.0.x -> 4.1

2001-12-29 Thread Martin Jansen
The following patch changes the version number in the output of phpinfo() from 4.0 to 4. Could anyone with enough karma please commit it or give me the karma to do it myself? - Martin Index: info.c === RCS file: /repository/php4

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

2001-12-25 Thread Martin Jansen
bout PECL, that I 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 additi

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

2001-12-20 Thread Martin Jansen
't see a reason here that is speaking 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

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

2001-12-20 Thread Martin Jansen
cle is available within PHP. - 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] Bug #14617 Updated: socket_recv() arguments

2001-12-20 Thread martin
ID: 14617 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sockets related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Fixed in CVS Previous Comments: ---

[PHP-DEV] Bug #14576 Updated: documention out of date

2001-12-20 Thread martin
ID: 14576 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sockets related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Documentation has been updated i see :) Previous Comments:

[PHP-DEV] Bug #14617: socket_recv() arguments

2001-12-20 Thread martin
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: socket_recv() arguments According to http://www.php.net/manual/en/function.socket-recv.php the socket_recv() parameters are as follows: mixed socket_re

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

2001-12-20 Thread Martin Jansen
ave 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 <h

[PHP-DEV] Bug #14578 Updated: socket_read() behavior

2001-12-18 Thread martin
ID: 14578 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Hm in my last example there should be -- $cnt = 0; do { $row = socket_read($irc, 1027, PHP_BINARY_READ); $cnt .=

[PHP-DEV] Bug #14578: socket_read() behavior

2001-12-18 Thread martin
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: socket_read() behavior I call socket_read() like this: $data = socket_read($handle, 80, PHP_BINARY_READ); and get 80 byte back. i made a loop to conti

[PHP-DEV] Bug #14577: socket_read() always in binary mode

2001-12-18 Thread martin
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: socket_read() always in binary mode i pass PHP_NORMAL_READ to socket_read() to read until next \n or \r as sockets.c tells. if i specify for example 200 a

[PHP-DEV] Bug #14576: documention out of date

2001-12-18 Thread martin
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: documention out of date the documention on the socket extenion is very out of date, a bunch of the bogus bug reports on sockets is about socket() and othe

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-15 Thread Martin Jansen
On 15 Dec 2001 17:00:04 -, [EMAIL PROTECTED] wrote: > PHP 3.0 Bug Database summary - http://bugs.php.net Why is this summary still sent out? IMO there is no need to 'waste' traffic. - Martin -- Martin Jansen, <[EMAIL PROTECTED]> http://www.martin-jansen.de/

[PHP-DEV] Bug #14515 Updated: child pid XXX exit signal Segmentation fault (11)

2001-12-15 Thread martin
ID: 14515 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: linux 2.4.16 PHP Version: 4.1.0 New Comment: The only way to get some output was starting the apache inside gdb. I got the following: (gdb)

[PHP-DEV] Bug #14515 Updated: child pid XXX exit signal Segmentation fault (11)

2001-12-15 Thread martin
ID: 14515 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: linux 2.4.16 PHP Version: 4.1.0 New Comment: sorry, forgot the stacktrace: (gdb) bt #0 0x40a0e333 in php_pcre_replace (regex=0x40ab8b11 "/realm=\"(.*?)\"/i", r

[PHP-DEV] Bug #14515: child pid XXX exit signal Segmentation fault (11)

2001-12-14 Thread martin
From: [EMAIL PROTECTED] Operating system: linux 2.4.16 PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: child pid XXX exit signal Segmentation fault (11) Hi, when i try to run the following code, my apache goes banana (child pid XXX exit signal Segmentation f

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

2001-12-05 Thread Martin Jansen
n is important enought to be bundled with PHP and I think, that it might fit better in PEAR, but: What is with PEAR DB? Is it also the defacto standard, because it is bundled with PHP? - Martin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] F

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

2001-12-05 Thread Martin Jansen
R and will not be included in the main source tree (unless they are extremely important). Or did I miss something? - Martin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

[PHP-DEV] Bug #14350: gd cant handle some png files

2001-12-05 Thread martin
From: [EMAIL PROTECTED] Operating system: win2000 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: gd cant handle some png files (Im using the official php 4.0.6 build for windows from php.net, only extension loaded is php_imap.dll). I've written a function to r

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

2001-12-03 Thread Martin Jansen
I'll release it (GPL). > >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

[PHP-DEV] java.lang.NoClassDefFoundError in php_java.jar (reflect.java)

2001-11-29 Thread William T. Martin
fine. However, when I try running one of the sample programs (jver.php), I get the following error message: Fatal error: java.lang.NoClassDefFoundError: net/php/reflect in /net/trout/export/home2/martin/public_html/jver.php on line 4 The error seems to come from /usr/local/php-4.0.6/ext/java

Re: [PHP-DEV] Patch: Nested comments

2001-11-27 Thread Martin Jansen
start using it. > >But it would be nice to have it in ZE2. +1 - Martin -- 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]

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

2001-11-23 Thread Martin Jansen
orted or and old 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]> htt

[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

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.

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

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Martin Jansen
that >> you can find at example in Linux (textutils package). > >Then this will do the same: >$sum = `md5sum filename`; I think it would be much nicer to have such a function in the PHP core, than always executing an external program. - Martin -- PHP Development Mailing List &

[PHP-DEV] Bug in PHP 4.2.0-dev

2001-11-13 Thread Martin Jansen
with each request. With PHP 4.0.6, Apache 1.3.20 and Debian 2.2r3 it works without a problem. 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 PR

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. >

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

2001-11-10 Thread Martin Jansen
output is printed > i am super2 > i am super1 > i am super Your testscript generates the following output with 4.2.0-dev, no matter if super extends from PEAR or not: i am super2 i am super1 i am super - Martin -- PHP Development Mailing Li

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

[PHP-DEV] Bug #13871: 'for()'-error using chars as break

2001-10-30 Thread Martin . Schmitz
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: *Programming Data Structures Bug description: 'for()'-error using chars as break // I hoped to see 'A B CY Z' -- Edit bug report at: http://bugs.php.net/?id=13871&edit=1 -- PHP Deve

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

2001-10-28 Thread Martin Jansen
readable and all the other languages are >not. -10 from me to this feature. I could have never explained that better. Please _don't_ introduce such a syntax in PHP. - Martin -- 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]

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

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-ma

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

2001-10-01 Thread Martin Jansen
s aren't normally beginners or people who only want to create a guestbook for their website. So IMO the whole usage of the namespace concept is allowed to be a bit more complicated than 'usual' PHP. - Martin -- PHP Development Mailing List <http://www.php.net/> To unsubscr

  1   2   >