[PHP-DEV] PHP 4.0 Bug #9896: segfaults at $xmldoc->add_root("root");

2001-03-21 Thread chregu
From: [EMAIL PROTECTED] Operating system: Linux 2.4.2 PHP version: 4.0 Latest CVS (21/03/2001) PHP Bug Type: DOM XML related Bug description: segfaults at $xmldoc->add_root("root"); Reproduce with: $xmldoc = domxml_new_xmldoc('1.0'); domxml_add_root($xmldoc,"bla"); Configu

[PHP-DEV] PHP 4.0 Bug #9896 Updated: segfaults at $xmldoc->add_root("root");

2001-03-22 Thread chregu
ID: 9896 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: DOM XML related Description: segfaults at $xmldoc->add_root("root"); test-program: $xmldoc = domxml_new_xmldoc('1.0'); $xmldoc->add_root("bla"); gdb backtrace: Program received signal SIGSEGV, Segmentation

[PHP-DEV] Bug #14852: create_entity_reference causes warning

2002-01-04 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.1 PHP Bug Type: DOM XML related Bug description: create_entity_reference causes warning the following code produces a warning at the end: $xmlDoc = xmldocfile("test.xml"); $xmlDoc->create_entity_reference("

[PHP-DEV] Bug #14862: xmldocfile segfaults sometimes

2002-01-04 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0CVS-2002-01-04 PHP Bug Type: DOM XML related Bug description: xmldocfile segfaults sometimes xmldocfile produces from time to time segfaults at shutdown (not always, sometimes more, sometimes less...) code:

[PHP-DEV] Bug #14862 Updated: xmldocfile segfaults sometimes

2002-01-04 Thread chregu
ID: 14862 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: DOM XML related Operating System: linux PHP Version: 4.0CVS-2002-01-04 New Comment: it's sometimes not easy to cause a segfault, but if you once have one, then they come very often :) and

[PHP-DEV] Bug #14862 Updated: xmldocfile segfaults sometimes

2002-01-05 Thread chregu
ID: 14862 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: DOM XML related Operating System: linux PHP Version: 4.0CVS-2002-01-04 New Comment: Ok, i give up. Today, I can't reproduce it, either. If it occurs again, i will reopen this bug. Pre

[PHP-DEV] Bug #14957: --with-dom-xslt dosn't compile (patch included ...)

2002-01-09 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0CVS-2002-01-09 PHP Bug Type: DOM XML related Bug description: --with-dom-xslt dosn't compile (patch included ...) one header line is missing. here's the patch: RCS file: /repository/php4/ext/domxml/php_domxml

[PHP-DEV] Bug #14958: flex error in compiling Zend enginge

2002-01-09 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux debian unstable PHP version: 4.0CVS-2002-01-09 PHP Bug Type: Compile Failure Bug description: flex error in compiling Zend enginge it seems, that since my debian unstable upgraded from flex 2.5.4a-14 to 2.5.4a-15, I can't comp

[PHP-DEV] Bug #14958 Updated: flex error in compiling Zend enginge

2002-01-10 Thread chregu
ID: 14958 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: linux debian unstable PHP Version: 4.0CVS-2002-01-09 New Comment: yep, it works with this additional line. Previous Comments: --

[PHP-DEV] Bug #15092 Updated: xml_parse() fails if XML-data contains entity like   or © ...

2002-01-22 Thread chregu
ID: 15092 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: Win 2k (all I gues) PHP Version: 4.1.0 New Comment: This doesn't work, because the default entities are only: For the latin1-entities to

[PHP-DEV] Bug #15249 Updated: xslt processor accepting dom object

2002-01-27 Thread chregu
ID: 15249 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request PHP Version: 4.1.0 New Comment: Because the underlying sablotron library does not accept Dom-Objects (from libxml2) as input, so there's no way to doing it wi

[PHP-DEV] Bug #15262: openssl_pkcs7_verify segfaults (patch included...)

2002-01-28 Thread chregu
From: [EMAIL PROTECTED] Operating system: debian unstable PHP version: 4.0CVS-2002-01-28 PHP Bug Type: OpenSSL related Bug description: openssl_pkcs7_verify segfaults (patch included...) Not much to say. subject says it all. see patch. Index: openssl.c

[PHP-DEV] Bug #15262 Updated: openssl_pkcs7_verify segfaults (patch included...)

2002-01-28 Thread chregu
ID: 15262 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: OpenSSL related Operating System: debian unstable PHP Version: 4.0CVS-2002-01-28 New Comment: mmmh, it's openssl_pkcs7_sign, not openssl_pkcs7_verify.... chregu Previous Com

[PHP-DEV] Bug #15257 Updated: Can't retrieve node content

2002-01-29 Thread chregu
ID: 15257 Updated by: chregu Old Summary: Can't retrieve node content Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: Windows2000 PHP Version: 4.1.1 New Comment: this will be implemented in the next version of php (4.2) or already i

[PHP-DEV] Bug #15262 Updated: openssl_pkcs7_verify segfaults (patch included...)

2002-01-31 Thread chregu
ID: 15262 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: OpenSSL related Operating System: debian unstable PHP Version: 4.0CVS-2002-01-28 New Comment: fixed in cvs by derick Previous Comments

[PHP-DEV] Bug #15412 Updated: set_content() and new_child() methods not creating wellformed XML

2002-02-06 Thread chregu
ID: 15412 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: DOM XML related Operating System: WindowsXP PHP Version: 4.1.1 New Comment: This is not a bug. Please double-check the doc

[PHP-DEV] Bug #15412 Updated: set_content() and new_child() methods not creating wellformed XML

2002-02-06 Thread chregu
ID: 15412 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: DOM XML related Operating System: WindowsXP PHP Version: 4.1.1 New Comment: Sorry. wanted to give a quick answer and not just bogusifying it.

[PHP-DEV] Bug #15471 Updated: XML parser do not let use '<' in any attribute inside XML file

2002-02-09 Thread chregu
ed Operating System: Windows XP PHP Version: 4.1.0 New Comment: What did you expect? According to the XML-Specs, a XML-Document is not wellformed with a < in the attribute value. Use < if you want to use a <. chre

[PHP-DEV] Bug #9896 Updated: segfaults at $xmldoc->add_root("root");

2001-05-06 Thread chregu
ID: 9896 Updated by: chregu Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating system: PHP Version: 4.0 Latest CVS (21/03/2001) Assigned To: Comments: This still does not work in latest cvs (06/05/2001). used another machine with libxml2-2.3.7 and linux-kernel

[PHP-DEV] Bug #9896 Updated: segfaults at $xmldoc->add_root("root");

2001-05-11 Thread chregu
ID: 9896 Updated by: chregu Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: DOM XML related Operating system: PHP Version: 4.0 Latest CVS (21/03/2001) Assigned To: Comments: ok, there seems to be a massive api-change in domxml... a lot, which worked in 4.0.5 seems not to work in

[PHP-DEV] Bug #10899: xmldocfile produces fatal error

2001-05-16 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux 2.4.4 PHP version: 4.0 Latest CVS (2001-05-16) PHP Bug Type: DOM XML related Bug description: xmldocfile produces fatal error $doc = xmldocfile("config.xml"); produces Fatal error: Underlying object missing in /usr/local/apa

[PHP-DEV] Bug #12993: xpath_eval doesn't work anymore (segfault)

2001-08-28 Thread chregu
fopen( $datasrc, "r" ); $xmlstring = fread( $fd, filesize( $datasrc ) ); fclose( $fd ); $xml = xmldoc($xmlstring); $xpth = $xml->xpath_new_context($xml); $node = $xpth->xpath_eval("/root/books"); just segfaults at xpath_eval(). libxml2-version is 2.4.3 chre

[PHP-DEV] Bug #12993 Updated: xpath_eval doesn't work anymore (segfault)

2001-08-28 Thread chregu
g); $xpth = $xml->xpath_new_context($xml); $node = $xpth->xpath_eval("/root/books"); just segfaults at xpath_eval(). libxml2-version is 2.4.3 chregu Edit this bug report at http://bugs.php.net/

[PHP-DEV] Bug #12993 Updated: xpath_eval doesn't work anymore (segfault)

2001-08-28 Thread chregu
ID: 12993 Updated by: chregu Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Debian/unstable Linux 2.4.9 PHP Version: 4.0CVS-2001-08-28 New Comment: mmmh... maybe it was my fault $node = xpath_eval($xpth,"/root/books"); seems to work,

[PHP-DEV] Bug #13025: Unknown list entry type in request shutdown with create_comment()

2001-08-29 Thread chregu
); gives the warning: Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 Hope that helps for cleaning some bugs ;) chregu -- Edit bug report at: http://bugs.php.net/?id=13025&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscr

[PHP-DEV] Bug #13025 Updated: Unknown list entry type in request shutdown with create_comment()

2001-08-29 Thread chregu
_xmldoc('1.0'); $root = $xml->add_root("root"); $comment = $xml->create_comment("this is just a comment"); $newchild = $root->add_child($comment); gives the warning: Warning: Unknown list entry type in request shutdown (0) in Unkn

[PHP-DEV] Bug #13343: debian sid installs domxml include files in /usr/include/libxml2/libxml/

2001-09-17 Thread chregu
onal include path in ./configure?) chregu -- Edit bug report at: http://bugs.php.net/?id=13343&edit=1 -- 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 #13344: sablot bites ext/java (sun jdk 1.3.1)

2001-09-17 Thread chregu
ent/libjvm.so #7 0x4070e17f in JavaThread::thread_main_inner () from /usr/lib/java/jre/lib/i386/client/libjvm.so #8 0x4070e12b in JavaThread::run () from /usr/lib/java/jre/lib/i386/client/libjvm.so #9 0x406dc023 in _start () from /usr/lib/java/jre/lib/i386/client/libjvm.so #10 0x4092ce8

[PHP-DEV] Bug #13193 Updated: PHP4,jdk1.2.2

2001-09-17 Thread chregu
ID: 13193 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Java related Operating System: PHP Version: 4.0.6 New Comment: see http://php.chregu.tv/java-debian.html for some hints/installation tips. And please report back here (http

[PHP-DEV] Bug #13397: cvs branch PHP_4_0_7 doesn't compile: redefinition of `yy_state_type

2001-09-22 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux different distributions PHP version: 4.0CVS-2001-09-22 PHP Bug Type: Compile Failure Bug description: cvs branch PHP_4_0_7 doesn't compile: redefinition of `yy_state_type cvs from just before Branch PHP_4_0_7: make reports

[PHP-DEV] Bug #13343 Updated: debian sid installs domxml include files in /usr/include/libxml2/libxml/

2001-09-26 Thread chregu
ID: 13343 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: linux debian unstable PHP Version: 4.0CVS-2001-09-17 New Comment: fixed in cvs. Previous Comments

[PHP-DEV] Bug #13494: random segfaults with sablotron 0.70

2001-10-01 Thread chregu
From: [EMAIL PROTECTED] Operating system: linux 2.4.10 debian/testing PHP version: 4.0CVS-2001-10-01 PHP Bug Type: XSLT related Bug description: random segfaults with sablotron 0.70 so i updated to sablotron 0.70 and now i get a lot of random and not easily reproduceable seg

[PHP-DEV] Bug #13494 Updated: random segfaults with sablotron 0.70

2001-10-03 Thread chregu
ID: 13494 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: XSLT related Operating System: linux 2.4.10 debian/testing PHP Version: 4.0CVS-2001-10-01 New Comment: with the files found on http://php.chregu.tv/?file=samples/extxslt i get 5-10