]>
granicus.if.org Git - php/log
Derick Rethans [Wed, 11 Apr 2007 14:37:42 +0000 (14:37 +0000)]
- MFH: Fixed bug #40861 (strtotime() doesn't handle double negative relative
time units correctly).
Pierre Joye [Wed, 11 Apr 2007 11:44:20 +0000 (11:44 +0000)]
- add HAVE_GD_FONTCACHESHUTDOWN to w32 build script (always here)
Ilia Alshanetsky [Tue, 10 Apr 2007 22:38:47 +0000 (22:38 +0000)]
Back to dev
Ilia Alshanetsky [Tue, 10 Apr 2007 22:31:16 +0000 (22:31 +0000)]
5.2.2RC1
Antony Dovgal [Tue, 10 Apr 2007 22:30:07 +0000 (22:30 +0000)]
fix #40931 (open_basedir bypass via symlink and move_uploaded_file())
Antony Dovgal [Tue, 10 Apr 2007 21:38:20 +0000 (21:38 +0000)]
skip test if openssl is present
Antony Dovgal [Tue, 10 Apr 2007 21:20:44 +0000 (21:20 +0000)]
skip this test on MacOS
Antony Dovgal [Tue, 10 Apr 2007 21:16:56 +0000 (21:16 +0000)]
fix test name
Antony Dovgal [Tue, 10 Apr 2007 20:28:49 +0000 (20:28 +0000)]
fix #41043 (pdo_oci crash when freeing error text with persistent connection)
Marcus Boerger [Tue, 10 Apr 2007 15:56:31 +0000 (15:56 +0000)]
- WS/CS
Marcus Boerger [Tue, 10 Apr 2007 15:50:34 +0000 (15:50 +0000)]
- Cleanup the cleanup
Antony Dovgal [Tue, 10 Apr 2007 11:32:48 +0000 (11:32 +0000)]
declare THREADSAFE explicitly (it's On if undefined)
foobar [Tue, 10 Apr 2007 10:57:35 +0000 (10:57 +0000)]
- Fixed ZEND_SIGNED_MULTIPLY_LONG() so that ext/filter/tests/046.phpt wont fail. (Integer overflow)
Antony Dovgal [Tue, 10 Apr 2007 10:49:16 +0000 (10:49 +0000)]
fix test
Antony Dovgal [Tue, 10 Apr 2007 09:37:09 +0000 (09:37 +0000)]
MFH: fix #41037 (unregister_tick_function() inside the tick function crash PHP)
Dmitry Stogov [Tue, 10 Apr 2007 06:22:28 +0000 (06:22 +0000)]
Initial WIN64 support
Antony Dovgal [Mon, 9 Apr 2007 21:19:38 +0000 (21:19 +0000)]
fix folding tags
foobar [Mon, 9 Apr 2007 20:07:25 +0000 (20:07 +0000)]
Fix test
Ilia Alshanetsky [Mon, 9 Apr 2007 16:35:11 +0000 (16:35 +0000)]
Upgrade libsqlite 3 inside PDO sqlite to version 3.3.15
Dmitry Stogov [Mon, 9 Apr 2007 15:39:59 +0000 (15:39 +0000)]
Removed wrong size_t definition
Dmitry Stogov [Mon, 9 Apr 2007 15:38:58 +0000 (15:38 +0000)]
Fixed 64-bit support
Dmitry Stogov [Mon, 9 Apr 2007 15:32:35 +0000 (15:32 +0000)]
Fixed 64-bit issues
Dmitry Stogov [Mon, 9 Apr 2007 15:32:08 +0000 (15:32 +0000)]
ZTS fix
Antony Dovgal [Mon, 9 Apr 2007 07:30:26 +0000 (07:30 +0000)]
BFN
Antony Dovgal [Mon, 9 Apr 2007 07:30:09 +0000 (07:30 +0000)]
fix #41026 (segfault when calling "self::method()" in shutdown functions)
Ilia Alshanetsky [Sun, 8 Apr 2007 15:26:21 +0000 (15:26 +0000)]
Fixed bug #40822 (pdo_mysql does not return rowCount() on select).
Johannes Schlüter [Sun, 8 Apr 2007 00:18:38 +0000 (00:18 +0000)]
- MFH: Added linenumbers to array returned by token_get_all()
Antony Dovgal [Fri, 6 Apr 2007 22:10:56 +0000 (22:10 +0000)]
MFB: clean & refactored disk_*() funcs implementation
Ilia, feel free to make these functions public, though I don't see why would want to do that
Antony Dovgal [Fri, 6 Apr 2007 19:35:12 +0000 (19:35 +0000)]
fix test
Andrei Zmievski [Fri, 6 Apr 2007 19:25:52 +0000 (19:25 +0000)]
We can't use the printf attribute here since we are supporting
non-standard formats (like 'F').
Andrei Zmievski [Fri, 6 Apr 2007 18:27:58 +0000 (18:27 +0000)]
Apologies. Didn't realize we were using custom snprintf().
Andrei Zmievski [Fri, 6 Apr 2007 18:25:49 +0000 (18:25 +0000)]
Typo?
Marcus Boerger [Fri, 6 Apr 2007 17:57:10 +0000 (17:57 +0000)]
- Fix 40442
Marcus Boerger [Fri, 6 Apr 2007 17:54:22 +0000 (17:54 +0000)]
- Add bug name
Marcus Boerger [Fri, 6 Apr 2007 16:00:08 +0000 (16:00 +0000)]
- Better fix for #40091
Pierre Joye [Fri, 6 Apr 2007 15:38:35 +0000 (15:38 +0000)]
- Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and HAVE_LIBFREETYPE
to config.w32 (Thanks to Frank for the report)
Marcus Boerger [Fri, 6 Apr 2007 15:32:30 +0000 (15:32 +0000)]
- Fix #40442
Ilia Alshanetsky [Fri, 6 Apr 2007 13:58:48 +0000 (13:58 +0000)]
Avoid locks when appening to the error log file
Ilia Alshanetsky [Thu, 5 Apr 2007 23:48:43 +0000 (23:48 +0000)]
Fixed foreach by-ref bug.
# Patch from Brian Shire
Marcus Boerger [Thu, 5 Apr 2007 19:49:42 +0000 (19:49 +0000)]
- MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by tony
Rob Richards [Thu, 5 Apr 2007 18:08:42 +0000 (18:08 +0000)]
fix win32 build
Pierre Joye [Thu, 5 Apr 2007 11:57:57 +0000 (11:57 +0000)]
- reflect the "real" version to avoid confusions. Users should really use
only the bundled version
Pierre Joye [Thu, 5 Apr 2007 09:38:45 +0000 (09:38 +0000)]
- MFB: import the right data 005_crt.txt
Antony Dovgal [Thu, 5 Apr 2007 09:33:10 +0000 (09:33 +0000)]
MFH: fix build
Pierre Joye [Thu, 5 Apr 2007 09:00:07 +0000 (09:00 +0000)]
- MFH: add missing data for 005.phpt
Antony Dovgal [Thu, 5 Apr 2007 07:23:56 +0000 (07:23 +0000)]
fix test
Antony Dovgal [Thu, 5 Apr 2007 07:10:07 +0000 (07:10 +0000)]
fix ZTS build
Ilia Alshanetsky [Thu, 5 Apr 2007 01:48:56 +0000 (01:48 +0000)]
Fixed bug #40999 (mcrypt_create_iv() not using random seed).
Pierre Joye [Wed, 4 Apr 2007 22:00:51 +0000 (22:00 +0000)]
- nuke c++ comments
Pierre Joye [Wed, 4 Apr 2007 21:27:55 +0000 (21:27 +0000)]
- #39867 and openssl MB fix
Pierre Joye [Wed, 4 Apr 2007 21:24:01 +0000 (21:24 +0000)]
- implement #39867, PKCS#12 support
- Fix possible multibyte issues issue in the add_assoc function
- add test for openssl_csr_get_subject
Pierre Joye [Wed, 4 Apr 2007 21:01:51 +0000 (21:01 +0000)]
- filter and gd entries
Pierre Joye [Wed, 4 Apr 2007 20:50:26 +0000 (20:50 +0000)]
- #40947, allow a single filter as argument for filter_var_array
Antony Dovgal [Wed, 4 Apr 2007 19:52:19 +0000 (19:52 +0000)]
MFH: fix #40998 (long session array keys are truncated)
Seiji Masugata [Wed, 4 Apr 2007 15:25:41 +0000 (15:25 +0000)]
Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB-34-2007:PHP).
Nuno Lopes [Wed, 4 Apr 2007 14:24:03 +0000 (14:24 +0000)]
fix race condition on font cache shutdown
Pierre Joye [Wed, 4 Apr 2007 11:40:11 +0000 (11:40 +0000)]
- do not try to use the global color map when none was found (Nuno, Pierre)
- free im on error
Antony Dovgal [Wed, 4 Apr 2007 10:44:55 +0000 (10:44 +0000)]
MFH: fix leak on error
Pierre Joye [Wed, 4 Apr 2007 01:58:24 +0000 (01:58 +0000)]
- MFH: don't declare MSHUTDOWN if both cachesetup and t1lib are not used
Pierre Joye [Wed, 4 Apr 2007 01:34:50 +0000 (01:34 +0000)]
- Sync with gd 2.0.35 (bug #52, #60 and #66)
- Improve TS of gif loading code (Roman Nemecek, Nuno, Pierre)
- a frame size must be confined to the screen defition (Pierre)
- be sure to always read the dimensions in the frame and does not use
the screen size (see #66 for a side effect) (Pierre)
- Update #37360 test. The frame does not fit the logical screen (specs
tell that it must fit) (Pierre)
Pierre Joye [Wed, 4 Apr 2007 00:47:55 +0000 (00:47 +0000)]
- MFH:
- remove double lock (tween colors cache is created in each thread, the
cache mutex is already locked earlier)
- #40858, other TS improvements for gd freetype cache management
cache initialization and shutdown is now done in MINIT and MSHUTDOWN.
Ilia Alshanetsky [Wed, 4 Apr 2007 00:42:42 +0000 (00:42 +0000)]
Addres limitation of __HALT_COMPILER() that allowed only one instance
per request.
# Patch by Greg Beaver
Pierre Joye [Wed, 4 Apr 2007 00:30:18 +0000 (00:30 +0000)]
. colors allocated henceforth from the resulting image overwrite
the palette colors (sync with 2.0.34) (Rob Leslie)
Antony Dovgal [Tue, 3 Apr 2007 20:21:20 +0000 (20:21 +0000)]
BFN
Antony Dovgal [Tue, 3 Apr 2007 20:20:56 +0000 (20:20 +0000)]
MFH: fix #39351 (relative include fails on Solaris)
Brian Shire [Tue, 3 Apr 2007 19:50:40 +0000 (19:50 +0000)]
correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)
fix pack test, correct space to tabs
Rob Richards [Tue, 3 Apr 2007 11:57:04 +0000 (11:57 +0000)]
allow registered classes to be changed
Ilia Alshanetsky [Mon, 2 Apr 2007 21:35:46 +0000 (21:35 +0000)]
Fixed typos
Stanislav Malyshev [Mon, 2 Apr 2007 20:51:12 +0000 (20:51 +0000)]
fix #33664
Stanislav Malyshev [Mon, 2 Apr 2007 20:44:30 +0000 (20:44 +0000)]
fix for #33664 Console window appears when using exec()
foobar [Mon, 2 Apr 2007 15:09:37 +0000 (15:09 +0000)]
- 64bit test
foobar [Mon, 2 Apr 2007 15:02:02 +0000 (15:02 +0000)]
- Make this 32bit only test. (will add 64bit version next)
Dmitry Stogov [Mon, 2 Apr 2007 13:43:08 +0000 (13:43 +0000)]
Fixed bug #37013 (server hangs when returning circular object references)
foobar [Mon, 2 Apr 2007 12:41:07 +0000 (12:41 +0000)]
- Changed phpinfo() to make difference between set php.ini path and what was actually loaded.
Dmitry Stogov [Mon, 2 Apr 2007 11:44:40 +0000 (11:44 +0000)]
Fixed test
Ilia Alshanetsky [Sun, 1 Apr 2007 19:29:42 +0000 (19:29 +0000)]
Fixed bug #40897 (error_log file not locked)
Ilia Alshanetsky [Sun, 1 Apr 2007 19:09:36 +0000 (19:09 +0000)]
Fixed bug #40921 (php_default_post_reader crashes when post_max_size is
exceeded).
Dmitry Stogov [Fri, 30 Mar 2007 10:10:33 +0000 (10:10 +0000)]
new test
Ilia Alshanetsky [Fri, 30 Mar 2007 00:28:58 +0000 (00:28 +0000)]
Fixed MOPB-34-2007:PHP mail() Header Injection Through Subject and To
Parameters
Sara Golemon [Thu, 29 Mar 2007 18:47:04 +0000 (18:47 +0000)]
Add missing #if check
Antony Dovgal [Thu, 29 Mar 2007 09:33:50 +0000 (09:33 +0000)]
add news entry
+ minor text fixes
Antony Dovgal [Thu, 29 Mar 2007 09:33:04 +0000 (09:33 +0000)]
MFH: fix PECL bug #10194 (crash in Oracle client when memory limit reached in the callback)
preallocate the required buffer, so that it would fail earlier.
Dmitry Stogov [Wed, 28 Mar 2007 15:39:22 +0000 (15:39 +0000)]
Improved FastCGI SAPI to support external pipe and socket servers on win32
foobar [Wed, 28 Mar 2007 12:25:33 +0000 (12:25 +0000)]
- Fix test: Some people actually use --enable-debug here..
Zoe Slattery [Wed, 28 Mar 2007 10:44:04 +0000 (10:44 +0000)]
new ltrim, rtrim and str_pad tests
Antony Dovgal [Wed, 28 Mar 2007 10:10:04 +0000 (10:10 +0000)]
add .cvsignore
Antony Dovgal [Wed, 28 Mar 2007 10:08:31 +0000 (10:08 +0000)]
MFH: fix #40392 (memory leaks in PHP milter SAPI)
Zoe Slattery [Wed, 28 Mar 2007 09:38:30 +0000 (09:38 +0000)]
New tests for printf and ucfirst
Antony Dovgal [Wed, 28 Mar 2007 09:14:08 +0000 (09:14 +0000)]
MFH: fix compile warning
Zoe Slattery [Wed, 28 Mar 2007 09:08:08 +0000 (09:08 +0000)]
Three new string tests for funtions strcasecmp, strcmp and strlen.
Marcus Boerger [Tue, 27 Mar 2007 20:28:06 +0000 (20:28 +0000)]
- MFH Allow to load multipe extensions via -d
Antony Dovgal [Tue, 27 Mar 2007 09:29:10 +0000 (09:29 +0000)]
MFH: fix compile warning
Antony Dovgal [Tue, 27 Mar 2007 09:20:27 +0000 (09:20 +0000)]
fix compile warning
Ilia Alshanetsky [Tue, 27 Mar 2007 00:13:09 +0000 (00:13 +0000)]
Fixed MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation
Rob Richards [Mon, 26 Mar 2007 20:17:30 +0000 (20:17 +0000)]
BFN
Rob Richards [Mon, 26 Mar 2007 20:14:58 +0000 (20:14 +0000)]
fix bug #37386 (autocreating element doesn't assign value to first node)
all single SimpleXMLElements are addressable using offset 0
use correct node for xpath context node
add test
Antony Dovgal [Mon, 26 Mar 2007 10:25:41 +0000 (10:25 +0000)]
MFH: fix #40915 (addcslashes unexpected behavior with binary input)
Marcus Boerger [Sun, 25 Mar 2007 12:53:47 +0000 (12:53 +0000)]
- MFH Need to install headers
Hannes Magnusson [Sun, 25 Mar 2007 11:47:27 +0000 (11:47 +0000)]
Typo
foobar [Sun, 25 Mar 2007 10:21:02 +0000 (10:21 +0000)]
- Check if Makefile.frag actually exists before running sed on it.