]>
granicus.if.org Git - php/log
Pierre Joye [Thu, 31 Jul 2008 23:05:02 +0000 (23:05 +0000)]
- new usual suspects
Hannes Magnusson [Thu, 31 Jul 2008 22:32:46 +0000 (22:32 +0000)]
MFB5.3: "without" and "do not include"
Scott MacVicar [Thu, 31 Jul 2008 22:25:18 +0000 (22:25 +0000)]
MFB: Enable by default and fix compile error
Johannes Schlüter [Thu, 31 Jul 2008 20:17:07 +0000 (20:17 +0000)]
- Add array_replace/array_replace_recursive (Mett Wilmas)
Pierre Joye [Thu, 31 Jul 2008 18:04:21 +0000 (18:04 +0000)]
- add detection for newer libs
Moriyoshi Koizumi [Thu, 31 Jul 2008 17:36:35 +0000 (17:36 +0000)]
- Fixed bug #44617 (wrong HTML entity output when substitute_character=entity)
Scott MacVicar [Thu, 31 Jul 2008 16:35:33 +0000 (16:35 +0000)]
MFB: Stray RETURN_TRUE value
Dmitry Stogov [Thu, 31 Jul 2008 14:27:55 +0000 (14:27 +0000)]
Fixed constant substitution in constant expression context
Pierre Joye [Thu, 31 Jul 2008 13:14:22 +0000 (13:14 +0000)]
- MFB: update config to match config.m4
(still does not build but will be fixed for alpha2)
Jani Taskinen [Thu, 31 Jul 2008 11:49:56 +0000 (11:49 +0000)]
- fix test
Rasmus Lerdorf [Thu, 31 Jul 2008 11:49:19 +0000 (11:49 +0000)]
Fix test to test higher nesting level
Rasmus Lerdorf [Thu, 31 Jul 2008 09:23:59 +0000 (09:23 +0000)]
Fix for bug #45030
Dmitry Stogov [Thu, 31 Jul 2008 07:10:43 +0000 (07:10 +0000)]
Removed Closure::__toString()
<changelog@php.net> [Thu, 31 Jul 2008 01:32:16 +0000 (01:32 +0000)]
ChangeLog update
Jani Taskinen [Thu, 31 Jul 2008 00:48:32 +0000 (00:48 +0000)]
- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).
Scott MacVicar [Thu, 31 Jul 2008 00:46:22 +0000 (00:46 +0000)]
Resync libsqlite files from amalgamation. Save the kittens, no EOL mess.
Jani Taskinen [Thu, 31 Jul 2008 00:45:04 +0000 (00:45 +0000)]
- Applied the missing parts to phpize.m4 for zend extension builds
Scott MacVicar [Thu, 31 Jul 2008 00:32:25 +0000 (00:32 +0000)]
get fileinfo building again on Windows
Jani Taskinen [Wed, 30 Jul 2008 23:55:38 +0000 (23:55 +0000)]
- Detect whether debugging was enabled in PHP and drop optimizing flags if so (merge from configure.in)
Jani Taskinen [Wed, 30 Jul 2008 23:31:41 +0000 (23:31 +0000)]
CS
Felipe Pena [Wed, 30 Jul 2008 19:33:04 +0000 (19:33 +0000)]
- Fixed memory leak.
# Test: locale_filter_matches(str_repeat('a', 520), str_repeat('a', 520), 1);
Felipe Pena [Wed, 30 Jul 2008 17:56:18 +0000 (17:56 +0000)]
- MFB: Fixed crash when NULL is passed to locale_accept_from_http()
Stanislav Malyshev [Wed, 30 Jul 2008 17:52:33 +0000 (17:52 +0000)]
fix warnings
Derick Rethans [Wed, 30 Jul 2008 17:48:21 +0000 (17:48 +0000)]
- Fixed a bug with the YYYY-MM format not resetting the day correctly.
- Fixed a bug in the DateTime->modify() methods, it would not use the advanced
relative time strings.
- Fixed return values of all the modifying methods, they now properly return
the object itself.
Rasmus Lerdorf [Wed, 30 Jul 2008 13:57:47 +0000 (13:57 +0000)]
We can afford a larger stack here and other json parsers out there
go deeper than 128.
Felipe Pena [Wed, 30 Jul 2008 12:26:37 +0000 (12:26 +0000)]
- New test
Antony Dovgal [Wed, 30 Jul 2008 11:58:43 +0000 (11:58 +0000)]
fix folding
Antony Dovgal [Wed, 30 Jul 2008 09:57:55 +0000 (09:57 +0000)]
fix tests
Jani Taskinen [Wed, 30 Jul 2008 08:13:02 +0000 (08:13 +0000)]
ws
Kalle Sommer Nielsen [Wed, 30 Jul 2008 04:35:21 +0000 (04:35 +0000)]
Add test for imagecolorclosesthwb()
Kalle Sommer Nielsen [Wed, 30 Jul 2008 01:38:37 +0000 (01:38 +0000)]
MFB: Add test case for #44849
<changelog@php.net> [Wed, 30 Jul 2008 01:31:56 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Wed, 30 Jul 2008 01:24:00 +0000 (01:24 +0000)]
- Fixed BC break: The magic constants must be case-insensitive.
George Wang [Wed, 30 Jul 2008 00:07:29 +0000 (00:07 +0000)]
make it compatible with PHP 6.0 using new php output API
Pierre Joye [Tue, 29 Jul 2008 17:28:07 +0000 (17:28 +0000)]
- missing in the previous crypt commit (shutdown frees the locking mechanism)
Arnaud Le Blanc [Tue, 29 Jul 2008 16:56:26 +0000 (16:56 +0000)]
Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()
[DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo()
allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo()
is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
Felipe Pena [Tue, 29 Jul 2008 16:51:21 +0000 (16:51 +0000)]
- Fix memory leak
Arnaud Le Blanc [Tue, 29 Jul 2008 16:46:03 +0000 (16:46 +0000)]
Added pcntl_signal_dispatch()
[DOC] pcntl_signal_dispatch() allows to dispatch pending signals to registered
signal handler functions on-demand. This allows to use pcntl_signal() without
ticks.
Felipe Pena [Tue, 29 Jul 2008 16:21:38 +0000 (16:21 +0000)]
- Fix crash when NULL is passed to bindtextdomain() (sync with 5_3)
Dmitry Stogov [Tue, 29 Jul 2008 14:27:31 +0000 (14:27 +0000)]
Fixed memory leak
Arnaud Le Blanc [Tue, 29 Jul 2008 13:57:20 +0000 (13:57 +0000)]
Fixed previous fix
Dmitry Stogov [Tue, 29 Jul 2008 12:56:18 +0000 (12:56 +0000)]
Fixed memory leak
Felipe Pena [Tue, 29 Jul 2008 12:41:58 +0000 (12:41 +0000)]
- Fix the fix
Felipe Pena [Tue, 29 Jul 2008 12:36:36 +0000 (12:36 +0000)]
- Fix mem. leak
Felipe Pena [Tue, 29 Jul 2008 12:20:39 +0000 (12:20 +0000)]
- Fixed tests
Dmitry Stogov [Tue, 29 Jul 2008 12:17:04 +0000 (12:17 +0000)]
Fixed test
Dmitry Stogov [Tue, 29 Jul 2008 11:50:23 +0000 (11:50 +0000)]
Removed warning
Antony Dovgal [Tue, 29 Jul 2008 10:42:15 +0000 (10:42 +0000)]
fix 5 years old copy/paste error (patch by Mikko)
Antony Dovgal [Tue, 29 Jul 2008 08:48:46 +0000 (08:48 +0000)]
fix test
Antony Dovgal [Tue, 29 Jul 2008 08:48:16 +0000 (08:48 +0000)]
make ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent with their implementations in 5_3
Antony Dovgal [Tue, 29 Jul 2008 08:47:21 +0000 (08:47 +0000)]
add zend_u_read_property() and zend_u_update_property()
Marcus Boerger [Tue, 29 Jul 2008 08:10:31 +0000 (08:10 +0000)]
- Exclude bundled libs from gcov processing
Antony Dovgal [Tue, 29 Jul 2008 07:33:58 +0000 (07:33 +0000)]
no need for FETCH anymore..
Antony Dovgal [Tue, 29 Jul 2008 07:32:52 +0000 (07:32 +0000)]
more similar fixes
Antony Dovgal [Tue, 29 Jul 2008 07:29:22 +0000 (07:29 +0000)]
add TSRMLS_DC and fix crash in ZTS mode
<changelog@php.net> [Tue, 29 Jul 2008 01:32:00 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Tue, 29 Jul 2008 00:56:22 +0000 (00:56 +0000)]
Add freelist for tracking sqlite statements to free on implicit SQLite3::close()
Scott MacVicar [Mon, 28 Jul 2008 23:03:26 +0000 (23:03 +0000)]
MFB: Fix error when fetchArray reaches the last row
Derick Rethans [Mon, 28 Jul 2008 19:31:21 +0000 (19:31 +0000)]
- Updated to version 2008.5 (2008e)
Arnaud Le Blanc [Mon, 28 Jul 2008 19:03:57 +0000 (19:03 +0000)]
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).
#
Elizabeth Marie Smith [Mon, 28 Jul 2008 16:48:38 +0000 (16:48 +0000)]
Secure versions of string functions don't exist for VC6
Pierre Joye [Mon, 28 Jul 2008 16:32:48 +0000 (16:32 +0000)]
- vc6 is picky about brackets when used with a defined type...
Etienne Kneuss [Mon, 28 Jul 2008 14:24:35 +0000 (14:24 +0000)]
Increase coverage a bit
Dmitry Stogov [Mon, 28 Jul 2008 14:13:12 +0000 (14:13 +0000)]
Fixed constant substitution (Matt)
Felipe Pena [Mon, 28 Jul 2008 14:09:00 +0000 (14:09 +0000)]
- New tests
Jani Taskinen [Mon, 28 Jul 2008 12:01:57 +0000 (12:01 +0000)]
- Fix EOLs
Jani Taskinen [Mon, 28 Jul 2008 11:56:46 +0000 (11:56 +0000)]
- Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead Winblows editors!)
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().