]> granicus.if.org Git - php/log
php
16 years ago- file will exist only on error (thx tony for the headup)
Pierre Joye [Sat, 30 Aug 2008 23:54:46 +0000 (23:54 +0000)]
- file will exist only on error (thx tony for the headup)

16 years ago- Move the tests where they belong
Jani Taskinen [Sat, 30 Aug 2008 23:20:25 +0000 (23:20 +0000)]
- Move the tests where they belong

16 years ago- Fixed tests
Felipe Pena [Sat, 30 Aug 2008 22:16:29 +0000 (22:16 +0000)]
- Fixed tests

16 years agoFix the assert
Rasmus Lerdorf [Sat, 30 Aug 2008 18:28:48 +0000 (18:28 +0000)]
Fix the assert

16 years agoFix for bugs 13961, 39927 and 45947
Rasmus Lerdorf [Sat, 30 Aug 2008 16:53:05 +0000 (16:53 +0000)]
Fix for bugs 13961, 39927 and 45947

16 years ago- MFB: fix test (clean on exit)
Pierre Joye [Sat, 30 Aug 2008 16:26:11 +0000 (16:26 +0000)]
- MFB: fix test (clean on exit)

16 years ago- Fix test
Marcus Boerger [Sat, 30 Aug 2008 11:32:12 +0000 (11:32 +0000)]
- Fix test

16 years ago- Environment handling seems to have changed to respect unicode... so we
Marcus Boerger [Sat, 30 Aug 2008 11:24:56 +0000 (11:24 +0000)]
- Environment handling seems to have changed to respect unicode... so we
  have to convert everything to binary before passing it along. A bunch of
  tests suffer from this change in behavior as well. Can anyone explain to
  me what was changed and why?

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

16 years agoFix wrong Unicode string length (bytes) in tidy_parse_string()
Henrique do Nascimento Angelo [Fri, 29 Aug 2008 22:59:41 +0000 (22:59 +0000)]
Fix wrong Unicode string length (bytes) in tidy_parse_string()

16 years ago- Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668)
Patrick van Kleef [Fri, 29 Aug 2008 19:15:39 +0000 (19:15 +0000)]
- Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668)
#[DOC]

16 years ago- Updated unary_op_type typedef with TSRMLS_DC
Matt Wilmas [Fri, 29 Aug 2008 18:12:15 +0000 (18:12 +0000)]
- Updated unary_op_type typedef with TSRMLS_DC
- Added binary_op_type typedef
- Added missing ZEND_BOOL_XOR to get_binary_op()

16 years ago- Saved opcode when unary +/- is applied to IS_CONST op (e.g. for negative numbers)
Matt Wilmas [Fri, 29 Aug 2008 17:50:15 +0000 (17:50 +0000)]
- Saved opcode when unary +/- is applied to IS_CONST op (e.g. for negative numbers)
- Made '+' in static_scalar context behave as '-' by calling add_function(), so:
    static $a = +'abc'; // 0 instead of abc
    static $b = +array(); // "Invalid operand types," like -array(), instead of array()

16 years ago- Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)
Patrick van Kleef [Fri, 29 Aug 2008 16:42:50 +0000 (16:42 +0000)]
- Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)

16 years ago- Fixed tests
Felipe Pena [Fri, 29 Aug 2008 15:47:00 +0000 (15:47 +0000)]
- Fixed tests

16 years ago- Fixed tests (Disable COMPRESS support for now)
Felipe Pena [Fri, 29 Aug 2008 15:29:02 +0000 (15:29 +0000)]
- Fixed tests (Disable COMPRESS support for now)

16 years ago- Fixed build
Felipe Pena [Fri, 29 Aug 2008 15:17:25 +0000 (15:17 +0000)]
- Fixed build

16 years agoFixed bug #45706 (Unserialization of classes derived from ArrayIterator fails)
Dmitry Stogov [Fri, 29 Aug 2008 14:59:41 +0000 (14:59 +0000)]
Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails)

16 years agofix get_browser() (broken in the process of param API conversion)
Antony Dovgal [Fri, 29 Aug 2008 14:13:57 +0000 (14:13 +0000)]
fix get_browser() (broken in the process of param API conversion)

16 years agocheck for \0 to be consistent with other functions
Antony Dovgal [Fri, 29 Aug 2008 13:48:26 +0000 (13:48 +0000)]
check for \0 to be consistent with other functions

16 years ago- MFB: Disable COMPRESS support for now, as it requires forking.
Derick Rethans [Fri, 29 Aug 2008 13:39:17 +0000 (13:39 +0000)]
- MFB: Disable COMPRESS support for now, as it requires forking.
# @DOC [DOC] "DOC"

16 years ago- MFB: Remove ext/mime_magic, it was deprecated and it's only function is now
Derick Rethans [Fri, 29 Aug 2008 13:32:38 +0000 (13:32 +0000)]
- MFB: Remove ext/mime_magic, it was deprecated and it's only function is now
  part of ext/fileinfo.

16 years ago- Adding back in mime_content_type().
Derick Rethans [Fri, 29 Aug 2008 13:29:18 +0000 (13:29 +0000)]
- Adding back in mime_content_type().

16 years ago- Some more cleanups, and fixed some warnings.
Derick Rethans [Fri, 29 Aug 2008 12:05:35 +0000 (12:05 +0000)]
- Some more cleanups, and fixed some warnings.

16 years ago- Support for the Scottish "back of" and "front of" hour phrases.
Derick Rethans [Fri, 29 Aug 2008 11:59:23 +0000 (11:59 +0000)]
- Support for the Scottish "back of" and "front of" hour phrases.

16 years ago- move ming to pecl
Pierre Joye [Fri, 29 Aug 2008 11:17:14 +0000 (11:17 +0000)]
- move ming to pecl

16 years ago- fix warning
Pierre Joye [Fri, 29 Aug 2008 11:09:05 +0000 (11:09 +0000)]
- fix warning

16 years agofix invalid read
Antony Dovgal [Fri, 29 Aug 2008 10:53:07 +0000 (10:53 +0000)]
fix invalid read

weird, the code uses correct order of checks just ten lines below

16 years agoMFB: Some fileinfo tests
Felix De Vliegher [Fri, 29 Aug 2008 10:34:34 +0000 (10:34 +0000)]
MFB: Some fileinfo tests

16 years agoAdded %unicode_string_optional% for differences in output between PHP 5 and 6
Felix De Vliegher [Fri, 29 Aug 2008 10:25:35 +0000 (10:25 +0000)]
Added %unicode_string_optional% for differences in output between PHP 5 and 6

16 years agoImporoved compile-time constant substitution (Matt)
Dmitry Stogov [Fri, 29 Aug 2008 10:17:23 +0000 (10:17 +0000)]
Imporoved compile-time constant substitution (Matt)

16 years agofix ZTS build
Antony Dovgal [Fri, 29 Aug 2008 10:10:56 +0000 (10:10 +0000)]
fix ZTS build

16 years agofix build
Antony Dovgal [Fri, 29 Aug 2008 10:08:30 +0000 (10:08 +0000)]
fix build

16 years agoMFB: Test for fileinfo to check mime types.
Scott MacVicar [Fri, 29 Aug 2008 09:55:52 +0000 (09:55 +0000)]
MFB: Test for fileinfo to check mime types.

16 years agoMFB: Replace ereg code with pcre, fix duplicate macro names and segfault. Patch by...
Scott MacVicar [Fri, 29 Aug 2008 09:50:57 +0000 (09:50 +0000)]
MFB: Replace ereg code with pcre, fix duplicate macro names and segfault. Patch by Mikko

16 years ago- Removed the undocumented object support in the leftover array functions [DOC]
Felipe Pena [Fri, 29 Aug 2008 02:48:28 +0000 (02:48 +0000)]
- Removed the undocumented object support in the leftover array functions [DOC]
  (natcasesort, natsort, array_walk, array_walk_recursive, array_unique, array_key_exists)
- Changed HASH_OF() to Z_ARRVAL_P()
- Fixed bug #45937 (array_walk and array_walk_recursive can alter private/protected object variable)

16 years agoChangeLog update
<changelog@php.net> [Fri, 29 Aug 2008 01:31:55 +0000 (01:31 +0000)]
ChangeLog update

16 years agoBug #45888 (Refcounting in ZTS mode)
Christopher Jones [Thu, 28 Aug 2008 06:32:52 +0000 (06:32 +0000)]
Bug #45888 (Refcounting in ZTS mode)

16 years agoBug #45458 (OCI8: Numeric keys for associative arrays are not handled properly)
Christopher Jones [Thu, 28 Aug 2008 06:17:53 +0000 (06:17 +0000)]
Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly)

16 years agoFix expected output for PHP 6
Christopher Jones [Thu, 28 Aug 2008 06:15:56 +0000 (06:15 +0000)]
Fix expected output for PHP 6

16 years agoTest initialization cleanup
Christopher Jones [Thu, 28 Aug 2008 05:35:18 +0000 (05:35 +0000)]
Test initialization cleanup

16 years agoUpdate Oracle DLL examples to match build changes
Christopher Jones [Thu, 28 Aug 2008 05:31:15 +0000 (05:31 +0000)]
Update Oracle DLL examples to match build changes

16 years agoChangeLog update
<changelog@php.net> [Thu, 28 Aug 2008 01:32:23 +0000 (01:32 +0000)]
ChangeLog update

16 years agofix file check and avoid segfault
Antony Dovgal [Wed, 27 Aug 2008 07:40:59 +0000 (07:40 +0000)]
fix file check and avoid segfault

16 years agoChangeLog update
<changelog@php.net> [Wed, 27 Aug 2008 01:32:47 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed check for empty file name
Felipe Pena [Wed, 27 Aug 2008 01:02:58 +0000 (01:02 +0000)]
- Fixed check for empty file name

16 years ago- Fixed crash in file_error_core()
Felipe Pena [Wed, 27 Aug 2008 00:16:11 +0000 (00:16 +0000)]
- Fixed crash in file_error_core()

16 years ago- Fixed bug #44924 (sendmail path wrong)
Jani Taskinen [Tue, 26 Aug 2008 23:25:40 +0000 (23:25 +0000)]
- Fixed bug #44924 (sendmail path wrong)

16 years agoSync with PHP_5_3 (what a nice mess..thanks guys for keeping the branches in sync...
Jani Taskinen [Tue, 26 Aug 2008 23:22:31 +0000 (23:22 +0000)]
Sync with PHP_5_3 (what a nice mess..thanks guys for keeping the branches in sync..NOT)

16 years agoignore signal SIGXFSZ
George Wang [Tue, 26 Aug 2008 21:59:56 +0000 (21:59 +0000)]
ignore signal SIGXFSZ

16 years agoMFB: switch to the new parameter-parse API
Alexey Zakhlestin [Tue, 26 Aug 2008 17:36:33 +0000 (17:36 +0000)]
MFB: switch to the new parameter-parse API

16 years agoMFB: this test depends on session.hash_bits_per_character, but it was not explicitly set
Alexey Zakhlestin [Tue, 26 Aug 2008 16:51:18 +0000 (16:51 +0000)]
MFB: this test depends on session.hash_bits_per_character, but it was not explicitly set

16 years ago- Improved fix
Felipe Pena [Tue, 26 Aug 2008 16:19:29 +0000 (16:19 +0000)]
- Improved fix

16 years agoFixed bug #43782 (feof() does not detect timeout on socket)
David Soria Parra [Tue, 26 Aug 2008 16:06:23 +0000 (16:06 +0000)]
Fixed bug #43782 (feof() does not detect timeout on socket)
# Poll returns 0 if it times out.
# We check for 0 and use the user set timeout in set_options by passing -1.

16 years agoRemove stray folding tag here
Rasmus Lerdorf [Tue, 26 Aug 2008 15:37:38 +0000 (15:37 +0000)]
Remove stray folding tag here

16 years ago- Added check for empty file name
Felipe Pena [Tue, 26 Aug 2008 15:03:33 +0000 (15:03 +0000)]
- Added check for empty file name

16 years agoMFB:
Ilia Alshanetsky [Tue, 26 Aug 2008 12:24:12 +0000 (12:24 +0000)]
MFB:
Upgraded the lib to use PHP memory allocation routines.
Fixed a crash caused by analysis of DEADJOE files
A little bit of CS inside libmagic

16 years agoclean up garbage
Antony Dovgal [Tue, 26 Aug 2008 11:05:59 +0000 (11:05 +0000)]
clean up garbage

16 years agofix typo
Antony Dovgal [Tue, 26 Aug 2008 10:59:03 +0000 (10:59 +0000)]
fix typo

16 years agoFixed bug #45786 (FastCGI process exited unexpectedly)
Dmitry Stogov [Tue, 26 Aug 2008 09:56:22 +0000 (09:56 +0000)]
Fixed bug #45786 (FastCGI process exited unexpectedly)

16 years ago- MFB; support for copy of ICU DLLS for all ICU versions
Pierre Joye [Tue, 26 Aug 2008 09:12:21 +0000 (09:12 +0000)]
- MFB; support for copy of ICU DLLS for all ICU versions

16 years agoFixed bug #45910 (Cannot declare self-referencing constant)
Dmitry Stogov [Tue, 26 Aug 2008 08:38:15 +0000 (08:38 +0000)]
Fixed bug #45910 (Cannot declare self-referencing constant)

16 years ago- MFB:inline definition (win32)
Pierre Joye [Tue, 26 Aug 2008 06:54:37 +0000 (06:54 +0000)]
- MFB:inline definition (win32)

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

16 years agofix warning
Rob Richards [Mon, 25 Aug 2008 21:04:00 +0000 (21:04 +0000)]
fix warning

16 years ago- New test
Felipe Pena [Mon, 25 Aug 2008 19:55:36 +0000 (19:55 +0000)]
- New test

16 years ago- New test
Felipe Pena [Mon, 25 Aug 2008 19:38:18 +0000 (19:38 +0000)]
- New test

16 years ago- New tests
Felipe Pena [Mon, 25 Aug 2008 19:35:10 +0000 (19:35 +0000)]
- New tests

16 years ago- Fix CS, folding tags..etc. PLEASE do not invent your own coding styles. Or commit...
Jani Taskinen [Mon, 25 Aug 2008 19:07:12 +0000 (19:07 +0000)]
- Fix CS, folding tags..etc. PLEASE do not invent your own coding styles. Or commit something as fubar as this..

16 years agoFix #45826 (Custom serialization)
Etienne Kneuss [Mon, 25 Aug 2008 18:38:23 +0000 (18:38 +0000)]
Fix #45826 (Custom serialization)

16 years ago- Fix win32 build
Jani Taskinen [Mon, 25 Aug 2008 14:10:22 +0000 (14:10 +0000)]
- Fix win32 build

16 years ago- Fixed tests
Felipe Pena [Mon, 25 Aug 2008 13:44:33 +0000 (13:44 +0000)]
- Fixed tests

16 years ago- Nuke unncessary checks already done elsewhere (ZEND)
Jani Taskinen [Mon, 25 Aug 2008 13:42:46 +0000 (13:42 +0000)]
- Nuke unncessary checks already done elsewhere (ZEND)
- Use the correct type header files if available. (win32 does what it does)
- inline definition is in php_config.h, so include it always.

16 years agofix test: no crap left behind
Jani Taskinen [Mon, 25 Aug 2008 13:40:33 +0000 (13:40 +0000)]
fix test: no crap left behind

16 years ago- Nuke duplicate macro call
Jani Taskinen [Mon, 25 Aug 2008 12:14:48 +0000 (12:14 +0000)]
- Nuke duplicate macro call

16 years agoChangeLog update
<changelog@php.net> [Mon, 25 Aug 2008 01:34:25 +0000 (01:34 +0000)]
ChangeLog update

16 years ago- New parameter parsing API
Felipe Pena [Sun, 24 Aug 2008 20:50:02 +0000 (20:50 +0000)]
- New parameter parsing API
- CS

16 years ago- Fix the order, and avoid overwriting when implementing Serializable
Etienne Kneuss [Sun, 24 Aug 2008 18:20:03 +0000 (18:20 +0000)]
- Fix the order, and avoid overwriting when implementing Serializable

16 years ago- Export zend_user_(un)serialize functions to be used by custom callbacks
Etienne Kneuss [Sun, 24 Aug 2008 17:01:22 +0000 (17:01 +0000)]
- Export zend_user_(un)serialize functions to be used by custom callbacks
- Transfer custom (un)serialize callbacks through inheritance

16 years ago- Add new test
Marcus Boerger [Sun, 24 Aug 2008 16:46:17 +0000 (16:46 +0000)]
- Add new test

16 years ago- Fix issue with destruction of overloaded objects
Marcus Boerger [Sun, 24 Aug 2008 16:45:50 +0000 (16:45 +0000)]
- Fix issue with destruction of overloaded objects
# The issue is that we assume default object handlers when calling method
# __destruct(). Now the default handlers might not be compatible with the
# correct handlers which would result in crashes or they simply do cannot
# support everything the object was supposed to do. The latter case will be
# demonstrated in ext/spl/tests/iterator_068.phpt.

16 years ago- Added function preg_filter()
Marcus Boerger [Sun, 24 Aug 2008 12:34:02 +0000 (12:34 +0000)]
- Added function preg_filter()
[DOC] preg_filter() is basically the same as preg_replace but unlike the
      latter it returns matches.

16 years ago- Removed unused variable
Felipe Pena [Sun, 24 Aug 2008 04:18:22 +0000 (04:18 +0000)]
- Removed unused variable

16 years ago- MFB: New parameter parsing API
Felipe Pena [Sun, 24 Aug 2008 04:02:20 +0000 (04:02 +0000)]
- MFB: New parameter parsing API
- CS (wddx)

16 years agoMFB:
Felipe Pena [Sun, 24 Aug 2008 02:12:51 +0000 (02:12 +0000)]
MFB:
- New parameter parsing API
- Fixed crash in xml_parse_into_struct

16 years agoChangeLog update
<changelog@php.net> [Sun, 24 Aug 2008 01:32:04 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- MFB: New parameter parsing API
Felipe Pena [Sun, 24 Aug 2008 00:45:20 +0000 (00:45 +0000)]
- MFB: New parameter parsing API
- WS, Cosmetics

16 years ago- more fixes for inet_* with vc9/xp
Pierre Joye [Sat, 23 Aug 2008 20:31:27 +0000 (20:31 +0000)]
- more fixes for inet_* with vc9/xp

16 years ago- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)
Pierre Joye [Sat, 23 Aug 2008 20:03:29 +0000 (20:03 +0000)]
- MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;)

16 years ago- MFB: fix logic, build correctly when the build targets xp/2k
Pierre Joye [Sat, 23 Aug 2008 19:55:44 +0000 (19:55 +0000)]
- MFB: fix logic, build correctly when the build targets xp/2k

16 years ago- we need it for vc < 9 (even if php6 will support officially only 9)
Pierre Joye [Sat, 23 Aug 2008 19:50:36 +0000 (19:50 +0000)]
- we need it for vc < 9 (even if php6 will support officially only 9)

16 years ago- readd the usual suspects to lib/include (was droped with the resolv.h check removal)
Pierre Joye [Sat, 23 Aug 2008 19:39:07 +0000 (19:39 +0000)]
- readd the usual suspects to lib/include (was droped with the resolv.h check removal)

16 years agoFix proto
Hannes Magnusson [Sat, 23 Aug 2008 18:06:43 +0000 (18:06 +0000)]
Fix proto

16 years ago- exposePHP_MAXPATHLEN
Pierre Joye [Sat, 23 Aug 2008 17:53:19 +0000 (17:53 +0000)]
- exposePHP_MAXPATHLEN

16 years ago- fix build
Pierre Joye [Sat, 23 Aug 2008 17:08:30 +0000 (17:08 +0000)]
- fix build

16 years ago- MFB: New parameter parsing API
Felipe Pena [Sat, 23 Aug 2008 16:20:14 +0000 (16:20 +0000)]
- MFB: New parameter parsing API
- WS, Cosmetics

16 years agoFix build on solaris
Arnaud Le Blanc [Sat, 23 Aug 2008 13:57:01 +0000 (13:57 +0000)]
Fix build on solaris

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

16 years ago- Removed unused arguments
Felipe Pena [Fri, 22 Aug 2008 15:51:50 +0000 (15:51 +0000)]
- Removed unused arguments

16 years agoRemoved redundant code
Dmitry Stogov [Fri, 22 Aug 2008 15:27:37 +0000 (15:27 +0000)]
Removed redundant code