| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-5.6' | Anatol Belski | 2014-10-29 | 10 | -12/+23 |
| |\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows dll export APIs needed by phpdbg fix sapi/phpdbg/config.w32 Don't treat warnings as failures in the junit output | ||||
| | * | fix output globals importing | Anatol Belski | 2014-10-29 | 2 | -2/+0 |
| | | | |||||
| | * | export output globals | Anatol Belski | 2014-10-29 | 2 | -1/+11 |
| | | | | | | | | | needed by phpdbg | ||||
| | * | use portable strndup implementation | Anatol Belski | 2014-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | unix sockets aren't available on windows | Anatol Belski | 2014-10-29 | 1 | -0/+2 |
| | | | |||||
| | * | dll export APIs needed by phpdbg | Anatol Belski | 2014-10-29 | 3 | -5/+6 |
| | | | |||||
| | * | fix sapi/phpdbg/config.w32 | Anatol Belski | 2014-10-29 | 1 | -3/+3 |
| | | | |||||
| | * | Don't treat warnings as failures in the junit output | Matteo Beccati | 2014-10-29 | 1 | -1/+4 |
| | | | | | | | | | This matches Travis and the actual return code. | ||||
| * | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 1 | -4/+4 |
| | | | |||||
| * | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 1 | -17/+17 |
| | | | | | | | | | sizeof(struct _string) doesn't increase. | ||||
| * | | fix datatype mismatch | Anatol Belski | 2014-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 2 | -7/+10 |
| | | | | | | | | | | | especially spl_dual_it_object current.pos should have the same datatype as limit.offset, also this doesn't increase the struct size. | ||||
| * | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 2 | -35/+35 |
| | | | | | | | | | PCRE uses plain datatypes, no typedefs. | ||||
| * | | fix the comparison return value | Anatol Belski | 2014-10-29 | 1 | -3/+3 |
| | | | |||||
| * | | fix datatype mismatch | Anatol Belski | 2014-10-29 | 1 | -6/+6 |
| | | | |||||
| * | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 1 | -3/+3 |
| | | | |||||
| * | | fix datatype mismatch warning | Anatol Belski | 2014-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 1 | -13/+15 |
| | | | |||||
| * | | fix datatype mismatch warnings | Anatol Belski | 2014-10-29 | 1 | -4/+4 |
| | | | |||||
| * | | fix datatype mismatch warns | Anatol Belski | 2014-10-29 | 1 | -3/+3 |
| | | | |||||
| * | | fix datatype mismatch warn | Anatol Belski | 2014-10-29 | 1 | -1/+2 |
| | | | |||||
| * | | fix datatype mismatch warnings | Anatol Belski | 2014-10-29 | 1 | -4/+4 |
| | | | |||||
| * | | fix "inconsistent dll linkage" warning caused by bison | Anatol Belski | 2014-10-29 | 2 | -0/+10 |
| | | | | | | | | | | | stdlib.h might not be always using _STDLIB_H, that will move bison to redeclare the malloc/free prototypes. | ||||
| * | | fix datatype mismatch warnings | Anatol Belski | 2014-10-29 | 6 | -362/+366 |
| | | | |||||
| * | | Don't treat warnings as failures in the junit output | Matteo Beccati | 2014-10-29 | 1 | -1/+4 |
| | | | | | | | | | This matches Travis and the actual return code. | ||||
| * | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-29 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-29 | 1 | -0/+4 |
| | |\ | |||||
| | | * | Merge php-src into phpdbg | Bob Weinand | 2014-10-29 | 1 | -1/+0 |
| | | |\ | |||||
| | | | * | cleanup uneeded json | Remi Collet | 2014-10-29 | 1 | -1/+0 |
| | | | | | |||||
| | | | * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 1 | -2/+0 |
| | | | | | |||||
| | | | * | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 3 | -0/+5 |
| | | | | | |||||
| | | | * | Merge ../phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 4 | -19/+26 |
| | | | | | | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/config.m4 | ||||
| | | * | | Enable shared builds for webhelper | Bob Weinand | 2014-10-29 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-5.6' | Matteo Beccati | 2014-10-29 | 1 | -71/+63 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | * PHP-5.6: Fixed test to work with recent libcurl versions PHP 5.5.20 now | ||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Matteo Beccati | 2014-10-29 | 1 | -71/+63 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed test to work with recent libcurl versions PHP 5.5.20 now Conflicts: configure.in main/php_version.h | ||||
| | | * | | | Fixed test to work with recent libcurl versions | Matteo Beccati | 2014-10-29 | 1 | -71/+63 |
| | | | | | | |||||
| | | * | | | PHP 5.5.20 now | Julien Pauli | 2014-10-28 | 3 | -4/+7 |
| | | | | | | |||||
| * | | | | | Merge branch 'PHP-5.6' | Remi Collet | 2014-10-29 | 1 | -1/+0 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * PHP-5.6: cleanup uneeded json | ||||
| | * | | | | cleanup uneeded json | Remi Collet | 2014-10-29 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-28 | 1 | -2/+0 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 1 | -2/+0 |
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | | * | | | Removed last HAVE_JSON check | Bob Weinand | 2014-10-28 | 1 | -2/+0 |
| | | | | | | |||||
| * | | | | | Move missing zend_hash_* macros from phpdbg.h to zend_hash.h | Bob Weinand | 2014-10-28 | 2 | -18/+18 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'origin/PHP-5.6' | Bob Weinand | 2014-10-28 | 4 | -18/+25 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/phpdbg_wait.c sapi/phpdbg/phpdbg_webdata_transfer.c | ||||
| | * | | | | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 3 | -0/+5 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | Fix versions & config.m4 | Bob Weinand | 2014-10-28 | 3 | -0/+5 |
| | | | | | | |||||
| | * | | | | Merge ../phpdbg into PHP-5.6 | Bob Weinand | 2014-10-28 | 4 | -19/+26 |
| | |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | Conflicts: sapi/phpdbg/config.m4 | ||||
| | | * | | | Use serialize instead of json for transfer | Bob Weinand | 2014-10-28 | 3 | -19/+21 |
| | | | | | | |||||
| | | * | | | Add webhelper in config.w32 | Bob Weinand | 2014-10-28 | 1 | -0/+5 |
| | | | | | | |||||
| | | * | | | Merge php-src into phpdbg | Bob Weinand | 2014-10-28 | 1 | -2/+2 |
| | | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | Conflicts: config.m4 | ||||
