bjori Wed Jun 10 14:28:06 2009 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Fix extension loading order
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.276&r2=1.277&diff_format=u
Index: php-src/ext/simplexml/simpl
davidc Wed Feb 4 00:07:27 2009 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug46048.phpt
Log:
- MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator).
http://cvs.php.net/viewvc.cgi/p
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.262&r2=1.263&diff_format=u
rrichards Thu Sep 11 14:20:30 2008 UTC
Added files:
/php-src/ext/simplexml/testsbug46047.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #46047 (SimpleXML converts empty nodes into object with nested
rrichards Wed Sep 10 16:28:20 2008 UTC
Added files:
/php-src/ext/simplexml/testsbug46003.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #46003 (isset on nonexisting node return unexpected results)
rrichards Wed Sep 10 11:20:35 2008 UTC
Added files:
/php-src/ext/simplexml/testsbug45553.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #45553 (Using XPath for attributes with a namespace does not wo
felipe Fri Jun 27 15:47:21 2008 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- MFB: Added arginfo
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.255&r2=1.256&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
dif
iliaa Fri May 23 15:46:24 2008 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
MFB:When dumping entire document to file via asXml() don't lose the encoding
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.254&r2=1.255&di
colder Sat May 3 15:09:24 2008 UTC
Added files:
/php-src/ext/simplexml/tests035.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Fix #44484 (define SimpleXMLElement::__toString())
http://cvs.php.net/viewvc.cgi/
rrichards Thu Mar 20 16:46:55 2008 UTC
Added files:
/php-src/ext/simplexml/testsbug44478.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #44478 (Inconsistent behaviour when assigning new nodes)
add
rrichards Thu Jan 31 21:58:09 2008 UTC
Added files:
/php-src/ext/simplexml/testsbug42369.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #42369 (Implicit conversion to string leaks memory)
add test
dmitry Tue Jan 29 09:59:53 2008 UTC
Modified files:
/ZendEngine2zend_gc.c zend_gc.h
/ZendEngine2/tests bug43918.phpt
/php-src/ext/simplexml simplexml.c
Log:
Fixed bug #43918 (Segmentation fault in garbage collector)
http://cvs.php.net/
tony2001Wed Jan 23 09:59:42 2008 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug37076_1.phpt
Log:
MFH: fix leak appearing when appending data to unnamed attribute
http://cvs.php.net/viewvc.cgi/p
helly Tue Jan 22 20:40:30 2008 UTC
Added files:
/php-src/ext/simplexml/testsbug37076.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)
http://cvs.php.n
tony2001Fri Nov 30 13:15:38 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix folding, move protos to the top of the sources
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.246&r2=1.247&diff_format=u
Index:
rrichards Mon Nov 12 18:58:01 2007 UTC
Added files:
/php-src/ext/simplexml/testsbug43221.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #43221 (SimpleXML adding default namespace in addAttribute)
a
rrichards Tue Jul 31 15:40:00 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #41833 (addChild() on a non-existent node, no node created, getName()
segfaults)
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1
rrichards Tue Jul 31 15:07:15 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix possible crash
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.241&r2=1.242&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
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
pollita Wed Jul 4 05:05:32 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Fix behavior of empty($sxe->element) and empty($sxe['prop'])
when used on empty elements properties (apply PHP emptiness rules)
http://cvs.php.net/viewvc.cgi/p
rrichards Tue Jul 3 15:02:40 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug41861.phpt
Log:
MFB: fix bug #41861 (getNamespaces() returns namespaces of node's siblings)
add test
http://cvs.php
dmitry Mon Jul 2 11:53:08 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Allow unicode XML
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.237&r2=1.238&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff -
rrichards Mon Jul 2 11:36:28 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug41867.phpt
Log:
MFB: fix bug #41867 (getName is broken)
add test
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexm
nlopess Sun Jun 24 11:43:34 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
MFB:fix memleak in sxe_prop_dim_read()
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.234&r2=1.235&diff_format=u
Index: php-src/ext/simplexml/
dmitry Wed Jun 13 13:39:00 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests027.phpt bug35785.phpt bug41582.phpt
Log:
Fixed wrong fic for bug #41582
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/s
tony2001Tue Jun 5 10:02:02 2007 UTC
Added files:
/php-src/ext/simplexml/testsbug41582.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix #41582 (SimpleXML crashes when accessing newly created element)
rrichards Mon Mar 26 20:16:16 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug37386.phpt
Log:
MFB: fix bug #37386 (autocreating element doesn't assign value to first node)
all single SimpleXMLElem
tony2001Tue Feb 20 14:04:59 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix leak, convert unicode values to string before assigning
change error message to use zend_error() since there is no active function
http://cvs.php.n
tony2001Tue Feb 20 13:21:54 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix #38406 (crash when assigning objects to SimpleXML attributes)
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.228&r2=1.229&diff_
tony2001Mon Feb 12 21:13:01 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug40451.phpt
Log:
MFB: #40451 (addAttribute() may crash when used with non-existent child node)
http://cvs.php.net/v
helly Thu Jan 18 23:23:50 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Implement debug helper
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.226&r2=1.227&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
di
rrichards Sat Dec 30 15:42:24 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug39760.phpt
Log:
MFB: fix bug #39760 (cloning fails on nested SimpleXML-Object)
add test
http://cvs.php.net/viewvc.c
tony2001Wed Nov 29 22:53:21 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
add missing folding marker
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.223&r2=1.224&diff_format=u
Index: php-src/ext/simplexml/s
On 11/29/2006 11:52 AM, Rob Richards wrote:
rrichards Wed Nov 29 08:52:09 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests bug39662.phpt
Log:
MFB: correct fix for bug #39662 to fix leak and tree corruption
fix
rrichards Wed Nov 29 08:52:09 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug39662.phpt
Log:
MFB: correct fix for bug #39662 to fix leak and tree corruption
fix test
http://cvs.php.net/viewvc.
tony2001Tue Nov 28 18:57:37 2006 UTC
Added files:
/php-src/ext/simplexml/testsbug39662.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
nlopess Wed Sep 6 15:32:19 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.218&r2=1.219&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/sim
sebastian Wed Aug 16 08:51:34 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/standard http_fopen_wrapper.c
Log:
Sync with php_trim() API change.
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.
rrichards Mon Aug 14 11:58:49 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/testsbug38424.phpt
Log:
MFB: fix bug #38424 (Different attribute assignment if new or existing)
add test
http://cvs.php.net
rrichards Tue Aug 8 20:52:46 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests002.phpt 003.phpt 004.phpt 005.phpt
006.phpt 007.phpt 008.phpt 009.phpt
chregu Sun Aug 6 19:39:38 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Fix #38354 (Unwanted reformatting of XML when using AsXML)
(MFB)
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.212&r2=1.213&diff_form
tony2001Sun Aug 6 13:27:38 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
avoid extra strlen() call, we have the length of the data
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.210&r2=1.211&diff_format=u
bjori Mon Jun 26 15:36:45 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
MFB: saveXML() -> asXML() alias
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.209&r2=1.210&diff_format=u
Index: php-src/ext/simplexml/simp
helly Tue May 23 22:22:35 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Readd NULL as allowed classname to skip parameter
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.208&r2=1.209&diff_format=u
Index: php-src/
helly Tue May 23 21:37:18 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Fix SEGV in case class to generate is not derived from SimpleXMLElement
by issueing an error
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml
helly Wed May 17 00:07:05 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Proto fix/add
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.206&r2=1.207&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff -u ph
Hello Rob,
actually the comment was wrong/premature. This part of todays changes
only allows the URI to be specified. The prefix stuff comes later. And
well the prefix stuff is only a convenient stuff if you know what you do.
And yes you are right only the URI is unique but not all people know t
I think using namespace URI will also help us out with default
namespaces because they don't have a ns prefix.
-adam
On Fri, 14 Apr 2006, Rob Richards wrote:
> Hi Marcus,
>
> I think it would be better to speficy namespace URI rather than prefix.
> Prefix can be anything, so unless you know what
Hi Marcus,
I think it would be better to speficy namespace URI rather than prefix.
Prefix can be anything, so unless you know what was used, you need to
use the new namespace methods (which are primarily debug functions). It
is more common to known the URI than prefix.
I havent tried the cha
helly Fri Apr 14 14:07:51 2006 UTC
Added files:
/php-src/ext/simplexml/testsprofile12.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Allow access to namespaced root by specifying prefix on creation
- Fix acc
helly Fri Apr 14 12:18:15 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- If node no longer exists then there won't be any data
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.203&r2=1.204&diff_format=u
Index: php-
helly Mon Apr 10 23:19:23 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Coverity issue 59
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.202&r2=1.203&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff -
rrichards Mon Mar 6 20:16:03 2006 UTC
Added files:
/php-src/ext/simplexml/tests031.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
implement addChild() and addAttribute() methods
add test
http://cvs.php
tony2001Sun Mar 5 15:58:09 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
MF51: fix #36611 (assignment to SimpleXML object attribute changes argument
type to string)
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplex
rrichards Sun Mar 5 14:01:13 2006 UTC
Added files:
/php-src/ext/simplexml/tests030.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests027.phpt bug35785.phpt
Log:
fix crash pa
rrichards Wed Mar 1 15:36:34 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
nuke tests for libxml2 version - will always be > 2.6.0
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.195&r2=1.196&diff_format=u
Ind
helly Mon Feb 27 11:55:24 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- MFB
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.193&r2=1.194&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/
helly Sun Feb 26 16:12:21 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Missing conversion
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.192&r2=1.193&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff
helly Sun Feb 26 13:37:54 2006 UTC
Added files:
/php-src/ext/simplexml/tests028.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Add another write case
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/sim
helly Sun Feb 26 12:00:39 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Unicode support
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.189&r2=1.190&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff -u
helly Sat Feb 25 23:41:06 2006 UTC
Added files:
/php-src/ext/simplexml/tests026.phpt 027.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Added ability to add elements by index if such elements already exist
-
helly Fri Feb 24 15:49:13 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Add ability to add new nodes via properties
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.187&r2=1.188&diff_format=u
Index: php-src/ext/si
tony2001Mon Feb 6 10:54:49 2006 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
MF51: initialize variables
http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.184&r2=1.185&diff_format=u
Index: php-src/ext/simplexml/
helly Sun Feb 5 23:31:47 2006 UTC
Modified files:
/php-src/ext/splspl_iterators.c spl_directory.c spl_array.c
/php-src/ext/simplexml simplexml.c
/pecl/pdo php_pdo_int.h pdo_stmt.c
/php-src/ext/unicodeunicode_iterators.c
Log:
- I
nal Message-
> From: Jani Taskinen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 07, 2005 8:23 PM
> To: Dmitry Stogov
> Cc: [email protected]
> Subject: Re: [PHP-CVS] cvs: php-src /ext/simplexml
> simplexml.c /ext/simplexml/tests000.phpt 001.phpt 002.phpt
> 003
All these macros around and you still duplicate the stuff?
Instead of doing:
ZVAL_U_STRING(ZEND_U_CONVERTER(UG(runtime_encoding_conv))...
Why not use the ZVAL_RT_STRING macro? (What is RT supposed to be anyway?)
--Jani
On Wed, 7 Dec 2005, Dmitry Stogov wrote:
dmitry
dmitry Wed Dec 7 11:52:13 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests000.phpt 001.phpt 002.phpt 003.phpt
004.phpt 007.phpt 010.phpt 022.phpt
helly Wed Nov 30 03:14:49 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests023.phpt
Log:
- Fix tests
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.178&r2=1.179&ty=u
Index: php-src/ex
Hi Marcus,
You broke tests in unicode mode.
Dmitry.
> -Original Message-
> From: Marcus Boerger [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 29, 2005 5:46 AM
> To: [email protected]
> Subject: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c
>
>
&g
helly Mon Nov 28 21:46:20 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Fix some memleaks
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.177&r2=1.178&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ex
helly Sun Nov 20 08:03:19 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Extend SimpleXmlElement::__construct() with two parameters
. int options: pass options to 2.6.0+ parsing functions
. bool data_is_url: whether first parameter is a url rather then xml
data
helly Sun Nov 20 08:03:19 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Extend SimpleXmlElement::__construct() with two parameters
. int options: pass options to 2.6.0+ parsing functions
. bool data_is_url: whether first paramete
rasmus Sat Nov 5 17:41:11 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
MFB - This isn't a DOM thing anymore, just libxml
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.175&r2=1.176&ty=u
Index: php-src/ext/simplex
rrichards Tue Nov 1 18:21:29 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests025.phpt
Log:
optimize sxe_add_registered_namespaces
add only first encountered prefixes to namespace arrays
update tes
Hello Rob,
Tuesday, November 1, 2005, 12:59:02 PM, you wrote:
> Marcus Boerger wrote:
>>>When doing a recursive get, if the namespace is redefined further down
>>>in the subtree, the redefinition is what ends up in the array rather
>>>than the closest namespace to the element. Just to be clear
helly Tue Nov 1 06:53:14 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests025.phpt
Log:
- Handle default namespaces
# Another time it shows xml is far from being simple
http://cvs.php.net/diff.php/
Marcus Boerger wrote:
When doing a recursive get, if the namespace is redefined further down
in the subtree, the redefinition is what ends up in the array rather
than the closest namespace to the element. Just to be clear this also
only adds namespaces that are used, not those defined but not
Hello Rob,
Tuesday, November 1, 2005, 11:49:22 AM, you wrote:
> Marcus,
> There are a few problems with this approach. A crash will occur if
> adding a default namespace as there is no prefix.
> The namespace should probably be the key and prefix the value or default
> namespaces should not be
Marcus,
There are a few problems with this approach. A crash will occur if
adding a default namespace as there is no prefix.
The namespace should probably be the key and prefix the value or default
namespaces should not be added.
When doing a recursive get, if the namespace is redefined furth
helly Mon Oct 31 15:06:29 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests000.phpt
Log:
- Implement count interface
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.172&r2=1.173&ty=u
rrichards Mon Oct 31 14:51:44 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
check node type before accessing ns - prevent corruption under compact mode
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.171&r2=1.172&
helly Mon Oct 31 14:09:13 2005 EDT
Added files:
/php-src/ext/simplexml/tests025.phpt
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Add functions to check for registered/in use namespaces
http://cvs.php.net/d
helly Sun Oct 30 15:37:30 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests000.phpt
Log:
- Bugfix #35028 XML object fails FALSE test
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.169
helly Sat Oct 29 20:38:42 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Protect against some edge case that is currently imossible, but will be
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.168&r2=1.169&ty=u
Index
helly Sat Oct 29 20:35:56 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Simplify & speedup, once more
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.167&r2=1.168&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -
helly Sat Oct 29 20:20:38 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Simplify & speedup
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.166&r2=1.167&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/e
helly Sat Oct 29 17:16:19 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
- Fix attribute handling when using xpath expressions that lead to attributes
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.165&r2=1.166&ty=u
In
helly Sat Oct 29 12:12:57 2005 EDT
Added files:
/php-src/ext/simplexml/tests000.phpt 000.xml
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests001.phpt 002.phpt 003.phpt 004.phpt
helly Sun Oct 23 19:41:20 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/simplexml/tests023.phpt
Log:
- Fix issue with entities in attributes
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.163&r2=
dmitry Thu Oct 6 02:27:28 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Fixed compilation error
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.162&r2=1.163&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php
helly Wed Oct 5 15:12:44 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/splspl_directory.c spl_iterators.c
/php-src/ext/tidy tidy.c
Log:
- Update cast_object handlers
http://cvs.php.net/diff.php/php-src/ext/simple
rrichards Wed Aug 31 13:00:25 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
make sxe_properties_get respect namespace scope
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.158&r2=1.159&ty=u
Index: php-src/ext/simp
never mind. i thought you were changing a PHP function :)
At 06:05 AM 8/16/2005 +, Rolland Santimano wrote:
rolland Tue Aug 16 02:05:00 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/standard http_fopen_wrapper.c
Log:
Updated calls
rolland Tue Aug 16 02:05:00 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
/php-src/ext/standard http_fopen_wrapper.c
Log:
Updated calls to php_trim() to provide arg for returned string type
http://cvs.php.net/diff.php/php-src/ext
rasmus Wed Jul 6 23:53:49 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Missing closing folding marker
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.149&r2=1.150&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff
sniper Fri Jun 17 07:35:23 2005 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Use the new dependency system
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.147&r2=1.148&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -u
rrichards Sun Dec 5 07:02:35 2004 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
add optional parameter to pass libxml document load options
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.146&r2=1.147&ty=u
Index: php-
pollita Fri Aug 6 12:36:01 2004 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
ZTS Fix
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.144&r2=1.145&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/simplexml/
tony2001Wed Aug 4 10:57:40 2004 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
nuke unused variable
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.142&r2=1.143&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -
zeevWed Aug 4 10:41:56 2004 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
Fix prototypes
http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.141&r2=1.142&ty=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/
1 - 100 of 186 matches
Mail list logo