Felipe Pena
0c62a7bb22
- Re-added safe mode check
2009-01-29 00:15:48 +00:00
Scott MacVicar
3a25c34a01
Fix build on Windows
2009-01-28 23:58:09 +00:00
Nuno Lopes
86df0f095d
the offset parameter of mmap() must be aligned to a page boundary (although linux doesnt strictly require it).
...
use 0 as offset as it will be small and increment the ptrs afterwards
2009-01-28 23:18:49 +00:00
Scott MacVicar
68c140b288
Broken test, skipif sections had a parse error
2009-01-28 22:49:14 +00:00
Nuno Lopes
f67f636973
BFN
2009-01-28 22:43:51 +00:00
SVN Migration
ac13bffa09
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
2009-01-28 22:43:26 +00:00
Nuno Lopes
4ff9ad5bf1
fix bug #47229 : preg_quote should escape '-'
2009-01-28 22:39:33 +00:00
Johannes Schlüter
458c0567b2
- Add .cvsignore
2009-01-28 22:35:23 +00:00
Johannes Schlüter
fd3942f4ce
Back to -dev
2009-01-28 22:09:55 +00:00
Johannes Schlüter
42023008b9
PHP 5.3.0beta1
2009-01-28 21:38:45 +00:00
Johannes Schlüter
80f6263bbc
Properly disable phar for the moment
2009-01-28 20:39:15 +00:00
Pierre Joye
409d36eb77
- enchant entry and fix news
2009-01-28 18:32:29 +00:00
Steph Fox
2c2eaa087b
- Skeleton version taken directly from the scratchpad and tidied.
...
@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.
2009-01-28 17:23:28 +00:00
Scott MacVicar
fd91a50b71
Disable Phar on big endian systems for beta 1.
2009-01-28 15:53:29 +00:00
Antony Dovgal
64003cd352
fix test
2009-01-28 12:58:59 +00:00
Ilia Alshanetsky
58a6bddf68
Improved parameter parsing
2009-01-27 21:59:30 +00:00
Pierre Joye
1c87df548b
- fix build
2009-01-27 21:53:49 +00:00
Pierre Joye
a5af8a7ec2
- prevent redefinition
2009-01-27 21:53:31 +00:00
Johannes Schlüter
611c453598
MFH: Fix mysqli pconnects to properly reset connection status by default
2009-01-27 15:35:34 +00:00
Antony Dovgal
029f5e651a
fix compile warning
2009-01-27 14:50:27 +00:00
Derick Rethans
4ca3fa7120
- Fixed tests?
...
#- Wondering why those are not in HEAD though...
2009-01-27 14:22:17 +00:00
Scott MacVicar
8e11f40093
Fix tests
2009-01-27 14:16:15 +00:00
Derick Rethans
fb183b1777
- MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.
...
#- [DOC]
2009-01-27 13:48:10 +00:00
Christian Seiler
c6d89bd4a8
[DOC] Remove $this support in closures for PHP 5.3 beta 1
...
- Implementation notes here:
http://wiki.php.net/rfc/closures/removal-of-this
2009-01-26 22:54:34 +00:00
Pierre Joye
7cb513c19a
- idn build for win
2009-01-26 22:34:49 +00:00
Pierre Joye
4670e62f13
- IDN entry
2009-01-26 22:34:16 +00:00
Pierre Joye
503779eb17
- [DOC] add IDN support, idn_to_ascii and idn_to_utf8
...
tests and MFB will follow Wednesday
2009-01-26 22:30:57 +00:00
andy wharmby
4f3a4e597b
Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit
2009-01-26 22:27:03 +00:00
Rob Richards
cbdb8f6167
MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)
2009-01-26 19:10:53 +00:00
Ilia Alshanetsky
51f4e5efcd
Fixed bug #47217 (content-type is not set properly for file uploads)
2009-01-26 15:19:55 +00:00
Etienne Kneuss
e094d1aa44
MFH: Improve spl_object_hash()
2009-01-26 11:38:03 +00:00
Dmitry Stogov
f946918fc6
Fixed bug #46419 (Elements of associative arrays with NULL value are lost)
2009-01-26 11:09:36 +00:00
Antony Dovgal
09ac5971f5
MFH use example.com
2009-01-25 23:26:45 +00:00
Antony Dovgal
34f1855168
do not define CURLE_SSH twice
2009-01-25 22:33:10 +00:00
andy wharmby
ba1b99e4aa
Split is_callable test. Test on Windows, Linux and Linux 64 bit
2009-01-25 22:16:33 +00:00
Ilia Alshanetsky
4eb69eadc6
Improved fix for bug #47174 & added a test
2009-01-25 18:27:12 +00:00
Pierre Joye
f19f0cefa5
- nicer features list
2009-01-25 17:12:36 +00:00
Felipe Pena
c3631156fc
- Fixed tests
2009-01-25 16:53:07 +00:00
Pierre Joye
79ac8ab9f9
- curl ssh entry
2009-01-25 16:35:05 +00:00
Pierre Joye
7dc3ef31d2
- MFH
...
- [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
2009-01-25 16:28:18 +00:00
Pierre Joye
9628d8da15
- check for zlib too
2009-01-25 16:21:03 +00:00
David Soria Parra
72b20010d3
MFH: Fix compiler warning. munmap expects a void pointer.
2009-01-25 14:03:09 +00:00
David Soria Parra
8defc0474a
Fix WS
2009-01-25 13:41:50 +00:00
David Soria Parra
a44511f33c
MFH: Fix WS
2009-01-25 13:39:56 +00:00
Sebastian Bergmann
e115709774
MFH: Patch by David Soria Parra <dsp@php.net>.
2009-01-25 11:07:40 +00:00
Zoe Slattery
450c5afedf
added INI and fixed assert02 to run on PHP6 and PHP53
2009-01-25 11:06:36 +00:00
Antony Dovgal
ff3ee30872
fix test
2009-01-24 22:02:36 +00:00
Antony Dovgal
8e2c587a51
fix build
2009-01-24 13:08:04 +00:00
andy wharmby
4e71f2a5fc
New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit
2009-01-24 12:47:25 +00:00
Hannes Magnusson
cbd8949ab5
Fix build
2009-01-24 12:42:19 +00:00