| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- testing for null property read
- no zval copying if the type is already long
- memory fix for master
|
| |
|
|
|
|
| |
Fixes #67949
|
| |
|
|\
| |
| |
| |
| | |
* PHP-5.4:
Correct typo in comments: 'initialized'
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191
|
| |
| |
| |
| |
| | |
DOMDocument::substituteEntities needs to be set to true in order for
external entities to be parsed.
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
correct the bug #67081 fix
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Fixed bug #67081 DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset
|
| |
| |
| |
| | |
not only the subset
|
|\ \
| |/
| |
| |
| |
| |
| | |
* PHP-5.4:
updated NEWS
added test for bug #53965
Fixed bug #53965 <xsl:include> cannot find files w/ relative paths when loaded w/ "file://"
|
| |
| |
| |
| | |
loaded w/ "file://"
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
Fixed bug #61645 (fopen and O_NONBLOCK)
fix possibly uninitialized value
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Fix bug #65196
|
| |
| |
| |
| |
| |
| | |
Passing DOMDocumentFragment to DOMDocument::saveHTML()
produces invalid markup, because a DocumentFragment is just a container
for child nodes and not a real node itself.
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
Suppress compiler warning "warning: variable ‘length’ set but not used [-Wunused-but-set-variable]"
Suppress compiler warning "warning: variable ‘retcount’ set but not used [-Wunused-but-set-variable]"
|
| |
| |
| |
| | |
[-Wunused-but-set-variable]"
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* PHP-5.4:
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
Conflicts:
ext/dba/libinifile/inifile.c
|
| |
| |
| |
| | |
uninitialized' warnings.
|
| | |
|
| |
| |
| |
| |
| |
| | |
directory for the php source code.
It fixs the fail on the load of the dtd in the tests modified by this commit.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tests for error1: not well formed xml
tests for error2: not well formed xml attribute without colon
tests for error2: not well formed xml, typo
tests for error4: wrong xml version
tests for error5: extra content at the end of the doc
tests libxml_dtd_load
tests libxml_dtd_valid
tests for libdtd_noerror
tests for LIBXML_DTDATTR, LIBXML_NOCDATA, LIBXML_NOENT and LIBXML_NOBLANKS
the basic behavior
fix comments
|
|\ \
| | |
| | |
| | |
| | | |
* pull-request/325:
Add schema default/fixed value support
|
| | |
| | |
| | |
| | |
| | | |
Added support for adding fixed/default values during XSD validation
and added/updated associated tests
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
non living code related typo fixes
Conflicts:
Zend/zend_compile.c
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* pull-request/341: (23 commits)
typofixes
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* pull-request/341: (23 commits)
typofixes
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
PHPTests for the DOMDocument::loadHTMLfile method. They cover - The basic behaviour - When the method receives as argument a file which doesn't exist - When the argument is an empty string - When an empty file is loaded - When a not-well formed html file is loaded
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
They cover
- The basic behaviour
- When the method receives as argument a file which doesn't exist
- When the argument is an empty string
- When an empty file is loaded
- When a not-well formed html file is loaded
It also includes 2 auxilary files
- An empty html file
- A not well formed html file
|
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
properly raised by the method DOMNode::insertBefore(newNode, [refNode]).
Each file covers a different test case
DOMNode_insertBefore_error2.phpt: refNode is a sibling of the node where newNode wanted to be inserted.
DOMNode_insertBefore_error3.phpt: refNode is the parent of the node where newNode wanted to be inserted.
DOMNode_insertBefore_error4.phpt: refNode is a brand new node.
DOMNode_insertBefore_error5.phpt: refNode is a descendant (not child) of the node where newNode wanted to be inserted.
DOMNode_insertBefore_error6.phpt: refNode is the node where newNode wanted to be inserted.
|
| | |
|
| |
| |
| |
| | |
RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.3:
- Value stored to var is never read
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
# By Daniel Veillard
* PHP-5.3:
Update to work with libxml 2.9.0
|
| | |
|