Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -7/+7 |
* | This shouldn't have been a part of the previous commit | Kalle Sommer Nielsen | 2015-05-19 | 1 | -4/+0 |
* | * Make ext/dba compile with newer versions of Oracle's Berkeley (in my case 6.1) | Kalle Sommer Nielsen | 2015-05-19 | 2 | -3/+16 |
* | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed typo | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-01-20 | 1 | -24/+4 |
| |\ \ | | |/ | |||||
| | * | Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0. | Joshua Rogers | 2015-01-20 | 1 | -24/+4 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 25 | -25/+25 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 25 | -25/+25 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 25 | -25/+25 |
* | | | Fixed reference counting | Dmitry Stogov | 2015-04-08 | 2 | -8/+13 |
* | | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | | Fixed build | Xinchen Hui | 2015-03-04 | 1 | -1/+1 |
* | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -15/+7 |
* | | | Ported dba | Xinchen Hui | 2015-02-03 | 1 | -2/+4 |
* | | | Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0. | Joshua Rogers | 2015-01-20 | 1 | -24/+4 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 25 | -25/+25 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 16 | -154/+154 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 20 | -245/+243 |
* | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
* | | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -213/+0 |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 25 | -30/+30 |
|\ \ \ | |||||
| * | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 25 | -25/+25 |
| * | | | Fix ext/dba ini handling | Nikita Popov | 2014-09-11 | 1 | -5/+5 |
* | | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -4/+4 |
|/ / / | |||||
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 7 | -7/+7 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 9 | -18/+18 |
* | | | fixes to ext/dba | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 9 | -22/+22 |
* | | | Fixed tests but introduce segfaults (behavior same as trunk) | Xinchen Hui | 2014-05-21 | 1 | -5/+1 |
* | | | Fixed persistent dba handling | Xinchen Hui | 2014-05-21 | 1 | -8/+11 |
* | | | Refactored ext/dba (tests passes, but segfaults need to be fixed) | Xinchen Hui | 2014-05-21 | 9 | -86/+100 |
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.6' | Nikita Popov | 2014-02-16 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Declare a number of functions as variadic. | Rouven Weßling | 2014-02-16 | 1 | -2/+2 |
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -7/+10 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 25 | -25/+25 |
|\ \ \ | |/ / | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 25 | -25/+25 |
| |/ | |||||
* | | fix bug #62490 | Michael Wallner | 2013-12-05 | 4 | -8/+73 |
* | | more test fixes | Michael Wallner | 2013-12-03 | 4 | -5/+7 |
* | | fix test | Michael Wallner | 2013-12-03 | 1 | -2/+2 |
* | | fix php_stream_copy_to_stream_ex usage | Michael Wallner | 2013-12-03 | 1 | -5/+5 |
* | | add missing clean section | Michael Wallner | 2013-12-03 | 1 | -0/+4 |
* | | remove test for already removed feature | Michael Wallner | 2013-12-03 | 1 | -38/+0 |
|/ | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Rasmus Lerdorf | 2013-10-19 | 1 | -3/+6 |
|\ | |||||
| * | Fix unitialized opened_path here - found by Coverity | Rasmus Lerdorf | 2013-10-19 | 1 | -3/+6 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2013-09-22 | 2 | -6/+57 |
|\ \ | |/ |