| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/xsl/xsltprocessor.c
|
| 896ac68 |
|
11-Jun-2012 |
Marc Easen <marc@easen.co.uk> |
Fixed the common misspelling of the word occurred (occured -> occurred)
/php-src/ext/xsl/xsltprocessor.c
|
| 4e19825 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/xsl/xsltprocessor.c
|
| eb039d5 |
|
10-Oct-2011 |
Christian Stocker <chregu@php.net> |
Added the xsl.security_prefs option to 5_4 and trunk and mark it as deprecated for BC-reasons Added tests for ini option and combination of both
/php-src/ext/xsl/xsltprocessor.c
|
| 6873ef7 |
|
31-Aug-2011 |
Christian Stocker <chregu@php.net> |
- Set an empty string and avoid warnings and stopping of the transformation process when a php function can't be called. - Fixed tests.
/php-src/ext/xsl/xsltprocessor.c
|
| 9c29724 |
|
08-Aug-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Another build fix relating to previous DOM commit
/php-src/ext/xsl/xsltprocessor.c
|
| 0b3cb3f |
|
08-Aug-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed build
/php-src/ext/xsl/xsltprocessor.c
|
| e03d19a |
|
07-Aug-2011 |
Pierrick Charron <pierrick@php.net> |
Remove unused variables
/php-src/ext/xsl/xsltprocessor.c
|
| 894a746 |
|
14-Jul-2011 |
Pierre Joye <pajoye@php.net> |
- fix build
/php-src/ext/xsl/xsltprocessor.c
|
| 6be6c2d |
|
12-Jul-2011 |
Christian Stocker <chregu@php.net> |
Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to define forbidden operations within XSLT stylesheets, default is not to enable any write operations from XSLT anymore. Bug #54446 (second iteration of the code for trunk, first commit for 5.4 branch)
/php-src/ext/xsl/xsltprocessor.c
|
| 32b5f8a |
|
06-Jun-2011 |
Felipe Pena <felipe@php.net> |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
/php-src/ext/xsl/xsltprocessor.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/xsl/xsltprocessor.c
|
| 94dd837 |
|
20-Apr-2010 |
Dmitry Stogov <dmitry@php.net> |
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
/php-src/ext/xsl/xsltprocessor.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/xsl/xsltprocessor.c
|
| 556dde6 |
|
02-Sep-2009 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed return value to comply with tests
/php-src/ext/xsl/xsltprocessor.c
|
| 1fa3b21 |
|
06-Jun-2009 |
Matt Wilmas <mattwil@php.net> |
MFH: Fixed error message grammar: - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots
/php-src/ext/xsl/xsltprocessor.c
|
| 424c018 |
|
23-May-2009 |
Felipe Pena <felipe@php.net> |
- Fix error message
/php-src/ext/xsl/xsltprocessor.c
|
| 0204349 |
|
10-May-2009 |
David Coallier <davidc@php.net> |
- Removed the RETURN_TRUE to keep consistency with documentation. This function is supposed to be "void registerPHPFunctions"
/php-src/ext/xsl/xsltprocessor.c
|
| 680bc45 |
|
10-May-2009 |
Felipe Pena <felipe@php.net> |
- MFH: Fixed bug #48221 (memory leak when passing invalid xslt parameter)
/php-src/ext/xsl/xsltprocessor.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/xsl/xsltprocessor.c
|
| 64a1f04 |
|
05-Dec-2008 |
Rob Richards <rrichards@php.net> |
MFH: fix arginfo - these also accept SimpleXMLElement
/php-src/ext/xsl/xsltprocessor.c
|
| 7d4fd3f |
|
27-Nov-2008 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
/php-src/ext/xsl/xsltprocessor.c
|
| fc2fb50 |
|
17-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/xsl/xsltprocessor.c
|
| 7a37fa2 |
|
02-Nov-2008 |
Felipe Pena <felipe@php.net> |
- Revert ZEND_BEGIN_ARG_INFO change
/php-src/ext/xsl/xsltprocessor.c
|
| df10005 |
|
24-Oct-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/xsl/xsltprocessor.c
|
| 24e9b91 |
|
18-Sep-2008 |
Rob Richards <rrichards@php.net> |
MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)
/php-src/ext/xsl/xsltprocessor.c
|
| 8792255 |
|
04-May-2008 |
Rob Richards <rrichards@php.net> |
MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable
/php-src/ext/xsl/xsltprocessor.c
|
| 9d86113 |
|
29-Jan-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Fix arginfo and prototype.
/php-src/ext/xsl/xsltprocessor.c
|
| 98527ad |
|
29-Jan-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Add Reflection API metadata for XSLTProcessor.
/php-src/ext/xsl/xsltprocessor.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/xsl/xsltprocessor.c
|
| 4b4d634 |
|
07-Oct-2007 |
Yiduo (David) Wang <davidw@php.net> |
MFH: Added macros for managing zval refcounts and is_ref statuses
/php-src/ext/xsl/xsltprocessor.c
|
| ca4c55a |
|
06-Oct-2007 |
Antony Dovgal <tony2001@php.net> |
MFH: fix ws & folding, nuke unused vars
/php-src/ext/xsl/xsltprocessor.c
|
| 5b0f464 |
|
02-Oct-2007 |
Christian Stocker <chregu@php.net> |
- Added xsl->setProfiling() for profiling stylesheets.
/php-src/ext/xsl/xsltprocessor.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/xsl/xsltprocessor.c
|
| b96718b |
|
30-Jul-2007 |
Rob Richards <rrichards@php.net> |
allow user specified class to be returned from transformToDoc
/php-src/ext/xsl/xsltprocessor.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/xsl/xsltprocessor.c
|
| 7f37618 |
|
30-Dec-2006 |
Ilia Alshanetsky <iliaa@php.net> |
C++ comment
/php-src/ext/xsl/xsltprocessor.c
|
| 9c2b6ef |
|
25-Dec-2006 |
Antony Dovgal <tony2001@php.net> |
MFH
/php-src/ext/xsl/xsltprocessor.c
|
| 865f4d7 |
|
05-Dec-2006 |
Rob Richards <rrichards@php.net> |
fix bug #39625 (Apache crashes on importStylesheet call)
/php-src/ext/xsl/xsltprocessor.c
|
| 88dfe8c |
|
31-Jul-2006 |
Christian Stocker <chregu@php.net> |
return false instead of null, if it's an invalid document
/php-src/ext/xsl/xsltprocessor.c
|
| e53c538 |
|
31-Jul-2006 |
Christian Stocker <chregu@php.net> |
return true, if xsl import did work
/php-src/ext/xsl/xsltprocessor.c
|
| d7fd19b |
|
14-Jun-2006 |
Christian Stocker <chregu@php.net> |
MFH Fix a segfault, when an unknown type was given and support all known xpath object types
/php-src/ext/xsl/xsltprocessor.c
|
| 8d1427d |
|
12-May-2006 |
Rob Richards <rrichards@php.net> |
MFH: add doXInclude property to allow processor to perform XIncludes
/php-src/ext/xsl/xsltprocessor.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/xsl/xsltprocessor.c
|
| 44840ac |
|
02-Sep-2005 |
Rob Richards <rrichards@php.net> |
MFH: Fix key length so params passed by array can be retrieved by getParameter()
/php-src/ext/xsl/xsltprocessor.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/xsl/xsltprocessor.c
|
| f14292d |
|
14-Jun-2005 |
Rob Richards <rrichards@php.net> |
Fixed bug #33340 (CLI Crash when calling php:function from XSLT)
/php-src/ext/xsl/xsltprocessor.c
|
| 997690b |
|
06-Apr-2005 |
Christian Stocker <chregu@php.net> |
- Added optional first parameter to XsltProcessor::registerPHPFunctions to only allow certain functions to be called from XSLT.
/php-src/ext/xsl/xsltprocessor.c
|
| c90305c |
|
02-Mar-2005 |
Rob Richards <rrichards@php.net> |
Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP) - only in 5.1 branch for now due to significance of change
/php-src/ext/xsl/xsltprocessor.c
|
| 8d10b52 |
|
17-Jan-2005 |
Christian Stocker <chregu@php.net> |
fix protos (by Mehdi Achour )
/php-src/ext/xsl/xsltprocessor.c
|
| da5ff5d |
|
08-Sep-2004 |
Rob Richards <rrichards@php.net> |
fix issue with multiple xsl objects using registerPHPfunctions - also fixes threading issue
/php-src/ext/xsl/xsltprocessor.c
|
| 32613f5 |
|
10-Aug-2004 |
Christian Stocker <chregu@php.net> |
Fix segfault on error in xslt
/php-src/ext/xsl/xsltprocessor.c
|
| 264fd86 |
|
08-Aug-2004 |
Christian Stocker <chregu@php.net> |
- Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception - Fix some 0 Byte Memory Leaks
/php-src/ext/xsl/xsltprocessor.c
|
| e63a7d8 |
|
05-Aug-2004 |
Antony Dovgal <tony2001@php.net> |
change xsl_xsltprocessor_set_parameter() to support parameter->value arrays add test for it @Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony)
/php-src/ext/xsl/xsltprocessor.c
|
| 5f88842 |
|
28-Jul-2004 |
Christian Stocker <chregu@php.net> |
Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)
/php-src/ext/xsl/xsltprocessor.c
|
| 6544f8d |
|
28-May-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed memory leak on error.
/php-src/ext/xsl/xsltprocessor.c
|
| c59471c |
|
28-May-2004 |
Christian Stocker <chregu@php.net> |
fix memleak in php callbacks
/php-src/ext/xsl/xsltprocessor.c
|
| 65bc57a |
|
20-Apr-2004 |
Christian Stocker <chregu@php.net> |
- make static methods calls work from within xslt - extended tests
/php-src/ext/xsl/xsltprocessor.c
|
| d7cea09 |
|
28-Mar-2004 |
Marcus Boerger <helly@php.net> |
Fix XSL (Rob/Marcus)
/php-src/ext/xsl/xsltprocessor.c
|
| 5e4b287 |
|
01-Mar-2004 |
Rob Richards <rrichards@php.net> |
use php_libxml_import_node for transform functions
/php-src/ext/xsl/xsltprocessor.c
|
| 76ee570 |
|
01-Mar-2004 |
Rob Richards <rrichards@php.net> |
Fix bug #27436 dom_import_simplexml innaccurate extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions
/php-src/ext/xsl/xsltprocessor.c
|
| 109ea54 |
|
29-Jan-2004 |
Rob Richards <rrichards@php.net> |
fix corruption when cloneDocument is not defined
/php-src/ext/xsl/xsltprocessor.c
|
| d4488cc |
|
19-Jan-2004 |
Christian Stocker <chregu@php.net> |
Cosmetics and NEWS entry
/php-src/ext/xsl/xsltprocessor.c
|
| 23b30e9 |
|
19-Jan-2004 |
Christian Stocker <chregu@php.net> |
@- added XsltProcessor->registerPhpFunctions() (Christian) without that method call, it is not allowed to call php functions from xslt stylesheets for security reasons.
/php-src/ext/xsl/xsltprocessor.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/php-src/ext/xsl/xsltprocessor.c
|
| ab29ed0 |
|
22-Dec-2003 |
Rob Richards <rrichards@php.net> |
rollback to previouos version bug #26690 fixed in libxml.c
/php-src/ext/xsl/xsltprocessor.c
|
| a8c58f1 |
|
22-Dec-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).
/php-src/ext/xsl/xsltprocessor.c
|
| 5c039bb |
|
29-Nov-2003 |
Christian Stocker <chregu@php.net> |
Fixed for Bug #26384 (domxslt->process causes segfault with xsl:key)
/php-src/ext/xsl/xsltprocessor.c
|
| 44ae818 |
|
21-Nov-2003 |
Christian Stocker <chregu@php.net> |
- Added $proc->hasExsltSupport()
/php-src/ext/xsl/xsltprocessor.c
|
| 4561445 |
|
27-Oct-2003 |
Christian Stocker <chregu@php.net> |
fix for test Nr 3 bug (not freeing all params)
/php-src/ext/xsl/xsltprocessor.c
|
| 09c09f4 |
|
26-Oct-2003 |
Rob Richards <rrichards@php.net> |
use common structures from php_libxml.h
/php-src/ext/xsl/xsltprocessor.c
|
| bd2511a |
|
22-Sep-2003 |
Rob Richards <rrichards@php.net> |
set base href for copied, imported doc set environment for imported stylesheet add optional clone parameter for data to transform
/php-src/ext/xsl/xsltprocessor.c
|
| ea1b334 |
|
24-Aug-2003 |
Rob Richards <rrichards@php.net> |
remove document pointer references as doc is now copied
/php-src/ext/xsl/xsltprocessor.c
|
| 20a878d |
|
20-Aug-2003 |
Rob Richards <rrichards@php.net> |
doc must be copied when importing stylesheet libxslt uses the _private for processing
/php-src/ext/xsl/xsltprocessor.c
|
| 93bcd55 |
|
12-Aug-2003 |
Ilia Alshanetsky <iliaa@php.net> |
emalloc -> safe_emalloc
/php-src/ext/xsl/xsltprocessor.c
|
| 036b93c |
|
07-Aug-2003 |
Rob Richards <rrichards@php.net> |
fix segfault when importing multiple documents
/php-src/ext/xsl/xsltprocessor.c
|
| 3b2507b |
|
07-Jul-2003 |
Rob Richards <rrichards@php.net> |
changed to studlyCaps naming convention
/php-src/ext/xsl/xsltprocessor.c
|
| 1688895 |
|
05-Jul-2003 |
Rob Richards <rrichards@php.net> |
use common doc with ref counting rather than copy
/php-src/ext/xsl/xsltprocessor.c
|
| e52b96a |
|
19-Jun-2003 |
Rob Richards <rrichards@php.net> |
add xsl_xsltprocessor_transform_to_uri functionality fix a few unhandled error conditions fix compiler warnings
/php-src/ext/xsl/xsltprocessor.c
|
| 14fad0e |
|
14-Jun-2003 |
Rob Richards <rrichards@php.net> |
interoperability support
/php-src/ext/xsl/xsltprocessor.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/xsl/xsltprocessor.c
|
| f295772 |
|
09-Jun-2003 |
Rob Richards <rrichards@php.net> |
changes for /ext/dom document ref count changes for /ext/dom internal object handling
/php-src/ext/xsl/xsltprocessor.c
|
| 3ebf297 |
|
05-Jun-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Avoid unnecesary zval separation
/php-src/ext/xsl/xsltprocessor.c
|
| 848795e |
|
05-Jun-2003 |
Rob Richards <rrichards@php.net> |
Inital cut of new xsl extension interoperates with new dom extension PHP5 only
/php-src/ext/xsl/xsltprocessor.c
|