Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
| | |||||
* | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| |\ | |||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | | |||||
| | * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -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 Pena | 2012-01-01 | 4 | -4/+4 |
| | | | |||||
| | * | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 4 | -10/+13 |
| | | | | | | | | | | | | | | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both | ||||
| | * | Fix wrong comment | Christian Stocker | 2011-10-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Add new xsl ini options to php.ini | ||||
| | * | Added test for Bug 54446 | Christian Stocker | 2011-10-05 | 2 | -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 Stocker | 2011-10-05 | 3 | -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 tests | Christian Stocker | 2011-08-31 | 2 | -4/+4 |
| | | | |||||
| | * | fix xsl date tests | Christian Stocker | 2011-08-29 | 2 | -3/+99 |
| | | | |||||
| | * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | | |||||
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
| | | | |||||
| | * | - fix leak introduced by the null poisoning patch | Pierre Joye | 2010-12-18 | 1 | -0/+1 |
| | | | |||||
| | * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -1/+4 |
| | | | | | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-30 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred) | ||||
| * | | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| | | | |||||
| * | | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 4 | -9/+181 |
| | | | | | | | | | | | | | | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both | ||||
| * | | Added test for XSL bug 54446 | Christian Stocker | 2011-09-12 | 1 | -0/+95 |
| | | | |||||
| * | | Revert r316043, the tests are different on purpose | Christian Stocker | 2011-09-05 | 2 | -14/+0 |
| | | | |||||
| * | | Synchronized fixed tests from 5.3 branch. | Shein Alexey | 2011-09-02 | 2 | -0/+14 |
| | | | |||||
| * | | - Set an empty string and avoid warnings and stopping of the transformation ↵ | Christian Stocker | 2011-08-31 | 3 | -15/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | process when a php function can't be called. - Fixed tests. | ||||
| * | | fix xsl date tests | Christian Stocker | 2011-08-29 | 2 | -3/+99 |
| | | | |||||
| * | | Another build fix relating to previous DOM commit | Ilia Alshanetsky | 2011-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed build | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 |
| | | | |||||
| * | | Remove unused variables | Pierrick Charron | 2011-08-07 | 1 | -1/+0 |
| | | | |||||
| * | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | | |||||
| * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| * | | - fix build | Pierre Joye | 2011-07-14 | 1 | -2/+3 |
| | | | |||||
| * | | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() | Christian Stocker | 2011-07-12 | 4 | -1/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| | | | |||||
* | | | Added the xsl.security_prefs option to 5_4 and trunk and | Christian Stocker | 2011-10-10 | 4 | -8/+180 |
| | | | | | | | | | | | | | | | | | | mark it as deprecated for BC-reasons Added tests for ini option and combination of both | ||||
* | | | Added test for XSL bug 54446 | Christian Stocker | 2011-09-12 | 1 | -0/+95 |
| | | | |||||
* | | | Revert r316043, the tests are different on purpose | Christian Stocker | 2011-09-05 | 2 | -14/+0 |
| | | | |||||
* | | | Synchronized fixed tests from 5.3 branch. | Shein Alexey | 2011-09-02 | 2 | -0/+14 |
| | | | |||||
* | | | - Set an empty string and avoid warnings and stopping of the transformation ↵ | Christian Stocker | 2011-08-31 | 3 | -15/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | process when a php function can't be called. - Fixed tests. | ||||
* | | | MFB. fix xsl date tests | Christian Stocker | 2011-08-31 | 2 | -3/+99 |
| | | | |||||
* | | | Another build fix relating to previous DOM commit | Ilia Alshanetsky | 2011-08-08 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed build | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 |
| | | | |||||
* | | | Remove unused variables | Pierrick Charron | 2011-08-07 | 1 | -1/+0 |
| | | | |||||
* | | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | | |||||
* | | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | - fix build | Pierre Joye | 2011-07-14 | 1 | -2/+3 |
| | | | |||||
* | | | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() | Christian Stocker | 2011-07-12 | 1 | -38/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | | Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() | Christian Stocker | 2011-07-11 | 4 | -0/+102 |
| | | | | | | | | | | | | | | | | | | to define forbidden operations within XSLT stylesheets, default is not to enable any write operations from XSLT anymore. Bug #54446 | ||||
* | | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits |