Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove call_user_method() and call_user_method_array() from master, long ↵ | Kalle Sommer Nielsen | 2014-04-05 | 1 | -0/+2 |
| | | | | time deprecated in favour of call_user_func*(). | ||||
* | BFN | Michael Wallner | 2013-12-05 | 1 | -0/+3 |
| | |||||
* | bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS | Ferenc Kovacs | 2013-11-06 | 1 | -72/+0 |
| | |||||
* | NEWS + UPGRADING | Remi Collet | 2013-11-04 | 1 | -0/+6 |
| | |||||
* | Fix English here | Rasmus Lerdorf | 2013-11-02 | 1 | -2/+2 |
| | |||||
* | Add crypt() change in UPGRADING | Yasuo Ohgaki | 2013-10-31 | 1 | -0/+4 |
| | |||||
* | ldap_escape() notes | Michael Wallner | 2013-10-24 | 1 | -0/+6 |
| | |||||
* | Thanks Daniel, I didn't think long enough | Michael Wallner | 2013-10-09 | 1 | -5/+0 |
| | |||||
* | openssl NEWS,UPGRADING | Michael Wallner | 2013-10-08 | 1 | -0/+12 |
| | |||||
* | add NEWS and UPGRADING about gost-crypto | Michael Wallner | 2013-10-03 | 1 | -0/+2 |
| | |||||
* | fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency | Michael Wallner | 2013-10-03 | 1 | -0/+4 |
| | |||||
* | Implement variadic function syntax | Nikita Popov | 2013-09-26 | 1 | -2/+4 |
| | | | | As per RFC: https://wiki.php.net/rfc/variadics | ||||
* | Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA. | Adam Harvey | 2013-09-23 | 1 | -1/+1 |
| | | | | Fixes bug #65745 (Typo in commit 4a3936ef4abdeb72c7d323fe4b6a65e1ae0ef181). | ||||
* | NEWS/UPGRADING{,.INTERNALS} notes about temp POST stream | Michael Wallner | 2013-09-17 | 1 | -0/+14 |
| | |||||
* | Request non-keep-alive connections by default in HTTP 1.1 requests. | Adam Harvey | 2013-09-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | As noted in FR #65634, at present we don't send a Connection request header when the protocol version is set to 1.1, which means that RFC-compliant Web servers should respond with keep-alive connections. Since there's no way of reusing the HTTP connection at present, this simply means that PHP will appear to hang until the remote server hits its connection timeout, which may be quite some time. This commit sends a "Connection: close" header by default when HTTP 1.1 (or later) is requested by the user via the context options. It can be overridden by specifying a Connection header in the context options. It isn't possible to disable sending of the Connection header, but given "Connection: keep-alive" is the same as the default HTTP 1.1 behaviour, I don't see this as a significant issue — users who want to opt in for that still can. As a note, although I've removed an efree(protocol_version), this doesn't result in a memory leak: protocol_version is freed in the out: block at the end of the function anyway, and there are no returns between the removed efree() and the later call. Yes, I ran the tests with valgrind to check that. ☺ Implements FR #65634 (HTTP wrapper is very slow with protocol_version 1.1). | ||||
* | Update NEWS/UPGRADING with info about incompat ctx | Gustavo André dos Santos Lopes | 2013-09-02 | 1 | -0/+3 |
| | |||||
* | add upgrading notes about bison and 2Guploads | Michael Wallner | 2013-08-09 | 1 | -0/+2 |
| | |||||
* | Update UPGRADING and make typo fixes to OCI8 package.xml | Christopher Jones | 2013-07-25 | 1 | -0/+10 |
| | |||||
* | Update NEWS, UPGRADING and UPGRADING.INTERNALS | Nikita Popov | 2013-06-17 | 1 | -0/+5 |
| | |||||
* | - damned conflicts | Pierre Joye | 2013-03-04 | 1 | -21/+0 |
| | |||||
* | Merge branch 'PHP-5.5' | Pierre Joye | 2013-03-04 | 1 | -0/+22 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: - add test for imagecropauto - (s)rgb distance works way better for now, re enable threshold - disable threshold for now, will enable it again using CIEDE2000 - add todo for threshold - clean and enable threshold - add image crop support Conflicts: UPGRADING | ||||
| * | - add test for imagecropauto | Pierre Joye | 2013-03-04 | 1 | -0/+1 |
| | | |||||
| * | - disable threshold for now, will enable it again using CIEDE2000 | Pierre Joye | 2013-03-01 | 1 | -0/+14 |
| | | |||||
| * | - add image flip API support | Pierre Joye | 2013-02-27 | 1 | -0/+3 |
| | | |||||
| * | NEWS/UPGRADING for changes in sockets, intl | Gustavo Lopes | 2013-02-03 | 1 | -0/+8 |
| | | |||||
| * | Add news for bug #60524 | Stanislav Malyshev | 2013-01-28 | 1 | -0/+3 |
| | | |||||
* | | oops, unintended addition | Stanislav Malyshev | 2013-01-28 | 1 | -3/+0 |
| | | |||||
* | | post-5.5 changes for bug #46439 as described in the RFC | Stanislav Malyshev | 2013-01-28 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-01-28 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.5: Implement fix for bug #46439 - add CURLFile class for safer uploads Conflicts: UPGRADING | ||||
| * | Implement fix for bug #46439 - add CURLFile class for safer uploads | Stanislav Malyshev | 2013-01-28 | 1 | -0/+11 |
| | | |||||
| * | add new features | Stanislav Malyshev | 2013-01-28 | 1 | -0/+4 |
| | | |||||
| * | fix bug #60833 - self, parent, static behave inconsistently case-sensitive | Stanislav Malyshev | 2013-01-27 | 1 | -0/+2 |
| | | |||||
| * | Tinker with UPGRADING's wording for the format string changes for clarity. | Adam Harvey | 2013-01-14 | 1 | -4/+5 |
| | | |||||
| * | Deprecate ext/mysql. | Adam Harvey | 2012-12-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database via ext/mysql now generates an E_DEPRECATED error. This commit includes the minimal EXPECTF updates required for the test suite to pass: it may be preferable to refactor some of the tests to suppress deprecation errors in situations where no other error is expected from mysql_[p]connect(), but I'm not enough of a MySQL expert to want to get my hands that dirty in a long standing test suite. | ||||
| * | Slight performance improvement | Dmitry Stogov | 2012-12-05 | 1 | -1/+1 |
| | | |||||
| * | Optimized access to temporary and compiled VM variables | Dmitry Stogov | 2012-12-04 | 1 | -0/+11 |
| | | |||||
| * | . The VM stacks for passing function arguments and syntaticaly nested calls ↵ | Dmitry Stogov | 2012-11-30 | 1 | -0/+21 |
| | | | | | | | | | | | | were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more. . Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster. | ||||
| * | Add the new password functions to UPGRADING. | Adam Harvey | 2012-11-21 | 1 | -0/+4 |
| | | | | | | | | | | | | As a public service announcement on behalf of the documentation team, please remember to update UPGRADING as well as NEWS when adding features to master or an alpha branch. :) | ||||
| * | Add actual branch version number to UPGRADING | Christopher Jones | 2012-11-18 | 1 | -1/+1 |
| | | |||||
| * | Put the new php.ini directives together. | Adam Harvey | 2012-11-18 | 1 | -4/+8 |
| | | | | | | | | (And make colon usage more consistent.) | ||||
| * | Move the deprecated functions up to the Deprecated Functionality section so | Adam Harvey | 2012-11-18 | 1 | -6/+6 |
| | | | | | | | | they're more visible. | ||||
| * | Updated NEWS | Anatoliy Belsky | 2012-11-14 | 1 | -2/+9 |
| | | |||||
* | | Remove PHP 5.5 changes from master UPGRADING | Christopher Jones | 2012-11-18 | 1 | -179/+0 |
|/ | |||||
* | update | Andrey Hristov | 2012-10-04 | 1 | -1/+6 |
| | |||||
* | Add NEWS/UPGRADING for previous change | Nikita Popov | 2012-09-22 | 1 | -0/+4 |
| | |||||
* | Generators & UPGRADING | Gustavo André dos Santos Lopes | 2012-09-12 | 1 | -0/+2 |
| | |||||
* | Support list in foreach | Xinchen Hui | 2012-08-25 | 1 | -0/+2 |
| | | | | RFC: https://wiki.php.net/rfc/foreachlist | ||||
* | Adjust UPGRADING/NEWS for additional mcrypt deprecations | Nikita Popov | 2012-08-16 | 1 | -1/+3 |
| | |||||
* | Implemented 'finally' keywords for php | Xinchen Hui | 2012-08-13 | 1 | -0/+2 |
| | | | | | | | RFC: https://wiki.php.net/rfc/finally FR: https://bugs.php.net/bug.php?id=32100 and I have got some improvment ideas(performance), will implemented later. thanks | ||||
* | Merge branch 'pull-request/132' | Stanislav Malyshev | 2012-08-05 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | | | | | * pull-request/132: OK, bye bye JavaScript, let's just include credits before license Nicer (JSLint-compliant!) credits reveal JavaScript Removed now-unnecessary expose_php checks for logo Fixed small misalignment in prev commit Removed Logo GUIDs and replaced with Data URIs and div hidden with JS |