]>
granicus.if.org Git - php/log
SVN Migration [Wed, 28 Mar 2007 06:43:09 +0000 (06:43 +0000)]
This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_1'.
Greg Beaver [Thu, 22 Mar 2007 16:31:46 +0000 (16:31 +0000)]
rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering
<changelog@php.net> [Thu, 22 Mar 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Wed, 21 Mar 2007 23:19:00 +0000 (23:19 +0000)]
- Fix issue with long form of command line switches
Greg Beaver [Wed, 21 Mar 2007 17:14:46 +0000 (17:14 +0000)]
minor typo s/whetehr/whether/
<changelog@php.net> [Wed, 21 Mar 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 20 Mar 2007 20:21:39 +0000 (20:21 +0000)]
- Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclosed integers)
Marcus Boerger [Tue, 20 Mar 2007 20:00:07 +0000 (20:00 +0000)]
- Optional dependency for SPL must be specified in header
Antony Dovgal [Tue, 20 Mar 2007 17:57:44 +0000 (17:57 +0000)]
fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
Dmitry Stogov [Tue, 20 Mar 2007 09:52:33 +0000 (09:52 +0000)]
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
Dmitry Stogov [Tue, 20 Mar 2007 07:51:47 +0000 (07:51 +0000)]
Fixed bug #36226 (Inconsistent handling when passing nillable arrays)
Dmitry Stogov [Tue, 20 Mar 2007 06:47:12 +0000 (06:47 +0000)]
Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm.
<changelog@php.net> [Tue, 20 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Mon, 19 Mar 2007 23:57:49 +0000 (23:57 +0000)]
add folding tags
Dmitry Stogov [Mon, 19 Mar 2007 18:36:49 +0000 (18:36 +0000)]
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get()).
Antony Dovgal [Mon, 19 Mar 2007 08:24:17 +0000 (08:24 +0000)]
MFB
Antony Dovgal [Mon, 19 Mar 2007 08:09:55 +0000 (08:09 +0000)]
new test
Edin Kadribasic [Mon, 19 Mar 2007 03:16:18 +0000 (03:16 +0000)]
MFB: Make DLL only once (Wez)
<changelog@php.net> [Mon, 19 Mar 2007 01:31:00 +0000 (01:31 +0000)]
ChangeLog update
Rob Richards [Sun, 18 Mar 2007 21:29:20 +0000 (21:29 +0000)]
fix bug #40836 (Segfault in ext/dom)
add test
Wez Furlong [Sun, 18 Mar 2007 20:23:51 +0000 (20:23 +0000)]
MFB, #40848
<changelog@php.net> [Sun, 18 Mar 2007 01:31:01 +0000 (01:31 +0000)]
ChangeLog update
Johannes Schlüter [Sat, 17 Mar 2007 23:38:41 +0000 (23:38 +0000)]
- Fix string compare in unicode mode
Antony Dovgal [Sat, 17 Mar 2007 22:59:22 +0000 (22:59 +0000)]
fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)
Antony Dovgal [Sat, 17 Mar 2007 19:15:58 +0000 (19:15 +0000)]
fix tests
I was absolutely sure we removed --disable-reflection option.
<changelog@php.net> [Sat, 17 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Zoe Slattery [Fri, 16 Mar 2007 23:18:01 +0000 (23:18 +0000)]
Fixing %i - > %d, previously changed in error
Stanislav Malyshev [Fri, 16 Mar 2007 20:16:05 +0000 (20:16 +0000)]
Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)
Zoe Slattery [Fri, 16 Mar 2007 13:35:47 +0000 (13:35 +0000)]
Changed %d to %i in EXPECTF
Zoe Slattery [Fri, 16 Mar 2007 12:55:38 +0000 (12:55 +0000)]
new test cases for string functions
Antony Dovgal [Fri, 16 Mar 2007 09:30:18 +0000 (09:30 +0000)]
MFB: fix #40805 (Failure executing function ibase_execute())
Sebastian Bergmann [Fri, 16 Mar 2007 06:42:01 +0000 (06:42 +0000)]
MFB: Fugbix typo.
<changelog@php.net> [Fri, 16 Mar 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 15 Mar 2007 16:43:01 +0000 (16:43 +0000)]
new test
Antony Dovgal [Thu, 15 Mar 2007 16:42:51 +0000 (16:42 +0000)]
reset the exception if it's still NULL
<changelog@php.net> [Thu, 15 Mar 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Wed, 14 Mar 2007 23:47:19 +0000 (23:47 +0000)]
don't emit any warnings in addition to an exception
Antony Dovgal [Wed, 14 Mar 2007 19:21:23 +0000 (19:21 +0000)]
fix #40750 (openssl stream wrapper ignores default_stream_timeout)
Pierre Joye [Wed, 14 Mar 2007 16:34:56 +0000 (16:34 +0000)]
- MFB: Fixed a possible memory leak on open_basedir validation (Ilia)
Pierre Joye [Wed, 14 Mar 2007 12:02:40 +0000 (12:02 +0000)]
- add openbase_dir checks in ::open and addFile()
Timm Friebe [Wed, 14 Mar 2007 12:01:21 +0000 (12:01 +0000)]
- MFB: Changed expected output
# select getdate() returns something like "Mar 14 2007 12:44PM", we
# were checking for one additional (nonexistant) whitespace after "Mar"
# which was wrong. Don`t know when and how this changed
Timm Friebe [Wed, 14 Mar 2007 12:00:35 +0000 (12:00 +0000)]
- Changed expected output
# Due to var_export() & __set_state() changes
Timm Friebe [Wed, 14 Mar 2007 12:00:08 +0000 (12:00 +0000)]
- MFB: Changed message handler also to handle message #11021
- Adjusted expected output
# Seems newer Sybase versions yielf different error codes for getdate(NULL)
Antony Dovgal [Wed, 14 Mar 2007 11:57:16 +0000 (11:57 +0000)]
fix #40800 (cannot disable memory_limit with -1)
Pierre Joye [Wed, 14 Mar 2007 11:37:35 +0000 (11:37 +0000)]
- MFB: free rsrc on error in zip_read (old API)
Pierre Joye [Wed, 14 Mar 2007 11:25:20 +0000 (11:25 +0000)]
- MFB: free buffer when zip_entry_read returns an empty entry
Pierre Joye [Wed, 14 Mar 2007 11:22:13 +0000 (11:22 +0000)]
- MFB:
- rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without
confusing in head without confusion)
- Add safemode and open basedir checks in zip:// wrapper (revert Ilia's
patch). Bug found by Stefan Esser in his MOPB-20-2007
Martin Kraemer [Wed, 14 Mar 2007 09:49:58 +0000 (09:49 +0000)]
Typo
<changelog@php.net> [Wed, 14 Mar 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 13 Mar 2007 01:31:12 +0000 (01:31 +0000)]
ChangeLog update
Stanislav Malyshev [Tue, 13 Mar 2007 00:12:08 +0000 (00:12 +0000)]
MFB: fix odbc resource handling, patch by Dave Lawson
Antony Dovgal [Mon, 12 Mar 2007 20:55:07 +0000 (20:55 +0000)]
fix folding and add missing footer
Dmitry Stogov [Mon, 12 Mar 2007 17:00:07 +0000 (17:00 +0000)]
Fixed bug #40770 (Apache child exits when PHP memory limit reached)
Antony Dovgal [Mon, 12 Mar 2007 13:07:39 +0000 (13:07 +0000)]
fix #40784 (Case sensivity in constructor's fallback)
Dmitry Stogov [Mon, 12 Mar 2007 07:39:24 +0000 (07:39 +0000)]
Fixed compilation warning
<changelog@php.net> [Mon, 12 Mar 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Sun, 11 Mar 2007 12:56:38 +0000 (12:56 +0000)]
one more fix
Antony Dovgal [Sun, 11 Mar 2007 12:54:48 +0000 (12:54 +0000)]
fix sybase tests
<changelog@php.net> [Sun, 11 Mar 2007 01:31:14 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Sat, 10 Mar 2007 12:16:19 +0000 (12:16 +0000)]
- CVE-2007-1001, integer overflow with invalid wbmp images
<changelog@php.net> [Sat, 10 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Sat, 10 Mar 2007 01:23:42 +0000 (01:23 +0000)]
- MFB: #40764, line thickness not respected for horizontal and vertical
lines
Stanislav Malyshev [Fri, 9 Mar 2007 18:37:32 +0000 (18:37 +0000)]
add testcase
Dmitry Stogov [Fri, 9 Mar 2007 16:50:17 +0000 (16:50 +0000)]
Return HTTP 403 in case of "access denied".
<changelog@php.net> [Fri, 9 Mar 2007 01:31:03 +0000 (01:31 +0000)]
ChangeLog update
Rasmus Lerdorf [Fri, 9 Mar 2007 01:22:47 +0000 (01:22 +0000)]
MFB Off by ! in file:/// control char check
Stanislav Malyshev [Thu, 8 Mar 2007 22:57:02 +0000 (22:57 +0000)]
MFB: fix crash/leak in bug #38710
Stanislav Malyshev [Thu, 8 Mar 2007 21:06:54 +0000 (21:06 +0000)]
MFB: fix crash on $x['x']['y'] += 1, patch by Brian Shire
Stanislav Malyshev [Thu, 8 Mar 2007 21:05:17 +0000 (21:05 +0000)]
MFB test
Nuno Lopes [Thu, 8 Mar 2007 20:26:48 +0000 (20:26 +0000)]
MFB: fix thread unsafety in the gif reader code (merge from libgd cvs)
Marcus Boerger [Thu, 8 Mar 2007 17:30:28 +0000 (17:30 +0000)]
- Improved version of ternary shortcut
<changelog@php.net> [Thu, 8 Mar 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 8 Mar 2007 00:43:06 +0000 (00:43 +0000)]
fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array)
Zoe Slattery [Wed, 7 Mar 2007 13:22:26 +0000 (13:22 +0000)]
New test case for array_slice
Antony Dovgal [Wed, 7 Mar 2007 09:02:18 +0000 (09:02 +0000)]
fix #40727 (segfault in PDO when failed to bind parameters)
<changelog@php.net> [Wed, 7 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Derick Rethans [Tue, 6 Mar 2007 21:29:33 +0000 (21:29 +0000)]
- MF52: Updated timezone database to version 2007.3.
Antony Dovgal [Tue, 6 Mar 2007 21:07:52 +0000 (21:07 +0000)]
comment out unused function
need to figure out why and what for it has been added in the first place..
Antony Dovgal [Tue, 6 Mar 2007 20:58:40 +0000 (20:58 +0000)]
declare zend_mm_random() only when needed
Antony Dovgal [Tue, 6 Mar 2007 20:53:11 +0000 (20:53 +0000)]
fix tests
Antony Dovgal [Tue, 6 Mar 2007 20:45:15 +0000 (20:45 +0000)]
fix tests
Antony Dovgal [Tue, 6 Mar 2007 20:35:49 +0000 (20:35 +0000)]
be consistent with non-unicode implementation
Sara Golemon [Tue, 6 Mar 2007 20:04:05 +0000 (20:04 +0000)]
Fix handling over overridden file:// wrapper
Antony Dovgal [Tue, 6 Mar 2007 19:59:13 +0000 (19:59 +0000)]
fix segfault in import_request_variables() and its test
I'm not completely sure it's correct to import numeric vars like _POST["1"] etc.
Uwe Schindler [Tue, 6 Mar 2007 19:47:12 +0000 (19:47 +0000)]
Update function names for PHP6 to php6*
Antony Dovgal [Tue, 6 Mar 2007 19:45:02 +0000 (19:45 +0000)]
initialize variable
Antony Dovgal [Tue, 6 Mar 2007 19:25:46 +0000 (19:25 +0000)]
fix tests
Uwe Schindler [Tue, 6 Mar 2007 18:15:04 +0000 (18:15 +0000)]
remove (large) static buffers for header names and request uri
Uwe Schindler [Tue, 6 Mar 2007 16:19:36 +0000 (16:19 +0000)]
use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now)
Antony Dovgal [Tue, 6 Mar 2007 10:13:37 +0000 (10:13 +0000)]
fix AC_TRY_COMPILE usage
<changelog@php.net> [Tue, 6 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 6 Mar 2007 01:21:36 +0000 (01:21 +0000)]
- Add missing return value check
Marcus Boerger [Tue, 6 Mar 2007 00:55:46 +0000 (00:55 +0000)]
- Revert back to sprintf (we could define snprintf for windows but we don't)
Uwe Schindler [Mon, 5 Mar 2007 16:28:39 +0000 (16:28 +0000)]
snprintf patch
andy wharmby [Mon, 5 Mar 2007 15:53:09 +0000 (15:53 +0000)]
Remove bug entry for 35872 as now in 5.2
Michael Wallner [Mon, 5 Mar 2007 14:10:05 +0000 (14:10 +0000)]
- fix ws as requested by derick
Michael Wallner [Mon, 5 Mar 2007 14:05:31 +0000 (14:05 +0000)]
- fix bug #40691: add comparison object handler
andy wharmby [Mon, 5 Mar 2007 12:56:26 +0000 (12:56 +0000)]
Fixed bug #35872 (Prevent object store references during RSHUTDOWN)
<changelog@php.net> [Mon, 5 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Sun, 4 Mar 2007 16:25:57 +0000 (16:25 +0000)]
- Implement '?:'
[DOC] "expr1 ?: expr1" is a shortcut for: "expr1 ? expr1 : expr2" as
exists in gcc and discussed some time back. Note that this is not
an implementation ifsetor($var, default). While ifsetor would not
generate any message for non existing variables or array indices
the ternary shortcut does. Also the ternary shortcut does a boolean
evaluation rather then checking for isset(). That way ther ternary
shortcut can work on any expression while ifsetor can only work on
variables. Also to be silent one has do do: "@$expr1 ?: $expr2".