[PHP-CVS] com php-src: Update to work with libxml 2.9.0: ext/dom/documenttype.c ext/dom/node.c ext/simplexml/simplexml.c

2012-08-09 Thread Rob Richards
Commit:c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb Author:Daniel Veillard Thu, 9 Aug 2012 14:02:33 -0400 Committer: Rob Richards Thu, 9 Aug 2012 14:02:33 -0400 Parents: ed793b2a3f857fd49c0c1b036062140da5b3e674 Branches: PHP-5.3 PHP-5.4 master Link: http

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/dom/node.c ext/simplexml/simplexml.c

2012-08-09 Thread Rob Richards
Commit:c5a611b25708d709ad5c539ed764e2a268fd04a7 Author:Rob Richards Thu, 9 Aug 2012 14:24:50 -0400 Parents: c98a51a169956f3cf5f1f2eade053a38549c7315 c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff

[PHP-CVS] com php-src: fix bug #63015 (Incorrect arginfo for DOMErrorHandler): NEWS ext/dom/domerrorhandler.c

2012-09-19 Thread Rob Richards
Commit:ffa72707c86750816f665656c02a0a0451300296 Author:Rob Richards Thu, 20 Sep 2012 02:34:07 -0400 Parents: dd6b7ea7bd31ec3253004901285ae0d191974c6e Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/xml/xml.c

2013-07-06 Thread Rob Richards
Commit:e4a28b7b7b972fecd01458364c0663195352891e Author:Rob Richards Sat, 6 Jul 2013 07:59:20 -0400 Parents: c652cc93ec5ce8f1833d023159804ebd56e1a94e 7d163e8a0880ae8af2dd869071393e5dc07ef271 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: truncate results at depth of 255 to prevent corruption: ext/xml/xml.c

2013-07-06 Thread Rob Richards
Commit:7d163e8a0880ae8af2dd869071393e5dc07ef271 Author:Rob Richards Sat, 6 Jul 2013 07:53:07 -0400 Parents: e964817b244d091dc38f59f5d7f1735110b698af Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/simplexml/simplexml.c trunk/ext/simplexml/simplexml.c

2010-12-27 Thread Rob Richards
rrichardsMon, 27 Dec 2010 18:57:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=306759 Log: fix crash with entity declarations Changed paths: U php/php-src/branches/PHP_5_3/ext/simplexml/simplexml.c U php/php-src/trunk/ext/simplexml

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/simplexml/simplexml.c trunk/ext/simplexml/simplexml.c

2010-12-27 Thread Rob Richards
rrichardsMon, 27 Dec 2010 19:00:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=306760 Log: typo Changed paths: U php/php-src/branches/PHP_5_3/ext/simplexml/simplexml.c U php/php-src/trunk/ext/simplexml/simplexml.c Modified: php/ph

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_mysql/mysql_driver.c branches/PHP_5_3/ext/pdo_mysql/pdo_mysql.c branches/PHP_5_3/ext/pdo_mysql/php_pdo_mysql_int.h trunk/ext

2011-04-15 Thread Rob Richards
rrichardsFri, 15 Apr 2011 14:24:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=310239 Log: Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) Bug: http://bugs.php.net/48587 (Assigned) MySQL PDO driver doesn't support SSL c

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c branches/PHP_5_4/ext/libxml/php_libxml.h trunk/ext/libxml/libxml.c trunk/ext/libxml/php_libxml.h

2011-08-30 Thread Rob Richards
I don't have a computer right now to see what you wrote for this, but we cannot use any of the global methods unless you have protection built in to only execute if within the context of a PHP call. Easiest way to see the conflict is by running both mod_php and mod_perl. Rob On 8/29/11 9:08 P

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c trunk/ext/libxml/libxml.c

2011-09-02 Thread Rob Richards
I finally got a chance to look at the code. Any reason you didn't just manage everything in a per request state similar to the other global function usage? You might even be able to get away with only initializing it on the first call to setting the loader and you already are performing actions

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/dom/documenttype.c branches/PHP_5_3/ext/dom/documenttype.c trunk/ext/dom/documenttype.c

2009-09-24 Thread Rob Richards
rrichardsThu, 24 Sep 2009 12:40:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=288652 Log: fix memleak Changed paths: U php/php-src/branches/PHP_5_2/ext/dom/documenttype.c U php/php-src/branches/PHP_5_3/ext/dom/documenttype.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/node.c trunk/ext/dom/node.c

2009-09-24 Thread Rob Richards
rrichardsThu, 24 Sep 2009 13:18:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=288654 Log: Fixed bug #49647 (DOMUserData does not exist) Bug: http://bugs.php.net/49647 (Open) DOMUserData does not exist Changed paths: U php/php-src

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/dom/node.c

2009-09-24 Thread Rob Richards
rrichardsThu, 24 Sep 2009 15:10:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=288658 Log: MFH: Fixed bug #49647 (DOMUserData does not exist) Bug: http://bugs.php.net/49647 (Closed) DOMUserData does not exist Changed paths: U php/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/dom/document.c branches/PHP_5_2/ext/dom/tests/bug47848.phpt branches/PHP_5_3/ext/dom/document.c branches/PHP_5_3/ext/dom/tests/b

2009-12-03 Thread Rob Richards
rrichardsThu, 03 Dec 2009 20:19:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=291669 Log: fix bug #47848 (importNode doesn't preserve attribute namespaces) add tests Bug: http://bugs.php.net/47848 (Open) importNode doesn't preserve attribute

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/dom/document.c branches/PHP_5_2/ext/dom/tests/bug50661.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/document.c branches/P

2010-01-06 Thread Rob Richards
rrichardsWed, 06 Jan 2010 13:13:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=293176 Log: fix bug #50661 (DOMDocument::loadXML does not allow UTF-16) add test Bug: http://bugs.php.net/50661 (Assigned) DOMDocument::loadXML does not allow UTF-

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/dom/element.c branches/PHP_5_2/ext/dom/tests/bug49463.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/element.c branches/PHP

2010-01-15 Thread Rob Richards
rrichardsFri, 15 Jan 2010 21:29:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=293597 Log: fix bug #49463 (setAttributeNS fails setting default namespace) add test Bug: http://bugs.php.net/49463 (Open) setAttributeNS("http://www.w3.org/2000/x

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mbstring/ config.w32

2010-03-15 Thread Rob Richards
rrichardsMon, 15 Mar 2010 16:20:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=296250 Log: - Fix win32 build. Changed paths: U php/php-src/branches/PHP_5_3/ext/mbstring/config.w32 Modified: php/php-src/branches/PHP_5_3/ext/mbstring/conf

[PHP-CVS] svn: /php/php-src/trunk/ext/hash/ hash.c

2010-03-25 Thread Rob Richards
rrichardsThu, 25 Mar 2010 15:10:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=296788 Log: fix build - there are now 34 algos Changed paths: U php/php-src/trunk/ext/hash/hash.c Modified: php/php-src/trunk/ext/hash/hash.c ===

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/document.c branches/PHP_5_3/ext/dom/tests/bug35673.phpt trunk/ext/dom/document.c trunk/ext/dom/tests/bug35673.phpt

2010-04-02 Thread Rob Richards
rrichardsFri, 02 Apr 2010 16:15:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=297342 Log: re-apply bug fix #35673 (formatOutput does not work with saveHTML) from old trunk add test BFN Bug: http://bugs.php.net/35673 (Closed) formatOutput doe

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-04-02 Thread Rob Richards
rrichardsFri, 02 Apr 2010 16:19:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=297344 Log: fix WS Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ===

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/document.c trunk/ext/dom/document.c

2010-04-02 Thread Rob Richards
rrichardsFri, 02 Apr 2010 20:08:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=297374 Log: fix bug #48983 (DomDocument : saveHTMLFile wrong charset) Bug: http://bugs.php.net/48983 (Open) DomDocument : saveHTMLFile wrong charset and crash

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/php_dom.c trunk/ext/dom/php_dom.c

2010-04-09 Thread Rob Richards
rrichardsFri, 09 Apr 2010 11:34:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=297744 Log: fix bug #50828 (DOMNotation is not subclass of DOMNode) Bug: http://bugs.php.net/50828 (Open) DOMNotation is not subclass of DOMNode Changed path

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Rob Richards
es. I'm also not sure if next php version is going to support VC 6.0 at all. Thanks. Dmitry. Rob Richards wrote: rrichardsWed, 28 Apr 2010 14:41:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=298702 Log: revert change #298288: Remo

Re: [PHP-CVS] svn: /php/php-src/trunk/ ext/bz2/bz2.dsp ext/ctype/ctype.dsp ext/curl/curl.dsp ext/dba/dba.dsp ext/dom/dom.dsp ext/exif/exif.dsp ext/ext_skel_win32.php ext/gd/gd.dsp ext/gettext/gettext.

2010-04-29 Thread Rob Richards
generation much more. Thanks. Dmitry. Rob Richards wrote: Hi Dmitry, The discussion was a while ago (Steph was working on a way to autogenerate them at the time). Unfortunately it failed miserably (buildconf error'd out) when I tried to use it (tried it after the dsps had been removed). Until th

[PHP-CVS] svn: /php/php-src/trunk/sapi/apache2handler/ sapi_apache2.c

2010-05-04 Thread Rob Richards
rrichardsTue, 04 May 2010 12:12:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=298966 Log: fix non-windows builds Changed paths: U php/php-src/trunk/sapi/apache2handler/sapi_apache2.c Modified: php/php-src/trunk/sapi/apache2handler/sapi

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/php_dom.c trunk/ext/dom/php_dom.c

2010-05-04 Thread Rob Richards
rrichardsTue, 04 May 2010 12:55:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=298967 Log: fix bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable) Bug: http://bugs.php.net/51721 (Open) Patch: mark DOMNodeList and DOMNamedNodeMap

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/tests/bug49490.phpt branches/PHP_5_3/ext/dom/xpath.c trunk/ext/dom/tests/bug49490.phpt trunk/ext/dom/xpath.c

2010-05-04 Thread Rob Richards
rrichardsTue, 04 May 2010 15:41:49 + Revision: http://svn.php.net/viewvc?view=revision&revision=298974 Log: fix bug #49490 (XPath namespace prefix conflict) add test Bug: http://bugs.php.net/49490 (Assigned) XPath namespace prefix conflict Changed paths

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/simplexml/simplexml.c branches/PHP_5_2/ext/simplexml/tests/bug48601.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/simplexml/si

2010-05-05 Thread Rob Richards
rrichardsWed, 05 May 2010 11:40:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=299016 Log: fix bug #48601 (xpath() returns FALSE for legitimate query) add test Bug: http://bugs.php.net/48601 (Open) xpath() returns FALSE for legitimate query

[PHP-CVS] cvs: php4 /ext/xsl config.m4 php_xsl.c php_xsl.h xsl.dsp xsl_fe.h xsltprocessor.c

2003-06-06 Thread Rob Richards
processor_class_entry; PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet); PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc); PHP_FUNCTION(xsl_xsltprocessor_transform_to_uri); PHP_FUNCTION(xsl_xsltprocessor_transform_to_xml); PHP_FUNCTION(xsl_xsltprocessor_set_parameter); PHP_FUNCTION(xsl_

[PHP-CVS] cvs: php4 /ext/dom php_dom.c

2003-06-06 Thread Rob Richards
rrichards Fri Jun 6 15:04:32 2003 EDT Modified files: /php4/ext/dom php_dom.c Log: fix double free issue fix property access within invalid objects and failed reads Index: php4/ext/dom/php_dom.c diff -u php4/ext/dom/php_dom.c:1.3 php4/ext/dom/php_

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2003-06-03 Thread Rob Richards
rrichards Mon Jun 2 14:57:59 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Fix for 64 bit platforms (by Joe Orton) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.254 php4/ext/domxml/php_domxml.c:1.255 --- php4/

[PHP-CVS] cvs: php4(PHP_4_3) /ext/domxml php_domxml.c

2003-06-03 Thread Rob Richards
rrichards Mon Jun 2 14:58:49 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: Fix for 64 bit platforms (by Joe Orton) Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.218.2.23 php4/ext/domxml/php_do

[PHP-CVS] cvs: php4 /ext/dom php_dom.c xml_common.h

2003-06-07 Thread Rob Richards
rrichards Sat Jun 7 09:30:58 2003 EDT Modified files: /php4/ext/dom xml_common.h php_dom.c Log: fix more memory overruns initial definition for document ref counting fixed property access to support all objects clear property handler from invalid

[PHP-CVS] cvs: php4 /ext/dom attr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c documenttype.c domimplementation.c element.c entityreference.c node.c php_dom.c php_dom.h processinginstruction.c text.c xml_common.h

2003-06-09 Thread Rob Richards
rrichards Mon Jun 9 16:20:55 2003 EDT Modified files: /php4/ext/dom attr.c cdatasection.c characterdata.c comment.c document.c documentfragment.c documenttype.c domimplementation.c element.c entityreference.

[PHP-CVS] cvs: php4 /ext/xsl php_xsl.c php_xsl.h xsltprocessor.c

2003-06-09 Thread Rob Richards
rrichards Mon Jun 9 16:24:16 2003 EDT Modified files: /php4/ext/xsl php_xsl.c php_xsl.h xsltprocessor.c Log: changes for /ext/dom document ref count changes for /ext/dom internal object handling Index: php4/ext/xsl/php_xsl.c diff -u php4/ext/xsl/p

[PHP-CVS] cvs: php4 /ext/dom text.c

2003-06-10 Thread Rob Richards
rrichards Tue Jun 10 18:24:54 2003 EDT Modified files: /php4/ext/dom text.c Log: Fixed memleaks Index: php4/ext/dom/text.c diff -u php4/ext/dom/text.c:1.5 php4/ext/dom/text.c:1.6 --- php4/ext/dom/text.c:1.5 Tue Jun 10 16:03:27 2003 +++ php4/ext/d

[PHP-CVS] cvs: php4 /ext/dom characterdata.c

2003-06-11 Thread Rob Richards
rrichards Wed Jun 11 07:25:08 2003 EDT Modified files: /php4/ext/dom characterdata.c Log: add substringData, insertData, deleteData, replaceData fix reference links to specs Index: php4/ext/dom/characterdata.c diff -u php4/ext/dom/characterdata.c:1

[PHP-CVS] cvs: php4 /ext/domxml config.m4

2003-06-11 Thread Rob Richards
rrichards Wed Jun 11 15:25:32 2003 EDT Modified files: /php4/ext/domxmlconfig.m4 Log: update messages to require libxsl >= 1.0.18 Index: php4/ext/domxml/config.m4 diff -u php4/ext/domxml/config.m4:1.46 php4/ext/domxml/config.m4:1.47 --- php4/ext/domxml

[PHP-CVS] cvs: php4 /ext/xsl config.m4

2003-06-11 Thread Rob Richards
rrichards Wed Jun 11 15:27:01 2003 EDT Modified files: /php4/ext/xsl config.m4 Log: update messages to require libxsl >= 1.0.18 Index: php4/ext/xsl/config.m4 diff -u php4/ext/xsl/config.m4:1.2 php4/ext/xsl/config.m4:1.3 --- php4/ext/xsl/config.m4:1.2

[PHP-CVS] cvs: php4 /ext/dom text.c

2003-06-11 Thread Rob Richards
rrichards Wed Jun 11 15:55:52 2003 EDT Modified files: /php4/ext/dom text.c Log: add isWhitespaceInElementContent() fix splitText for nodes not in tree correct links to specs Index: php4/ext/dom/text.c diff -u php4/ext/dom/text.c:1.6 php4/ext/dom

[PHP-CVS] cvs: php4 /ext/dom text.c

2003-06-11 Thread Rob Richards
rrichards Wed Jun 11 16:06:03 2003 EDT Modified files: /php4/ext/dom text.c Log: forgot this: set doc for new text node as current may not be in tree Index: php4/ext/dom/text.c diff -u php4/ext/dom/text.c:1.7 php4/ext/dom/text.c:1.8 --- php4/ext/dom/

[PHP-CVS] cvs: php4 /ext/dom characterdata.c text.c

2003-06-12 Thread Rob Richards
rrichards Thu Jun 12 13:04:28 2003 EDT Modified files: /php4/ext/dom text.c characterdata.c Log: fix some calls to libxml Index: php4/ext/dom/text.c diff -u php4/ext/dom/text.c:1.8 php4/ext/dom/text.c:1.9 --- php4/ext/dom/text.c:1.8 Wed Jun 11 16

[PHP-CVS] cvs: php4 /ext/dom document.c domimplementation.c node.c php_dom.c php_dom.h

2003-06-12 Thread Rob Richards
rrichards Thu Jun 12 16:02:06 2003 EDT Modified files: /php4/ext/dom php_dom.h php_dom.c node.c domimplementation.c document.c Log: add node->isSupported() add domimplementation->hasFeature() add formatOutput property (exten

[PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-14 Thread Rob Richards
rrichards Sat Jun 14 07:22:13 2003 EDT Modified files: /php4/ext/xml xml.c Log: export xml_parser_inited under win32 Index: php4/ext/xml/xml.c diff -u php4/ext/xml/xml.c:1.130 php4/ext/xml/xml.c:1.131 --- php4/ext/xml/xml.c:1.130Tue Jun 10 16:03:

[PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-14 Thread Rob Richards
rrichards Sat Jun 14 11:08:49 2003 EDT Modified files: /php4/ext/xml xml.c Log: fix common libxml init and deinit routines Index: php4/ext/xml/xml.c diff -u php4/ext/xml/xml.c:1.131 php4/ext/xml/xml.c:1.132 --- php4/ext/xml/xml.c:1.131Sat Jun 14

[PHP-CVS] cvs: php4 /ext/dom php_dom.c xml_common.h

2003-06-14 Thread Rob Richards
rrichards Sat Jun 14 11:27:15 2003 EDT Modified files: /php4/ext/dom php_dom.c xml_common.h Log: fix xml_parser_inited on win32 add common structs for better interoprability Index: php4/ext/dom/php_dom.c diff -u php4/ext/dom/php_dom.c:1.10 php4/ext

[PHP-CVS] cvs: php4 /ext/xsl xsltprocessor.c

2003-06-14 Thread Rob Richards
rrichards Sat Jun 14 11:28:13 2003 EDT Modified files: /php4/ext/xsl xsltprocessor.c Log: interoperability support Index: php4/ext/xsl/xsltprocessor.c diff -u php4/ext/xsl/xsltprocessor.c:1.4 php4/ext/xsl/xsltprocessor.c:1.5 --- php4/ext/xsl/xsltproc

[PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-14 Thread Rob Richards
rrichards Sat Jun 14 14:14:06 2003 EDT Modified files: /php4/ext/xml xml.c Log: use xmlInitParser instead of xmlInitThreads reentrant safe as well Index: php4/ext/xml/xml.c diff -u php4/ext/xml/xml.c:1.132 php4/ext/xml/xml.c:1.133 --- php4/ext/xml/

[PHP-CVS] cvs: php4 /ext/dom php_dom.c xml_common.h

2003-06-14 Thread Rob Richards
rrichards Sat Jun 14 14:14:59 2003 EDT Modified files: /php4/ext/dom php_dom.c xml_common.h Log: use xmlInitParser instead of xmlInitThreads reentrant safe as well no need for xml_parser_inited Index: php4/ext/dom/php_dom.c diff -u php4/ext/dom/php

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
From: Moriyoshi Koizumi > I preferred to use xmlInitThreads() because xmlInitParser() does a set > of operations related to the libxml's memory maganer and I tried hard to > prevent it from being initialised before the start-up of the Zend > MM. Do you have any good idea to deal with them in a co

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
From: Moriyoshi > Well, virtually xmlInitThreads() doesn't do anything as of the current > libxml, but I'd not found such a description in the documentation that > states xmlInitThreads() is reserved for future use..? There are discussions on the libxml mailing list about implementing functionali

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
From: Moriyoshi Koizumi > Indeed. But as long as libxml allocators are designed to be initialised > only in the xml extension, the order could be a problem in which those > extensions are initialised on startup. Maybe I can make clones of the > xmlMemSetup() code and paste them to the PHP_MINIT_FU

[PHP-CVS] cvs: php4 /ext/dom dom.dsp

2003-06-15 Thread Rob Richards
rrichards Sun Jun 15 10:50:11 2003 EDT Modified files: /php4/ext/dom dom.dsp Log: link libxml2 dynamically for consistancy Index: php4/ext/dom/dom.dsp diff -u php4/ext/dom/dom.dsp:1.1 php4/ext/dom/dom.dsp:1.2 --- php4/ext/dom/dom.dsp:1.1Thu Jun

[PHP-CVS] cvs: php4 /ext/xsl xsl.dsp

2003-06-15 Thread Rob Richards
rrichards Sun Jun 15 10:52:23 2003 EDT Modified files: /php4/ext/xsl xsl.dsp Log: fix xsl release build link libxml2 and libxslt dynamically for consistancy Index: php4/ext/xsl/xsl.dsp diff -u php4/ext/xsl/xsl.dsp:1.1 php4/ext/xsl/xsl.dsp:1.2 --- p

[PHP-CVS] cvs: php4 /ext/xsl xsl.dsp

2003-06-15 Thread Rob Richards
rrichards Sun Jun 15 10:57:06 2003 EDT Modified files: /php4/ext/xsl xsl.dsp Log: be nice if i named the dll correctly and put it somewhere Index: php4/ext/xsl/xsl.dsp diff -u php4/ext/xsl/xsl.dsp:1.2 php4/ext/xsl/xsl.dsp:1.3 --- php4/ext/xsl/xsl.dsp

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
Sorry, for some damn reason I keep thinking Sterling had put in the stuff (though he told me yesterday it was you). From: Moriyoshi Koizumi > It looks like we(?) need a functionality in TSRM similar to pthread_once(), > with which we could make sure that the initialisation routine with > an uniqu

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
- Original Message - From: Moriyoshi Koizumi > > Looks pretty much pretty much how it is done in libxml (xmlGetGlobalState). > > Will this cause any problems mandating the memory behavor in /etc/xml? > > As far as I looked over the libxml code, xmlMemSetup doesn't work > in sync with the

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
From: Sterling Hughes > I think all memory handling should be done with PHP, as you can see > there are many places in simplexml where I avoid a copy by relying on > the fact that the libxml2 memory will be allocated by php's mm. I saw that. Drove me nuts for a while as libxml kept reporting it

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
From: Sterling Hughes > Right. I think just keeping this in ext/xml or ext/dom is fine. We > don't really have any other systems for this atm. I would say xml extension as that usually is always built (though if someone decides they want expat, then there is a problem).. What happens though if t

Re: [PHP-CVS] cvs: php4 /ext/xml xml.c

2003-06-15 Thread Rob Richards
From: Moriyoshi Koizumi > Right, for an even further concern, what if libxml was used in a portion > of the entire process outside the PHP code..? (e.g. in a Apache module). > If such collision could well happen, we'd be better off leaving it use the > ordinary allocators. > > On the other hand,

[PHP-CVS] cvs: php4 /ext/xsl xsl.dsp

2003-06-15 Thread Rob Richards
rrichards Sun Jun 15 15:54:38 2003 EDT Modified files: /php4/ext/xsl xsl.dsp Log: should be multithreaded and correct lib naming Index: php4/ext/xsl/xsl.dsp diff -u php4/ext/xsl/xsl.dsp:1.3 php4/ext/xsl/xsl.dsp:1.4 --- php4/ext/xsl/xsl.dsp:1.3Sun

[PHP-CVS] cvs: php4 /ext/dom document.c element.c node.c php_dom.c php_dom.h text.c xml_common.h

2003-06-15 Thread Rob Richards
rrichards Sun Jun 15 15:58:42 2003 EDT Modified files: /php4/ext/dom xml_common.h text.c php_dom.h php_dom.c node.c element.c document.c Log: remove code no longer needed fix format Output property Index: php4/ext/dom/xml_co

[PHP-CVS] cvs: php4 /ext/xml compat.c

2003-06-15 Thread Rob Richards
rrichards Sun Jun 15 16:56:48 2003 EDT Modified files: /php4/ext/xml compat.c Log: remove leftover parser->mem_hdlrs - compiles now Index: php4/ext/xml/compat.c diff -u php4/ext/xml/compat.c:1.13 php4/ext/xml/compat.c:1.14 --- php4/ext/xml/compat.c:1

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2003-06-18 Thread Rob Richards
rrichards Wed Jun 18 13:42:39 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Fix for bug #24219 segfault during resource destruction Used bug fix to optimize free_doc routine Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php

[PHP-CVS] cvs: php4(PHP_4_3) /ext/domxml php_domxml.c

2003-06-18 Thread Rob Richards
rrichards Wed Jun 18 13:43:34 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: Fix for bug #24219 segfault during resource destruction Used bug fix to optimize free_doc routine Index: php4/ext/domxml/php_domxml.c diff -u ph

[PHP-CVS] cvs: php4 /ext/xsl xsltprocessor.c

2003-06-19 Thread Rob Richards
rrichards Thu Jun 19 11:00:28 2003 EDT Modified files: /php4/ext/xsl xsltprocessor.c Log: add xsl_xsltprocessor_transform_to_uri functionality fix a few unhandled error conditions fix compiler warnings Index: php4/ext/xsl/xsltprocessor.c diff -u

[PHP-CVS] cvs: php4 /ext/xsl php_xsl.c

2003-06-20 Thread Rob Richards
rrichards Fri Jun 20 10:07:51 2003 EDT Modified files: /php4/ext/xsl php_xsl.c Log: fix mem leak remove unused code Index: php4/ext/xsl/php_xsl.c diff -u php4/ext/xsl/php_xsl.c:1.4 php4/ext/xsl/php_xsl.c:1.5 --- php4/ext/xsl/php_xsl.c:1.4 Tue Jun

[PHP-CVS] cvs: php4 /ext/dom php_dom.h xml_common.h

2003-06-20 Thread Rob Richards
rrichards Fri Jun 20 10:08:56 2003 EDT Modified files: /php4/ext/dom xml_common.h php_dom.h Log: cleanup common code Index: php4/ext/dom/xml_common.h diff -u php4/ext/dom/xml_common.h:1.8 php4/ext/dom/xml_common.h:1.9 --- php4/ext/dom/xml_common.h:1.

[PHP-CVS] cvs: php-src /ext/dom php_dom.h

2003-06-26 Thread Rob Richards
rrichards Thu Jun 26 06:40:26 2003 EDT Modified files: /php-src/ext/domphp_dom.h Log: fix import/export for win32 when enabled by default Index: php-src/ext/dom/php_dom.h diff -u php-src/ext/dom/php_dom.h:1.7 php-src/ext/dom/php_dom.h:1.8 --- php-src/e

[PHP-CVS] cvs: php-src /ext/xsl xsl.dsp

2003-06-26 Thread Rob Richards
rrichards Thu Jun 26 06:51:37 2003 EDT Modified files: /php-src/ext/xslxsl.dsp Log: fix linking as dom symbols are now built in Index: php-src/ext/xsl/xsl.dsp diff -u php-src/ext/xsl/xsl.dsp:1.4 php-src/ext/xsl/xsl.dsp:1.5 --- php-src/ext/xsl/xsl.dsp:1

[PHP-CVS] cvs: php-src /win32 php4dllts.dsp

2003-06-27 Thread Rob Richards
rrichards Fri Jun 27 17:59:53 2003 EDT Modified files: /php-src/win32 php4dllts.dsp Log: fix the libxml linking warnings Index: php-src/win32/php4dllts.dsp diff -u php-src/win32/php4dllts.dsp:1.120 php-src/win32/php4dllts.dsp:1.121 --- php-src/win32/p

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2003-06-28 Thread Rob Richards
rrichards Sat Jun 28 17:38:44 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: fix mem leak in sxe_property_read fix compiler warning Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.43 php-src/ext

[PHP-CVS] cvs: php-src /ext/dom document.c

2003-07-01 Thread Rob Richards
rrichards Tue Jul 1 15:28:30 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix load() and loadxml() when used with uninstantiated object Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.7 php-src/ext/dom/document.c:1.8

[PHP-CVS] cvs: php-src /ext/xsl php_xsl.c xsltprocessor.c

2003-07-05 Thread Rob Richards
rrichards Sat Jul 5 19:43:11 2003 EDT Modified files: /php-src/ext/xslxsltprocessor.c php_xsl.c Log: use common doc with ref counting rather than copy Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext/xsl/xsltprocessor.c:1.6 php-src/ext/xsl/x

[PHP-CVS] cvs: php-src /ext/dom attr.c characterdata.c document.c documenttype.c element.c entity.c node.c notation.c php_dom.c php_dom.h processinginstruction.c text.c xml_common.h

2003-07-07 Thread Rob Richards
rrichards Mon Jul 7 15:37:33 2003 EDT Modified files: /php-src/ext/domxml_common.h text.c processinginstruction.c php_dom.h php_dom.c notation.c node.c entity.c element.c documenttype.c document.c

[PHP-CVS] cvs: php-src /ext/xsl xsltprocessor.c

2003-07-07 Thread Rob Richards
rrichards Mon Jul 7 15:45:25 2003 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: changed to studlyCaps naming convention Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext/xsl/xsltprocessor.c:1.7 php-src/ext/xsl/xsltprocessor.c:1.8 -

[PHP-CVS] cvs: php-src /ext/dom element.c

2003-07-08 Thread Rob Richards
rrichards Tue Jul 8 13:00:49 2003 EDT Modified files: /php-src/ext/domelement.c Log: fix getElementsByTagName Index: php-src/ext/dom/element.c diff -u php-src/ext/dom/element.c:1.6 php-src/ext/dom/element.c:1.7 --- php-src/ext/dom/element.c:1.6

[PHP-CVS] cvs: php-src /ext/dom document.c php_dom.c php_dom.h

2003-07-10 Thread Rob Richards
rrichards Thu Jul 10 07:17:25 2003 EDT Modified files: /php-src/ext/domphp_dom.h php_dom.c document.c Log: remove global error handling - use of libxml globals is a bad thing add domDocument properties for parsing options: validateOnParse, resolveExte

[PHP-CVS] cvs: php-src /ext/dom document.c

2003-07-11 Thread Rob Richards
rrichards Fri Jul 11 10:19:06 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix compile issue - TSRMLS_FETCH is only temporary until errors handled Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.10 php-src/ext/dom/doc

[PHP-CVS] cvs: php-src /ext/dom document.c

2003-07-12 Thread Rob Richards
rrichards Sat Jul 12 13:23:05 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix loading off of interface Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.11 php-src/ext/dom/document.c:1.12 --- php-src/ext/dom/document.c

[PHP-CVS] cvs: php-src /ext/dom documenttype.c element.c node.c php_dom.c php_dom.h

2003-07-12 Thread Rob Richards
rrichards Sat Jul 12 13:29:21 2003 EDT Modified files: /php-src/ext/domphp_dom.h php_dom.c node.c element.c documenttype.c Log: implement read only exceptions implement notation nodes changes for spec conformance Index: php-

[PHP-CVS] cvs: php-src /ext/dom document.c

2003-07-14 Thread Rob Richards
rrichards Mon Jul 14 17:51:28 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix setting new encoding Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.12 php-src/ext/dom/document.c:1.13 --- php-src/ext/dom/document.c:1.1

[PHP-CVS] cvs: php-src /ext/dom document.c

2003-07-18 Thread Rob Richards
rrichards Fri Jul 18 08:41:35 2003 EDT Modified files: /php-src/ext/domdocument.c Log: fix invalid node pointers Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.13 php-src/ext/dom/document.c:1.14 --- php-src/ext/dom/document.c:1.

[PHP-CVS] cvs: php-src /ext/dom document.c php_dom.c

2003-07-19 Thread Rob Richards
rrichards Sat Jul 19 10:59:30 2003 EDT Modified files: /php-src/ext/domphp_dom.c document.c Log: fix for Bug #24715 segfault in dom_document_create_element removed xmlmemorydump debug code Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_

[PHP-CVS] cvs: php-src /ext/dom config.m4 dom.dsp dom_ce.h dom_fe.h dom_properties.h element.c php_dom.c php_dom.h xml_common.h xpath.c

2003-07-24 Thread Rob Richards
| available through the world-wide-web at the following url: | | http://www.php.net/license/3_0.txt. | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | [EMA

[PHP-CVS] cvs: php-src /win32 php4dllts.dsp

2003-07-24 Thread Rob Richards
rrichards Thu Jul 24 09:21:00 2003 EDT Modified files: /php-src/win32 php4dllts.dsp Log: add xpath.c to DOM source files Index: php-src/win32/php4dllts.dsp diff -u php-src/win32/php4dllts.dsp:1.125 php-src/win32/php4dllts.dsp:1.126 --- php-src/win32/p

[PHP-CVS] cvs: php-src /ext/dom domimplementation.c

2003-07-25 Thread Rob Richards
rrichards Fri Jul 25 13:25:50 2003 EDT Modified files: /php-src/ext/domdomimplementation.c Log: doctype and namespace fix memory leak fix Index: php-src/ext/dom/domimplementation.c diff -u php-src/ext/dom/domimplementation.c:1.4 php-src/ext/dom/domim

[PHP-CVS] cvs: php-src /ext/dom attr.c document.c domimplementation.c element.c node.c php_dom.c php_dom.h

2003-07-27 Thread Rob Richards
rrichards Sun Jul 27 13:57:06 2003 EDT Modified files: /php-src/ext/domphp_dom.h php_dom.c node.c element.c domimplementation.c document.c attr.c Log: reworking xml namespace support add node lookupNamespaceURI and lookupPrefix

[PHP-CVS] cvs: php-src /ext/dom php_dom.c

2003-07-27 Thread Rob Richards
rrichards Sun Jul 27 16:21:36 2003 EDT Modified files: /php-src/ext/domphp_dom.c Log: remove xml debug code Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.22 php-src/ext/dom/php_dom.c:1.23 --- php-src/ext/dom/php_dom.c:1.22 S

[PHP-CVS] cvs: php-src /ext/xml xml.c

2003-07-27 Thread Rob Richards
rrichards Sun Jul 27 16:32:55 2003 EDT Modified files: /php-src/ext/xmlxml.c Log: Fix bug #24801 (xml_call_handler() causes segmentation fault) Index: php-src/ext/xml/xml.c diff -u php-src/ext/xml/xml.c:1.134 php-src/ext/xml/xml.c:1.135 --- php-src/ext

[PHP-CVS] cvs: php-src /ext/xml xml.c

2003-07-29 Thread Rob Richards
rrichards Tue Jul 29 09:34:50 2003 EDT Modified files: /php-src/ext/xmlxml.c Log: increment refcount for arrays passed to xml_set_handler Index: php-src/ext/xml/xml.c diff -u php-src/ext/xml/xml.c:1.135 php-src/ext/xml/xml.c:1.136 --- php-src/ext/xml/x

[PHP-CVS] cvs: php-src /ext/xsl xsltprocessor.c

2003-08-07 Thread Rob Richards
rrichards Thu Aug 7 14:38:39 2003 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: fix segfault when importing multiple documents Index: php-src/ext/xsl/xsltprocessor.c diff -u php-src/ext/xsl/xsltprocessor.c:1.8 php-src/ext/xsl/xsltprocessor.

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c

2003-08-10 Thread Rob Richards
rrichards Thu Aug 7 17:39:00 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #24957 (var_dump of object segfaults) Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.54 php-src/ext/simplexml/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml simplexml.c /ext/simplexml/tests bug41947.phpt

2007-07-10 Thread Rob Richards
rrichards Tue Jul 10 12:24:51 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug41947.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #41947 (SimpleXML incorrectly registers empty

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests bug41947.phpt

2007-07-10 Thread Rob Richards
rrichards Tue Jul 10 12:26:38 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug41947.phpt Log: MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces add test http://c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-07-10 Thread Rob Richards
rrichards Tue Jul 10 12:27:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.823&r2=1.2027.2.547.2.824&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.8

[PHP-CVS] cvs: php-src /ext/date/lib timelib.c

2007-07-13 Thread Rob Richards
rrichards Fri Jul 13 12:48:47 2007 UTC Modified files: /php-src/ext/date/lib timelib.c Log: use macro - llabs not always available on win32 http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timelib.c?r1=1.14&r2=1.15&diff_format=u Index: php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib timelib.c

2007-07-13 Thread Rob Richards
rrichards Fri Jul 13 12:50:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib timelib.c Log: MFH: use macro - llabs not always available on win32 http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timelib.c?r1=1.7.2.4.2.3&r2=1.7.2.4.2

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/libxml libxml.c /ext/libxml/tests bug42112.phpt

2007-07-28 Thread Rob Richards
rrichards Sat Jul 28 08:32:51 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/libxml/tests bug42112.phpt Modified files: /php-src/ext/libxml libxml.c Log: Fixed Bug #42112 (deleting a node produces memory corruption) add test

[PHP-CVS] cvs: php-src /ext/libxml libxml.c /ext/libxml/tests bug42112.phpt

2007-07-28 Thread Rob Richards
rrichards Sat Jul 28 08:34:10 2007 UTC Modified files: /php-src/ext/libxml libxml.c /php-src/ext/libxml/tests bug42112.phpt Log: MFB: Fixed Bug #42112 (deleting a node produces memory corruption) add test http://cvs.php.net/viewvc.cgi/php-src/ext/

  1   2   3   4   5   6   7   8   9   >