summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_3_0beta1'.php-5.3.0beta1SVN Migration2009-01-282-0/+794
|
* PHP 5.3.0beta1Johannes Schlüter2009-01-283-4/+4
|
* Properly disable phar for the momentJohannes Schlüter2009-01-281-0/+1
|
* - enchant entry and fix newsPierre Joye2009-01-281-2/+4
|
* - Skeleton version taken directly from the scratchpad and tidied.Steph Fox2009-01-281-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 MacVicar2009-01-282-0/+7
|
* fix testAntony Dovgal2009-01-281-0/+2
|
* Improved parameter parsingIlia Alshanetsky2009-01-271-11/+5
|
* - fix buildPierre Joye2009-01-271-0/+3
|
* - prevent redefinitionPierre Joye2009-01-271-0/+10
|
* MFH: Fix mysqli pconnects to properly reset connection status by defaultJohannes Schlüter2009-01-271-2/+1
|
* fix compile warningAntony Dovgal2009-01-271-1/+1
|
* - Fixed tests?Derick Rethans2009-01-272-2/+2
| | | | | #- Wondering why those are not in HEAD though...
* Fix testsScott MacVicar2009-01-275-2/+10
|
* - MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.Derick Rethans2009-01-275-11/+11
| | | | | #- [DOC]
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-2622-693/+113
| | | | | | - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this
* - idn build for winPierre Joye2009-01-261-0/+3
|
* - IDN entryPierre Joye2009-01-261-0/+1
|
* - [DOC] add IDN support, idn_to_ascii and idn_to_utf8Pierre Joye2009-01-264-3/+205
| | | | | tests and MFB will follow Wednesday
* Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux ↵andy wharmby2009-01-2612-1054/+1346
| | | | and Linux 64 bit
* MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)Rob Richards2009-01-261-1/+1
|
* Fixed bug #47217 (content-type is not set properly for file uploads)Ilia Alshanetsky2009-01-261-4/+3
|
* MFH: Improve spl_object_hash()Etienne Kneuss2009-01-262-19/+35
|
* Fixed bug #46419 (Elements of associative arrays with NULL value are lost)Dmitry Stogov2009-01-262-23/+64
|
* MFH use example.comAntony Dovgal2009-01-253-6/+6
|
* do not define CURLE_SSH twiceAntony Dovgal2009-01-251-3/+0
|
* Split is_callable test. Test on Windows, Linux and Linux 64 bitandy wharmby2009-01-255-368/+590
|
* Improved fix for bug #47174 & added a testIlia Alshanetsky2009-01-252-1/+18
|
* - nicer features listPierre Joye2009-01-251-55/+42
|
* - Fixed testsFelipe Pena2009-01-253-3/+3
|
* - curl ssh entryPierre Joye2009-01-251-0/+1
|
* - MFHPierre Joye2009-01-251-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 tooPierre Joye2009-01-251-0/+2
|
* MFH: Fix compiler warning. munmap expects a void pointer.David Soria Parra2009-01-251-1/+1
|
* Fix WSDavid Soria Parra2009-01-251-15/+15
|
* MFH: Fix WSDavid Soria Parra2009-01-251-4/+4
|
* MFH: Patch by David Soria Parra <dsp@php.net>.Sebastian Bergmann2009-01-251-1/+1
|
* added INI and fixed assert02 to run on PHP6 and PHP53Zoe Slattery2009-01-254-11/+34
|
* fix testAntony Dovgal2009-01-241-2/+2
|
* fix buildAntony Dovgal2009-01-242-2/+2
|
* New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux ↵andy wharmby2009-01-246-0/+448
| | | | and Linux 64 bit
* Fix buildHannes Magnusson2009-01-241-1/+1
|
* BFNScott MacVicar2009-01-241-2/+3
|
* MFH Add blobOpen method for reading binary blobs via streams.Scott MacVicar2009-01-242-2/+238
|
* Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, ↵andy wharmby2009-01-234-32/+8
| | | | Linux and Linux 64 bit
* New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-231-0/+43
|
* Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64andy wharmby2009-01-232-10/+16
|
* deleted invalid test.Dave Kelsey2009-01-231-62/+0
|
* added some mail tests. Tested on windows, linux and linux 64bitDave Kelsey2009-01-2321-0/+1455
|
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() ↵Kalle Sommer Nielsen2009-01-2311-52/+48
| | | | implementation from ext/sockets to win32/