Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -60/+60 |
| | |||||
* | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) | Andrea Faulds | 2014-12-05 | 1 | -3/+0 |
| | |||||
* | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-11-23 | 4 | -0/+148 |
|\ | | | | | | | | | | | | | * PHP-5.6: tests image gd xmlwriter_full_end_element tests Tests for writeAttributeNS and xmlwriter_write_attribute_ns | ||||
| * | xmlwriter_full_end_element tests | Mauricio Vieira | 2014-08-02 | 2 | -0/+77 |
| | | |||||
| * | Tests for writeAttributeNS and xmlwriter_write_attribute_ns | Mauricio Vieira | 2014-08-02 | 2 | -0/+71 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | |||||
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -113/+0 |
| | | |||||
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
| | | | |||||
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -1/+1 |
|/ / | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -17/+30 |
| | | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | ported xsl, xml reader and writer | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | | |||||
* | | Use self instead of this(keyword) | Xinchen Hui | 2014-05-04 | 1 | -68/+68 |
| | | |||||
* | | Port XMLWriter | Xinchen Hui | 2014-05-04 | 2 | -229/+68 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
|/ | |||||
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #62064 (memory leak in the XML Writer module) | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -3/+1 |
| | | | | classes, constants, methods and properties | ||||
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+113 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -113/+0 |
| | | | | anymore and are barely updated nor available for all extensions | ||||
* | - Fix the fix :P | Felipe Pena | 2010-02-15 | 1 | -2/+1 |
| | |||||
* | - Fix test (bug #51040) | Felipe Pena | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | fix tests | Zoe Slattery | 2009-07-17 | 12 | -12/+12 |
| | |||||
* | - add a note about the actual problen so we don't forget it | Pierre Joye | 2009-05-26 | 1 | -0/+3 |
| | |||||
* | - better fix for file:/// and file://localhost (thx Ilia), init file_dest ↵ | Pierre Joye | 2009-05-25 | 1 | -2/+4 |
| | | | | when the path is an uri | ||||
* | - #48202, Out of memory error when passing non-existing filename, enable ↵ | Pierre Joye | 2009-05-25 | 4 | -13/+27 |
| | | | | related tests (marked as XFAIL now) | ||||
* | - New tests (testfest DutchUG) | Felipe Pena | 2009-05-16 | 12 | -0/+251 |
| | |||||
* | Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid | Ilia Alshanetsky | 2009-05-11 | 1 | -0/+1 |
| | | | | | paths) | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | Fixed bug #46887 (Invalid calls to php_error_docref()) | Ilia Alshanetsky | 2008-12-18 | 1 | -1/+1 |
| | | | | | # Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -57/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+57 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -57/+0 |
| | |||||
* | Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on | Ilia Alshanetsky | 2008-09-17 | 1 | -0/+6 |
| | | | | | multiple calls). | ||||
* | - Added arginfo | Felipe Pena | 2008-06-27 | 1 | -84/+445 |
| | |||||
* | Fix tests (new error message for void parameters) | Felipe Pena | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFH | Antony Dovgal | 2007-10-25 | 1 | -0/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-10-25 | 1 | -0/+1 |
| |