summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use the bare tarball filename for the stub, no path elementsAnatol Belski2015-08-191-2/+2
* Update NEWsXinchen Hui2015-08-191-0/+2
* Merge branch 'master' of https://github.com/marcioAlmada/php-srcXinchen Hui2015-08-193-5/+60
|\
| * fixes a syntactical inconsistency with group use and leading `\`Márcio Almada2015-08-183-5/+60
* | This bug is already fixed, but it's better to have a bug entry for the recordXinchen Hui2015-08-191-0/+2
* | Resolve build warnings. Bump ver. Better range check. Fix diffsChristopher Jones2015-08-198-25/+33
* | Fixed bug #70295 (Segmentation fault with setrawcookie)Bob Weinand2015-08-192-2/+5
|/
* correct NEWSAnatol Belski2015-08-181-2/+1
* Merge branch 'PHP-5.6'Christoph M. Becker2015-08-181-11/+2
|\
| * Fix #67604: The built windows documention refers to nonexistent dllChristoph M. Becker2015-08-181-11/+2
* | Use macros for openssl overflow checksJakub Zelenka2015-08-181-63/+40
* | Fix possible overflow in openssl_pbkdf2Jakub Zelenka2015-08-181-0/+16
* | NEWS for nextAnatol Belski2015-08-181-2/+7
* | Fix mangled property names on anon classesJoe Watkins2015-08-182-0/+16
|\ \
| * | Add test: unmangling private properties in anon class instancesSteven Hilder2015-08-061-0/+11
| * | Allow property names from anonymous classes to be unmangledSteven Hilder2015-08-061-0/+5
* | | Merge branch 'PHP-5.6'Côme Bernigaud2015-08-181-16/+36
|\ \ \ | | |/ | |/|
| * | Merge branch 'pull-request/1477' into PHP-5.6Côme Bernigaud2015-08-181-16/+36
| |\ \
| | * | Patch from Rainer Jung to provide Solaris LDAP supportCôme Bernigaud2015-08-181-16/+36
| |/ /
* | | Merge branch 'patch-gdbinit' of https://github.com/adsr/php-srcXinchen Hui2015-08-181-1/+1
|\ \ \
| * | | Prevent warning when printing arrays in gdbAdam Saponara2015-08-141-1/+1
* | | | Fixed memleak in Zend/tests/bug39297Xinchen Hui2015-08-181-1/+1
* | | | Fixed bug #70288 (Apache crash related to ZEND_SEND_REF)Xinchen Hui2015-08-184-9/+20
* | | | Fixed bug #70293 (Crash with specific assertions and zend.assertions=-1)Bob Weinand2015-08-183-5/+23
* | | | Removed unused codeJulien Pauli2015-08-182-10/+0
* | | | Woops, accidentally made TS build fail...Bob Weinand2015-08-181-1/+0
* | | | Revert fix for nicer truncation on log_errors_max_lenBob Weinand2015-08-181-1/+1
* | | | Fix #70289: Different sort in php7 (and hhvm) compared to php5Christoph M. Becker2015-08-182-3/+8
* | | | Lost this entry while mergingXinchen Hui2015-08-181-0/+1
* | | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-08-183-5/+23
|\ \ \ \
| * | | | Better fix for exception traces truncation with anon classesBob Weinand2015-08-184-5/+24
* | | | | Fixed bug #70272 (Segfault in pdo_mysql)Xinchen Hui2015-08-184-4/+34
* | | | | Improved fix for bug #70262Xinchen Hui2015-08-184-38/+29
* | | | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-08-1815-22/+96
|\ \ \ \ \ | |/ / / /
| * | | | Revert "Do not truncate exception traces upon anon class name"Dmitry Stogov2015-08-181-2/+2
| * | | | fix inheritance of internal interfaces with constantsMichael Wallner2015-08-181-1/+7
| * | | | fix printzv (refcount)Michael Wallner2015-08-181-1/+1
| * | | | Do not truncate exception traces upon anon class nameBob Weinand2015-08-181-2/+2
| * | | | fix testAnatol Belski2015-08-171-5/+2
| * | | | TSRM_TLS should be usable in NTS buildAnatol Belski2015-08-171-0/+2
| * | | | no need to skip this test if no dictionaries are installedChristoph M. Becker2015-08-171-1/+0
| * | | | Merge branch 'pull-request/1473'Christoph M. Becker2015-08-172-0/+51
| |\ \ \ \
| | * | | | new test for enchant pwl filemarcosptf2015-08-172-0/+51
| * | | | | Check and use correct signature_len type for EVP_VerifyFinalJakub Zelenka2015-08-171-1/+5
| * | | | | updated NEWSChristoph M. Becker2015-08-171-0/+2
| * | | | | fixed changed error message in testChristoph M. Becker2015-08-171-1/+1
| * | | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-172-4/+26
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | updated NEWSChristoph M. Becker2015-08-171-0/+2
| | * | | | Fix #70277: new DateTimeZone($foo) is ignoring text after null byteChristoph M. Becker2015-08-172-4/+26
| * | | | | Removed dead codeJulien Pauli2015-08-175-9/+0