]> granicus.if.org Git - php/log
php
17 years agoThis commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_1'. RELEASE_1_0_1
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'.

17 years agorename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering
Greg Beaver [Thu, 22 Mar 2007 16:31:46 +0000 (16:31 +0000)]
rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering

17 years agoChangeLog update
<changelog@php.net> [Thu, 22 Mar 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix issue with long form of command line switches
Marcus Boerger [Wed, 21 Mar 2007 23:19:00 +0000 (23:19 +0000)]
- Fix issue with long form of command line switches

17 years agominor typo s/whetehr/whether/
Greg Beaver [Wed, 21 Mar 2007 17:14:46 +0000 (17:14 +0000)]
minor typo s/whetehr/whether/

17 years agoChangeLog update
<changelog@php.net> [Wed, 21 Mar 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclos...
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)

17 years ago- Optional dependency for SPL must be specified in header
Marcus Boerger [Tue, 20 Mar 2007 20:00:07 +0000 (20:00 +0000)]
- Optional dependency for SPL must be specified in header

17 years agofix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
Antony Dovgal [Tue, 20 Mar 2007 17:57:44 +0000 (17:57 +0000)]
fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32

17 years agoAdded ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To...
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.

17 years agoFixed bug #36226 (Inconsistent handling when passing nillable arrays)
Dmitry Stogov [Tue, 20 Mar 2007 07:51:47 +0000 (07:51 +0000)]
Fixed bug #36226 (Inconsistent handling when passing nillable arrays)

17 years agoImproved Zend Memory Manager to guarantee reasonable time for worst cases of best...
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.

17 years agoChangeLog update
<changelog@php.net> [Tue, 20 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd folding tags
Antony Dovgal [Mon, 19 Mar 2007 23:57:49 +0000 (23:57 +0000)]
add folding tags

17 years agoFixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via...
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()).

17 years agoMFB
Antony Dovgal [Mon, 19 Mar 2007 08:24:17 +0000 (08:24 +0000)]
MFB

17 years agonew test
Antony Dovgal [Mon, 19 Mar 2007 08:09:55 +0000 (08:09 +0000)]
new test

17 years agoMFB: Make DLL only once (Wez)
Edin Kadribasic [Mon, 19 Mar 2007 03:16:18 +0000 (03:16 +0000)]
MFB: Make DLL only once (Wez)

17 years agoChangeLog update
<changelog@php.net> [Mon, 19 Mar 2007 01:31:00 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix bug #40836 (Segfault in ext/dom)
Rob Richards [Sun, 18 Mar 2007 21:29:20 +0000 (21:29 +0000)]
fix bug #40836 (Segfault in ext/dom)
add test

17 years agoMFB, #40848
Wez Furlong [Sun, 18 Mar 2007 20:23:51 +0000 (20:23 +0000)]
MFB, #40848

17 years agoChangeLog update
<changelog@php.net> [Sun, 18 Mar 2007 01:31:01 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix string compare in unicode mode
Johannes Schlüter [Sat, 17 Mar 2007 23:38:41 +0000 (23:38 +0000)]
- Fix string compare in unicode mode

17 years agofix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)
Antony Dovgal [Sat, 17 Mar 2007 22:59:22 +0000 (22:59 +0000)]
fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)

17 years agofix tests
Antony Dovgal [Sat, 17 Mar 2007 19:15:58 +0000 (19:15 +0000)]
fix tests

I was absolutely sure we removed --disable-reflection option.

17 years agoChangeLog update
<changelog@php.net> [Sat, 17 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years agoFixing %i - > %d, previously changed in error
Zoe Slattery [Fri, 16 Mar 2007 23:18:01 +0000 (23:18 +0000)]
Fixing %i - > %d, previously changed in error

17 years agoFix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)
Stanislav Malyshev [Fri, 16 Mar 2007 20:16:05 +0000 (20:16 +0000)]
Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)

17 years agoChanged %d to %i in EXPECTF
Zoe Slattery [Fri, 16 Mar 2007 13:35:47 +0000 (13:35 +0000)]
Changed %d to %i in EXPECTF

17 years agonew test cases for string functions
Zoe Slattery [Fri, 16 Mar 2007 12:55:38 +0000 (12:55 +0000)]
new test cases for string functions

17 years agoMFB: fix #40805 (Failure executing function ibase_execute())
Antony Dovgal [Fri, 16 Mar 2007 09:30:18 +0000 (09:30 +0000)]
MFB: fix #40805 (Failure executing function ibase_execute())

17 years agoMFB: Fugbix typo.
Sebastian Bergmann [Fri, 16 Mar 2007 06:42:01 +0000 (06:42 +0000)]
MFB: Fugbix typo.

17 years agoChangeLog update
<changelog@php.net> [Fri, 16 Mar 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update

17 years agonew test
Antony Dovgal [Thu, 15 Mar 2007 16:43:01 +0000 (16:43 +0000)]
new test

17 years agoreset the exception if it's still NULL
Antony Dovgal [Thu, 15 Mar 2007 16:42:51 +0000 (16:42 +0000)]
reset the exception if it's still NULL

17 years agoChangeLog update
<changelog@php.net> [Thu, 15 Mar 2007 01:31:11 +0000 (01:31 +0000)]
ChangeLog update

17 years agodon't emit any warnings in addition to an exception
Antony Dovgal [Wed, 14 Mar 2007 23:47:19 +0000 (23:47 +0000)]
don't emit any warnings in addition to an exception

17 years agofix #40750 (openssl stream wrapper ignores default_stream_timeout)
Antony Dovgal [Wed, 14 Mar 2007 19:21:23 +0000 (19:21 +0000)]
fix #40750 (openssl stream wrapper ignores default_stream_timeout)

17 years ago- MFB: Fixed a possible memory leak on open_basedir validation (Ilia)
Pierre Joye [Wed, 14 Mar 2007 16:34:56 +0000 (16:34 +0000)]
- MFB: Fixed a possible memory leak on open_basedir validation (Ilia)

17 years ago- add openbase_dir checks in ::open and addFile()
Pierre Joye [Wed, 14 Mar 2007 12:02:40 +0000 (12:02 +0000)]
- add openbase_dir checks in ::open and addFile()

17 years ago- MFB: Changed expected output
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

17 years ago- Changed expected output
Timm Friebe [Wed, 14 Mar 2007 12:00:35 +0000 (12:00 +0000)]
- Changed expected output
# Due to var_export() & __set_state() changes

17 years ago- MFB: Changed message handler also to handle message #11021
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)

17 years agofix #40800 (cannot disable memory_limit with -1)
Antony Dovgal [Wed, 14 Mar 2007 11:57:16 +0000 (11:57 +0000)]
fix #40800 (cannot disable memory_limit with -1)

17 years ago- MFB: free rsrc on error in zip_read (old API)
Pierre Joye [Wed, 14 Mar 2007 11:37:35 +0000 (11:37 +0000)]
- MFB: free rsrc on error in zip_read (old API)

17 years ago- MFB: free buffer when zip_entry_read returns an empty entry
Pierre Joye [Wed, 14 Mar 2007 11:25:20 +0000 (11:25 +0000)]
- MFB: free buffer when zip_entry_read returns an empty entry

17 years ago- MFB:
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

17 years agoTypo
Martin Kraemer [Wed, 14 Mar 2007 09:49:58 +0000 (09:49 +0000)]
Typo

17 years agoChangeLog update
<changelog@php.net> [Wed, 14 Mar 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update

17 years agoChangeLog update
<changelog@php.net> [Tue, 13 Mar 2007 01:31:12 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: fix odbc resource handling, patch by Dave Lawson
Stanislav Malyshev [Tue, 13 Mar 2007 00:12:08 +0000 (00:12 +0000)]
MFB: fix odbc resource handling, patch by Dave Lawson

17 years agofix folding and add missing footer
Antony Dovgal [Mon, 12 Mar 2007 20:55:07 +0000 (20:55 +0000)]
fix folding and add missing footer

17 years agoFixed bug #40770 (Apache child exits when PHP memory limit reached)
Dmitry Stogov [Mon, 12 Mar 2007 17:00:07 +0000 (17:00 +0000)]
Fixed bug #40770 (Apache child exits when PHP memory limit reached)

17 years agofix #40784 (Case sensivity in constructor's fallback)
Antony Dovgal [Mon, 12 Mar 2007 13:07:39 +0000 (13:07 +0000)]
fix #40784 (Case sensivity in constructor's fallback)

17 years agoFixed compilation warning
Dmitry Stogov [Mon, 12 Mar 2007 07:39:24 +0000 (07:39 +0000)]
Fixed compilation warning

17 years agoChangeLog update
<changelog@php.net> [Mon, 12 Mar 2007 01:31:06 +0000 (01:31 +0000)]
ChangeLog update

17 years agoone more fix
Antony Dovgal [Sun, 11 Mar 2007 12:56:38 +0000 (12:56 +0000)]
one more fix

17 years agofix sybase tests
Antony Dovgal [Sun, 11 Mar 2007 12:54:48 +0000 (12:54 +0000)]
fix sybase tests

17 years agoChangeLog update
<changelog@php.net> [Sun, 11 Mar 2007 01:31:14 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- CVE-2007-1001, integer overflow with invalid wbmp images
Pierre Joye [Sat, 10 Mar 2007 12:16:19 +0000 (12:16 +0000)]
- CVE-2007-1001, integer overflow with invalid wbmp images

17 years agoChangeLog update
<changelog@php.net> [Sat, 10 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- MFB: #40764, line thickness not respected for horizontal and vertical
Pierre Joye [Sat, 10 Mar 2007 01:23:42 +0000 (01:23 +0000)]
- MFB: #40764, line thickness not respected for horizontal and vertical
  lines

17 years agoadd testcase
Stanislav Malyshev [Fri, 9 Mar 2007 18:37:32 +0000 (18:37 +0000)]
add testcase

17 years agoReturn HTTP 403 in case of "access denied".
Dmitry Stogov [Fri, 9 Mar 2007 16:50:17 +0000 (16:50 +0000)]
Return HTTP 403 in case of "access denied".

17 years agoChangeLog update
<changelog@php.net> [Fri, 9 Mar 2007 01:31:03 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB Off by ! in file:/// control char check
Rasmus Lerdorf [Fri, 9 Mar 2007 01:22:47 +0000 (01:22 +0000)]
MFB Off by ! in file:/// control char check

17 years agoMFB: fix crash/leak in bug #38710
Stanislav Malyshev [Thu, 8 Mar 2007 22:57:02 +0000 (22:57 +0000)]
MFB: fix crash/leak in bug #38710

17 years agoMFB: fix crash on $x['x']['y'] += 1, patch by Brian Shire
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

17 years agoMFB test
Stanislav Malyshev [Thu, 8 Mar 2007 21:05:17 +0000 (21:05 +0000)]
MFB test

17 years agoMFB: fix thread unsafety in the gif reader code (merge from libgd cvs)
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)

17 years ago- Improved version of ternary shortcut
Marcus Boerger [Thu, 8 Mar 2007 17:30:28 +0000 (17:30 +0000)]
- Improved version of ternary shortcut

17 years agoChangeLog update
<changelog@php.net> [Thu, 8 Mar 2007 01:31:10 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an...
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)

17 years agoNew test case for array_slice
Zoe Slattery [Wed, 7 Mar 2007 13:22:26 +0000 (13:22 +0000)]
New test case for array_slice

17 years agofix #40727 (segfault in PDO when failed to bind parameters)
Antony Dovgal [Wed, 7 Mar 2007 09:02:18 +0000 (09:02 +0000)]
fix #40727 (segfault in PDO when failed to bind parameters)

17 years agoChangeLog update
<changelog@php.net> [Wed, 7 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- MF52: Updated timezone database to version 2007.3.
Derick Rethans [Tue, 6 Mar 2007 21:29:33 +0000 (21:29 +0000)]
- MF52: Updated timezone database to version 2007.3.

17 years agocomment out unused function
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..

17 years agodeclare zend_mm_random() only when needed
Antony Dovgal [Tue, 6 Mar 2007 20:58:40 +0000 (20:58 +0000)]
declare zend_mm_random() only when needed

17 years agofix tests
Antony Dovgal [Tue, 6 Mar 2007 20:53:11 +0000 (20:53 +0000)]
fix tests

17 years agofix tests
Antony Dovgal [Tue, 6 Mar 2007 20:45:15 +0000 (20:45 +0000)]
fix tests

17 years agobe consistent with non-unicode implementation
Antony Dovgal [Tue, 6 Mar 2007 20:35:49 +0000 (20:35 +0000)]
be consistent with non-unicode implementation

17 years agoFix handling over overridden file:// wrapper
Sara Golemon [Tue, 6 Mar 2007 20:04:05 +0000 (20:04 +0000)]
Fix handling over overridden file:// wrapper

17 years agofix segfault in import_request_variables() and its test
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.

17 years agoUpdate function names for PHP6 to php6*
Uwe Schindler [Tue, 6 Mar 2007 19:47:12 +0000 (19:47 +0000)]
Update function names for PHP6 to php6*

17 years agoinitialize variable
Antony Dovgal [Tue, 6 Mar 2007 19:45:02 +0000 (19:45 +0000)]
initialize variable

17 years agofix tests
Antony Dovgal [Tue, 6 Mar 2007 19:25:46 +0000 (19:25 +0000)]
fix tests

17 years agoremove (large) static buffers for header names and request uri
Uwe Schindler [Tue, 6 Mar 2007 18:15:04 +0000 (18:15 +0000)]
remove (large) static buffers for header names and request uri

17 years agouse slprintf instead of snprintf and remove 0termination things (because slprintf...
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)

17 years agofix AC_TRY_COMPILE usage
Antony Dovgal [Tue, 6 Mar 2007 10:13:37 +0000 (10:13 +0000)]
fix AC_TRY_COMPILE usage

17 years agoChangeLog update
<changelog@php.net> [Tue, 6 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Add missing return value check
Marcus Boerger [Tue, 6 Mar 2007 01:21:36 +0000 (01:21 +0000)]
- Add missing return value check

17 years ago- Revert back to sprintf (we could define snprintf for windows but we don't)
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)

17 years agosnprintf patch
Uwe Schindler [Mon, 5 Mar 2007 16:28:39 +0000 (16:28 +0000)]
snprintf patch

17 years agoRemove bug entry for 35872 as now in 5.2
andy wharmby [Mon, 5 Mar 2007 15:53:09 +0000 (15:53 +0000)]
Remove bug entry for 35872 as now in 5.2

17 years ago- fix ws as requested by derick
Michael Wallner [Mon, 5 Mar 2007 14:10:05 +0000 (14:10 +0000)]
- fix ws as requested by derick

17 years ago- fix bug #40691: add comparison object handler
Michael Wallner [Mon, 5 Mar 2007 14:05:31 +0000 (14:05 +0000)]
- fix bug #40691: add comparison object handler

17 years agoFixed bug #35872 (Prevent object store references during RSHUTDOWN)
andy wharmby [Mon, 5 Mar 2007 12:56:26 +0000 (12:56 +0000)]
Fixed bug #35872 (Prevent object store references during RSHUTDOWN)

17 years agoChangeLog update
<changelog@php.net> [Mon, 5 Mar 2007 01:31:05 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Implement '?:'
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".