Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update the alpha2 release date | Ferenc Kovacs | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6 | Derick Rethans | 2014-02-11 | 7 | -14/+283 |
|\ | |||||
| * | Make html_table_gen consistent with html_table.h | Dmitry Panin | 2014-01-30 | 1 | -0/+3 |
| | | | | | | | | | | | | In commit 6dabd7de04ae3ed the html_table.h was changed manually, without changing the underlying generator (html_table_gen.php). This commit fixes it. | ||||
| * | Fix merge | Christopher Jones | 2014-02-10 | 1 | -0/+1 |
| | | |||||
| * | Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name() | Christopher Jones | 2014-02-10 | 7 | -14/+282 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Derick Rethans | 2014-02-11 | 2 | -1/+4 |
|\ \ | |/ |/| | |||||
| * | Fixed ZTS and added fix to NEWS. | Derick Rethans | 2014-02-11 | 2 | -1/+5 |
| | | |||||
| * | Make html_table_gen consistent with html_table.h | Dmitry Panin | 2014-01-30 | 1 | -0/+3 |
| | | | | | | | | | | | | In commit 6dabd7de04ae3ed the html_table.h was changed manually, without changing the underlying generator (html_table_gen.php). This commit fixes it. | ||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Derick Rethans | 2014-02-09 | 11 | -127/+76 |
|\ \ | |/ | |||||
| * | Implemented feature #45528: Allow the DateTimeZone constructor to accept ↵ | Derick Rethans | 2014-02-09 | 8 | -109/+57 |
| | | | | | | | | timezones per offset too. | ||||
| * | Rename timelib_get_zone to timelib_parse_zone and export. | Derick Rethans | 2014-02-09 | 3 | -18/+19 |
| | | |||||
| * | fix regex to detect valgrind version | Nuno Lopes | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | | New PCRE version got stricter | ||||
| * | 5.5.9 now released | Julien Pauli | 2014-02-06 | 1 | -1/+1 |
| | | |||||
* | | fix regex to detect valgrind version | Nuno Lopes | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | | New PCRE version got stricter | ||||
* | | Fixed memory leak in pow operator | Bob Weinand | 2014-02-06 | 2 | -4/+6 |
| | | |||||
* | | Added information in NEWS and UPGRADING | Bob Weinand | 2014-02-06 | 2 | -1/+8 |
| | | |||||
* | | add T_POW (**) operator | datibbaw | 2014-02-06 | 20 | -6746/+7251 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed recognition of the operator Added opcode, still doing multiply instead of pow() opcode now always returns int(42) The right answer, but always a float Yanked code from pow() implementation. Should not handle negative long as exponent ourselves Added test cases from pow() Moved precedence higher than '~' Added GMP operator overloading Added ZEND_ASSIGN_POW (**=) operator. Added pow() as a language construct. Adjusted test cases for changed precedence. Reduced pow() to shell function around ZEND_API pow_function() Reduced test case to only contain edge cases Added overloading test case Moved unary minus above T_POW Revert "Added pow() as a language construct." Bad bad bad idea. This reverts commit f60b98cf7a8371233d800a6faa286ddba4432d02. Reverted unary minus behaviour due to previous revert. Convert arrays to int(0) Exponent with array as a base becomes int(0) Rebase against master Fixed tokenizer test case | ||||
* | | add NEWS block for 5.6.0alpha3 | Ferenc Kovacs | 2014-02-06 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-06 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | | | * PHP-5.5: updated libs_version.txt update libs_version.txt | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-02-06 | 0 | -0/+0 |
| |\ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: update libs_version.txt Conflicts: win32/build/libs_version.txt | ||||
| | * | update libs_version.txt | Anatol Belski | 2014-02-06 | 1 | -1/+1 |
| | | | |||||
| * | | updated libs_version.txt | Anatol Belski | 2014-02-06 | 1 | -2/+2 |
| | | | |||||
* | | | updated libs_version.txt | Anatol Belski | 2014-02-06 | 1 | -3/+3 |
| | | | |||||
* | | | more tests for ICU >= 52.1 compat | Anatol Belski | 2014-02-05 | 6 | -3/+650 |
| | | | |||||
* | | | fix tests for ICU >= 52.1 | Anatol Belski | 2014-02-05 | 16 | -10/+462 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Hannes Magnusson | 2014-02-05 | 0 | -0/+0 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fix year | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Hannes Magnusson | 2014-02-05 | 0 | -0/+0 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: Fix year | ||||
| | * | Fix year | Hannes Magnusson | 2014-02-05 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-05 | 1 | -3/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: adapt test to curl 7.35.0 upgrade | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-02-05 | 1 | -3/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: adapt test to curl 7.35.0 upgrade | ||||
| | * | adapt test to curl 7.35.0 upgrade | Anatol Belski | 2014-02-05 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | which is a security one and should be performed as in http://curl.haxx.se/docs/adv_20140129.html | ||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-05 | 0 | -0/+0 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: move the NEWS entry into the right section | ||||
| * | | move the NEWS entry into the right section | Anatol Belski | 2014-02-05 | 1 | -3/+3 |
| | | | |||||
* | | | Fixed SNI failure from missing Z_STRVAL_PP | Daniel Lowrey | 2014-02-04 | 1 | -1/+1 |
| | | | |||||
* | | | updated NEWS | Anatol Belski | 2014-02-04 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-04 | 0 | -0/+0 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: updated NEWS | ||||
| * | | updated NEWS | Anatol Belski | 2014-02-04 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-04 | 3 | -4/+10 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: pcre tests go with 8.34 upgrade | ||||
| * | | pcre tests go with 8.34 upgrade | Anatol Belski | 2014-02-04 | 3 | -4/+10 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-04 | 104 | -5746/+22111 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: pcre upgraded to 8.34 | ||||
| * | | pcre upgraded to 8.34 | Anatol Belski | 2014-02-04 | 104 | -5746/+22111 |
| | | | |||||
* | | | mention the openssl SPKAC functions commited to master before branching out ↵ | Ferenc Kovacs | 2014-02-03 | 2 | -0/+5 |
| | | | | | | | | | | | | 5.6. see https://github.com/php/php-src/pull/267 | ||||
* | | | windows | krakjoe | 2014-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | clean symbols | krakjoe | 2014-02-02 | 1 | -0/+6 |
| | | | |||||
* | | | another patch from upstream | krakjoe | 2014-02-02 | 1 | -7/+14 |
| | | | |||||
* | | | woops | krakjoe | 2014-02-02 | 1 | -2/+4 |
| | | | |||||
* | | | better use of tmpnam/mkstemp | krakjoe | 2014-02-02 | 1 | -3/+26 |
| | | | |||||
* | | | update version | krakjoe | 2014-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | remove use of zend directly, avoid leaks/bugs in modules etc | krakjoe | 2014-02-02 | 1 | -34/+9 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6 | krakjoe | 2014-02-02 | 989 | -2232/+5358 |
|\ \ \ |