]>
granicus.if.org Git - php/log
Marcus Boerger [Fri, 1 Aug 2008 05:43:09 +0000 (05:43 +0000)]
- Fix pear PHP_Archive class file location
Johannes Schlüter [Fri, 1 Aug 2008 00:46:20 +0000 (00:46 +0000)]
back to dev
Johannes Schlüter [Fri, 1 Aug 2008 00:09:24 +0000 (00:09 +0000)]
5.3.0alpha1
Scott MacVicar [Thu, 31 Jul 2008 23:56:32 +0000 (23:56 +0000)]
Still need defines so that sqlite3.h will match the lib that sqlite3 uses
Johannes Schlüter [Thu, 31 Jul 2008 23:51:34 +0000 (23:51 +0000)]
remove that file, too
Scott MacVicar [Thu, 31 Jul 2008 23:36:47 +0000 (23:36 +0000)]
Bundled pdo_sqlite files are no longer required
Scott MacVicar [Thu, 31 Jul 2008 23:25:39 +0000 (23:25 +0000)]
Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!)
Fix test after class rename
Pierre Joye [Thu, 31 Jul 2008 23:05:52 +0000 (23:05 +0000)]
- MFH: new usual suspects
Scott MacVicar [Thu, 31 Jul 2008 22:30:26 +0000 (22:30 +0000)]
Class rename to match Coding Standards
Hannes Magnusson [Thu, 31 Jul 2008 22:30:25 +0000 (22:30 +0000)]
Which means do not include.., thanks Jani :)
Hannes Magnusson [Thu, 31 Jul 2008 22:28:51 +0000 (22:28 +0000)]
Say without, since its enabled by default
Scott MacVicar [Thu, 31 Jul 2008 22:24:05 +0000 (22:24 +0000)]
Enable by default and fix compile error
Jani Taskinen [Thu, 31 Jul 2008 22:20:40 +0000 (22:20 +0000)]
- Fix news
Johannes Schlüter [Thu, 31 Jul 2008 21:40:26 +0000 (21:40 +0000)]
- Added a few exts
Felipe Pena [Thu, 31 Jul 2008 21:24:27 +0000 (21:24 +0000)]
Typo
Johannes Schlüter [Thu, 31 Jul 2008 21:12:04 +0000 (21:12 +0000)]
move 'Improved' stuff together and max 80 char width
Scott MacVicar [Thu, 31 Jul 2008 20:47:10 +0000 (20:47 +0000)]
Fix some NEWS entries
Johannes Schlüter [Thu, 31 Jul 2008 20:19:35 +0000 (20:19 +0000)]
Update NEWS
Johannes Schlüter [Thu, 31 Jul 2008 20:18:17 +0000 (20:18 +0000)]
MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas)
Pierre Joye [Thu, 31 Jul 2008 18:04:49 +0000 (18:04 +0000)]
- MFH: add detection for newer libs
Moriyoshi Koizumi [Thu, 31 Jul 2008 17:37:12 +0000 (17:37 +0000)]
- MFH: Fixed bug #44617 (wrong HTML entity output when substitute_character=entity)
Scott MacVicar [Thu, 31 Jul 2008 17:13:31 +0000 (17:13 +0000)]
Fix test
Scott MacVicar [Thu, 31 Jul 2008 16:31:12 +0000 (16:31 +0000)]
Stray RETURN_TRUE value
Dmitry Stogov [Thu, 31 Jul 2008 14:27:43 +0000 (14:27 +0000)]
Fixed constant substitution in constant expression context
Olivier Hill [Thu, 31 Jul 2008 14:20:40 +0000 (14:20 +0000)]
Fix regression issue
Pierre Joye [Thu, 31 Jul 2008 13:13:20 +0000 (13:13 +0000)]
- update config to match config.m4
(still does not build but will be fixed for alpha2)
Jani Taskinen [Thu, 31 Jul 2008 11:50:16 +0000 (11:50 +0000)]
MFH:- fix test
Rasmus Lerdorf [Thu, 31 Jul 2008 11:46:23 +0000 (11:46 +0000)]
Fix test to test higher nesting level
Rasmus Lerdorf [Thu, 31 Jul 2008 09:23:18 +0000 (09:23 +0000)]
Fix for bug #45030
Dmitry Stogov [Thu, 31 Jul 2008 07:10:33 +0000 (07:10 +0000)]
Removed Closure::__toString()
Jani Taskinen [Thu, 31 Jul 2008 00:48:48 +0000 (00:48 +0000)]
MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header).
Scott MacVicar [Thu, 31 Jul 2008 00:46:47 +0000 (00:46 +0000)]
MFH: Resync libsqlite files from amalgamation. Save the kittens, no EOL mess.
Jani Taskinen [Thu, 31 Jul 2008 00:45:17 +0000 (00:45 +0000)]
MFH:- Applied the missing parts to phpize.m4 for zend extension builds
Scott MacVicar [Thu, 31 Jul 2008 00:33:02 +0000 (00:33 +0000)]
MFH: get fileinfo building again on Windows
Jani Taskinen [Wed, 30 Jul 2008 23:56:05 +0000 (23:56 +0000)]
MFH:- Detect whether debugging was enabled in PHP and drop optimizing flags if so (merge from configure.in)
Jani Taskinen [Wed, 30 Jul 2008 23:32:02 +0000 (23:32 +0000)]
MFH:CS
Jani Taskinen [Wed, 30 Jul 2008 22:55:08 +0000 (22:55 +0000)]
ws
Felipe Pena [Wed, 30 Jul 2008 19:34:23 +0000 (19:34 +0000)]
- MFH: Fixed memory leak.
# Test: locale_filter_matches(str_repeat('a', 520), str_repeat('a', 520), 1);
Derick Rethans [Wed, 30 Jul 2008 18:00:44 +0000 (18:00 +0000)]
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.
- MFH: Fixed a bug in the DateTime->modify() methods, it would not use the
advanced relative time strings.
- MFH: Fixed return values of all the modifying methods, they now properly
return the object itself.
Stanislav Malyshev [Wed, 30 Jul 2008 17:45:18 +0000 (17:45 +0000)]
fix warnings
Felipe Pena [Wed, 30 Jul 2008 16:43:11 +0000 (16:43 +0000)]
- Fixed crash when NULL is passed to locale_accept_from_http()
Rasmus Lerdorf [Wed, 30 Jul 2008 13:52:59 +0000 (13:52 +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:14:30 +0000 (12:14 +0000)]
- New test
Antony Dovgal [Wed, 30 Jul 2008 11:59:05 +0000 (11:59 +0000)]
fix folding
Antony Dovgal [Wed, 30 Jul 2008 09:58:55 +0000 (09:58 +0000)]
enable this test on all platforms, no reason to limit it windows only
Antony Dovgal [Wed, 30 Jul 2008 09:55:20 +0000 (09:55 +0000)]
fix test
Pierre Joye [Wed, 30 Jul 2008 09:26:15 +0000 (09:26 +0000)]
- mbstring is built shared on windows
it looks like the idea was to have it static (but does not work)
Pierre Joye [Wed, 30 Jul 2008 08:38:37 +0000 (08:38 +0000)]
- fix VC9 build (5.3+)
Please do not revert this fix again and to merge 5.3's changes to HEAD
Jani Taskinen [Wed, 30 Jul 2008 08:18:05 +0000 (08:18 +0000)]
MFH:ws
Kalle Sommer Nielsen [Wed, 30 Jul 2008 04:35:57 +0000 (04:35 +0000)]
MFH: Add test for imagecolorclosesthwb()
Kalle Sommer Nielsen [Wed, 30 Jul 2008 01:37:54 +0000 (01:37 +0000)]
Add test case for #44849
Felipe Pena [Wed, 30 Jul 2008 01:25:49 +0000 (01:25 +0000)]
- MFH: Fixed BC break: The magic constants must be case-insensitive.
Pierre Joye [Tue, 29 Jul 2008 17:28:41 +0000 (17:28 +0000)]
- MFH: missing in the previous crypt commit (shutdown frees the locking mechanism)
Arnaud Le Blanc [Tue, 29 Jul 2008 16:59:10 +0000 (16:59 +0000)]
MFH: 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.
Arnaud Le Blanc [Tue, 29 Jul 2008 16:46:11 +0000 (16:46 +0000)]
MFH: 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.
Dmitry Stogov [Tue, 29 Jul 2008 14:28:11 +0000 (14:28 +0000)]
Fixed memory leak
Arnaud Le Blanc [Tue, 29 Jul 2008 13:57:43 +0000 (13:57 +0000)]
MFH: Fixed previous fix
Dmitry Stogov [Tue, 29 Jul 2008 12:56:52 +0000 (12:56 +0000)]
Fixed memory leak
Dmitry Stogov [Tue, 29 Jul 2008 12:17:19 +0000 (12:17 +0000)]
Fixed test
Dmitry Stogov [Tue, 29 Jul 2008 11:50:05 +0000 (11:50 +0000)]
Removed warning
Antony Dovgal [Tue, 29 Jul 2008 11:18:40 +0000 (11:18 +0000)]
don't segfault if given invalid/empty private key
Antony Dovgal [Tue, 29 Jul 2008 11:09:00 +0000 (11:09 +0000)]
don't free function name before calling the function
Antony Dovgal [Tue, 29 Jul 2008 10:52:08 +0000 (10:52 +0000)]
fix folding
Antony Dovgal [Tue, 29 Jul 2008 10:42:44 +0000 (10:42 +0000)]
MFH: fix copy/paste error (patch by Mikko)
Marcus Boerger [Tue, 29 Jul 2008 08:10:44 +0000 (08:10 +0000)]
- MFH Exclude bundled libs from gcov processing
Scott MacVicar [Tue, 29 Jul 2008 01:20:28 +0000 (01:20 +0000)]
Fix build where __const is already defined like OS X.
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()
Moriyoshi Koizumi [Tue, 29 Jul 2008 00:02:12 +0000 (00:02 +0000)]
- Typo.
Scott MacVicar [Mon, 28 Jul 2008 23:01:02 +0000 (23:01 +0000)]
Fix error when fetchArray reaches the last row, and prototyp error
Derick Rethans [Mon, 28 Jul 2008 19:31:44 +0000 (19:31 +0000)]
- Updated to version 2008.5 (2008e)
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).
#
Elizabeth Marie Smith [Mon, 28 Jul 2008 16:43:51 +0000 (16:43 +0000)]
Secure versions of string functions don't exist for VC6
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...
Etienne Kneuss [Mon, 28 Jul 2008 14:24:45 +0000 (14:24 +0000)]
MFH: Increase coverage a bit
Dmitry Stogov [Mon, 28 Jul 2008 14:12:19 +0000 (14:12 +0000)]
Fixed constant substitution (Matt)
Felipe Pena [Mon, 28 Jul 2008 14:10:00 +0000 (14:10 +0000)]
- MFH: New tests
Jani Taskinen [Mon, 28 Jul 2008 11:59:35 +0000 (11:59 +0000)]
- Fix EOLs
Pierre Joye [Mon, 28 Jul 2008 11:54:37 +0000 (11:54 +0000)]
- nothing to do here
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/
Moriyoshi Koizumi [Mon, 28 Jul 2008 07:02:05 +0000 (07:02 +0000)]
- Touch.
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.
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:13:57 +0000 (06:13 +0000)]
- ???
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:05:36 +0000 (06:05 +0000)]
- Touch
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:05:14 +0000 (06:05 +0000)]
- WS
Moriyoshi Koizumi [Mon, 28 Jul 2008 06:00:15 +0000 (06:00 +0000)]
- touch
Moriyoshi Koizumi [Mon, 28 Jul 2008 05:59:17 +0000 (05:59 +0000)]
- Fix __halt_compiler() weirdness with zend-mulibyte enabled
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
David Soria Parra [Sun, 27 Jul 2008 20:43:40 +0000 (20:43 +0000)]
MFB: - Fixed the fix for not requiring C++ always
Derick Rethans [Sun, 27 Jul 2008 19:10:23 +0000 (19:10 +0000)]
- MFH: Fixed DateTime::setTimestamp() and added a test for it.
Christopher Jones [Sun, 27 Jul 2008 17:50:41 +0000 (17:50 +0000)]
MFH Update README. Bump ver ready for PECL release
Christopher Jones [Sun, 27 Jul 2008 16:37:57 +0000 (16:37 +0000)]
MFH: Sync oci8.default_prefetch example value with recent change
Christopher Jones [Sun, 27 Jul 2008 16:27:41 +0000 (16:27 +0000)]
Add OCI8 changes
Jani Taskinen [Sun, 27 Jul 2008 15:05:39 +0000 (15:05 +0000)]
MFH:- Fixed the fix for not requiring C++ always
Dmitry Stogov [Sun, 27 Jul 2008 11:29:10 +0000 (11:29 +0000)]
Fix for bug #43487 (Wrong conversion of float to string)
Marcus Boerger [Sun, 27 Jul 2008 04:23:00 +0000 (04:23 +0000)]
- Fix openssl check
Jani Taskinen [Sun, 27 Jul 2008 00:05:36 +0000 (00:05 +0000)]
nuke \r\n
Jani Taskinen [Sat, 26 Jul 2008 23:58:06 +0000 (23:58 +0000)]
MFH: fix build
Jani Taskinen [Sat, 26 Jul 2008 23:42:53 +0000 (23:42 +0000)]
MFH: build fixes, cs, ws, etc.
Jani Taskinen [Sat, 26 Jul 2008 23:38:14 +0000 (23:38 +0000)]
- Removed merge typos
Jani Taskinen [Sat, 26 Jul 2008 22:19:41 +0000 (22:19 +0000)]
update credits