]> granicus.if.org Git - php/log
php
16 years agoMFH:
Felipe Pena [Fri, 25 Jul 2008 15:23:10 +0000 (15:23 +0000)]
MFH:
- 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:48 +0000 (15:05 +0000)]
fix warnings

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

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

16 years ago- MFB: Fixed the parameter type expected. set_time_limit() should accept only integer.
Felipe Pena [Fri, 25 Jul 2008 13:46:56 +0000 (13:46 +0000)]
- MFB: Fixed the parameter type expected. set_time_limit() should accept only integer.

16 years agoMFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all
Jani Taskinen [Fri, 25 Jul 2008 13:46:24 +0000 (13:46 +0000)]
MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all
MFH: enabled-by-default drivers. Also error out if you try to configure
MFH: a driver as static but pdo is disabled.

16 years ago- MFH: Fix a typo in mb_stripos() that caused segfaults (noticed by bs@php.net, thanks).
Moriyoshi Koizumi [Fri, 25 Jul 2008 12:51:47 +0000 (12:51 +0000)]
- MFH: Fix a typo in mb_stripos() that caused segfaults (noticed by bs@php.net, thanks).

16 years agoMFH: Fixed bug#45019 Segmentation fault with SELECT ? and UNION
Andrey Hristov [Fri, 25 Jul 2008 12:46:03 +0000 (12:46 +0000)]
MFH: Fixed bug#45019 Segmentation fault with SELECT ? and UNION

16 years agoMFH: fix zts build
Rob Richards [Fri, 25 Jul 2008 12:41:57 +0000 (12:41 +0000)]
MFH: fix zts build

16 years ago- MFH: fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we can clean...
Pierre Joye [Fri, 25 Jul 2008 12:40:45 +0000 (12:40 +0000)]
- MFH: fix EXT_FOO_SHARED usage as dep mgt broke it (one more hack but we can clean them after alpha)

16 years agoMFH: Fixed a minor problem in not enabling c++/g++ when not needed.
Jani Taskinen [Fri, 25 Jul 2008 12:36:34 +0000 (12:36 +0000)]
MFH: Fixed a minor problem in not enabling c++/g++ when not needed.

16 years ago- Fix description
Jani Taskinen [Fri, 25 Jul 2008 12:04:54 +0000 (12:04 +0000)]
- Fix description

16 years ago- No tabs, fix indent in configure --help
Jani Taskinen [Fri, 25 Jul 2008 12:01:47 +0000 (12:01 +0000)]
- No tabs, fix indent in configure --help

16 years ago- Fix tests.
Moriyoshi Koizumi [Fri, 25 Jul 2008 10:48:20 +0000 (10:48 +0000)]
- Fix tests.

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

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

16 years ago- MFH: Allow the results of a partial run to be saved when -s option is
Moriyoshi Koizumi [Fri, 25 Jul 2008 09:32:23 +0000 (09:32 +0000)]
- MFH: Allow the results of a partial run to be saved when -s option is
  explicitly specified.

16 years agoMFH: enable fileinfo by default
Jani Taskinen [Fri, 25 Jul 2008 09:16:22 +0000 (09:16 +0000)]
MFH: enable fileinfo by default

16 years agoUpdate credits
Jani Taskinen [Fri, 25 Jul 2008 09:13:24 +0000 (09:13 +0000)]
Update credits

16 years agoMFH: cleanup
Jani Taskinen [Fri, 25 Jul 2008 09:10:11 +0000 (09:10 +0000)]
MFH: cleanup

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

16 years agofix typos
Antony Dovgal [Fri, 25 Jul 2008 08:45:09 +0000 (08:45 +0000)]
fix typos

16 years ago- Changed HTTP stream wrapper to accept any code between and including
Michael Wallner [Fri, 25 Jul 2008 08:27:37 +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 agoFixed uninitialised data
Dmitry Stogov [Fri, 25 Jul 2008 08:23:07 +0000 (08:23 +0000)]
Fixed uninitialised data

16 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
SVN Migration [Fri, 25 Jul 2008 08:18:35 +0000 (08:18 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.

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

16 years ago- MFH: suppress signedness warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 03:42:01 +0000 (03:42 +0000)]
- MFH: suppress signedness warnings

16 years agoSQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge...
Scott MacVicar [Fri, 25 Jul 2008 02:44:59 +0000 (02:44 +0000)]
SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well.

16 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
SVN Migration [Fri, 25 Jul 2008 02:44:58 +0000 (02:44 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.

16 years ago- No need to advance the cursor
Moriyoshi Koizumi [Thu, 24 Jul 2008 23:53:42 +0000 (23:53 +0000)]
- No need to advance the cursor

16 years ago- Revived zend multibyte
Moriyoshi Koizumi [Thu, 24 Jul 2008 22:21:41 +0000 (22:21 +0000)]
- Revived zend multibyte

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

16 years ago- MFH: Constify read-only arguments
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:39:48 +0000 (20:39 +0000)]
- MFH: Constify read-only arguments

16 years ago- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
Felipe Pena [Thu, 24 Jul 2008 19:52:24 +0000 (19:52 +0000)]
- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.

16 years agoFix parameter types for a couple of methods
Frank M. Kromann [Thu, 24 Jul 2008 18:39:42 +0000 (18:39 +0000)]
Fix parameter types for a couple of methods

16 years ago- MFH: fix win32 build
Moriyoshi Koizumi [Thu, 24 Jul 2008 17:00:03 +0000 (17:00 +0000)]
- MFH: fix win32 build

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

16 years ago- Removed unused variable.
Felipe Pena [Thu, 24 Jul 2008 16:00:34 +0000 (16:00 +0000)]
- Removed unused variable.

16 years agoMFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop...
Arnaud Le Blanc [Thu, 24 Jul 2008 15:54:41 +0000 (15:54 +0000)]
MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object)

16 years agoMFH
Christopher Jones [Thu, 24 Jul 2008 15:24:14 +0000 (15:24 +0000)]
MFH

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 agoMFH (prepare() fallback logic)
Ulf Wendel [Thu, 24 Jul 2008 15:08:02 +0000 (15:08 +0000)]
MFH (prepare() fallback logic)

16 years agoFixed #42663 (gzinflate() try to allocate all memory with truncated data), not presen...
Arnaud Le Blanc [Thu, 24 Jul 2008 14:38:37 +0000 (14:38 +0000)]
Fixed #42663 (gzinflate() try to allocate all memory with truncated data), not present in HEAD.

16 years agoMFH: Remove non existent defines and change THREADSAFE to SQLITE_THREADSAFE
Scott MacVicar [Thu, 24 Jul 2008 14:25:33 +0000 (14:25 +0000)]
MFH: Remove non existent defines and change THREADSAFE to SQLITE_THREADSAFE

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

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

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

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

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

16 years ago- MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.
Moriyoshi Koizumi [Thu, 24 Jul 2008 13:01:50 +0000 (13:01 +0000)]
- MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.

16 years agoMFH (32bit fix)
Ulf Wendel [Thu, 24 Jul 2008 12:54:50 +0000 (12:54 +0000)]
MFH (32bit fix)

16 years ago- MFH: New parameter parsing API
Felipe Pena [Thu, 24 Jul 2008 12:49:11 +0000 (12:49 +0000)]
- MFH: 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:47:51 +0000 (11:47 +0000)]
Fixed bug #45178 (memory corruption on assignment result of "new" by reference)

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

16 years agoLSB parent/self forwarding
Dmitry Stogov [Thu, 24 Jul 2008 09:42:18 +0000 (09:42 +0000)]
LSB parent/self forwarding

16 years ago- Utilize new UNIX_PATHS flag in SPL
Steph Fox [Thu, 24 Jul 2008 09:22:35 +0000 (09:22 +0000)]
- Utilize new UNIX_PATHS flag in SPL
- Fix tests

@Jani: hold back on the bunny-killing, HEAD will be in sync later today

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

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

16 years agoMFH SPL_FILE_DIR_UNIXPATHS.
Steph Fox [Thu, 24 Jul 2008 08:55:52 +0000 (08:55 +0000)]
MFH SPL_FILE_DIR_UNIXPATHS.

16 years agoAdd a couple of methods to SWFVideoStream
Frank M. Kromann [Thu, 24 Jul 2008 08:22:48 +0000 (08:22 +0000)]
Add a couple of methods to SWFVideoStream

16 years agobump copyright year
Antony Dovgal [Thu, 24 Jul 2008 08:17:55 +0000 (08:17 +0000)]
bump copyright year

16 years agoSyncronize the ming extension with libming 0.4
Frank M. Kromann [Thu, 24 Jul 2008 08:02:40 +0000 (08:02 +0000)]
Syncronize the ming extension with libming 0.4
[DOC] PHP 5.3 requires libming 0.4

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

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

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

Will probably be chastised by Jani for doing branch first...

16 years agoMFH: corrected library search path order in tests
Hartmut Holzgraefe [Wed, 23 Jul 2008 21:44:25 +0000 (21:44 +0000)]
MFH: corrected library search path order in tests

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

16 years ago- MFH: Fixed an issue with "first <weekday> of" in case the first <weekday> was
Derick Rethans [Wed, 23 Jul 2008 19:53:39 +0000 (19:53 +0000)]
- MFH: 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 ago80 chars per line..
Jani Taskinen [Wed, 23 Jul 2008 19:50:47 +0000 (19:50 +0000)]
80 chars per line..

16 years agoadd compose syntax as per request #14266
Stanislav Malyshev [Wed, 23 Jul 2008 19:44:51 +0000 (19:44 +0000)]
add compose syntax as per request #14266

16 years ago- MFH: New parameter parsing API
Felipe Pena [Wed, 23 Jul 2008 19:34:35 +0000 (19:34 +0000)]
- MFH: New parameter parsing API

16 years ago- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday
Derick Rethans [Wed, 23 Jul 2008 18:50:37 +0000 (18:50 +0000)]
- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday
  behaved incorrect of the current day-of-week was the same as the one in the
  phrase).

16 years ago- MFH: Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
Felipe Pena [Wed, 23 Jul 2008 16:28:46 +0000 (16:28 +0000)]
- MFH: Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)

16 years agoAllowing "%unicode|string%" as a placeholder (backport from HEAD)
Lars Strojny [Wed, 23 Jul 2008 16:11:00 +0000 (16:11 +0000)]
Allowing "%unicode|string%" as a placeholder (backport from HEAD)

16 years agoMFH: Fix test (bug #44985)
Jani Taskinen [Wed, 23 Jul 2008 14:15:19 +0000 (14:15 +0000)]
MFH: Fix test (bug #44985)

16 years agoNEWS!:
Andrey Hristov [Wed, 23 Jul 2008 14:10:04 +0000 (14:10 +0000)]
NEWS!:

16 years agoMFH: Fixed bug#44897 - failed to prepare statement
Andrey Hristov [Wed, 23 Jul 2008 14:07:38 +0000 (14:07 +0000)]
MFH: Fixed bug#44897 - failed to prepare statement
     After a PS "CALL()" we have at least one result set. If the SP does also some, then
     we need to clean the wire more fool-proof.

16 years agoMFH
Ulf Wendel [Wed, 23 Jul 2008 13:04:18 +0000 (13:04 +0000)]
MFH

16 years agoMFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
Antony Dovgal [Wed, 23 Jul 2008 11:25:14 +0000 (11:25 +0000)]
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE

16 years agofix test
Antony Dovgal [Wed, 23 Jul 2008 10:26:45 +0000 (10:26 +0000)]
fix test

16 years agofix test names
Antony Dovgal [Wed, 23 Jul 2008 10:23:08 +0000 (10:23 +0000)]
fix test names

16 years agofix test
Antony Dovgal [Wed, 23 Jul 2008 09:49:18 +0000 (09:49 +0000)]
fix test

16 years agofix test
Antony Dovgal [Wed, 23 Jul 2008 09:29:21 +0000 (09:29 +0000)]
fix test

16 years agoMFH: Fix tests: need simplexml
Arnaud Le Blanc [Wed, 23 Jul 2008 09:25:06 +0000 (09:25 +0000)]
MFH: Fix tests: need simplexml

16 years agoMFH: add PHP_STREAM_FLAG_FCLOSE to zip streams
Antony Dovgal [Wed, 23 Jul 2008 09:09:10 +0000 (09:09 +0000)]
MFH: add PHP_STREAM_FLAG_FCLOSE to zip streams

16 years agosplitted test cases for lo_create and lo_import, added version aware
Hartmut Holzgraefe [Wed, 23 Jul 2008 09:06:59 +0000 (09:06 +0000)]
splitted test cases for lo_create and lo_import, added version aware
SKIP tests

16 years agoMFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()
Antony Dovgal [Wed, 23 Jul 2008 08:56:29 +0000 (08:56 +0000)]
MFH: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose()

16 years agoMFH: Fix tests: soap tests in schema/ needs the xml extension
Arnaud Le Blanc [Wed, 23 Jul 2008 08:56:20 +0000 (08:56 +0000)]
MFH: Fix tests: soap tests in schema/ needs the xml extension

16 years agoMFH: Fix test: use canonical name to avoid problems with domain search path
Arnaud Le Blanc [Wed, 23 Jul 2008 08:27:17 +0000 (08:27 +0000)]
MFH: Fix test: use canonical name to avoid problems with domain search path

16 years ago- [DOC] Add FilesystemIterator::SKIP_DOTS (flag to skip '.' and '..' in iteration)
Marcus Boerger [Wed, 23 Jul 2008 06:12:29 +0000 (06:12 +0000)]
- [DOC] Add FilesystemIterator::SKIP_DOTS (flag to skip '.' and '..' in iteration)

16 years ago- MFH Add new classes
Marcus Boerger [Wed, 23 Jul 2008 06:08:07 +0000 (06:08 +0000)]
- MFH Add new classes

16 years agoadd test
Stanislav Malyshev [Wed, 23 Jul 2008 01:18:25 +0000 (01:18 +0000)]
add test

16 years agoadd acceptFromHttp
Stanislav Malyshev [Wed, 23 Jul 2008 01:15:33 +0000 (01:15 +0000)]
add acceptFromHttp

16 years agoadded support for object ids in pg_lo_create() and pg_lo_import() where available
Hartmut Holzgraefe [Wed, 23 Jul 2008 00:17:19 +0000 (00:17 +0000)]
added support for object ids in pg_lo_create() and pg_lo_import() where available
(based on code provided by Tatsuo Ishii)

16 years agoMFH: Two less failing tests, one of which was definitely a leak in mysqli with mysqlnd
Andrey Hristov [Tue, 22 Jul 2008 23:44:23 +0000 (23:44 +0000)]
MFH: Two less failing tests, one of which was definitely a leak in mysqli with mysqlnd
     and pconn. ext/mysql is being fixed with a better fix for similar leak.

16 years ago- MFH Add MultipleIterator (Arnaud, Marcus)
Marcus Boerger [Tue, 22 Jul 2008 22:54:35 +0000 (22:54 +0000)]
- MFH Add MultipleIterator (Arnaud, Marcus)

16 years agoFix windows build error.
Scott MacVicar [Tue, 22 Jul 2008 21:53:53 +0000 (21:53 +0000)]
Fix windows build error.

16 years agouse correct locale check
Stanislav Malyshev [Tue, 22 Jul 2008 20:40:01 +0000 (20:40 +0000)]
use correct locale check

16 years agotypofixes
Stanislav Malyshev [Tue, 22 Jul 2008 20:25:51 +0000 (20:25 +0000)]
typofixes

16 years agorefactor ctors, cleanup code
Stanislav Malyshev [Tue, 22 Jul 2008 20:23:47 +0000 (20:23 +0000)]
refactor ctors, cleanup code

16 years ago- MFH: The error level must be E_ALL | E_STRICT.
Felipe Pena [Tue, 22 Jul 2008 19:59:37 +0000 (19:59 +0000)]
- MFH: The error level must be E_ALL | E_STRICT.