Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fix merge | Felipe Pena | 2015-02-16 | 1 | -0/+3 |
| | | |||||
* | | - Fix merge | Felipe Pena | 2015-02-16 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2015-02-16 | 1 | -0/+3 |
| |\ \ | | |/ | |/| | | | | | | | | | | * PHP-5.4: - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de Update NEWS | ||||
| | * | - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: ↵ | Felipe Pena | 2015-02-16 | 1 | -0/+3 |
| | | | | | | | | | | | | brandt at docoloc dot de | ||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| |/ | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -6/+5 |
| | | |||||
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+2 |
| | | | | | | | | for better comparability with the mainstream | ||||
* | | cleanup TSRMLS_FETCH in ext/soap | Anatol Belski | 2014-09-26 | 1 | -2/+0 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
|\ | |||||
| * | Fix TSRM (after afc1debb) | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-20 | 1 | -2/+9 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h | ||||
| * | Fixed external entity loading | Dmitry Stogov | 2013-02-20 | 1 | -2/+9 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.3: Proper bit reset code | ||||
| * | Proper bit reset code | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-07 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | * PHP-5.3: Disabled external entities loading | ||||
| * | Disabled external entities loading | Dmitry Stogov | 2013-02-07 | 1 | -0/+2 |
| | | |||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - cleanup ze1/ze2 | Pierre Joye | 2010-09-16 | 1 | -26/+0 |
| | | |||||
* | | 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 | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe) | Felipe Pena | 2009-12-01 | 1 | -0/+3 |
| | | | | | | | | - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) [DOC] | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Nuke signed/unsigned compiler warnings | Dmitry Stogov | 2006-07-11 | 1 | -14/+14 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed ZTS build | Dmitry Stogov | 2005-08-02 | 1 | -1/+1 |
| | |||||
* | Allow SOAP work when allow_url_fopen is turned off. | Dmitry Stogov | 2005-08-01 | 1 | -0/+5 |
| | |||||
* | Source cleanup | Dmitry Stogov | 2004-02-13 | 1 | -4/+4 |
| | |||||
* | optimization | Dmitry Stogov | 2004-02-06 | 1 | -1/+0 |
| | |||||
* | PHP5 and WIN32 support was improved | Dmitry Stogov | 2004-02-06 | 1 | -0/+2 |
| | |||||
* | WSDL parsing speedup. Source cleanup. | Dmitry Stogov | 2004-02-05 | 1 | -47/+138 |
| | |||||
* | fix: proper handling of SOAP 1.1 href and unresolved attributes references | Dmitry Stogov | 2004-02-02 | 1 | -1/+1 |
| |