]>
granicus.if.org Git - php/log
Greg Beaver [Sun, 31 Aug 2008 06:31:53 +0000 (06:31 +0000)]
remove unused variables, merge from pecl/phar
Greg Beaver [Sun, 31 Aug 2008 06:28:01 +0000 (06:28 +0000)]
remove superfluous double variable declaration, merge from pecl/phar
Greg Beaver [Sun, 31 Aug 2008 06:26:19 +0000 (06:26 +0000)]
use %u instead of %d, merge from pecl/phar
Greg Beaver [Sun, 31 Aug 2008 06:13:42 +0000 (06:13 +0000)]
remove orphaned code, merge from pecl/phar
Greg Beaver [Sun, 31 Aug 2008 06:09:37 +0000 (06:09 +0000)]
remove unused variables, merge from pecl/phar
Greg Beaver [Sun, 31 Aug 2008 06:04:38 +0000 (06:04 +0000)]
WS merge from pecl/phar
Greg Beaver [Sun, 31 Aug 2008 02:14:03 +0000 (02:14 +0000)]
2 fixes, merge minor fixes from pecl/phar. Merge in corrected fix from pecl/phar for is_tar setting of tar_type
Jani Taskinen [Sun, 31 Aug 2008 00:19:50 +0000 (00:19 +0000)]
MFH:- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)
Jani Taskinen [Sun, 31 Aug 2008 00:02:31 +0000 (00:02 +0000)]
update credits
Pierre Joye [Sat, 30 Aug 2008 23:55:04 +0000 (23:55 +0000)]
- MFH: file will exist only on error (thx tony for the headup)
Greg Beaver [Sat, 30 Aug 2008 23:50:31 +0000 (23:50 +0000)]
sync with pecl/phar, missed one line change
Greg Beaver [Sat, 30 Aug 2008 23:47:55 +0000 (23:47 +0000)]
sync with pecl/phar, this does not change any functionality in PHP 5.3, but makes syncing easier. This commit is only functional changes, WS will be next
Jani Taskinen [Sat, 30 Aug 2008 23:22:27 +0000 (23:22 +0000)]
MFH: - Move tests to the correct dir
Greg Beaver [Sat, 30 Aug 2008 23:12:56 +0000 (23:12 +0000)]
fix OS-dependent order in test
Antony Dovgal [Sat, 30 Aug 2008 22:26:09 +0000 (22:26 +0000)]
WS
Rasmus Lerdorf [Sat, 30 Aug 2008 18:27:29 +0000 (18:27 +0000)]
Oops, fix the assert.
Rasmus Lerdorf [Sat, 30 Aug 2008 16:47:46 +0000 (16:47 +0000)]
Fix for bugs 13961, 39927 and 45947
Pierre Joye [Sat, 30 Aug 2008 16:24:33 +0000 (16:24 +0000)]
- fix tests (clean on exit)
Marcus Boerger [Sat, 30 Aug 2008 11:32:29 +0000 (11:32 +0000)]
- MFH Fix test
Marcus Boerger [Sat, 30 Aug 2008 11:25:34 +0000 (11:25 +0000)]
- MFH Fix -p handling
Patrick van Kleef [Fri, 29 Aug 2008 19:16:58 +0000 (19:16 +0000)]
- MFH: Added odbc.default_cursortype to control the ODBC cursormodel
(bug #43668)
#[DOC]
Matt Wilmas [Fri, 29 Aug 2008 18:12:47 +0000 (18:12 +0000)]
MFH: - Updated unary_op_type typedef with TSRMLS_DC
- Added binary_op_type typedef
- Added missing ZEND_BOOL_XOR to get_binary_op()
Matt Wilmas [Fri, 29 Aug 2008 17:54:29 +0000 (17:54 +0000)]
MFH: - 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()
Patrick van Kleef [Fri, 29 Aug 2008 16:44:29 +0000 (16:44 +0000)]
- MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)
Felipe Pena [Fri, 29 Aug 2008 15:28:45 +0000 (15:28 +0000)]
- Fixed tests (Disable COMPRESS support for now)
Dmitry Stogov [Fri, 29 Aug 2008 14:59:20 +0000 (14:59 +0000)]
Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails)
Antony Dovgal [Fri, 29 Aug 2008 14:14:09 +0000 (14:14 +0000)]
MFH: fix get_browser() (broken in the process of param API conversion)
Felipe Pena [Fri, 29 Aug 2008 14:10:38 +0000 (14:10 +0000)]
- Fixed tests
Antony Dovgal [Fri, 29 Aug 2008 13:48:38 +0000 (13:48 +0000)]
MFH: check for \0 to be consistent with other functions
Derick Rethans [Fri, 29 Aug 2008 13:39:01 +0000 (13:39 +0000)]
- Disable COMPRESS support for now, as it requires forking.
# @DOC [DOC] "DOC"
Derick Rethans [Fri, 29 Aug 2008 13:31:44 +0000 (13:31 +0000)]
- Remove ext/mime_magic, it was deprecated and it's only function is now part of
ext/fileinfo.
Derick Rethans [Fri, 29 Aug 2008 13:29:42 +0000 (13:29 +0000)]
- MFH: Adding back in mime_content_type().
Marcus Boerger [Fri, 29 Aug 2008 12:13:54 +0000 (12:13 +0000)]
- MFH preg_filter()
# As discussed with Lukas
# [DOC] check out the test
Derick Rethans [Fri, 29 Aug 2008 12:05:46 +0000 (12:05 +0000)]
- MFH: Some more cleanups, and fixed some warnings.
Derick Rethans [Fri, 29 Aug 2008 12:01:57 +0000 (12:01 +0000)]
- MFH: Support for "back of <hour>" and "front of <hour>" phrases that are used
in Scotland.
Pierre Joye [Fri, 29 Aug 2008 11:20:18 +0000 (11:20 +0000)]
- [DOC] ming has been moved to pecl
Pierre Joye [Fri, 29 Aug 2008 11:19:37 +0000 (11:19 +0000)]
- MFH: move ming to pecl
Matt Wilmas [Fri, 29 Aug 2008 11:12:34 +0000 (11:12 +0000)]
- Be more specific about when constant substitution occurs
- And should that be "values" or "value"? Hmm, feel free to improve wording
Pierre Joye [Fri, 29 Aug 2008 11:09:28 +0000 (11:09 +0000)]
- MFH: fix warning
Antony Dovgal [Fri, 29 Aug 2008 10:53:13 +0000 (10:53 +0000)]
fix invalid read
Felix De Vliegher [Fri, 29 Aug 2008 10:29:55 +0000 (10:29 +0000)]
Some fileinfo tests
Felix De Vliegher [Fri, 29 Aug 2008 10:25:54 +0000 (10:25 +0000)]
Added %unicode_string_optional% for differences in output between PHP 5 and 6
Dmitry Stogov [Fri, 29 Aug 2008 10:17:08 +0000 (10:17 +0000)]
Imporoved compile-time constant substitution (Matt)
Antony Dovgal [Fri, 29 Aug 2008 10:12:29 +0000 (10:12 +0000)]
fix ZTS build
Scott MacVicar [Fri, 29 Aug 2008 09:52:13 +0000 (09:52 +0000)]
Test for fileinfo to check mime types.
Scott MacVicar [Fri, 29 Aug 2008 09:49:01 +0000 (09:49 +0000)]
Replace ereg code with pcre, fix duplicate macro names and segfault. Patch by Mikko
Felipe Pena [Fri, 29 Aug 2008 03:05:43 +0000 (03:05 +0000)]
MFH:
- 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)
Christopher Jones [Thu, 28 Aug 2008 06:33:24 +0000 (06:33 +0000)]
MFH: Bug #45888 (Refcounting in ZTS mode)
Christopher Jones [Thu, 28 Aug 2008 06:22:49 +0000 (06:22 +0000)]
Add #45458
Christopher Jones [Thu, 28 Aug 2008 06:19:45 +0000 (06:19 +0000)]
MFH: Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly)
Christopher Jones [Thu, 28 Aug 2008 05:35:26 +0000 (05:35 +0000)]
MHF: Test initialization cleanup
Christopher Jones [Thu, 28 Aug 2008 05:31:31 +0000 (05:31 +0000)]
MFH: Update Oracle DLL examples to match build changes
David Soria Parra [Wed, 27 Aug 2008 07:49:43 +0000 (07:49 +0000)]
Already in 5.2
Antony Dovgal [Wed, 27 Aug 2008 07:40:44 +0000 (07:40 +0000)]
fix file check and avoid segfault
Felipe Pena [Wed, 27 Aug 2008 01:04:23 +0000 (01:04 +0000)]
- MFH: Fixed check for empty file name
Felipe Pena [Wed, 27 Aug 2008 00:17:27 +0000 (00:17 +0000)]
- MFH: Fixed crash in file_error_core()
Jani Taskinen [Tue, 26 Aug 2008 23:26:07 +0000 (23:26 +0000)]
MFH
George Wang [Tue, 26 Aug 2008 22:05:17 +0000 (22:05 +0000)]
ignore signal SIGXFSZ
Alexey Zakhlestin [Tue, 26 Aug 2008 17:34:16 +0000 (17:34 +0000)]
switch to the new parameter-parse API
Alexey Zakhlestin [Tue, 26 Aug 2008 16:46:26 +0000 (16:46 +0000)]
this test depends on session.hash_bits_per_character, but it was not explicitly set
Felipe Pena [Tue, 26 Aug 2008 16:22:27 +0000 (16:22 +0000)]
- MFH: Improved fix
David Soria Parra [Tue, 26 Aug 2008 16:06:36 +0000 (16:06 +0000)]
MFH: Fixed bug #43782 (feof() does not detect timeout on socket)
Rasmus Lerdorf [Tue, 26 Aug 2008 15:37:01 +0000 (15:37 +0000)]
Remove stray folding tag here
Felipe Pena [Tue, 26 Aug 2008 15:06:28 +0000 (15:06 +0000)]
- MFH: Added check for empty file name
Ilia Alshanetsky [Tue, 26 Aug 2008 12:23:29 +0000 (12:23 +0000)]
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
Antony Dovgal [Tue, 26 Aug 2008 11:06:09 +0000 (11:06 +0000)]
cleanup garbage
Antony Dovgal [Tue, 26 Aug 2008 10:59:10 +0000 (10:59 +0000)]
fix typo
Dmitry Stogov [Tue, 26 Aug 2008 09:56:08 +0000 (09:56 +0000)]
Fixed bug #45786 (FastCGI process exited unexpectedly)
Pierre Joye [Tue, 26 Aug 2008 09:10:39 +0000 (09:10 +0000)]
- support for copy of ICU DLLS for all ICU versions
Dmitry Stogov [Tue, 26 Aug 2008 08:38:26 +0000 (08:38 +0000)]
Fixed bug #45910 (Cannot declare self-referencing constant)
Rob Richards [Mon, 25 Aug 2008 21:04:30 +0000 (21:04 +0000)]
MFH: fix warning
Felipe Pena [Mon, 25 Aug 2008 19:55:54 +0000 (19:55 +0000)]
- New test
Felipe Pena [Mon, 25 Aug 2008 19:38:37 +0000 (19:38 +0000)]
- New test
Rob Richards [Mon, 25 Aug 2008 19:38:04 +0000 (19:38 +0000)]
no zstr in 5_3
Felipe Pena [Mon, 25 Aug 2008 19:36:01 +0000 (19:36 +0000)]
- New tests
Jani Taskinen [Mon, 25 Aug 2008 19:07:20 +0000 (19:07 +0000)]
MFH
Etienne Kneuss [Mon, 25 Aug 2008 18:40:44 +0000 (18:40 +0000)]
MFH: Fix #45826 (Custom serialization)
Pierre Joye [Mon, 25 Aug 2008 14:37:07 +0000 (14:37 +0000)]
- and the last part of the fix, inline on win
Jani Taskinen [Mon, 25 Aug 2008 14:10:38 +0000 (14:10 +0000)]
MFH: fix build on win32
Jani Taskinen [Mon, 25 Aug 2008 13:42:55 +0000 (13:42 +0000)]
MFH
Jani Taskinen [Mon, 25 Aug 2008 12:15:05 +0000 (12:15 +0000)]
MFH
Jani Taskinen [Mon, 25 Aug 2008 08:37:10 +0000 (08:37 +0000)]
- fixed in 5.2 branch
Felipe Pena [Sun, 24 Aug 2008 20:50:41 +0000 (20:50 +0000)]
MFH:
- New parameter parsing API
- CS
Etienne Kneuss [Sun, 24 Aug 2008 18:22:33 +0000 (18:22 +0000)]
MFH:
- Copy custom callback to the child class if any
- Prevent overwriting valid parent callbacks when implementing Serializable
- Export zend_user_(un)serialize to be available for custom callbacks
Marcus Boerger [Sun, 24 Aug 2008 16:49:19 +0000 (16:49 +0000)]
- MFH Fix issue with destruction of overloaded objects
Marcus Boerger [Sun, 24 Aug 2008 16:46:30 +0000 (16:46 +0000)]
- Add new test
Pierre Joye [Sun, 24 Aug 2008 15:16:39 +0000 (15:16 +0000)]
- fix zlib detection and enable features available in 7.18.1
Felipe Pena [Sun, 24 Aug 2008 04:02:49 +0000 (04:02 +0000)]
- MFH: CS
Felipe Pena [Sun, 24 Aug 2008 02:13:23 +0000 (02:13 +0000)]
- Removed unnecessary variable
Felipe Pena [Sun, 24 Aug 2008 00:47:22 +0000 (00:47 +0000)]
- MFH: WS, Comestics
- Folding
Pierre Joye [Sat, 23 Aug 2008 21:08:09 +0000 (21:08 +0000)]
- MFH: fix build
Pierre Joye [Sat, 23 Aug 2008 20:42:18 +0000 (20:42 +0000)]
- MFB: fix build (common inline definition will be done later)
Pierre Joye [Sat, 23 Aug 2008 20:21:08 +0000 (20:21 +0000)]
- keep inet_aton declaration on non windows (what inet_aton has to do with flock?)
Pierre Joye [Sat, 23 Aug 2008 19:22:10 +0000 (19:22 +0000)]
- MFH:
- drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
Hannes Magnusson [Sat, 23 Aug 2008 18:06:59 +0000 (18:06 +0000)]
fix proto
Pierre Joye [Sat, 23 Aug 2008 17:55:50 +0000 (17:55 +0000)]
- MFH: expose MAXPATHLEN (PHP_MAXPATHLEN)
Felipe Pena [Sat, 23 Aug 2008 16:32:04 +0000 (16:32 +0000)]
MFH:
- WS, Cosmetics
- Removed unnecessary variables
Arnaud Le Blanc [Sat, 23 Aug 2008 13:57:19 +0000 (13:57 +0000)]
MFH: Fix build on solaris
Felipe Pena [Fri, 22 Aug 2008 15:54:21 +0000 (15:54 +0000)]
- MFH: Removed unused arguments
Dmitry Stogov [Fri, 22 Aug 2008 15:28:29 +0000 (15:28 +0000)]
Removed redundant code