| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/dom/text.c
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/dom/text.c
|
| bfdd53c |
|
08-Aug-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Removal of deadcode identified by coverity
/php-src/ext/dom/text.c
|
| da37638 |
|
25-Jul-2011 |
Felipe Pena <felipe@php.net> |
- Make usage of new PHP_FE_END macro
/php-src/ext/dom/text.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/dom/text.c
|
| 20f5f21 |
|
29-Nov-2010 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #52656 (DOMCdataSection does not work with splitText).
/php-src/ext/dom/text.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/dom/text.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/dom/text.c
|
| 3919b16 |
|
19-Nov-2008 |
Etienne Kneuss <colder@php.net> |
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
/php-src/ext/dom/text.c
|
| fc2fb50 |
|
17-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/dom/text.c
|
| 7a37fa2 |
|
02-Nov-2008 |
Felipe Pena <felipe@php.net> |
- Revert ZEND_BEGIN_ARG_INFO change
/php-src/ext/dom/text.c
|
| df10005 |
|
24-Oct-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/dom/text.c
|
| f3f71b7 |
|
20-Oct-2008 |
Rob Richards <rrichards@php.net> |
MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters) add test
/php-src/ext/dom/text.c
|
| e19c053 |
|
10-Sep-2008 |
Rob Richards <rrichards@php.net> |
MFH: fix bug #46029 (Segfault in DOMText when using with Reflection)
/php-src/ext/dom/text.c
|
| e18b1c0 |
|
14-Aug-2008 |
Antony Dovgal <tony2001@php.net> |
MFH: fix ws, cs and folding
/php-src/ext/dom/text.c
|
| c77ca4c |
|
08-Aug-2008 |
Etienne Kneuss <colder@php.net> |
MFH: Fix error_handling usage in various extensions
/php-src/ext/dom/text.c
|
| 0058619 |
|
04-Feb-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Add missing Reflection API metadata for DOM classes.
/php-src/ext/dom/text.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/dom/text.c
|
| 6c810b0 |
|
27-Sep-2007 |
Dmitry Stogov <dmitry@php.net> |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
/php-src/ext/dom/text.c
|
| 7d3c91b |
|
14-May-2007 |
Rob Richards <rrichards@php.net> |
free wholetext properly
/php-src/ext/dom/text.c
|
| f427842 |
|
14-May-2007 |
Rob Richards <rrichards@php.net> |
Fixed bug #41374 (wholetext concats values of wrong nodes). add test
/php-src/ext/dom/text.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/dom/text.c
|
| 60941b0 |
|
21-Dec-2006 |
Rob Richards <rrichards@php.net> |
fix issues identitified by coverity
/php-src/ext/dom/text.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/dom/text.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/dom/text.c
|
| b87d8cd |
|
18-Nov-2004 |
Rob Richards <rrichards@php.net> |
prototype fixes (Jakub Vrána)
/php-src/ext/dom/text.c
|
| 7dced12 |
|
07-Oct-2004 |
Rob Richards <rrichards@php.net> |
add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes) add DOMText isElementContentWhitespace (spec name change) - old props/method kept for BC. - spec names changed when Level 3 went from Draft to Recommendation nuke some unused code
/php-src/ext/dom/text.c
|
| 5b0f34a |
|
31-May-2004 |
Rob Richards <rrichards@php.net> |
Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson) Prototype fixes
/php-src/ext/dom/text.c
|
| 9e3956b |
|
16-May-2004 |
Rob Richards <rrichards@php.net> |
constructors throw DOMException add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO
/php-src/ext/dom/text.c
|
| 010c340 |
|
31-Mar-2004 |
Rob Richards <rrichards@php.net> |
use new style constructors fix return for nodelist item
/php-src/ext/dom/text.c
|
| 602c786 |
|
16-Feb-2004 |
Rob Richards <rrichards@php.net> |
issue warning if object is in invalid state when dealing with properties
/php-src/ext/dom/text.c
|
| a2e1844 |
|
15-Feb-2004 |
Rob Richards <rrichards@php.net> |
start of dom update switch to zend_parse_method_parameters for consistancy insure object parameters are correct class types convert zvals to correct type if needed for property writes
/php-src/ext/dom/text.c
|
| 7e619b7 |
|
22-Jan-2004 |
Rob Richards <rrichards@php.net> |
update constructors so they cant be called statically
/php-src/ext/dom/text.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/php-src/ext/dom/text.c
|
| 207dc90 |
|
26-Oct-2003 |
Rob Richards <rrichards@php.net> |
add interop with simplexml - dom_import_simplexml fix cloneNode with elements
/php-src/ext/dom/text.c
|
| 21329c5 |
|
22-Aug-2003 |
Wez Furlong <wez@php.net> |
allow building without libxml2 under win32
/php-src/ext/dom/text.c
|
| 4cd0684 |
|
07-Jul-2003 |
Rob Richards <rrichards@php.net> |
implement node proxies: next phase of interop
/php-src/ext/dom/text.c
|
| 2a02045 |
|
15-Jun-2003 |
Rob Richards <rrichards@php.net> |
remove code no longer needed fix format Output property
/php-src/ext/dom/text.c
|
| 2b8fcfb |
|
12-Jun-2003 |
Rob Richards <rrichards@php.net> |
fix some calls to libxml
/php-src/ext/dom/text.c
|
| b2c4882 |
|
11-Jun-2003 |
Rob Richards <rrichards@php.net> |
forgot this: set doc for new text node as current may not be in tree
/php-src/ext/dom/text.c
|
| 110920b |
|
11-Jun-2003 |
Rob Richards <rrichards@php.net> |
add isWhitespaceInElementContent() fix splitText for nodes not in tree correct links to specs
/php-src/ext/dom/text.c
|
| a3128df |
|
10-Jun-2003 |
Rob Richards <rrichards@php.net> |
Fixed memleaks
/php-src/ext/dom/text.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/dom/text.c
|
| 6d72c89 |
|
09-Jun-2003 |
Rob Richards <rrichards@php.net> |
implmentation of document ref counting for persistance re-work of internal object handling
/php-src/ext/dom/text.c
|
| 1837db5 |
|
07-Jun-2003 |
Sterling Hughes <sterling@php.net> |
add the wholeText property
/php-src/ext/dom/text.c
|
| 6610183 |
|
06-Jun-2003 |
Sterling Hughes <sterling@php.net> |
add splitText() never has such a complex process been endured for such a simple function libxml makes me queasy right now :)
/php-src/ext/dom/text.c
|
| 1b046ed |
|
05-Jun-2003 |
Rob Richards <rrichards@php.net> |
Inital cut of new dom extension PHP5 only
/php-src/ext/dom/text.c
|