summaryrefslogtreecommitdiff
path: root/ext/xsl
Commit message (Collapse)AuthorAgeFilesLines
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-70/+69
|
* Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-2321-0/+1034
|\ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: test to function addcslashes test Test PHP Init Fail Without Params Add my information to this test Add a test for the exception cases of readline_read_history added some tests to datetime and dateinterval functions added various tests for XSLTProcessor and one test for iconv extension teste basico da funcao timezone_version_get
| * added various tests for XSLTProcessor and one test for iconv extensionRodrigo Prado de Jesus2014-09-2821-0/+1034
| |
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-120/+0
| |
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-204-5/+5
|\ \ | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
| | |
| * | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
| | |
* | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
|/ /
* | 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+4
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
| |
* | master renames phase 1Anatol Belski2014-08-253-31/+31
| |
* | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-0/+1
|\ \ | | | | | | | | | | | | Conflicts: ext/xsl/xsltprocessor.c
| * | fix uninitialized args usageAnatol Belski2014-08-191-1/+6
| | |
* | | ported xsl, xml reader and writerAnatol Belski2014-08-192-6/+10
| | |
* | | basic macro replacements, all at onceAnatol Belski2014-08-192-25/+25
|/ /
* | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-2/+2
| |
* | Fixed two tests, 1 leftXinchen Hui2014-05-151-0/+1
| |
* | Refactored ext/xsl, need some help in 3 tests failedXinchen Hui2014-05-153-196/+155
| |
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-264-0/+58
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c
| * \ Merge branch 'PHP-5.6'Anatol Belski2014-04-014-0/+58
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: update NEWS updated NEWS updated NEWS added test for bug #53965 Fixed bug #53965 <xsl:include> cannot find files w/ relative paths when loaded w/ "file://"
| | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-014-0/+58
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | * 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://"
| | | * added test for bug #53965Anatol Belski2014-04-014-0/+58
| | | |
| | | * Bump yearXinchen Hui2014-01-034-4/+4
| | | |
| | * | Bump yearXinchen Hui2014-01-034-4/+4
| | | |
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+2
| | | |
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|/ / /
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-034-4/+4
|\ \ \
| * | | Bump yearXinchen Hui2014-01-034-4/+4
| |/ /
* | | Fix Bug #64776 The XSLT extension is not thread safe.Michael Wallner2013-12-021-21/+4
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-12-023-0/+109
|\ \ | |/ | | | | | | * PHP-5.4: fix bug #49634x
| * fix bug #49634xMichael Wallner2013-12-023-0/+109
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
| * Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-141-1/+1
| | | | | | | | uninitialized' warnings.
| * Happy New YearXinchen Hui2013-01-014-4/+4
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Happy New YearXinchen Hui2013-01-014-4/+4
| |
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
| |\
| | * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| | |
| | * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | | | | | | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
| | * - Year++Felipe Pena2012-01-014-4/+4
| | |
| | * Added the xsl.security_prefs option to 5_4 and trunk andChristian Stocker2011-10-104-10/+13
| | | | | | | | | | | | | | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both
| | * Fix wrong commentChristian Stocker2011-10-061-1/+3
| | | | | | | | | | | | | | | Add new xsl ini options to php.ini
| | * Added test for Bug 54446Christian Stocker2011-10-052-1/+96
| | | | | | | | | | | | | | | Init a variable to a default value to avoid issues
| | * Added xsl.security_prefs ini option to define forbidden operations within XSLT Christian Stocker2011-10-053-1/+73
| | | | | | | | | | | | | | | | | | stylesheets, default is not to enable write operations. This option won't be in 5.4, since there's a new method. Bug #54446
| | * fix xsl testsChristian Stocker2011-08-312-4/+4
| | |
| | * fix xsl date testsChristian Stocker2011-08-292-3/+99
| | |
| | * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| | |