Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_3_0beta1'.php-5.3.0beta1 | SVN Migration | 2009-01-28 | 2 | -0/+794 |
| | |||||
* | PHP 5.3.0beta1 | Johannes Schlüter | 2009-01-28 | 3 | -4/+4 |
| | |||||
* | Properly disable phar for the moment | Johannes Schlüter | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | - enchant entry and fix news | Pierre Joye | 2009-01-28 | 1 | -2/+4 |
| | |||||
* | - Skeleton version taken directly from the scratchpad and tidied. | Steph Fox | 2009-01-28 | 1 | -486/+341 |
| | | | | | @Lukas, Johannes: This is nowhere near complete, and may contain entries that would be happier in NEWS, but it's OK for the beta IMHO. | ||||
* | Disable Phar on big endian systems for beta 1. | Scott MacVicar | 2009-01-28 | 2 | -0/+7 |
| | |||||
* | fix test | Antony Dovgal | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | Improved parameter parsing | Ilia Alshanetsky | 2009-01-27 | 1 | -11/+5 |
| | |||||
* | - fix build | Pierre Joye | 2009-01-27 | 1 | -0/+3 |
| | |||||
* | - prevent redefinition | Pierre Joye | 2009-01-27 | 1 | -0/+10 |
| | |||||
* | MFH: Fix mysqli pconnects to properly reset connection status by default | Johannes Schlüter | 2009-01-27 | 1 | -2/+1 |
| | |||||
* | fix compile warning | Antony Dovgal | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | - Fixed tests? | Derick Rethans | 2009-01-27 | 2 | -2/+2 |
| | | | | | #- Wondering why those are not in HEAD though... | ||||
* | Fix tests | Scott MacVicar | 2009-01-27 | 5 | -2/+10 |
| | |||||
* | - MFH: Elevate no-tz set warning from E_STRICT to E_WARNING. | Derick Rethans | 2009-01-27 | 5 | -11/+11 |
| | | | | | #- [DOC] | ||||
* | [DOC] Remove $this support in closures for PHP 5.3 beta 1 | Christian Seiler | 2009-01-26 | 22 | -693/+113 |
| | | | | | | - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this | ||||
* | - idn build for win | Pierre Joye | 2009-01-26 | 1 | -0/+3 |
| | |||||
* | - IDN entry | Pierre Joye | 2009-01-26 | 1 | -0/+1 |
| | |||||
* | - [DOC] add IDN support, idn_to_ascii and idn_to_utf8 | Pierre Joye | 2009-01-26 | 4 | -3/+205 |
| | | | | | tests and MFB will follow Wednesday | ||||
* | Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux ↵ | andy wharmby | 2009-01-26 | 12 | -1054/+1346 |
| | | | | and Linux 64 bit | ||||
* | MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode) | Rob Richards | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #47217 (content-type is not set properly for file uploads) | Ilia Alshanetsky | 2009-01-26 | 1 | -4/+3 |
| | |||||
* | MFH: Improve spl_object_hash() | Etienne Kneuss | 2009-01-26 | 2 | -19/+35 |
| | |||||
* | Fixed bug #46419 (Elements of associative arrays with NULL value are lost) | Dmitry Stogov | 2009-01-26 | 2 | -23/+64 |
| | |||||
* | MFH use example.com | Antony Dovgal | 2009-01-25 | 3 | -6/+6 |
| | |||||
* | do not define CURLE_SSH twice | Antony Dovgal | 2009-01-25 | 1 | -3/+0 |
| | |||||
* | Split is_callable test. Test on Windows, Linux and Linux 64 bit | andy wharmby | 2009-01-25 | 5 | -368/+590 |
| | |||||
* | Improved fix for bug #47174 & added a test | Ilia Alshanetsky | 2009-01-25 | 2 | -1/+18 |
| | |||||
* | - nicer features list | Pierre Joye | 2009-01-25 | 1 | -55/+42 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-01-25 | 3 | -3/+3 |
| | |||||
* | - curl ssh entry | Pierre Joye | 2009-01-25 | 1 | -0/+1 |
| | |||||
* | - MFH | Pierre Joye | 2009-01-25 | 1 | -5/+32 |
| | | | | | | | - [DOC] Add support for SSH via libssh2 - new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY, CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST, CURLSSH_AUTH_KEYBOARD, CURLSSH_AUTH_DEFAULT, CURLOPT_SSH_AUTH_TYPES, CURLOPT_KEYPASSWD, CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html fortheir roles or usages | ||||
* | - check for zlib too | Pierre Joye | 2009-01-25 | 1 | -0/+2 |
| | |||||
* | MFH: Fix compiler warning. munmap expects a void pointer. | David Soria Parra | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | Fix WS | David Soria Parra | 2009-01-25 | 1 | -15/+15 |
| | |||||
* | MFH: Fix WS | David Soria Parra | 2009-01-25 | 1 | -4/+4 |
| | |||||
* | MFH: Patch by David Soria Parra <dsp@php.net>. | Sebastian Bergmann | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | added INI and fixed assert02 to run on PHP6 and PHP53 | Zoe Slattery | 2009-01-25 | 4 | -11/+34 |
| | |||||
* | fix test | Antony Dovgal | 2009-01-24 | 1 | -2/+2 |
| | |||||
* | fix build | Antony Dovgal | 2009-01-24 | 2 | -2/+2 |
| | |||||
* | New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux ↵ | andy wharmby | 2009-01-24 | 6 | -0/+448 |
| | | | | and Linux 64 bit | ||||
* | Fix build | Hannes Magnusson | 2009-01-24 | 1 | -1/+1 |
| | |||||
* | BFN | Scott MacVicar | 2009-01-24 | 1 | -2/+3 |
| | |||||
* | MFH Add blobOpen method for reading binary blobs via streams. | Scott MacVicar | 2009-01-24 | 2 | -2/+238 |
| | |||||
* | Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, ↵ | andy wharmby | 2009-01-23 | 4 | -32/+8 |
| | | | | Linux and Linux 64 bit | ||||
* | New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit | andy wharmby | 2009-01-23 | 1 | -0/+43 |
| | |||||
* | Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64 | andy wharmby | 2009-01-23 | 2 | -10/+16 |
| | |||||
* | deleted invalid test. | Dave Kelsey | 2009-01-23 | 1 | -62/+0 |
| | |||||
* | added some mail tests. Tested on windows, linux and linux 64bit | Dave Kelsey | 2009-01-23 | 21 | -0/+1455 |
| | |||||
* | MFH: Windows support for stream_socket_pair(), by moving the socketpair() ↵ | Kalle Sommer Nielsen | 2009-01-23 | 11 | -52/+48 |
| | | | | implementation from ext/sockets to win32/ |