projects
/
php
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
php
2015-09-12
Anatol Belski
fix data types
commit
|
commitdiff
|
tree
|
snapshot
2015-09-12
Anatol Belski
add range checks
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Christopher...
Final diff fixes for PHP7 on base platform (some mem...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Christopher...
Merge branch 'master' of https://git.php.net/repository...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Bob Weinand
Fixed bug #70478 (**= does no longer work)
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Christopher...
Merge branch 'master' of https://git.php.net/repository...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Dmitry Stogov
Manual CSE to avoid double read
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Xinchen Hui
Change this as sixd suggested
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Xinchen Hui
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Xinchen Hui
Add test XFAIL for bug #70470
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Xinchen Hui
Remove free_string_zval
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Dmitry Stogov
fixed compilation error
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Dmitry Stogov
Don't keep dangling pointer.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
Fixed Sixd :<
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
Fixed bug #70431 (Memory leak in php_ini.c)
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
Use efree_size
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
Simplfy zend_is_true
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
Added folder marks
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
Unexpected
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Xinchen Hui
cleanup tmp_member handling
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Dmitry Stogov
Merge branch 'master' of git.php.net:php-src
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Dmitry Stogov
Change array sorting implementation to avoid two level...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Christoph M...
Aligned IntlChar protos to their ARG_INFO (related...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Christoph M...
Skip IntlChar related test if ext/intl is not available
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Côme Bernigaud
Added support of LDAP_OPT_TIMEOUT, fixes #69574
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Dmitry Stogov
Better array_compare improvement
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Lior Kaplan
Add entry for #70284 in 7.0.0RC2
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Lior Kaplan
Add entry for #70284 in 5.6.13
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Dmitry Stogov
Don't inline "slow" and rarely used functions.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Xinchen Hui
Merge branch 'master' of git.php.net:/php-src
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Xinchen Hui
Useless ZVAL_UNDEF
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Xinchen Hui
Improved array_compare
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Côme Bernigaud
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Dmitry Stogov
Avoid useless EG(exception) checks
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Côme Bernigaud
Merge branch 'PHP-5.5' into PHP-5.6
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Côme Bernigaud
Merge branch 'pull-request/1512' into PHP-5.5
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Xinchen Hui
Unused var
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Xinchen Hui
unused var
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Christoph M...
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Christoph M...
Skip test for old glibc iconv
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Nikita Popov
Small cleanup in pack() implementation
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Tyson Andre
Fix bug in LDAP extensions' saving TIMELIMIT and DEREF
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Christoph M...
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Dmitry Stogov
Don't inline "Undefined variable" warning reporting.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-08
Sergei Turchanov
Fix #70456: mysqlnd doesn't activate TCP keep-alive...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-08
Bob Weinand
Merged RFC Random Functions Throwing Exceptions in...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-08
Dmitry Stogov
Fixed typo that might cause serious bugs in MM. May...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-08
Dmitry Stogov
Check EG(exception) only if it's really necessary
commit
|
commitdiff
|
tree
|
snapshot
2015-09-08
Yasuo Ohgaki
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-08
Yasuo Ohgaki
Add URL rewrite issue note.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-08
Yasuo Ohgaki
Add more test cases
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Christoph M...
Fix #70454: IntlChar::forDigit second parameter should...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Christoph M...
Fix #70453: IntlChar::foldCase() incorrect arguments...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Anatol Belski
update NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Anatol Belski
add test for bug #70423
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Bob Weinand
Fixed bug #70449 (PHP won't compile on 10.4 and 10...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Anatol Belski
update NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Anatol Belski
remove unnecessary check
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Anatol Belski
Fix bug #70423 Warning Internal error: wrong size calcu...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Remi Collet
ext/zip version is now 1.13.0
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Remi Collet
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Remi Collet
Fix build
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Yasuo Ohgaki
Make sure closing save handler.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Yasuo Ohgaki
Fix #70013: Reference to $_SESSION is lost after a...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Jakub Zelenka
Update NEWS for OpenSSL
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Jakub Zelenka
Fix request #70438: Add IV parameter for openssl_seal...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Jakub Zelenka
Fix OpenSSL record in NEWS file
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Jakub Zelenka
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Jakub Zelenka
Fix bug #60632: openssl_seal fails with AES
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Christoph M...
Revert "Fix #70029: nodeValue of DOMElement list conten...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
Fix #68291: 404 on urls with '+'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
Fix #70395: Missing ARG_INFO for openssl_seal()
commit
|
commitdiff
|
tree
|
snapshot
2015-09-05
Christoph M...
updated NEWS and UPGRADING
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
Fix #70029: nodeValue of DOMElement list content of...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
Fix #70001: Assigning to DOMNode::textContent does...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
Merge branch 'PHP-5.6'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
updated NEWS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Christoph M...
Fix #70322: ZipArchive::close() doesn't indicate errors
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Jakub Zelenka
Simplify JSON constants registration
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Jakub Zelenka
Add my name to authors for previous refactoring
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Jakub Zelenka
Move json_decode options macros bellow encode options
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Ryan McCullagh
json: fix formating of PHP_JSON* option bitshifts
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Kalle Sommer...
Merge branch 'pull-request/1497'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Kalle Sommer...
Fix build on Windows
commit
|
commitdiff
|
tree
|
snapshot
next