]> granicus.if.org Git - php/log
php
16 years ago- MFH Exclude bundled libs from gcov processing
Marcus Boerger [Tue, 29 Jul 2008 08:10:44 +0000 (08:10 +0000)]
- MFH Exclude bundled libs from gcov processing

16 years agoFix build where __const is already defined like OS X.
Scott MacVicar [Tue, 29 Jul 2008 01:20:28 +0000 (01:20 +0000)]
Fix build where __const is already defined like OS X.

16 years agoMFH: Add freelist for tracking sqlite statements to free on implicit SQLite3::close()
Scott MacVicar [Tue, 29 Jul 2008 00:56:53 +0000 (00:56 +0000)]
MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3::close()

16 years ago- Typo.
Moriyoshi Koizumi [Tue, 29 Jul 2008 00:02:12 +0000 (00:02 +0000)]
- Typo.

16 years agoFix error when fetchArray reaches the last row, and prototyp error
Scott MacVicar [Mon, 28 Jul 2008 23:01:02 +0000 (23:01 +0000)]
Fix error when fetchArray reaches the last row, and prototyp error

16 years ago- Updated to version 2008.5 (2008e)
Derick Rethans [Mon, 28 Jul 2008 19:31:44 +0000 (19:31 +0000)]
- Updated to version 2008.5 (2008e)

16 years agoMFH: When automatically redirecting an HTTP request, use the GET method when the
Arnaud Le Blanc [Mon, 28 Jul 2008 19:08:02 +0000 (19:08 +0000)]
MFH: When automatically redirecting an HTTP request, use the GET method when the
original method was not HEAD or GET (fixes #45540)
#
# The RFC says that in case of 3xx code, "The action required MAY be
# carried out [...] *only if the method used in the second request is GET or
# HEAD*".
#
# This may not break anything as actually POST requests replying
# with a Location header never worked as the redirecting request was sent using
# the POST method, but without Entity-Body (and without Content-Length header,
# which caused the server to reply with a "411 Length Required" or to treat
# the request as GET).
#

16 years agoSecure versions of string functions don't exist for VC6
Elizabeth Marie Smith [Mon, 28 Jul 2008 16:43:51 +0000 (16:43 +0000)]
Secure versions of string functions don't exist for VC6

16 years ago- MFH: vc6 is picky about brackets when used with a defined type...
Pierre Joye [Mon, 28 Jul 2008 16:33:17 +0000 (16:33 +0000)]
- MFH: vc6 is picky about brackets when used with a defined type...

16 years agoMFH: Increase coverage a bit
Etienne Kneuss [Mon, 28 Jul 2008 14:24:45 +0000 (14:24 +0000)]
MFH: Increase coverage a bit

16 years agoFixed constant substitution (Matt)
Dmitry Stogov [Mon, 28 Jul 2008 14:12:19 +0000 (14:12 +0000)]
Fixed constant substitution (Matt)

16 years ago- MFH: New tests
Felipe Pena [Mon, 28 Jul 2008 14:10:00 +0000 (14:10 +0000)]
- MFH: New tests

16 years ago- Fix EOLs
Jani Taskinen [Mon, 28 Jul 2008 11:59:35 +0000 (11:59 +0000)]
- Fix EOLs

16 years ago- nothing to do here
Pierre Joye [Mon, 28 Jul 2008 11:54:37 +0000 (11:54 +0000)]
- nothing to do here

16 years ago-MFH:
Pierre Joye [Mon, 28 Jul 2008 11:50:35 +0000 (11:50 +0000)]
-MFH:
 - #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/

16 years ago- Touch.
Moriyoshi Koizumi [Mon, 28 Jul 2008 07:02:05 +0000 (07:02 +0000)]
- Touch.

16 years ago- SCNG(input_filter) can be null if the script encoding is idential to
Moriyoshi Koizumi [Mon, 28 Jul 2008 07:01:54 +0000 (07:01 +0000)]
- SCNG(input_filter) can be null if the script encoding is idential to
  the internal encoding.

16 years ago- ???
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:13:57 +0000 (06:13 +0000)]
- ???

16 years ago- Touch
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:05:36 +0000 (06:05 +0000)]
- Touch

16 years ago- WS
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:05:14 +0000 (06:05 +0000)]
- WS

16 years ago- touch
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:00:15 +0000 (06:00 +0000)]
- touch

16 years ago- Fix __halt_compiler() weirdness with zend-mulibyte enabled
Moriyoshi Koizumi [Mon, 28 Jul 2008 05:59:17 +0000 (05:59 +0000)]
- Fix __halt_compiler() weirdness with zend-mulibyte enabled

16 years ago- Allow building with ming-0.4rc1 (the latest available ming)
Marcus Boerger [Sun, 27 Jul 2008 21:32:50 +0000 (21:32 +0000)]
- Allow building with ming-0.4rc1 (the latest available ming)
# Necessary to get gcov.php.net working again

16 years agoMFB: - Fixed the fix for not requiring C++ always
David Soria Parra [Sun, 27 Jul 2008 20:43:40 +0000 (20:43 +0000)]
MFB: - Fixed the fix for not requiring C++ always

16 years ago- MFH: Fixed DateTime::setTimestamp() and added a test for it.
Derick Rethans [Sun, 27 Jul 2008 19:10:23 +0000 (19:10 +0000)]
- MFH: Fixed DateTime::setTimestamp() and added a test for it.

16 years agoMFH Update README. Bump ver ready for PECL release
Christopher Jones [Sun, 27 Jul 2008 17:50:41 +0000 (17:50 +0000)]
MFH Update README.  Bump ver ready for PECL release

16 years agoMFH: Sync oci8.default_prefetch example value with recent change
Christopher Jones [Sun, 27 Jul 2008 16:37:57 +0000 (16:37 +0000)]
MFH: Sync oci8.default_prefetch example value with recent change

16 years agoAdd OCI8 changes
Christopher Jones [Sun, 27 Jul 2008 16:27:41 +0000 (16:27 +0000)]
Add OCI8 changes

16 years agoMFH:- Fixed the fix for not requiring C++ always
Jani Taskinen [Sun, 27 Jul 2008 15:05:39 +0000 (15:05 +0000)]
MFH:- 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:10 +0000 (11:29 +0000)]
Fix for bug #43487 (Wrong conversion of float to string)

16 years ago- Fix openssl check
Marcus Boerger [Sun, 27 Jul 2008 04:23:00 +0000 (04:23 +0000)]
- Fix openssl check

16 years agonuke \r\n
Jani Taskinen [Sun, 27 Jul 2008 00:05:36 +0000 (00:05 +0000)]
nuke \r\n

16 years agoMFH: fix build
Jani Taskinen [Sat, 26 Jul 2008 23:58:06 +0000 (23:58 +0000)]
MFH: fix build

16 years agoMFH: build fixes, cs, ws, etc.
Jani Taskinen [Sat, 26 Jul 2008 23:42:53 +0000 (23:42 +0000)]
MFH: build fixes, cs, ws, etc.

16 years ago- Removed merge typos
Jani Taskinen [Sat, 26 Jul 2008 23:38:14 +0000 (23:38 +0000)]
- Removed merge typos

16 years agoupdate credits
Jani Taskinen [Sat, 26 Jul 2008 22:19:41 +0000 (22:19 +0000)]
update credits

16 years agoMFH:tune
Jani Taskinen [Sat, 26 Jul 2008 22:18:38 +0000 (22:18 +0000)]
MFH:tune

16 years ago- No tabs.
Jani Taskinen [Sat, 26 Jul 2008 22:14:52 +0000 (22:14 +0000)]
- No tabs.

16 years ago*** empty log message ***
Dmitry Stogov [Sat, 26 Jul 2008 19:14:38 +0000 (19:14 +0000)]
*** empty log message ***

16 years agoAdded checks for destroied objects
Dmitry Stogov [Sat, 26 Jul 2008 18:32:20 +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 17:59:54 +0000 (17:59 +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:40 +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:30:28 +0000 (15:30 +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:19 +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:08:11 +0000 (14:08 +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:04 +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 agoMFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PRO...
Arnaud Le Blanc [Sat, 26 Jul 2008 12:34:10 +0000 (12:34 +0000)]
MFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set)

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