php-src/ext/dom
Anatol Belski e1cd0e0a38 Merge remote-tracking branch 'origin/master' into native-tls
* origin/master: (40 commits)
  int to size_t where the underlaying API supports it
  use php_socket_t instead of int
  fix signed/unsigned mismatch warning
  fix compilation warning
  Improved specialisation $this variable accessed through IS_UNUSED operand must be IS_OBJECT, so we don't have to check for its type or perform dereference.
  Add notes about get_class_entry/get_class_name to UPGRADING
  Fix casts in GD
  Drop redundant casting code from ext/filter
  update NEWS
  update NEWS
  update NEWS
  update NEWS
  Added note to UPGRADING regarding 64-bit support in pack()/unpack()
  pack(): Use SIZEOF_ZEND_LONG instead of SIZEOF_LONG
  Add 64 bit formats to pack() and unpack()
  Help to CPU branch predictor
  Removed unused EG(orig_error_reporting)
  Update get_class_name semantics
  Remove Z_OBJ_CLASS_NAME_P
  Improved VM stack primitives for fast paths. Slow paths are not inlined anymore.
  ...
2014-10-10 22:51:13 +02:00
..
examples Add charset, fixes the validate_on_parse test (confik) 2011-06-22 14:59:20 +00:00
tests Refactored DOMNodeList array dereferencing implementation 2014-10-09 23:07:12 +08:00
attr.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
cdatasection.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
characterdata.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
comment.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
config.m4
config.w32
CREDITS
document.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
documentfragment.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
documenttype.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dom_ce.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dom_fe.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dom_iterators.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
dom_properties.h Merge branch 'PHP-5.6' 2014-10-09 16:55:15 +08:00
domconfiguration.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domerror.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domerrorhandler.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domexception.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domimplementation.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domimplementationlist.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domimplementationsource.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domlocator.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
domstringlist.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
element.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
entity.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
entityreference.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
namednodemap.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
namelist.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
node.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
nodelist.c Merge branch 'PHP-5.6' 2014-10-09 23:32:19 +08:00
notation.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
php_dom.c Merge branch 'PHP-5.6' 2014-10-09 23:32:19 +08:00
php_dom.h Merge branch 'PHP-5.6' 2014-10-09 23:32:19 +08:00
processinginstruction.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
string_extend.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
text.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
TODO
typeinfo.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
userdatahandler.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
xml_common.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
xpath.c remove fetch from dom 2014-09-26 11:12:45 +01:00