]> granicus.if.org Git - php/log
php
16 years ago- Fix mem. leak
Felipe Pena [Tue, 29 Jul 2008 12:36:36 +0000 (12:36 +0000)]
- Fix mem. leak

16 years ago- Fixed tests
Felipe Pena [Tue, 29 Jul 2008 12:20:39 +0000 (12:20 +0000)]
- Fixed tests

16 years agoFixed test
Dmitry Stogov [Tue, 29 Jul 2008 12:17:04 +0000 (12:17 +0000)]
Fixed test

16 years agoRemoved warning
Dmitry Stogov [Tue, 29 Jul 2008 11:50:23 +0000 (11:50 +0000)]
Removed warning

16 years agofix 5 years old copy/paste error (patch by Mikko)
Antony Dovgal [Tue, 29 Jul 2008 10:42:15 +0000 (10:42 +0000)]
fix 5 years old copy/paste error (patch by Mikko)

16 years agofix test
Antony Dovgal [Tue, 29 Jul 2008 08:48:46 +0000 (08:48 +0000)]
fix test

16 years agomake ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent...
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

16 years agoadd zend_u_read_property() and zend_u_update_property()
Antony Dovgal [Tue, 29 Jul 2008 08:47:21 +0000 (08:47 +0000)]
add zend_u_read_property() and zend_u_update_property()

16 years ago- Exclude bundled libs from gcov processing
Marcus Boerger [Tue, 29 Jul 2008 08:10:31 +0000 (08:10 +0000)]
- Exclude bundled libs from gcov processing

16 years agono need for FETCH anymore..
Antony Dovgal [Tue, 29 Jul 2008 07:33:58 +0000 (07:33 +0000)]
no need for FETCH anymore..

16 years agomore similar fixes
Antony Dovgal [Tue, 29 Jul 2008 07:32:52 +0000 (07:32 +0000)]
more similar fixes

16 years agoadd TSRMLS_DC and fix crash in ZTS mode
Antony Dovgal [Tue, 29 Jul 2008 07:29:22 +0000 (07:29 +0000)]
add TSRMLS_DC and fix crash in ZTS mode

16 years agoChangeLog update
<changelog@php.net> [Tue, 29 Jul 2008 01:32:00 +0000 (01:32 +0000)]
ChangeLog update

16 years agoAdd freelist for tracking sqlite statements to free on implicit SQLite3::close()
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()

16 years agoMFB: Fix error when fetchArray reaches the last row
Scott MacVicar [Mon, 28 Jul 2008 23:03:26 +0000 (23:03 +0000)]
MFB: Fix error when fetchArray reaches the last row

16 years ago- Updated to version 2008.5 (2008e)
Derick Rethans [Mon, 28 Jul 2008 19:31:21 +0000 (19:31 +0000)]
- Updated to version 2008.5 (2008e)

16 years agoWhen automatically redirecting an HTTP request, use the GET method when the
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).
#

16 years agoSecure versions of string functions don't exist for VC6
Elizabeth Marie Smith [Mon, 28 Jul 2008 16:48:38 +0000 (16:48 +0000)]
Secure versions of string functions don't exist for VC6

16 years ago- vc6 is picky about brackets when used with a defined type...
Pierre Joye [Mon, 28 Jul 2008 16:32:48 +0000 (16:32 +0000)]
- vc6 is picky about brackets when used with a defined type...

16 years agoIncrease coverage a bit
Etienne Kneuss [Mon, 28 Jul 2008 14:24:35 +0000 (14:24 +0000)]
Increase coverage a bit

16 years agoFixed constant substitution (Matt)
Dmitry Stogov [Mon, 28 Jul 2008 14:13:12 +0000 (14:13 +0000)]
Fixed constant substitution (Matt)

16 years ago- New tests
Felipe Pena [Mon, 28 Jul 2008 14:09:00 +0000 (14:09 +0000)]
- New tests

16 years ago- Fix EOLs
Jani Taskinen [Mon, 28 Jul 2008 12:01:57 +0000 (12:01 +0000)]
- Fix EOLs

16 years ago- Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead Winblows...
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!)

16 years ago- not here anymore (old crypt implementation)
Pierre Joye [Mon, 28 Jul 2008 11:51:28 +0000 (11:51 +0000)]
- not here anymore (old crypt implementation)

16 years ago- silent warning with vc8 + dbg mode
Pierre Joye [Mon, 28 Jul 2008 11:35:36 +0000 (11:35 +0000)]
- silent warning with vc8 + dbg mode

16 years ago- #45430, windows implementation of crypt is not TS
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/

16 years ago- mac to unix
Pierre Joye [Mon, 28 Jul 2008 09:12:07 +0000 (09:12 +0000)]
- mac to unix

16 years ago- mac to unix format
Pierre Joye [Mon, 28 Jul 2008 09:03:39 +0000 (09:03 +0000)]
- mac to unix format

16 years ago- Fix ZTS build
Pierre Joye [Mon, 28 Jul 2008 09:01:03 +0000 (09:01 +0000)]
- Fix ZTS build

16 years ago- Touch.
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:09:56 +0000 (06:09 +0000)]
- Touch.

16 years ago- Another portion to merge.
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:09:24 +0000 (06:09 +0000)]
- Another portion to merge.

16 years ago- Sync function signature with the 5.3 branch
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:07:19 +0000 (06:07 +0000)]
- Sync function signature with the 5.3 branch

16 years agoChangeLog update
<changelog@php.net> [Mon, 28 Jul 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update

16 years agoMFB: - Fixed the fix for not requiring C++ always
David Soria Parra [Sun, 27 Jul 2008 20:48:26 +0000 (20:48 +0000)]
MFB: - Fixed the fix for not requiring C++ always

16 years ago- Fixed DateTime::setTimestamp() and added a test for it.
Derick Rethans [Sun, 27 Jul 2008 19:09:37 +0000 (19:09 +0000)]
- Fixed DateTime::setTimestamp() and added a test for it.

16 years agoUpdate README. Bump ver ready for PECL release
Christopher Jones [Sun, 27 Jul 2008 17:48:16 +0000 (17:48 +0000)]
Update README.  Bump ver ready for PECL release

16 years ago- Fixed tests
Felipe Pena [Sun, 27 Jul 2008 17:37:07 +0000 (17:37 +0000)]
- Fixed tests

16 years agoSync oci8.default_prefetch example value with recent change
Christopher Jones [Sun, 27 Jul 2008 16:35:56 +0000 (16:35 +0000)]
Sync oci8.default_prefetch example value with recent change

16 years ago- Fixed the fix for not requiring C++ always
Jani Taskinen [Sun, 27 Jul 2008 15:05:22 +0000 (15:05 +0000)]
- Fixed the fix for not requiring C++ always

16 years agoFix for bug #43487 (Wrong conversion of float to string)
Dmitry Stogov [Sun, 27 Jul 2008 11:29:59 +0000 (11:29 +0000)]
Fix for bug #43487 (Wrong conversion of float to string)

16 years agoChangeLog update
<changelog@php.net> [Sun, 27 Jul 2008 01:31:58 +0000 (01:31 +0000)]
ChangeLog update

16 years ago*sigh*
Jani Taskinen [Sun, 27 Jul 2008 00:07:30 +0000 (00:07 +0000)]
*sigh*

16 years ago- Fix build
Jani Taskinen [Sat, 26 Jul 2008 23:57:48 +0000 (23:57 +0000)]
- Fix build

16 years ago- Fixed build with bundled library
Jani Taskinen [Sat, 26 Jul 2008 23:45:54 +0000 (23:45 +0000)]
- Fixed build with bundled library

16 years agojfc..*SIGH*
Jani Taskinen [Sat, 26 Jul 2008 23:45:02 +0000 (23:45 +0000)]
jfc..*SIGH*

16 years agoNO Winblows EOLs here!!!
Jani Taskinen [Sat, 26 Jul 2008 23:21:02 +0000 (23:21 +0000)]
NO Winblows EOLs here!!!

16 years agofix folding tag
Jani Taskinen [Sat, 26 Jul 2008 22:58:45 +0000 (22:58 +0000)]
fix folding tag

16 years agoupdate credits
Jani Taskinen [Sat, 26 Jul 2008 22:40:45 +0000 (22:40 +0000)]
update credits

16 years ago- Fix ws/cs (please do not invent your own CS...) and weird EOLs
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

16 years agocorrect year and version
Jani Taskinen [Sat, 26 Jul 2008 22:21:12 +0000 (22:21 +0000)]
correct year and version

16 years ago- Fix EOLs
Jani Taskinen [Sat, 26 Jul 2008 22:18:00 +0000 (22:18 +0000)]
- Fix EOLs

16 years agotune
Jani Taskinen [Sat, 26 Jul 2008 22:17:17 +0000 (22:17 +0000)]
tune

16 years ago- No tabs.
Jani Taskinen [Sat, 26 Jul 2008 22:11:41 +0000 (22:11 +0000)]
- No tabs.

16 years agoAdded checks for destroied objects
Dmitry Stogov [Sat, 26 Jul 2008 18:32:39 +0000 (18:32 +0000)]
Added checks for destroied objects

16 years agoFixed bug #44660 (Indexed and reference assignment to propery of non-object don't...
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)

16 years agoAdded support for overloaded functions (e.g. COM) in call_user_func().
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().

16 years ago. Added support for using static HEREDOCs to initialize static variables and class...
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)

16 years agoFixed bug #45608 (closures don't work in static methods)
Dmitry Stogov [Sat, 26 Jul 2008 14:15:44 +0000 (14:15 +0000)]
Fixed bug #45608 (closures don't work in static methods)

16 years agoFixed crashes and memory leak for objects with NULL write_property/has_property/unset...
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

16 years agoFixed is_callable/call_user_func mess that had done different things for very similar...
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"

16 years agoFix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS...
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)

16 years agoChangeLog update
<changelog@php.net> [Sat, 26 Jul 2008 01:32:07 +0000 (01:32 +0000)]
ChangeLog update

16 years agoForgot to add these earlier
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.

16 years agoSQLite3 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.

16 years ago- Added arginfo
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()

16 years agofix warnings
Antony Dovgal [Fri, 25 Jul 2008 15:05:33 +0000 (15:05 +0000)]
fix warnings

16 years ago- Fix warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 14:04:39 +0000 (14:04 +0000)]
- Fix warnings

16 years ago- Fix wrong cast
Moriyoshi Koizumi [Fri, 25 Jul 2008 13:56:50 +0000 (13:56 +0000)]
- Fix wrong cast

16 years ago- Fixed the parameter type expected. set_time_limit() should accept only integer.
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.

16 years ago- Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled-by...
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.

16 years ago- fix a typo in mb_stripos() that caused segfault.
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).

16 years agoFix bug#45019 Segmentation fault with SELECT ? and UNION
Andrey Hristov [Fri, 25 Jul 2008 12:45:27 +0000 (12:45 +0000)]
Fix bug#45019 Segmentation fault with SELECT ? and UNION

16 years agofix zts build
Rob Richards [Fri, 25 Jul 2008 12:40:23 +0000 (12:40 +0000)]
fix zts build

16 years ago- fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we can clean them...
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)

16 years ago- Fixed a minor problem in not enabling c++/g++ when not needed.
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.

16 years ago- MFB: New parameter parsing API (set_time_limit)
Felipe Pena [Fri, 25 Jul 2008 12:14:36 +0000 (12:14 +0000)]
- MFB: New parameter parsing API (set_time_limit)

16 years ago- Fix build
Felipe Pena [Fri, 25 Jul 2008 11:54:06 +0000 (11:54 +0000)]
- Fix build

16 years agofix typo
Antony Dovgal [Fri, 25 Jul 2008 09:55:51 +0000 (09:55 +0000)]
fix typo

16 years agoFixed support for static methods
Dmitry Stogov [Fri, 25 Jul 2008 09:48:36 +0000 (09:48 +0000)]
Fixed support for static methods

16 years ago- Allow the results of a partial run to be saved when -s option is explicitly
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.

16 years agoMFB: generated with a bit newer re2c
Jani Taskinen [Fri, 25 Jul 2008 09:17:52 +0000 (09:17 +0000)]
MFB: generated with a bit newer re2c

16 years ago- Enable fileinfo by default
Jani Taskinen [Fri, 25 Jul 2008 09:16:09 +0000 (09:16 +0000)]
- Enable fileinfo by default

16 years ago- Cleanup after test
Jani Taskinen [Fri, 25 Jul 2008 09:10:02 +0000 (09:10 +0000)]
- Cleanup after test

16 years agoFixed uninitialized data
Dmitry Stogov [Fri, 25 Jul 2008 08:53:11 +0000 (08:53 +0000)]
Fixed uninitialized data

16 years ago- Changed HTTP stream wrapper to accept any code between and including
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)

16 years ago- No C++ comments.
Derick Rethans [Fri, 25 Jul 2008 08:18:34 +0000 (08:18 +0000)]
- No C++ comments.

16 years ago- Updating the libmagic patch.
Derick Rethans [Fri, 25 Jul 2008 08:17:21 +0000 (08:17 +0000)]
- Updating the libmagic patch.
- Adding myself to credits.

16 years ago- Fixed size calculation.
Derick Rethans [Fri, 25 Jul 2008 08:16:03 +0000 (08:16 +0000)]
- Fixed size calculation.
- Reverted cosmetic fixes that makes upgrading harder.

16 years agoSubstitute persistent constants by their values at compile time. (Matt)
Dmitry Stogov [Fri, 25 Jul 2008 04:54:56 +0000 (04:54 +0000)]
Substitute persistent constants by their values at compile time. (Matt)

16 years ago- Suppress signedness warnings.
Moriyoshi Koizumi [Fri, 25 Jul 2008 03:41:38 +0000 (03:41 +0000)]
- Suppress signedness warnings.

16 years agoChangeLog update
<changelog@php.net> [Fri, 25 Jul 2008 01:32:16 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Revert accidental commit.
Jani Taskinen [Thu, 24 Jul 2008 21:39:23 +0000 (21:39 +0000)]
- Revert accidental commit.

16 years ago- Suppress signedness warnings.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:44:10 +0000 (20:44 +0000)]
- Suppress signedness warnings.

16 years ago* Constify read-only arguments.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:38:43 +0000 (20:38 +0000)]
* Constify read-only arguments.

16 years ago- Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_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.

16 years ago- Fix win32 build
Moriyoshi Koizumi [Thu, 24 Jul 2008 16:59:53 +0000 (16:59 +0000)]
- Fix win32 build

16 years ago- force static for now, broken now
Pierre Joye [Thu, 24 Jul 2008 16:05:17 +0000 (16:05 +0000)]
- force static for now, broken now

16 years agoFixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of...
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)

16 years ago1. Fix macro version test for constants
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