summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update the alpha2 release dateFerenc Kovacs2014-02-121-1/+1
|
* Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Derick Rethans2014-02-117-14/+283
|\
| * Make html_table_gen consistent with html_table.hDmitry Panin2014-01-301-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 mergeChristopher Jones2014-02-101-0/+1
| |
| * Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-107-14/+282
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2014-02-112-1/+4
|\ \ | |/ |/|
| * Fixed ZTS and added fix to NEWS.Derick Rethans2014-02-112-1/+5
| |
| * Make html_table_gen consistent with html_table.hDmitry Panin2014-01-301-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.6Derick Rethans2014-02-0911-127/+76
|\ \ | |/
| * Implemented feature #45528: Allow the DateTimeZone constructor to accept ↵Derick Rethans2014-02-098-109/+57
| | | | | | | | timezones per offset too.
| * Rename timelib_get_zone to timelib_parse_zone and export.Derick Rethans2014-02-093-18/+19
| |
| * fix regex to detect valgrind versionNuno Lopes2014-02-081-1/+1
| | | | | | | | New PCRE version got stricter
| * 5.5.9 now releasedJulien Pauli2014-02-061-1/+1
| |
* | fix regex to detect valgrind versionNuno Lopes2014-02-081-1/+1
| | | | | | | | New PCRE version got stricter
* | Fixed memory leak in pow operatorBob Weinand2014-02-062-4/+6
| |
* | Added information in NEWS and UPGRADINGBob Weinand2014-02-062-1/+8
| |
* | add T_POW (**) operatordatibbaw2014-02-0620-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.0alpha3Ferenc Kovacs2014-02-061-1/+3
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-02-060-0/+0
|\ \ | |/ | | | | | | | | * PHP-5.5: updated libs_version.txt update libs_version.txt
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-02-060-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: update libs_version.txt Conflicts: win32/build/libs_version.txt
| | * update libs_version.txtAnatol Belski2014-02-061-1/+1
| | |
| * | updated libs_version.txtAnatol Belski2014-02-061-2/+2
| | |
* | | updated libs_version.txtAnatol Belski2014-02-061-3/+3
| | |
* | | more tests for ICU >= 52.1 compatAnatol Belski2014-02-056-3/+650
| | |
* | | fix tests for ICU >= 52.1Anatol Belski2014-02-0516-10/+462
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Hannes Magnusson2014-02-050-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix year
| * | Merge branch 'PHP-5.4' into PHP-5.5Hannes Magnusson2014-02-050-0/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Fix year
| | * Fix yearHannes Magnusson2014-02-051-3/+3
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-02-051-3/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: adapt test to curl 7.35.0 upgrade
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-02-051-3/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: adapt test to curl 7.35.0 upgrade
| | * adapt test to curl 7.35.0 upgradeAnatol Belski2014-02-051-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.6Anatol Belski2014-02-050-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: move the NEWS entry into the right section
| * | move the NEWS entry into the right sectionAnatol Belski2014-02-051-3/+3
| | |
* | | Fixed SNI failure from missing Z_STRVAL_PPDaniel Lowrey2014-02-041-1/+1
| | |
* | | updated NEWSAnatol Belski2014-02-041-0/+3
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-02-040-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: updated NEWS
| * | updated NEWSAnatol Belski2014-02-041-0/+3
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-02-043-4/+10
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: pcre tests go with 8.34 upgrade
| * | pcre tests go with 8.34 upgradeAnatol Belski2014-02-043-4/+10
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-02-04104-5746/+22111
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: pcre upgraded to 8.34
| * | pcre upgraded to 8.34Anatol Belski2014-02-04104-5746/+22111
| | |
* | | mention the openssl SPKAC functions commited to master before branching out ↵Ferenc Kovacs2014-02-032-0/+5
| | | | | | | | | | | | 5.6. see https://github.com/php/php-src/pull/267
* | | windowskrakjoe2014-02-021-1/+1
| | |
* | | clean symbolskrakjoe2014-02-021-0/+6
| | |
* | | another patch from upstreamkrakjoe2014-02-021-7/+14
| | |
* | | woopskrakjoe2014-02-021-2/+4
| | |
* | | better use of tmpnam/mkstempkrakjoe2014-02-021-3/+26
| | |
* | | update versionkrakjoe2014-02-021-1/+1
| | |
* | | remove use of zend directly, avoid leaks/bugs in modules etckrakjoe2014-02-021-34/+9
| | |
* | | Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6krakjoe2014-02-02989-2232/+5358
|\ \ \