Dmitry Stogov
aa3d81686f
Fixed WSDL loading using https through proxy
2010-11-08 11:34:32 +00:00
Adam Harvey
18096f4b68
Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at
...
yandex dot ru.
2010-11-08 09:35:33 +00:00
Patrick Allaert
e2e76d40e3
- Fixed tests not passing under windows because of the directory separator
...
difference (thanks Eyal Teutsch for reporting)
2010-11-08 09:29:15 +00:00
Adam Harvey
c2b525eef1
Update the tests committed in r305098 (as part of the fix for bug #53226 ) to
...
use the PHP_MAXPATHLEN constant, as recommended by Pierre.
2010-11-08 09:14:48 +00:00
Gustavo André dos Santos Lopes
33af99cbcf
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
...
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
addresses and ::).
2010-11-08 04:36:15 +00:00
Jérôme Loyet
f0621d39cd
- correct time comparison for determining the last idle child
2010-11-07 21:47:14 +00:00
Pierre Joye
cd26f63009
- typo
2010-11-07 19:55:08 +00:00
Jérôme Loyet
b41d13ba98
- change signal from SIGTERM to SIGQUIT for killing a child process by the dynamic process manager
2010-11-07 19:45:51 +00:00
Ilia Alshanetsky
12167194b5
REQUEST_TIME notes
2010-11-07 19:27:08 +00:00
Felipe Pena
d73d4e486c
- Fixed bug #52512 (Broken error handling in odbc_execute)
...
patch by: mkoegler at auto dot tuwien dot ac dot at
2010-11-07 18:13:53 +00:00
Felipe Pena
83ebbc36a1
- Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
...
patch by: Justin Martin (frozenfire@php)
2010-11-07 12:59:22 +00:00
Felipe Pena
1c556f2030
- Coding standards
2010-11-06 18:35:38 +00:00
Felipe Pena
03cbbf4348
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
...
patch by: slugonamission at gmail dot com
2010-11-06 18:32:10 +00:00
Felipe Pena
ccfe9c30aa
- Fixed bug #47199 (pg_delete() fails on NULL)
...
patch by: ewgraf at gmail dot com
2010-11-06 17:43:25 +00:00
Ilia Alshanetsky
f89effd2a8
Updated _SERVER['REQUEST_TIME'] to include microsecond precision.
2010-11-06 17:14:21 +00:00
Felipe Pena
d31e4e7f8e
- Fixed bug #50579 (RegexIterator::REPLACE doesn't work)
2010-11-06 00:09:50 +00:00
Andrey Hristov
bcb4c8427e
two new stats
2010-11-05 20:07:34 +00:00
Gustavo André dos Santos Lopes
d37e1ea243
- Renamed php_stream_rep_nonstand_mode to
...
php_stream_mode_sanitize_fdopen_fopencookie, made it not
exported and movied it from php_streams.h to
php_streams_int.h.
2010-11-05 18:53:48 +00:00
Adam Harvey
6bc20667c7
Fix bracket in prototype comment.
2010-11-05 18:12:30 +00:00
Adam Harvey
7f0d3f7d70
Fix bug #53226 (file_exists fails on big filenames).
2010-11-05 05:28:07 +00:00
Adam Harvey
8365739663
Implemented FR #53238 (Make third parameter of preg_match_all optional).
2010-11-05 04:37:27 +00:00
Gustavo André dos Santos Lopes
b7d69a4952
- Added CLEAN section to recently committed test.
2010-11-05 01:56:28 +00:00
Gustavo André dos Santos Lopes
0a35133524
- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
...
with streams opened with, inter alia, the 'xb' mode).
2010-11-05 01:29:08 +00:00
Pierre Joye
6f1cfe3e7f
- fix type and silent warning
2010-11-03 21:50:03 +00:00
Pierre Joye
3b337020fa
- add stat support for zip://
2010-11-03 21:48:08 +00:00
Etienne Kneuss
105db96e78
Fixed covariance of return-by-ref constraints
2010-11-03 15:40:24 +00:00
Michael Wallner
823d7cb55f
explicitness FTW; it should have been like that before, so it wouldn't have happened
2010-11-03 08:35:16 +00:00
Felipe Pena
e3ced0b540
- Reverted fix for bug #51176
2010-11-03 01:35:26 +00:00
Felipe Pena
f11535e2ee
- Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)
2010-11-02 20:51:02 +00:00
Felipe Pena
477b8a6664
- Fixed bug #53141 (autoload misbehaves if called from closing session)
...
patch by: ladislav at marek dot su
2010-11-02 18:34:56 +00:00
Felipe Pena
4667771a5f
- Fixed no bailout address error and posix tests
2010-11-02 18:06:39 +00:00
Ilia Alshanetsky
2bbcc005c7
Fixed a possible double free in imap extension (Identified by Mateusz Kocielski).
2010-11-02 17:50:39 +00:00
Jani Taskinen
309a56f3f7
- Fixed -g adding for gcc and g++ (former got it twice, latter not at all)
2010-11-02 09:58:08 +00:00
Gustavo André dos Santos Lopes
743f50927c
- Fixed bug #53153 (memory leak with phpinfo() + output buffering + zlib compression).
2010-11-02 03:49:49 +00:00
Arnaud Le Blanc
adaa31fff8
fix the fix
2010-11-01 22:40:29 +00:00
Arnaud Le Blanc
61e7730ee8
fixed bug #52784 (Race condition when handling many
...
concurrent signals)
2010-11-01 22:29:25 +00:00
Arnaud Le Blanc
a9507474e3
Fix bug #52173 (ext/pcntl doesn't store/report errors) (patch
...
by nick dot telford at gmail dot com)
2010-11-01 20:10:17 +00:00
Derick Rethans
8f8b24866d
- Updated to version 2010.15 (2010o)
2010-11-01 17:55:42 +00:00
Felipe Pena
5d584d4737
- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)
2010-11-01 17:16:47 +00:00
Gustavo André dos Santos Lopes
5c09767d4b
- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
...
effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply read from the hash table with the parsed ini file
#by using cfg_get_string (I wonder why this mechanism still exists...)
2010-10-29 15:29:15 +00:00
Andrey Hristov
769a3cf0c3
- More features for the profiling, create aggregates and dump them
...
on file close.
- Also add a trace modifier to switch on and off the profiling.
- With additional compiler switch the profiling can be completely omitted,
of course it makes sense only when --enable-debug. Because otherwise
there is no tracing, thus no profiling.
- Added a fix for Windows for handling trace files on different devices
(special handing of ':' )
2010-10-29 15:02:39 +00:00
Andrey Hristov
da633ed52e
gettimeofday for windows
2010-10-28 14:14:06 +00:00
Andrey Hristov
9920be1a81
show tracing
2010-10-28 14:07:36 +00:00
Andrey Hristov
099a505f89
fix windows debug build
...
better zlib detection
2010-10-28 13:46:54 +00:00
Gustavo André dos Santos Lopes
e69b1ff2c4
- Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number
...
of reported malformed sequences). (Gustavo)
#Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode.
#In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's
#get_next_char is different and is not prepared to recover appropriately from
#errors.
2010-10-27 18:13:25 +00:00
Gustavo André dos Santos Lopes
da400e7500
- Fixed bug #53180 (post_max_size=0 not disabling the limit when the content
...
type is application/x-www-form-urlencoded or is not registered with PHP).
2010-10-27 14:56:51 +00:00
Gustavo André dos Santos Lopes
be77a48a71
- Fixed ReflectionProperty::isDefault() giving a wrong result for properties
...
obtained with ReflectionClass::getProperties().
2010-10-26 18:47:10 +00:00
Gustavo André dos Santos Lopes
e5c7fae82c
- Added ReflectionParameter::canBePassedByValue().
2010-10-26 15:01:36 +00:00
Gustavo André dos Santos Lopes
1f191e4d2b
- Implemented request #44164 , zlib.output_compression is now implicitly
...
disabled when the header "Content-length" is set.
#One could argue that any output handler could change the size of the
#response, so this exception for zlib.output_compression is an
#inconsistency. However, zlib.output_compression is presented as a
#performance setting, whose value should have no effect on the
#correctness of the scripts. This was not the case. Setting the
#header "content-length" and enabling zlib.output_compression was
#a recipe for infringing section 4.4 of RFC 2616.
2010-10-26 02:16:21 +00:00
Ilia Alshanetsky
18fa045e75
Code cleanup & CS
2010-10-25 16:46:55 +00:00