]> granicus.if.org Git - php/log
php
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

16 years agouse "r" instead of "z" when accepting resources
Antony Dovgal [Thu, 24 Jul 2008 15:07:37 +0000 (15:07 +0000)]
use "r" instead of "z" when accepting resources

16 years agoTest for PS fallback logic in prepare()
Ulf Wendel [Thu, 24 Jul 2008 15:07:20 +0000 (15:07 +0000)]
Test for PS fallback logic in prepare()

16 years agowe don't do fstat, hence st struct is uninitalized
Antony Dovgal [Thu, 24 Jul 2008 14:53:59 +0000 (14:53 +0000)]
we don't do fstat, hence st struct is uninitalized

16 years agosilence compile warning
Antony Dovgal [Thu, 24 Jul 2008 14:45:53 +0000 (14:45 +0000)]
silence compile warning

16 years agofix folding
Antony Dovgal [Thu, 24 Jul 2008 14:44:15 +0000 (14:44 +0000)]
fix folding

16 years agoMFB: Added tests for #42663
Arnaud Le Blanc [Thu, 24 Jul 2008 14:39:58 +0000 (14:39 +0000)]
MFB: Added tests for #42663

16 years agodon't ignore .patch if it's in CVS
Antony Dovgal [Thu, 24 Jul 2008 14:32:05 +0000 (14:32 +0000)]
don't ignore .patch if it's in CVS

16 years agodrop freeing of uninitialized variable
Antony Dovgal [Thu, 24 Jul 2008 14:30:58 +0000 (14:30 +0000)]
drop freeing of uninitialized variable
add missing return
nuke unused variable

16 years agodo not include libmagic/file.c into the build
Antony Dovgal [Thu, 24 Jul 2008 14:22:30 +0000 (14:22 +0000)]
do not include libmagic/file.c into the build

16 years agoRemove non existent defines, change THREADSAFE to SQLITE_THREADSAFE and sync with 5.3
Scott MacVicar [Thu, 24 Jul 2008 14:20:51 +0000 (14:20 +0000)]
Remove non existent defines, change THREADSAFE to SQLITE_THREADSAFE and sync with 5.3

16 years agoAdded test file
Andrey Hristov [Thu, 24 Jul 2008 14:17:27 +0000 (14:17 +0000)]
Added test file

16 years agoset GCC to "no" if ICC was detected
Antony Dovgal [Thu, 24 Jul 2008 14:17:21 +0000 (14:17 +0000)]
set GCC to "no" if ICC was detected

16 years ago- Fix tests.
Moriyoshi Koizumi [Thu, 24 Jul 2008 13:49:28 +0000 (13:49 +0000)]
- Fix tests.

16 years agoOptimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)
Dmitry Stogov [Thu, 24 Jul 2008 13:46:48 +0000 (13:46 +0000)]
Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)

16 years ago- Fixed warnings.
Moriyoshi Koizumi [Thu, 24 Jul 2008 13:46:35 +0000 (13:46 +0000)]
- Fixed warnings.

16 years ago- Bundle the data file - you can still use the external file if you
Derick Rethans [Thu, 24 Jul 2008 13:40:21 +0000 (13:40 +0000)]
- Bundle the data file - you can still use the external file if you
  specify that in the call to finfo_open().

16 years ago- Add mbstring.http_output_conv_mimetypes that allows common non-text
Moriyoshi Koizumi [Thu, 24 Jul 2008 12:58:37 +0000 (12:58 +0000)]
- Add mbstring.http_output_conv_mimetypes that allows common non-text
  types such as "application/xhtml+xml" to be converted by
  mb_output_handler().

16 years agoMake the test pass on 32bit and not bail out because of int vs. double
Ulf Wendel [Thu, 24 Jul 2008 12:54:12 +0000 (12:54 +0000)]
Make the test pass on 32bit and not bail out because of int vs. double

16 years ago- New parameter parsing API
Felipe Pena [Thu, 24 Jul 2008 12:48:47 +0000 (12:48 +0000)]
- New parameter parsing API

16 years agoFixed bug #45178 (memory corruption on assignment result of "new" by reference)
Dmitry Stogov [Thu, 24 Jul 2008 11:48:30 +0000 (11:48 +0000)]
Fixed bug #45178 (memory corruption on assignment result of "new" by reference)

16 years agoAdd .cvsignore, update config.w32 and remove the other bundled sqlite library
Scott MacVicar [Thu, 24 Jul 2008 11:24:28 +0000 (11:24 +0000)]
Add .cvsignore, update config.w32 and remove the other bundled sqlite library

16 years agoLSB parent/self forwarding
Dmitry Stogov [Thu, 24 Jul 2008 10:14:01 +0000 (10:14 +0000)]
LSB parent/self forwarding

16 years agoAllow filters to work on INPUT_SERVER in CLI (bug #44779)
Arnaud Le Blanc [Thu, 24 Jul 2008 09:11:48 +0000 (09:11 +0000)]
Allow filters to work on INPUT_SERVER in CLI (bug #44779)

16 years ago- Make test x-platform
Steph Fox [Thu, 24 Jul 2008 08:53:56 +0000 (08:53 +0000)]
- Make test x-platform

16 years ago- Introduce SPL_FILE_DIR_UNIXPATHS.
Steph Fox [Thu, 24 Jul 2008 08:52:24 +0000 (08:52 +0000)]
- Introduce SPL_FILE_DIR_UNIXPATHS.

16 years agofix test
Antony Dovgal [Thu, 24 Jul 2008 07:32:21 +0000 (07:32 +0000)]
fix test

16 years ago- Fixed tests
Felipe Pena [Thu, 24 Jul 2008 03:30:02 +0000 (03:30 +0000)]
- Fixed tests

16 years ago- Improved parameter handling
Felipe Pena [Thu, 24 Jul 2008 03:06:16 +0000 (03:06 +0000)]
- Improved parameter handling

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

16 years agoMFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain...
Scott MacVicar [Thu, 24 Jul 2008 01:01:43 +0000 (01:01 +0000)]
MFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain. Also kill useless PECL version tag in MINFO.

16 years agocorrected library search path order in tests
Hartmut Holzgraefe [Wed, 23 Jul 2008 21:41:27 +0000 (21:41 +0000)]
corrected library search path order in tests

16 years agoarray_intersect_ukey tests by Sanjay Mantoor
Lars Strojny [Wed, 23 Jul 2008 20:38:10 +0000 (20:38 +0000)]
array_intersect_ukey tests by Sanjay Mantoor

16 years agoimplement bug #14266
Stanislav Malyshev [Wed, 23 Jul 2008 20:22:28 +0000 (20:22 +0000)]
implement bug #14266

16 years agotypoes
Stanislav Malyshev [Wed, 23 Jul 2008 20:21:23 +0000 (20:21 +0000)]
typoes

16 years ago- Fixed an issue with "first <weekday> of" in case the first <weekday> was the
Derick Rethans [Wed, 23 Jul 2008 19:52:51 +0000 (19:52 +0000)]
- Fixed an issue with "first <weekday> of" in case the first <weekday> was the
  same day-of-week as the first day of the month.

16 years ago- Fixed tests
Felipe Pena [Wed, 23 Jul 2008 19:49:07 +0000 (19:49 +0000)]
- Fixed tests