]>
granicus.if.org Git - php/log
Pierre Joye [Mon, 28 Jul 2008 11:51:28 +0000 (11:51 +0000)]
- not here anymore (old crypt implementation)
Pierre Joye [Mon, 28 Jul 2008 11:35:36 +0000 (11:35 +0000)]
- silent warning with vc8 + dbg mode
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/
Pierre Joye [Mon, 28 Jul 2008 09:12:07 +0000 (09:12 +0000)]
- mac to unix
Pierre Joye [Mon, 28 Jul 2008 09:03:39 +0000 (09:03 +0000)]
- mac to unix format
Pierre Joye [Mon, 28 Jul 2008 09:01:03 +0000 (09:01 +0000)]
- Fix ZTS build
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:09:56 +0000 (06:09 +0000)]
- Touch.
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:09:24 +0000 (06:09 +0000)]
- Another portion to merge.
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:07:19 +0000 (06:07 +0000)]
- Sync function signature with the 5.3 branch
<changelog@php.net> [Mon, 28 Jul 2008 01:31:51 +0000 (01:31 +0000)]
ChangeLog update
David Soria Parra [Sun, 27 Jul 2008 20:48:26 +0000 (20:48 +0000)]
MFB: - Fixed the fix for not requiring C++ always
Derick Rethans [Sun, 27 Jul 2008 19:09:37 +0000 (19:09 +0000)]
- Fixed DateTime::setTimestamp() and added a test for it.
Christopher Jones [Sun, 27 Jul 2008 17:48:16 +0000 (17:48 +0000)]
Update README. Bump ver ready for PECL release
Felipe Pena [Sun, 27 Jul 2008 17:37:07 +0000 (17:37 +0000)]
- Fixed tests
Christopher Jones [Sun, 27 Jul 2008 16:35:56 +0000 (16:35 +0000)]
Sync oci8.default_prefetch example value with recent change
Jani Taskinen [Sun, 27 Jul 2008 15:05:22 +0000 (15:05 +0000)]
- Fixed the fix for not requiring C++ always
Dmitry Stogov [Sun, 27 Jul 2008 11:29:59 +0000 (11:29 +0000)]
Fix for bug #43487 (Wrong conversion of float to string)
<changelog@php.net> [Sun, 27 Jul 2008 01:31:58 +0000 (01:31 +0000)]
ChangeLog update
Jani Taskinen [Sun, 27 Jul 2008 00:07:30 +0000 (00:07 +0000)]
*sigh*
Jani Taskinen [Sat, 26 Jul 2008 23:57:48 +0000 (23:57 +0000)]
- Fix build
Jani Taskinen [Sat, 26 Jul 2008 23:45:54 +0000 (23:45 +0000)]
- Fixed build with bundled library
Jani Taskinen [Sat, 26 Jul 2008 23:45:02 +0000 (23:45 +0000)]
jfc..*SIGH*
Jani Taskinen [Sat, 26 Jul 2008 23:21:02 +0000 (23:21 +0000)]
NO Winblows EOLs here!!!
Jani Taskinen [Sat, 26 Jul 2008 22:58:45 +0000 (22:58 +0000)]
fix folding tag
Jani Taskinen [Sat, 26 Jul 2008 22:40:45 +0000 (22:40 +0000)]
update credits
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
Jani Taskinen [Sat, 26 Jul 2008 22:21:12 +0000 (22:21 +0000)]
correct year and version
Jani Taskinen [Sat, 26 Jul 2008 22:18:00 +0000 (22:18 +0000)]
- Fix EOLs
Jani Taskinen [Sat, 26 Jul 2008 22:17:17 +0000 (22:17 +0000)]
tune
Jani Taskinen [Sat, 26 Jul 2008 22:11:41 +0000 (22:11 +0000)]
- No tabs.
Dmitry Stogov [Sat, 26 Jul 2008 18:32:39 +0000 (18:32 +0000)]
Added checks for destroied objects
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)
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().
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)
Dmitry Stogov [Sat, 26 Jul 2008 14:15:44 +0000 (14:15 +0000)]
Fixed bug #45608 (closures don't work in static methods)
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
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"
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)
<changelog@php.net> [Sat, 26 Jul 2008 01:32:07 +0000 (01:32 +0000)]
ChangeLog update
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.
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.
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()
Antony Dovgal [Fri, 25 Jul 2008 15:05:33 +0000 (15:05 +0000)]
fix warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 14:04:39 +0000 (14:04 +0000)]
- Fix warnings
Moriyoshi Koizumi [Fri, 25 Jul 2008 13:56:50 +0000 (13:56 +0000)]
- Fix wrong cast
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.
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.
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).
Andrey Hristov [Fri, 25 Jul 2008 12:45:27 +0000 (12:45 +0000)]
Fix bug#45019 Segmentation fault with SELECT ? and UNION
Rob Richards [Fri, 25 Jul 2008 12:40:23 +0000 (12:40 +0000)]
fix zts build
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)
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.
Felipe Pena [Fri, 25 Jul 2008 12:14:36 +0000 (12:14 +0000)]
- MFB: New parameter parsing API (set_time_limit)
Felipe Pena [Fri, 25 Jul 2008 11:54:06 +0000 (11:54 +0000)]
- Fix build
Antony Dovgal [Fri, 25 Jul 2008 09:55:51 +0000 (09:55 +0000)]
fix typo
Dmitry Stogov [Fri, 25 Jul 2008 09:48:36 +0000 (09:48 +0000)]
Fixed support for static methods
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.
Jani Taskinen [Fri, 25 Jul 2008 09:17:52 +0000 (09:17 +0000)]
MFB: generated with a bit newer re2c
Jani Taskinen [Fri, 25 Jul 2008 09:16:09 +0000 (09:16 +0000)]
- Enable fileinfo by default
Jani Taskinen [Fri, 25 Jul 2008 09:10:02 +0000 (09:10 +0000)]
- Cleanup after test
Dmitry Stogov [Fri, 25 Jul 2008 08:53:11 +0000 (08:53 +0000)]
Fixed uninitialized data
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)
Derick Rethans [Fri, 25 Jul 2008 08:18:34 +0000 (08:18 +0000)]
- No C++ comments.
Derick Rethans [Fri, 25 Jul 2008 08:17:21 +0000 (08:17 +0000)]
- Updating the libmagic patch.
- Adding myself to credits.
Derick Rethans [Fri, 25 Jul 2008 08:16:03 +0000 (08:16 +0000)]
- Fixed size calculation.
- Reverted cosmetic fixes that makes upgrading harder.
Dmitry Stogov [Fri, 25 Jul 2008 04:54:56 +0000 (04:54 +0000)]
Substitute persistent constants by their values at compile time. (Matt)
Moriyoshi Koizumi [Fri, 25 Jul 2008 03:41:38 +0000 (03:41 +0000)]
- Suppress signedness warnings.
<changelog@php.net> [Fri, 25 Jul 2008 01:32:16 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Thu, 24 Jul 2008 21:39:23 +0000 (21:39 +0000)]
- Revert accidental commit.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:44:10 +0000 (20:44 +0000)]
- Suppress signedness warnings.
Moriyoshi Koizumi [Thu, 24 Jul 2008 20:38:43 +0000 (20:38 +0000)]
* Constify read-only 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.
Moriyoshi Koizumi [Thu, 24 Jul 2008 16:59:53 +0000 (16:59 +0000)]
- Fix win32 build
Pierre Joye [Thu, 24 Jul 2008 16:05:17 +0000 (16:05 +0000)]
- force static for now, broken now
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)
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
Antony Dovgal [Thu, 24 Jul 2008 15:07:37 +0000 (15:07 +0000)]
use "r" instead of "z" when accepting resources
Ulf Wendel [Thu, 24 Jul 2008 15:07:20 +0000 (15:07 +0000)]
Test for PS fallback logic in prepare()
Antony Dovgal [Thu, 24 Jul 2008 14:53:59 +0000 (14:53 +0000)]
we don't do fstat, hence st struct is uninitalized
Antony Dovgal [Thu, 24 Jul 2008 14:45:53 +0000 (14:45 +0000)]
silence compile warning
Antony Dovgal [Thu, 24 Jul 2008 14:44:15 +0000 (14:44 +0000)]
fix folding
Arnaud Le Blanc [Thu, 24 Jul 2008 14:39:58 +0000 (14:39 +0000)]
MFB: Added tests for #42663
Antony Dovgal [Thu, 24 Jul 2008 14:32:05 +0000 (14:32 +0000)]
don't ignore .patch if it's in CVS
Antony Dovgal [Thu, 24 Jul 2008 14:30:58 +0000 (14:30 +0000)]
drop freeing of uninitialized variable
add missing return
nuke unused variable
Antony Dovgal [Thu, 24 Jul 2008 14:22:30 +0000 (14:22 +0000)]
do not include libmagic/file.c into the build
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
Andrey Hristov [Thu, 24 Jul 2008 14:17:27 +0000 (14:17 +0000)]
Added test file
Antony Dovgal [Thu, 24 Jul 2008 14:17:21 +0000 (14:17 +0000)]
set GCC to "no" if ICC was detected
Moriyoshi Koizumi [Thu, 24 Jul 2008 13:49:28 +0000 (13:49 +0000)]
- Fix tests.
Dmitry Stogov [Thu, 24 Jul 2008 13:46:48 +0000 (13:46 +0000)]
Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)
Moriyoshi Koizumi [Thu, 24 Jul 2008 13:46:35 +0000 (13:46 +0000)]
- Fixed warnings.
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().
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().
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
Felipe Pena [Thu, 24 Jul 2008 12:48:47 +0000 (12:48 +0000)]
- New parameter parsing API
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)
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
Dmitry Stogov [Thu, 24 Jul 2008 10:14:01 +0000 (10:14 +0000)]
LSB parent/self forwarding
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)
Steph Fox [Thu, 24 Jul 2008 08:53:56 +0000 (08:53 +0000)]
- Make test x-platform