summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* back to devStanislav Malyshev2012-02-023-3/+5
|
* 5.4.0 rc7Stanislav Malyshev2012-02-023-4/+4
|
* fix UMR in php_register_variable_ex, reported by Stefan EsserStanislav Malyshev2012-02-011-0/+3
|
* Test for null behavior with ext/mbstring functionsLars Strojny2012-02-011-0/+32
|
* Fixed basic HTTP authentication for WSDL sub requests.Dmitry Stogov2012-02-011-2/+2
|
* Fixed basic HTTP authentication for WSDL sub requestsDmitry Stogov2012-02-012-0/+37
|
* fix usage of php_output_(de)activate; I guess this code doesn't bother about ↵Michael Wallner2012-01-311-0/+11
| | | | one more hack;
* MFH: r322963Michael Wallner2012-01-313-22/+41
| | | | | | | fix headers print to stdout/stderr if no output written; fix crashes and invalid usage of output control in cli server while passing by
* - fix #55226, WSPierre Joye2012-01-311-2/+1
|
* - fix #55226, fix buildPierre Joye2012-01-311-2/+1
|
* use stderr before, stdout after php_output_startup() and ↵Michael Wallner2012-01-301-3/+11
| | | | | | | | sapi_module.ub_write() after php_output_activate() - fixes Bug #60920 CLI: php -v on STDERR - fixes Bug #60923 Failing tests for sapi/cli
* - libssh2 1.3.0Pierre Joye2012-01-301-1/+1
|
* Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methodsDmitry Stogov2012-01-303-11/+52
|
* Fixed bug #51860 (Include fails with toplevel symlink to /)Dmitry Stogov2012-01-302-3/+16
|
* - Reinstated correct return values after David's fix for #60218.Derick Rethans2012-01-291-2/+4
|
* createCollation() for pdo_sqlite as wellRasmus Lerdorf2012-01-293-0/+173
| | | | | Closes bug #55226
* Missed the testRasmus Lerdorf2012-01-291-0/+44
|
* Good patch from Brad Dewar that adds missing createCollation()Rasmus Lerdorf2012-01-293-1/+133
| | | | | method. Fixes bug #60871 and is related to bug #55226
* - Fixed bug #60860 (session.save_handler=user without defined function core ↵Felipe Pena2012-01-283-0/+28
| | | | dumps)
* Simple fix that just quotes the filenames in run-tests to support paths with ↵Rasmus Lerdorf2012-01-281-4/+4
| | | | | | | spaces. Fixes bug #60734
* - update libsPierre Joye2012-01-271-0/+1
|
* - update libsPierre Joye2012-01-271-1/+6
|
* - update libsPierre Joye2012-01-271-0/+7
|
* - fix #60895, possible invalid handler usagePierre Joye2012-01-272-4/+11
|
* - openssl 0.9.8t, curl 7.24.0Pierre Joye2012-01-261-1/+2
|
* MFH r322485Scott MacVicar2012-01-263-4/+18
| | | | | | | Fix possible attack in SSL sockets with SSL 3.0 / TLS 1.0. CVE-2011-3389
* WS, merged from trunk cause this issue, sorryXinchen Hui2012-01-262-92/+92
|
* Fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-264-106/+132
|
* fix crash with display_startup_errors=1Michael Wallner2012-01-252-6/+31
|
* Please test your testsRasmus Lerdorf2012-01-231-35/+35
|
* revert r319254 (fix bug #54682) since it is not correctNuno Lopes2012-01-212-6/+20
| | | | | add test that was broken with that patch. this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though
* Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug)Dmitry Stogov2012-01-203-64/+92
| | | | | | Fixed some other traits related bugs (uninitialized variable, return => continue) Removed some trait related redundant code and variables
* Missing ifdef hereRasmus Lerdorf2012-01-191-0/+2
| | | | | Fixes bug 60811
* back to devStanislav Malyshev2012-01-192-3/+3
|
* 5.4.0RC6Stanislav Malyshev2012-01-193-4/+6
|
* - add test for bug #60761Pierre Joye2012-01-181-1/+3
|
* - add test for bug #60771Pierre Joye2012-01-181-0/+9
|
* - add test for bug #60761Pierre Joye2012-01-181-0/+33
|
* remove XFAIL for bug #47178Michael Wallner2012-01-182-6/+2
|
* add notes about ob_start(), gzencode() and removed hash algosMichael Wallner2012-01-181-1/+7
|
* merge ext/hash from trunkMichael Wallner2012-01-1814-441/+97
|
* Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) ↵Dmitry Stogov2012-01-171-3/+3
| | | | bytes long)
* Regenerated scannersDmitry Stogov2012-01-172-7/+7
|
* Improved traits implementation. Now to support __CLASS__ constant in traits ↵Dmitry Stogov2012-01-177-154/+77
| | | | php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments.
* Fix bug #60768 Output buffer not discardedMichael Wallner2012-01-163-5/+32
| | | | | | | | | | in php_output_handler_op(): * if appending to buffer succeeds, just return HANDLER_NO_DATA and do nothing else * if a zero sized string or true is returned from the handler function, reset the context as well as the handler's buffer
* merge from trunk:Boris Lytochkin2012-01-134-6/+47
| | | | | | Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname
* Fix configuration message typo and alignment (5.4 merge approved by Stas)Christopher Jones2012-01-121-2/+2
|
* - add new build type, optional. has been used for the last 2 RCsPierre Joye2012-01-111-2/+18
|
* - add new build type, optional. has been used for the last 2 RCsPierre Joye2012-01-112-3/+39
|
* Fixed incorrect type castDmitry Stogov2012-01-111-1/+1
|