]>
granicus.if.org Git - php/log
Felipe Pena [Tue, 29 Jul 2008 12:36:36 +0000 (12:36 +0000)]
- Fix mem. leak
Felipe Pena [Tue, 29 Jul 2008 12:20:39 +0000 (12:20 +0000)]
- Fixed tests
Dmitry Stogov [Tue, 29 Jul 2008 12:17:04 +0000 (12:17 +0000)]
Fixed test
Dmitry Stogov [Tue, 29 Jul 2008 11:50:23 +0000 (11:50 +0000)]
Removed warning
Antony Dovgal [Tue, 29 Jul 2008 10:42:15 +0000 (10:42 +0000)]
fix 5 years old copy/paste error (patch by Mikko)
Antony Dovgal [Tue, 29 Jul 2008 08:48:46 +0000 (08:48 +0000)]
fix test
Antony Dovgal [Tue, 29 Jul 2008 08:48:16 +0000 (08:48 +0000)]
make ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent with their implementations in 5_3
Antony Dovgal [Tue, 29 Jul 2008 08:47:21 +0000 (08:47 +0000)]
add zend_u_read_property() and zend_u_update_property()
Marcus Boerger [Tue, 29 Jul 2008 08:10:31 +0000 (08:10 +0000)]
- Exclude bundled libs from gcov processing
Antony Dovgal [Tue, 29 Jul 2008 07:33:58 +0000 (07:33 +0000)]
no need for FETCH anymore..
Antony Dovgal [Tue, 29 Jul 2008 07:32:52 +0000 (07:32 +0000)]
more similar fixes
Antony Dovgal [Tue, 29 Jul 2008 07:29:22 +0000 (07:29 +0000)]
add TSRMLS_DC and fix crash in ZTS mode
<changelog@php.net> [Tue, 29 Jul 2008 01:32:00 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Tue, 29 Jul 2008 00:56:22 +0000 (00:56 +0000)]
Add freelist for tracking sqlite statements to free on implicit SQLite3::close()
Scott MacVicar [Mon, 28 Jul 2008 23:03:26 +0000 (23:03 +0000)]
MFB: Fix error when fetchArray reaches the last row
Derick Rethans [Mon, 28 Jul 2008 19:31:21 +0000 (19:31 +0000)]
- Updated to version 2008.5 (2008e)
Arnaud Le Blanc [Mon, 28 Jul 2008 19:03:57 +0000 (19:03 +0000)]
When automatically redirecting an HTTP request, use the GET method when the
original method was not HEAD or GET (fixes #45540)
#
# The RFC says that in case of 3xx code, "The action required MAY be
# carried out [...] *only if the method used in the second request is GET or
# HEAD*".
#
# This may not break anything as actually POST requests replying
# with a Location header never worked as the redirecting request was sent using
# the POST method, but without Entity-Body (and without Content-Length header,
# which caused the server to reply with a "411 Length Required" or to treat
# the request as GET).
#
Elizabeth Marie Smith [Mon, 28 Jul 2008 16:48:38 +0000 (16:48 +0000)]
Secure versions of string functions don't exist for VC6
Pierre Joye [Mon, 28 Jul 2008 16:32:48 +0000 (16:32 +0000)]
- vc6 is picky about brackets when used with a defined type...
Etienne Kneuss [Mon, 28 Jul 2008 14:24:35 +0000 (14:24 +0000)]
Increase coverage a bit
Dmitry Stogov [Mon, 28 Jul 2008 14:13:12 +0000 (14:13 +0000)]
Fixed constant substitution (Matt)
Felipe Pena [Mon, 28 Jul 2008 14:09:00 +0000 (14:09 +0000)]
- New tests
Jani Taskinen [Mon, 28 Jul 2008 12:01:57 +0000 (12:01 +0000)]
- Fix EOLs
Jani Taskinen [Mon, 28 Jul 2008 11:56:46 +0000 (11:56 +0000)]
- Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead Winblows editors!)
Pierre Joye [Mon, 28 Jul 2008 11:51:28 +0000 (11:51 +0000)]
- not here anymore (old crypt implementation)
Pierre Joye [Mon, 28 Jul 2008 11:35:36 +0000 (11:35 +0000)]
- silent warning with vc8 + dbg mode
Pierre Joye [Mon, 28 Jul 2008 11:34:53 +0000 (11:34 +0000)]
- #45430, windows implementation of crypt is not TS
- add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support
- Make crypt features portable:
- if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore
- if one algo is missing, php's implemetation is used
- Windows always use php's implementation
- removed old code in windows/
Pierre Joye [Mon, 28 Jul 2008 09:12:07 +0000 (09:12 +0000)]
- mac to unix
Pierre Joye [Mon, 28 Jul 2008 09:03:39 +0000 (09:03 +0000)]
- mac to unix format
Pierre Joye [Mon, 28 Jul 2008 09:01:03 +0000 (09:01 +0000)]
- Fix ZTS build
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:09:56 +0000 (06:09 +0000)]
- Touch.
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:09:24 +0000 (06:09 +0000)]
- Another portion to merge.
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:07:19 +0000 (06:07 +0000)]
- Sync function signature with the 5.3 branch
<changelog@php.net> [Mon, 28 Jul 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update
David Soria Parra [Sun, 27 Jul 2008 20:48:26 +0000 (20:48 +0000)]
MFB: - Fixed the fix for not requiring C++ always
Derick Rethans [Sun, 27 Jul 2008 19:09:37 +0000 (19:09 +0000)]
- Fixed DateTime::setTimestamp() and added a test for it.
Christopher Jones [Sun, 27 Jul 2008 17:48:16 +0000 (17:48 +0000)]
Update README. Bump ver ready for PECL release
Felipe Pena [Sun, 27 Jul 2008 17:37:07 +0000 (17:37 +0000)]
- Fixed tests
Christopher Jones [Sun, 27 Jul 2008 16:35:56 +0000 (16:35 +0000)]
Sync oci8.default_prefetch example value with recent change
Jani Taskinen [Sun, 27 Jul 2008 15:05:22 +0000 (15:05 +0000)]
- Fixed the fix for not requiring C++ always
Dmitry Stogov [Sun, 27 Jul 2008 11:29:59 +0000 (11:29 +0000)]
Fix for bug #43487 (Wrong conversion of float to string)
<changelog@php.net> [Sun, 27 Jul 2008 01:31:58 +0000 (01:31 +0000)]
ChangeLog update
Jani Taskinen [Sun, 27 Jul 2008 00:07:30 +0000 (00:07 +0000)]
*sigh*
Jani Taskinen [Sat, 26 Jul 2008 23:57:48 +0000 (23:57 +0000)]
- Fix build
Jani Taskinen [Sat, 26 Jul 2008 23:45:54 +0000 (23:45 +0000)]
- Fixed build with bundled library
Jani Taskinen [Sat, 26 Jul 2008 23:45:02 +0000 (23:45 +0000)]
jfc..*SIGH*
Jani Taskinen [Sat, 26 Jul 2008 23:21:02 +0000 (23:21 +0000)]
NO Winblows EOLs here!!!
Jani Taskinen [Sat, 26 Jul 2008 22:58:45 +0000 (22:58 +0000)]
fix folding tag
Jani Taskinen [Sat, 26 Jul 2008 22:40:45 +0000 (22:40 +0000)]
update credits
Jani Taskinen [Sat, 26 Jul 2008 22:39:56 +0000 (22:39 +0000)]
- Fix ws/cs (please do not invent your own CS...) and weird EOLs
Jani Taskinen [Sat, 26 Jul 2008 22:21:12 +0000 (22:21 +0000)]
correct year and version
Jani Taskinen [Sat, 26 Jul 2008 22:18:00 +0000 (22:18 +0000)]
- Fix EOLs
Jani Taskinen [Sat, 26 Jul 2008 22:17:17 +0000 (22:17 +0000)]
tune
Jani Taskinen [Sat, 26 Jul 2008 22:11:41 +0000 (22:11 +0000)]
- No tabs.
Dmitry Stogov [Sat, 26 Jul 2008 18:32:39 +0000 (18:32 +0000)]
Added checks for destroied objects
Dmitry Stogov [Sat, 26 Jul 2008 18:00:18 +0000 (18:00 +0000)]
Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)
Dmitry Stogov [Sat, 26 Jul 2008 17:01:59 +0000 (17:01 +0000)]
Added support for overloaded functions (e.g. COM) in call_user_func().
Dmitry Stogov [Sat, 26 Jul 2008 15:31:38 +0000 (15:31 +0000)]
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
Dmitry Stogov [Sat, 26 Jul 2008 14:15:44 +0000 (14:15 +0000)]
Fixed bug #45608 (closures don't work in static methods)
Dmitry Stogov [Sat, 26 Jul 2008 14:09:05 +0000 (14:09 +0000)]
Fixed crashes and memory leak for objects with NULL write_property/has_property/unset_property handlers
Dmitry Stogov [Sat, 26 Jul 2008 13:14:56 +0000 (13:14 +0000)]
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
Arnaud Le Blanc [Sat, 26 Jul 2008 12:33:34 +0000 (12:33 +0000)]
Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set)
<changelog@php.net> [Sat, 26 Jul 2008 01:32:07 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Sat, 26 Jul 2008 01:23:45 +0000 (01:23 +0000)]
Forgot to add these earlier
SQLite3 extension, still has 2 failing tests that will be sorted shortly.
Scott MacVicar [Fri, 25 Jul 2008 21:34:15 +0000 (21:34 +0000)]
SQLite3 extension, still has 2 failing tests that will be sorted shortly.
Felipe Pena [Fri, 25 Jul 2008 15:20:58 +0000 (15:20 +0000)]
- Added arginfo
- Fixed:
. proto: finfo_buffer
. parameter type in _php_finfo_get_type()
Antony Dovgal [Fri, 25 Jul 2008 15:05:33 +0000 (15:05 +0000)]
fix warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 14:04:39 +0000 (14:04 +0000)]
- Fix warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 13:56:50 +0000 (13:56 +0000)]
- Fix wrong cast
Felipe Pena [Fri, 25 Jul 2008 13:39:39 +0000 (13:39 +0000)]
- Fixed the parameter type expected. set_time_limit() should accept only integer.
Jani Taskinen [Fri, 25 Jul 2008 13:38:41 +0000 (13:38 +0000)]
- Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled.
Moriyoshi Koizumi [Fri, 25 Jul 2008 12:50:14 +0000 (12:50 +0000)]
- fix a typo in mb_stripos() that caused segfault.
(noticed by bs@php.net, thanks).
Andrey Hristov [Fri, 25 Jul 2008 12:45:27 +0000 (12:45 +0000)]
Fix bug#45019 Segmentation fault with SELECT ? and UNION
Rob Richards [Fri, 25 Jul 2008 12:40:23 +0000 (12:40 +0000)]
fix zts build
Pierre Joye [Fri, 25 Jul 2008 12:40:13 +0000 (12:40 +0000)]
- fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we can clean them after alpha)
Jani Taskinen [Fri, 25 Jul 2008 12:34:55 +0000 (12:34 +0000)]
- Fixed a minor problem in not enabling c++/g++ when not needed.
Felipe Pena [Fri, 25 Jul 2008 12:14:36 +0000 (12:14 +0000)]
- MFB: New parameter parsing API (set_time_limit)
Felipe Pena [Fri, 25 Jul 2008 11:54:06 +0000 (11:54 +0000)]
- Fix build
Antony Dovgal [Fri, 25 Jul 2008 09:55:51 +0000 (09:55 +0000)]
fix typo
Dmitry Stogov [Fri, 25 Jul 2008 09:48:36 +0000 (09:48 +0000)]
Fixed support for static methods
Moriyoshi Koizumi [Fri, 25 Jul 2008 09:32:06 +0000 (09:32 +0000)]
- Allow the results of a partial run to be saved when -s option is explicitly
specified.
Jani Taskinen [Fri, 25 Jul 2008 09:17:52 +0000 (09:17 +0000)]
MFB: generated with a bit newer re2c
Jani Taskinen [Fri, 25 Jul 2008 09:16:09 +0000 (09:16 +0000)]
- Enable fileinfo by default
Jani Taskinen [Fri, 25 Jul 2008 09:10:02 +0000 (09:10 +0000)]
- Cleanup after test
Dmitry Stogov [Fri, 25 Jul 2008 08:53:11 +0000 (08:53 +0000)]
Fixed uninitialized data
Michael Wallner [Fri, 25 Jul 2008 08:27:10 +0000 (08:27 +0000)]
- Changed HTTP stream wrapper to accept any code between and including
200 to 399 as successful. (patch by Noah Fontes)
Derick Rethans [Fri, 25 Jul 2008 08:18:34 +0000 (08:18 +0000)]
- No C++ comments.
Derick Rethans [Fri, 25 Jul 2008 08:17:21 +0000 (08:17 +0000)]
- Updating the libmagic patch.
- Adding myself to credits.
Derick Rethans [Fri, 25 Jul 2008 08:16:03 +0000 (08:16 +0000)]
- Fixed size calculation.
- Reverted cosmetic fixes that makes upgrading harder.
Dmitry Stogov [Fri, 25 Jul 2008 04:54:56 +0000 (04:54 +0000)]
Substitute persistent constants by their values at compile time. (Matt)
Moriyoshi Koizumi [Fri, 25 Jul 2008 03:41:38 +0000 (03:41 +0000)]
- Suppress signedness warnings.
<changelog@php.net> [Fri, 25 Jul 2008 01:32:16 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Thu, 24 Jul 2008 21:39:23 +0000 (21:39 +0000)]
- Revert accidental commit.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:44:10 +0000 (20:44 +0000)]
- Suppress signedness warnings.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:38:43 +0000 (20:38 +0000)]
* Constify read-only arguments.
Felipe Pena [Thu, 24 Jul 2008 19:50:23 +0000 (19:50 +0000)]
- Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
Moriyoshi Koizumi [Thu, 24 Jul 2008 16:59:53 +0000 (16:59 +0000)]
- Fix win32 build
Pierre Joye [Thu, 24 Jul 2008 16:05:17 +0000 (16:05 +0000)]
- force static for now, broken now
Arnaud Le Blanc [Thu, 24 Jul 2008 15:51:14 +0000 (15:51 +0000)]
Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object)
Christopher Jones [Thu, 24 Jul 2008 15:23:29 +0000 (15:23 +0000)]
1. Fix macro version test for constants
2. [DOC] Increase oci8.default_prefetch to 100. Better out of box experience. Consistent woth PDO_OCI