[PHP-DEV] Bug #13896: Segmentation fault with xslt extention

2001-11-01 Thread jens
From: [EMAIL PROTECTED] Operating system: Linux RH 7.2 PHP version: 4.1.0RC1 PHP Bug Type: XSLT related Bug description: Segmentation fault with xslt extention php-4.1.0-RC1 on Linux RH 7.2, Apache-1.3.20 './configure' '--with-config-file-path=/etc' '--with-xml' '--with-

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
ID: 13896 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: XSLT related Operating System: Linux RH 7.2 PHP Version: 4.1.0RC1 New Comment: $xsl = $root . "/styles/travel.xsl"; //$xml_str is read from a database $xp = xslt_create();

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
ID: 13896 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: Linux RH 7.2 PHP Version: 4.1.0RC1 New Comment: ups, the xml/xsl got mixed up a bit while pasting into the input form ... Previous Comments: -

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
ID: 13896 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: XSLT related Operating System: Linux RH 7.2 PHP Version: 4.1.0RC1 New Comment: how do I provide a backtrace? thanks Jens Previous Comments

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
:02] [EMAIL PROTECTED] how do I provide a backtrace? thanks Jens [2001-11-01 06:41:16] [EMAIL PROTECTED] The bug system made a mess of it, can you put it on the web and make it available for download? Derick

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
-- [2001-11-01 06:48:59] [EMAIL PROTECTED] Read http://bugs.php.net/bugs-generating-backtrace.php [2001-11-01 06:46:02] [EMAIL PROTECTED] how do I provide

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
- [2001-11-01 06:48:59] [EMAIL PROTECTED] Read http://bugs.php.net/bugs-generating-backtrace.php [2001-11-01 06:46:02] [EMAIL PROTECTED] how do I provide a backtrace? thanks Jens -

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
sample xml: http://transalp.com/TMP/samplearticle.xml sample xsl: http://transalp.com/styles/travel.xsl [2001-11-01 06:48:59] [EMAIL PROTECTED] Read http://bugs.php.net/bugs-generating-backtrace.php -

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
ID: 13896 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: Linux RH 7.2 PHP Version: 4.1.0RC1 New Comment: finally an xslt-related backtrace: Starting program: /usr/sbin/httpd -X [New Thread 1024 (LWP 26473)] Program re

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-11-01 Thread jens
ID: 13896 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: Linux RH 7.2 PHP Version: 4.1.0RC1 New Comment: and yet anoter bt: Starting program: /usr/sbin/httpd -X [New Thread 1024 (LWP 26820)] Program

[PHP-DEV] Bug #13896 Updated: Segmentation fault with xslt extention

2001-12-07 Thread jens
ID: 13896 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: Linux RH 7.2 PHP Version: 4.1.0RC1 New Comment: just tried again with php-4.2.0-dev on Apache/1.3.22 so far, I got no errors!!! looks good! Previous Comme

[PHP-DEV] SessionID and XHTML

2002-10-25 Thread Jens Lehmann
orry, if this has already been implemented in the CVS-Version. Jens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SessionID and XHTML

2002-10-25 Thread Jens Lehmann
> On Fri, 25 Oct 2002, Jens Lehmann wrote: > > > In my PHP-Version, Session-IDs are appended like this: > > > > script.php?foo=4&PHPSESSID=344e... > > > > To be XHTML1-compliant it should be done this way: > > > > script.php?foo=4&PHPSESSID=

[PHP-DEV] abstract functions

2002-11-09 Thread Jens Rehsack
ittle bit more like pascal class X { X(){} // PHP function x(); abstract; } or class X { X(){} // PHP abstract function x(); } Greetings, Jens -- L i W W W i Jens Rehsack LW W W L i W W W W i nnnLiWing IT-Services L

Re: [PHP-DEV] abstract functions

2002-11-09 Thread Jens Rehsack
at, 09 Nov 2002, Jens Rehsack wrote: That's not ok, cause (very simple) class Calcer { function Calcer() { die('abstract'); } function ShowResult( $a ) { echo $this->CalcResult( $a ) } abstract function CalcResult( $a ); } class Square extends Calcer { function Squ

Re: [PHP-DEV] abstract functions

2002-11-09 Thread Jens Rehsack
O-like and much easier to maintain... But thanks for the suggestions ... Greetings, Jens - Original Message - From: "Jens Rehsack" <[EMAIL PROTECTED]> To: "Andrei Zmievski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, November 09, 2002

[PHP-DEV] Bug #11541 Updated: weird behaviour with references and foreach

2001-06-18 Thread jens . dreger
ID: 11541 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating system: Linux Redhat 6.2 PHP Version: 4.0.4pl1 Description: weird behaviour with references and foreach well, maybe this behaviour is not so weird as I tought... the problem I had, was that the

[PHP-DEV] Bug #11541: weird behaviour with references and foreach

2001-06-18 Thread jens . dreger
From: [EMAIL PROTECTED] Operating system: Linux Redhat 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: weird behaviour with references and foreach "; /* for some reason the following code magically kills an array value, or better, overwr

[PHP-DEV] Re: Bug #10331 Updated: configure: test gd functions lacks inclusion of -lpng, -lz

2001-04-16 Thread Jens Elkner
r gdImageCreateFromJpeg in -lgd... yes checking for gdImageCreateFromXpm in -lgd... yes To whom should I send the config.log? It is uncompressed about 120K, compress about 11K - so probably not suitable for a mailing list? Regards, jens. BTW: Any hints how to trace that problem: # /etc/i

[PHP-DEV] Re: Bug #10331 Updated: configure: test gd functions lacks inclusion of -lpng, -lz

2001-04-16 Thread Jens Elkner
not linked against libpthread, but libphp4.so is ... Since I could NOT find a hint for resolving that problem on the php site/faq, I recommend to add an entry to the FAQ, which recommends to set LDFLAGS=-lpthread, before configuring apache ... Than it works :)) Regards, jens. -- +---[ Jens Elkner ]-

[PHP-DEV] Writing EXIF?

2002-05-16 Thread Jens Kohl
exif information to the new image. I didn't find any posibilitys yet. So I ask here on the dev list. -- jens -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: jens

2002-07-01 Thread Jens Kohl
for PHP-QA BugPacks... I don't know if I already have an account, somebody told me when I joined QAT that he will create me an cvs account. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] AW: Bug #13089 Updated: Simple Char Swapping in String crashes Webserver

2001-10-05 Thread Jens Kisters
yes i always had that under 4.06 under windows > -Ursprüngliche Nachricht- > Von: Bug Database [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 5. Oktober 2001 18:38 > An: [EMAIL PROTECTED] > Betreff: Bug #13089 Updated: Simple Char Swapping in String crashes > Webserver > > > ID: 13089 >

[PHP-DEV] Bug #10361: make don't work for Oracle 8i on 64bit Solaris kernel

2001-04-17 Thread Jens-Uwe . Walther
From: [EMAIL PROTECTED] Operating system: Solaris 5.7 PHP version: 4.0.4pl1 PHP Bug Type: Oracle related Bug description: make don't work for Oracle 8i on 64bit Solaris kernel ha-pollux(root)# uname -a SunOS ha-pollux 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-60 ha-pollux

[PHP-DEV] RBug #10361 Updated: make don't work for Oracle 8i on 64bit Solaris kernel

2001-11-14 Thread Jens-Uwe Walther
Sorry for the delay - I was on vacation. The problem is fixed with 4.0.6. Thanks Uwe -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PRO

[PHP-DEV] Re: Bug #13018 Updated: -Bstatic compile time option ignored

2001-08-29 Thread Jens-Uwe Walther
You are right I have to write: So I want to include the static mysql library "libmysqlclient.a" ... But if it is not possible to use the static library because of libtool behaviour at least Bug: #13019: compile time option"-R/opt/mysql/lib/mysql" should be fixed. It belongs to a similiar issu