Felipe Pena
2ba9ff7fac
- Fix build
2011-11-17 21:07:52 +00:00
Stefan Marr
5ef2c32822
Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
...
- aliases that are not actually matching anything are treated as errors now. This
will make sure that all methods that are expected to be in a class are actually
there, or in case a trait changed for instance, that the code breaks already
on composition
- Precedence declarations are also checked to ensure that the method
which is supposed to take precedence actually exists, however,
the other traits mentioned in the declaration are not regarded.
We are more lenient here, since this avoids unnecessary fragility.
- fixed another seamingly unrelated test which broke in the progress
but wasn't clear before either.
2011-11-17 21:04:15 +00:00
Xinchen Hui
319e1eea13
revert my previous change, tests hangs on windows
2011-11-17 02:32:21 +00:00
Xinchen Hui
33078757e2
improve the test, let it say about errors
2011-11-17 02:22:06 +00:00
Felipe Pena
caa863dc42
- Fixed bug #60099 (__halt_compiler() works in braced namespaces)
2011-11-16 17:41:40 +00:00
Felipe Pena
595ac67a52
- Fixed bug #60267 (Compile failure with freetds 0.91)
2011-11-16 12:13:22 +00:00
Jérôme Loyet
8046729671
- Added .phar to default authorized extensions
2011-11-16 00:21:38 +00:00
Jérôme Loyet
62aaa5ac24
- remove experimental flag on fpm
2011-11-15 22:40:10 +00:00
Jérôme Loyet
1546456cdd
- FR #60199 (enhance FPM error log when the primary script can't be open)
2011-11-15 22:29:59 +00:00
Felipe Pena
3d19038838
- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs)
...
patch by: klightspeed at netspace dot net dot au
2011-11-15 20:33:26 +00:00
Ilia Alshanetsky
32c4c239c0
Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).
2011-11-15 18:02:58 +00:00
Felipe Pena
1f81004be2
- Fixed bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
2011-11-15 16:59:59 +00:00
Felipe Pena
9a7a1fdabb
- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference)
2011-11-15 15:16:20 +00:00
David Soria Parra
020e7e1b72
Forgot the bug specific test.
2011-11-15 13:36:45 +00:00
David Soria Parra
fd2e3d6d8e
Fixed bug #55371 (get_magic_quotes_gpc() throws deprecation warning.)
...
Patch by David Zuelke <david dot zuelke at bitextender dot com>
2011-11-15 13:22:52 +00:00
Felipe Pena
0fbb9ee359
- We can constify in 5.4+
2011-11-15 12:34:59 +00:00
Xinchen Hui
f8503b4332
Fixed bug #60159 (Router returns false, but POST is not passed to requested
...
resource) and bug #55759 (mem leak when use built-in server)
2011-11-15 03:15:19 +00:00
Johannes Schlüter
03a0f9deb4
- Add missing include.
2011-11-14 17:56:33 +00:00
Florian Anderiasch
2e02282d89
Fixed a typo in README.SVN-RULES.
2011-11-14 15:39:35 +00:00
Dmitry Stogov
52deaeb8c0
Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)
2011-11-14 08:43:00 +00:00
Gustavo André dos Santos Lopes
a56c0bd0d8
- Fixed tests in ext/standard/tests/http by adding the INI setting value
...
allow_url_fopen=1
- Converted test file from dos line endings to unix line endings.
2011-11-14 01:12:23 +00:00
Xinchen Hui
b6fd6cd649
add skipif
2011-11-13 14:31:30 +00:00
Xinchen Hui
efd3e69511
Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)
2011-11-13 04:11:57 +00:00
Rasmus Lerdorf
bd7e9cfca1
Fix test
2011-11-12 19:12:39 +00:00
Rasmus Lerdorf
ffb1c4d8ef
Fix typo and don't use 'a' as an invalid filename since it is the default
...
gcc binary filename and is thus not unlikely to be left lying around in the
build dir which cause these tests to fail
2011-11-12 18:46:04 +00:00
David Soria Parra
ce06b4397c
Fix #60218 (instantiating unknown class leads to memory leak in cli)
2011-11-12 17:05:08 +00:00
Felipe Pena
28d1bc37e2
- Fixed bug #60261 (phar dos null pointer)
2011-11-11 21:39:11 +00:00
Pierre Joye
2a600a3b75
- fix bug #60272 , typo
2011-11-11 18:50:52 +00:00
Rui Hirokawa
50b2e02c04
revert changes to fix bug #60116 .
2011-11-11 14:58:32 +00:00
Arpad Ray
8b6a2d257a
Fix hash key length in register/remove_user_shutdown_function
2011-11-11 14:42:18 +00:00
Peter Cowburn
1c0765195e
broaden php version wildcard in cli server tests (missed a few)
2011-11-11 11:33:23 +00:00
Peter Cowburn
2a41f272e4
broaden php version wildcard in cli server tests
2011-11-11 11:26:51 +00:00
Christopher Jones
a1cf0c426a
OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.
2011-11-10 22:47:00 +00:00
David Soria Parra
487489a38b
It is not longer required to update php_version.php in php-bugs/
...
The bugtracker fetches the version list from the qa site, updating
php_version.php is not required anymore.
2011-11-10 21:42:04 +00:00
Mateusz Kocielski
aaa59efafc
Fixed NULL pointer dereference in stream_socket_enable_crypto, case when
...
ssl_handle of session_stream is not initialized.
2011-11-10 10:33:07 +00:00
Felipe Pena
9da6f6a374
- Make valgrind happy with session_decode_error2.phpt
2011-11-09 23:50:01 +00:00
Felipe Pena
6fac17f9d0
- Initialize BG(serialize_lock) to make valgrind happy
2011-11-09 22:16:31 +00:00
Christopher Jones
d8bc406918
Add tests for unsupported types
2011-11-09 06:19:07 +00:00
Stanislav Malyshev
10f20585fc
fix bug #55475 - implement is_a BC solution
2011-11-09 05:27:45 +00:00
Antony Dovgal
22b39bcc75
bail out if reading HTTP headers failed
2011-11-08 13:30:58 +00:00
Dmitry Stogov
e86830273b
Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
2011-11-08 10:11:25 +00:00
Xinchen Hui
326c58df66
Fix tests
2011-11-08 06:35:07 +00:00
Stanislav Malyshev
0d591e599f
Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary safe)
2011-11-08 04:59:17 +00:00
Christopher Jones
52457e518b
Improve OCI8 NLS env creation error messages ( #58925 )
2011-11-07 20:10:41 +00:00
Felipe Pena
eebaaf423f
- Added class member access on instantiation (e.g. (new foo)->bar()) support
2011-11-06 13:25:45 +00:00
Rui Hirokawa
d73b1a275d
fixed bug #60227 : header() cannot detect the multi-line header with CR.
2011-11-06 11:07:14 +00:00
Ferenc Kovacs
80d1553746
the mandatory __construct() for SPL classes was reverted in r318566
2011-11-05 16:49:56 +00:00
Rui Hirokawa
6dabd7de04
added japanese encoding to maintain compatibility with PHP 5.3.
2011-11-05 04:43:35 +00:00
Stefan Marr
b632cd196e
Fixed inconsistent whitespace.
...
# Belongs to svn rev. 318793.
2011-11-05 02:05:28 +00:00
Stefan Marr
12cf1b7978
Fixed Bug #60217 (Requiring the same method from different traits)
...
- also added test to check for inconsistent abstract method definitions, they need to be compatible
2011-11-05 01:46:40 +00:00