[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 rricha...@php.net 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-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 rricha...@php.net 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] com php-src: fix bug #63015 (Incorrect arginfo for DOMErrorHandler): NEWS ext/dom/domerrorhandler.c

2012-09-20 Thread Rob Richards
Commit:ffa72707c86750816f665656c02a0a0451300296 Author:Rob Richards rricha...@php.net 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: 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 veill...@redhat.com Thu, 9 Aug 2012 14:02:33 -0400 Committer: Rob Richards rricha...@php.net Thu, 9 Aug 2012 14:02:33 -0400 Parents: ed793b2a3f857fd49c0c1b036062140da5b3e674 Branches: PHP-5.3 PHP-5.4

[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 rricha...@php.net Thu, 9 Aug 2012 14:24:50 -0400 Parents: c98a51a169956f3cf5f1f2eade053a38549c7315 c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb Branches: PHP-5.4 master Link: http://git.php.net/?p=php

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

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

[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=revisionrevision=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

[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=revisionrevision=306759 Log: fix crash with entity declarations Changed paths: U php/php-src/branches/PHP_5_3/ext/simplexml/simplexml.c U

[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=revisionrevision=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-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=revisionrevision=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] 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=revisionrevision=298966 Log: fix non-windows builds Changed paths: U php/php-src/trunk/sapi/apache2handler/sapi_apache2.c Modified:

[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=revisionrevision=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=revisionrevision=298974 Log: fix bug #49490 (XPath namespace prefix conflict) add test Bug: http://bugs.php.net/49490 (Assigned) XPath namespace prefix conflict Changed

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
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=revisionrevision=298702 Log: revert change #298288: Remove old dsp/dsw/makefile files Bug

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

[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=revisionrevision=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

[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=revisionrevision=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

[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=revisionrevision=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=revisionrevision=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/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=revisionrevision=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_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=revisionrevision=293597 Log: fix bug #49463 (setAttributeNS fails setting default namespace) add test Bug: http://bugs.php.net/49463 (Open)

[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=revisionrevision=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

[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=revisionrevision=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/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=revisionrevision=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=revisionrevision=288654 Log: Fixed bug #49647 (DOMUserData does not exist) Bug: http://bugs.php.net/49647 (Open) DOMUserData does not exist Changed paths: U

[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=revisionrevision=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-CVS] cvs: php-src(PHP_5_2) /ext/libxml libxml.c

2009-06-26 Thread Rob Richards
rrichards Fri Jun 26 20:27:44 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/libxml libxml.c Log: MFH: add libxml_disable_entity_loader function

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

2009-06-23 Thread Rob Richards
rrichards Tue Jun 23 10:49:01 2009 UTC Modified files: /php-src/ext/libxml libxml.c Log: add libxml_disable_entity_loader function http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.77r2=1.78diff_format=u Index: php-src/ext/libxml/libxml.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/libxml libxml.c

2009-06-23 Thread Rob Richards
rrichards Tue Jun 23 10:50:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/libxml libxml.c Log: MFH: add libxml_disable_entity_loader function

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard filters.c http_fopen_wrapper.c /ext/standard/tests/filters chunked_001.phpt

2009-04-16 Thread Rob Richards
Hannes Magnusson wrote: On Thu, Apr 16, 2009 at 12:16, Dmitry Stogov dmi...@php.net wrote: dmitry Thu Apr 16 10:16:27 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filters chunked_001.phpt Modified files: /php-srcNEWS

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom document.c /ext/dom/tests bug47849.phpt

2009-04-07 Thread Rob Richards
rrichards Tue Apr 7 15:33:20 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug47849.phpt Modified files: /php-src/ext/domdocument.c Log: MFH: fix bug #47849 (Non-deep import loses the namespace) add test

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

2009-04-07 Thread Rob Richards
rrichards Tue Apr 7 15:34:38 2009 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.1462r2=1.2027.2.547.2.1463diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/libxml libxml.c

2009-03-14 Thread Rob Richards
rrichards Sat Mar 14 17:30:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/libxml libxml.c Log: MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version add libxml2 version being used to info output

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom attr.c document.c node.c /ext/dom/tests bug47430.phpt

2009-03-13 Thread Rob Richards
rrichards Fri Mar 13 13:41:43 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug47430.phpt Modified files: /php-src/ext/domattr.c document.c node.c Log: fix bug #47430 (Errors after writing to nodeValue

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom attr.c document.c node.c /ext/dom/tests bug47430.phpt

2009-03-13 Thread Rob Richards
rrichards Fri Mar 13 13:43:29 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/dom/tests bug47430.phpt Modified files: /php-src/ext/domattr.c document.c node.c Log: MFB: fix bug #47430 (Errors after writing to nodeValue

[PHP-CVS] cvs: php-src /ext/dom attr.c document.c node.c /ext/dom/tests bug47430.phpt

2009-03-13 Thread Rob Richards
rrichards Fri Mar 13 13:43:57 2009 UTC Modified files: /php-src/ext/domattr.c document.c node.c /php-src/ext/dom/tests bug47430.phpt Log: MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling) add test

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

2009-03-13 Thread Rob Richards
rrichards Fri Mar 13 13:45:08 2009 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.1435r2=1.2027.2.547.2.1436diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /win32/build config.w32

2009-03-13 Thread Rob Richards
rrichards Fri Mar 13 14:39:08 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/win32/buildconfig.w32 Log: fix build for VC9 http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.11r2=1.40.2.8.2.12diff_format=u Index:

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

2009-03-13 Thread Rob Richards
rrichards Fri Mar 13 19:35:14 2009 UTC Modified files: /php-src/ext/libxml libxml.c Log: add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version add libxml2 version being used to info output

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

2009-01-26 Thread Rob Richards
rrichards Mon Jan 26 19:10:10 2009 UTC Modified files: /php-src/ext/domdocument.c Log: fix bug #47220 (segfault in dom_document_parser in recovery mode) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.99r2=1.100diff_format=u Index:

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

2009-01-26 Thread Rob Richards
rrichards Mon Jan 26 19:10:54 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/domdocument.c Log: MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)

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

2009-01-26 Thread Rob Richards
rrichards Mon Jan 26 19:11:20 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domdocument.c Log: MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)

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

2009-01-26 Thread Rob Richards
rrichards Mon Jan 26 19:12:12 2009 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.1402r2=1.2027.2.547.2.1403diff_format=u Index: php-src/NEWS diff -u

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

2009-01-13 Thread Rob Richards
rrichards Tue Jan 13 18:05:41 2009 UTC Modified files: /php-src/ext/domdom_fe.h node.c Log: Add method DomNode::getLineNo to return line number for a parsed node http://cvs.php.net/viewvc.cgi/php-src/ext/dom/dom_fe.h?r1=1.24r2=1.25diff_format=u Index:

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

2009-01-13 Thread Rob Richards
rrichards Tue Jan 13 18:13:01 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.450r2=1.2027.2.547.2.965.2.451diff_format=u Index: php-src/NEWS diff -u

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

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:00:31 2009 UTC Modified files: /php-src/ext/xmlcompat.c Log: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()) http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.52r2=1.53diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xml compat.c

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:01:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlcompat.c Log: MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse())

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xml compat.c

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:01:55 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlcompat.c Log: MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse())

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

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 12:03:44 2009 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.1388r2=1.2027.2.547.2.1389diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.def

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 13:58:33 2009 UTC Modified files: /php-src/ext/pcre php_pcre.def Log: export php_pcre_free to make mbstring happy http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.def?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.def

2009-01-11 Thread Rob Richards
rrichards Sun Jan 11 13:59:00 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.def Log: MFH: export php_pcre_free to make mbstring happy

[PHP-CVS] cvs: php-src /ext/libxml php_libxml2.def

2008-12-27 Thread Rob Richards
rrichards Sat Dec 27 12:14:56 2008 UTC Modified files: /php-src/ext/libxml php_libxml2.def Log: add missing exports http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r1=1.8r2=1.9diff_format=u Index: php-src/ext/libxml/php_libxml2.def diff

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/libxml php_libxml2.def

2008-12-27 Thread Rob Richards
rrichards Sat Dec 27 12:16:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/libxml php_libxml2.def Log: MFH: add missing exports http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/php_libxml2.def?r1=1.4.2.1.2.2.2.1r2=1.4.2.1.2.2.2.2diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml config.w32 php_simplexml.h

2008-12-27 Thread Rob Richards
rrichards Sat Dec 27 12:22:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/simplexml config.w32 php_simplexml.h Log: MFH: proper exports/imports for win32

[PHP-CVS] cvs: php-src /ext/simplexml config.w32 php_simplexml.h

2008-12-27 Thread Rob Richards
rrichards Sat Dec 27 12:21:36 2008 UTC Modified files: /php-src/ext/simplexml config.w32 php_simplexml.h Log: proper exports/imports for win32 http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/config.w32?r1=1.7r2=1.8diff_format=u Index:

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

2008-12-26 Thread Rob Richards
rrichards Fri Dec 26 20:27:14 2008 UTC Modified files: /php-src/ext/simplexml php_simplexml.h php_simplexml_exports.h simplexml.c Log: properly export functions

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml php_simplexml.h php_simplexml_exports.h simplexml.c

2008-12-26 Thread Rob Richards
rrichards Fri Dec 26 20:28:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/simplexml php_simplexml.h php_simplexml_exports.h simplexml.c Log: MFH: properly export functions

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

2008-12-26 Thread Rob Richards
rrichards Sat Dec 27 01:07:18 2008 UTC Modified files: /php-src/ext/simplexml php_simplexml.h Log: force export on win32 to workaround win32 conig issues http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/php_simplexml.h?r1=1.31r2=1.32diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml php_simplexml.h

2008-12-26 Thread Rob Richards
rrichards Sat Dec 27 01:07:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/simplexml php_simplexml.h Log: MFH: force export on win32 to workaround win32 conig issues

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom php_dom.c /ext/dom/tests bug46849.phpt

2008-12-16 Thread Rob Richards
rrichards Tue Dec 16 12:53:29 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/dom/tests bug46849.phpt Modified files: /php-src/ext/domphp_dom.c Log: MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties)

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

2008-12-16 Thread Rob Richards
rrichards Tue Dec 16 12:54:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.415r2=1.2027.2.547.2.965.2.416diff_format=u Index: php-src/NEWS diff -u

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

2008-12-16 Thread Rob Richards
rrichards Tue Dec 16 12:51:58 2008 UTC Added files: /php-src/ext/dom/tests bug46849.phpt Modified files: /php-src/ext/domphp_dom.c Log: fix bug #46849 (Cloning DOMDocument doesn't clone the properties) fix some warnings

[PHP-CVS] cvs: php-src /ext/xml compat.c /ext/xml/tests bug46699.phpt

2008-12-11 Thread Rob Richards
rrichards Fri Dec 12 04:15:14 2008 UTC Added files: /php-src/ext/xml/tests bug46699.phpt Modified files: /php-src/ext/xmlcompat.c Log: fix bug #46699: (xml_parse crash when parser is namespace aware) fix a couple warnings

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xml compat.c /ext/xml/tests bug46699.phpt

2008-12-11 Thread Rob Richards
rrichards Fri Dec 12 04:16:21 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/xml/tests bug46699.phpt Modified files: /php-src/ext/xmlcompat.c Log: MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xml compat.c /ext/xml/tests bug46699.phpt

2008-12-11 Thread Rob Richards
rrichards Fri Dec 12 04:17:26 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xml/tests bug46699.phpt Modified files: /php-src/ext/xmlcompat.c Log: MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)

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

2008-12-11 Thread Rob Richards
rrichards Fri Dec 12 04:18:13 2008 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.1357r2=1.2027.2.547.2.1358diff_format=u Index: php-src/NEWS diff -u

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

2008-12-11 Thread Rob Richards
rrichards Fri Dec 12 04:21:02 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: fix entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1358r2=1.2027.2.547.2.1359diff_format=u Index: php-src/NEWS diff -u

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

2008-12-05 Thread Rob Richards
rrichards Fri Dec 5 18:34:54 2008 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: fix arginfo - these also accept SimpleXMLElement http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.70r2=1.71diff_format=u Index:

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

2008-12-05 Thread Rob Richards
rrichards Fri Dec 5 18:35:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xslxsltprocessor.c Log: MFH: fix arginfo - these also accept SimpleXMLElement

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

2008-12-05 Thread Rob Richards
rrichards Fri Dec 5 18:36:16 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: MFH: fix arginfo - these also accept SimpleXMLElement

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xsl xsltprocessor.c

2008-12-05 Thread Rob Richards
Hannes Magnusson wrote: On Fri, Dec 5, 2008 at 19:36, Rob Richards [EMAIL PROTECTED] wrote: rrichards Fri Dec 5 18:36:16 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: MFH: fix arginfo - these also accept

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

2008-10-29 Thread Rob Richards
rrichards Wed Oct 29 21:21:06 2008 UTC Modified files: /php-src/ext/domphp_dom.c Log: fix bug #46406 (Unregistering nodeclass throws E_FATAL) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.112r2=1.113diff_format=u Index:

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

2008-10-29 Thread Rob Richards
rrichards Wed Oct 29 21:21:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/domphp_dom.c Log: MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)

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

2008-10-29 Thread Rob Richards
rrichards Wed Oct 29 21:22:34 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domphp_dom.c Log: MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)

[PHP-CVS] cvs: php-src /ext/dom text.c /ext/dom/tests bug46335.phpt

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:44:28 2008 UTC Added files: /php-src/ext/dom/tests bug46335.phpt Modified files: /php-src/ext/domtext.c Log: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters) add test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom text.c /ext/dom/tests bug46335.phpt

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:45:47 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/dom/tests bug46335.phpt Modified files: /php-src/ext/domtext.c Log: MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom text.c /ext/dom/tests bug46335.phpt

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:46:23 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dom/tests bug46335.phpt Modified files: /php-src/ext/domtext.c Log: MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte

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

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 12:46:58 2008 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.1264r2=1.2027.2.547.2.1265diff_format=u Index: php-src/NEWS diff -u

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

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:28:36 2008 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #46323 (compilation of simplexml for NetWare breaks) http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.262r2=1.263diff_format=u

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

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:29:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/simplexml simplexml.c Log: MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)

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

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:29:40 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/simplexml simplexml.c Log: MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)

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

2008-10-20 Thread Rob Richards
rrichards Mon Oct 20 19:30:56 2008 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.1266r2=1.2027.2.547.2.1267diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2008-09-30 Thread Rob Richards
rrichards Tue Sep 30 13:21:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: MFH: Windows requires SystemRoot env var to run tests

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

2008-09-30 Thread Rob Richards
rrichards Tue Sep 30 14:40:58 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: initialize keyresource http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.168r2=1.169diff_format=u Index: php-src/ext/openssl/openssl.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl openssl.c

2008-09-30 Thread Rob Richards
rrichards Tue Sep 30 14:41:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslopenssl.c Log: MFH: initialize keyresource

[PHP-CVS] cvs: php-src /sapi/cli/tests 002-win32.phpt

2008-09-30 Thread Rob Richards
rrichards Tue Sep 30 15:10:34 2008 UTC Modified files: /php-src/sapi/cli/tests 002-win32.phpt Log: use getenv http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/002-win32.phpt?r1=1.2r2=1.3diff_format=u Index: php-src/sapi/cli/tests/002-win32.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 002-win32.phpt

2008-09-30 Thread Rob Richards
rrichards Tue Sep 30 15:11:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli/tests 002-win32.phpt Log: MFH: use getenv http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/002-win32.phpt?r1=1.1.2.3r2=1.1.2.3.2.1diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/dom node.c /ext/dom/tests bug46185.phpt

2008-09-29 Thread Rob Richards
rrichards Mon Sep 29 16:52:03 2008 UTC Added files: /php-src/ext/dom/tests bug46185.phpt Modified files: /php-src/ext/domnode.c Log: fix bug #46185 (importNode changes the namespace of an XML element) add test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom node.c /ext/dom/tests bug46185.phpt

2008-09-29 Thread Rob Richards
rrichards Mon Sep 29 16:52:45 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/dom/tests bug46185.phpt Modified files: /php-src/ext/domnode.c Log: MFH: fix bug #46185 (importNode changes the namespace of an XML element)

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

2008-09-29 Thread Rob Richards
rrichards Mon Sep 29 16:53:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.332r2=1.2027.2.547.2.965.2.333diff_format=u Index: php-src/NEWS diff -u

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

2008-09-28 Thread Rob Richards
rrichards Sun Sep 28 11:59:54 2008 UTC Modified files: /php-src/ext/domdocument.c Log: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null) http://cvs.php.net/viewvc.cgi/php-src/ext/dom/document.c?r1=1.93r2=1.94diff_format=u Index:

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

2008-09-28 Thread Rob Richards
rrichards Sun Sep 28 12:00:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/domdocument.c Log: MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)

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

2008-09-28 Thread Rob Richards
rrichards Sun Sep 28 12:03:00 2008 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.1232r2=1.2027.2.547.2.1233diff_format=u Index: php-src/NEWS diff -u

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

2008-09-22 Thread Rob Richards
rrichards Mon Sep 22 15:09:07 2008 UTC Modified files: /php-src/ext/domdomconfiguration.c node.c Log: fix hints causing phpdoc crash http://cvs.php.net/viewvc.cgi/php-src/ext/dom/domconfiguration.c?r1=1.12r2=1.13diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom domconfiguration.c node.c

2008-09-22 Thread Rob Richards
rrichards Mon Sep 22 15:09:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/domdomconfiguration.c node.c Log: MFH: fix hints causing phpdoc crash

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom domconfiguration.c node.c

2008-09-22 Thread Rob Richards
rrichards Mon Sep 22 15:10:24 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domdomconfiguration.c node.c Log: MFH: fix hints causing phpdoc crash

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

2008-09-22 Thread Rob Richards
rrichards Mon Sep 22 15:30:59 2008 UTC Modified files: /php-src/ext/gd gd.c Log: sz is long not zval** http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.393r2=1.394diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.393

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

2008-09-18 Thread Rob Richards
rrichards Thu Sep 18 11:46:54 2008 UTC Modified files: /php-src/ext/xslxsltprocessor.c php_xsl.c Log: fix bug #46099 (Xsltprocessor::setProfiling - memory leak) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.65r2=1.66diff_format=u

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

2008-09-18 Thread Rob Richards
rrichards Thu Sep 18 11:47:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xslxsltprocessor.c php_xsl.c Log: MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)

  1   2   3   4   5   6   7   8   >