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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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-
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
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
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
===
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
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
===
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
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
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
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
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
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
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
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
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_
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_
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/
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
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
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.
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
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
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
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
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
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
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/
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
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
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:
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
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
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
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/
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
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
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
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
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
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
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
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
- 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
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
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
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,
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
-
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
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
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
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
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-
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
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.
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_
| 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
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
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
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
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
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
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
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.
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/
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
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
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
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/
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
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
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 - 100 of 840 matches
Mail list logo