]> granicus.if.org Git - php/log
php
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".

17 years ago- Missed one is-dot check
Marcus Boerger [Sun, 4 Mar 2007 12:13:20 +0000 (12:13 +0000)]
- Missed one is-dot check

17 years ago- Match docu with implementation
Marcus Boerger [Sun, 4 Mar 2007 12:06:55 +0000 (12:06 +0000)]
- Match docu with implementation
- RecursiveFilterIterator::accept() needs to be abstract

17 years ago- Simplify
Marcus Boerger [Sun, 4 Mar 2007 12:02:16 +0000 (12:02 +0000)]
- Simplify

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

17 years ago- And finally use prefix style names for consistency sake
Marcus Boerger [Sun, 4 Mar 2007 00:42:30 +0000 (00:42 +0000)]
- And finally use prefix style names for consistency sake

17 years agoMFB: Check that manifest file exists before trying to embed it
Edin Kadribasic [Sun, 4 Mar 2007 00:41:36 +0000 (00:41 +0000)]
MFB: Check that manifest file exists before trying to embed it

17 years ago- Reverting glob on child logic makes globbing work better with the example
Marcus Boerger [Sun, 4 Mar 2007 00:36:08 +0000 (00:36 +0000)]
- Reverting glob on child logic makes globbing work better with the example
  code

17 years ago- Fix a minor issue with glob support - forgot to set length of string
Marcus Boerger [Sun, 4 Mar 2007 00:23:07 +0000 (00:23 +0000)]
- Fix a minor issue with glob support - forgot to set length of string
- Add ability to not use glob on subdirs

17 years ago- Missed to add [ to meta char check
Marcus Boerger [Sat, 3 Mar 2007 23:56:43 +0000 (23:56 +0000)]
- Missed to add [ to meta char check

17 years ago- Glob might require us to refetch the path for every entry
Marcus Boerger [Sat, 3 Mar 2007 23:41:43 +0000 (23:41 +0000)]
- Glob might require us to refetch the path for every entry

17 years ago- Allow to retrieve flags with php_glob_stream_get_count()
Marcus Boerger [Sat, 3 Mar 2007 23:41:10 +0000 (23:41 +0000)]
- Allow to retrieve flags with php_glob_stream_get_count()
- Detect meta chars in pathand switch to append mode so that path can
  actually changes for each entry

17 years ago- Add DirectoryIterator::count()
Marcus Boerger [Sat, 3 Mar 2007 23:07:33 +0000 (23:07 +0000)]
- Add DirectoryIterator::count()

17 years ago- Allow to get number of entries of a glob stream
Marcus Boerger [Sat, 3 Mar 2007 23:04:57 +0000 (23:04 +0000)]
- Allow to get number of entries of a glob stream

17 years ago- One more tab to go
Marcus Boerger [Sat, 3 Mar 2007 22:30:07 +0000 (22:30 +0000)]
- One more tab to go

17 years ago- Change to hex to help read-/maintainability
Marcus Boerger [Sat, 3 Mar 2007 22:28:21 +0000 (22:28 +0000)]
- Change to hex to help read-/maintainability

17 years ago- Add glob support for DirectoryIterator
Marcus Boerger [Sat, 3 Mar 2007 21:41:56 +0000 (21:41 +0000)]
- Add glob support for DirectoryIterator

17 years ago- Add glob stream to win build
Marcus Boerger [Sat, 3 Mar 2007 21:40:23 +0000 (21:40 +0000)]
- Add glob stream to win build

17 years ago- Provide access to pattern used in glob
Marcus Boerger [Sat, 3 Mar 2007 21:38:25 +0000 (21:38 +0000)]
- Provide access to pattern used in glob

17 years ago- php_stream_is() requires php_glob_stream_ops to be public
Marcus Boerger [Sat, 3 Mar 2007 20:56:45 +0000 (20:56 +0000)]
- php_stream_is() requires php_glob_stream_ops to be public
- little bit of additional whitespace

17 years ago- Add glob stream wrapper
Marcus Boerger [Sat, 3 Mar 2007 20:41:12 +0000 (20:41 +0000)]
- Add glob stream wrapper

17 years ago- Fix realpath() logic
Marcus Boerger [Sat, 3 Mar 2007 19:07:51 +0000 (19:07 +0000)]
- Fix realpath() logic

17 years ago-A stream wrapper might only allow directory access
Marcus Boerger [Sat, 3 Mar 2007 18:59:53 +0000 (18:59 +0000)]
-A stream wrapper might only allow directory access

17 years ago- SplFileInfo::getRealPath() is not always present
Marcus Boerger [Sat, 3 Mar 2007 14:51:40 +0000 (14:51 +0000)]
- SplFileInfo::getRealPath() is not always present

17 years ago# This block got lost somehow
Marcus Boerger [Sat, 3 Mar 2007 14:46:44 +0000 (14:46 +0000)]
# This block got lost somehow

17 years ago- [DOC] Add SplInfo::getBasename(), DirectoryIterator::getBasename()
Marcus Boerger [Sat, 3 Mar 2007 14:37:17 +0000 (14:37 +0000)]
- [DOC] Add SplInfo::getBasename(), DirectoryIterator::getBasename()

17 years ago- Catch empty class name error earlier
Marcus Boerger [Sat, 3 Mar 2007 13:46:19 +0000 (13:46 +0000)]
- Catch empty class name error earlier

17 years ago- Fix old behaviour, ob_list_handlers() should always return an array
Johannes Schlüter [Sat, 3 Mar 2007 10:27:04 +0000 (10:27 +0000)]
- Fix old behaviour, ob_list_handlers() should always return an array

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

17 years agolimit nesting level of input variables
Stanislav Malyshev [Fri, 2 Mar 2007 22:04:46 +0000 (22:04 +0000)]
limit nesting level of input variables

17 years agoMFB
Nuno Lopes [Fri, 2 Mar 2007 18:54:41 +0000 (18:54 +0000)]
MFB

17 years agoMFB
Nuno Lopes [Fri, 2 Mar 2007 18:46:16 +0000 (18:46 +0000)]
MFB
#Pierre: libgd isn't affected. this problem was caused by the recent conversion to strlcpy()

17 years agomask resource numbers
Antony Dovgal [Fri, 2 Mar 2007 09:12:13 +0000 (09:12 +0000)]
mask resource numbers

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

17 years agonew tests by Chris and me
Antony Dovgal [Thu, 1 Mar 2007 23:28:51 +0000 (23:28 +0000)]
new tests by Chris and me

17 years agoMFB: allocate and define descriptors dynamically
Antony Dovgal [Thu, 1 Mar 2007 23:28:13 +0000 (23:28 +0000)]
MFB: allocate and define descriptors dynamically

17 years agoMFB
Nuno Lopes [Thu, 1 Mar 2007 18:41:45 +0000 (18:41 +0000)]
MFB

17 years agofix iconv cross-compilation
Antony Dovgal [Thu, 1 Mar 2007 11:29:34 +0000 (11:29 +0000)]
fix iconv cross-compilation

17 years agofix #40678 (Cross compilation fails)
Antony Dovgal [Thu, 1 Mar 2007 11:23:07 +0000 (11:23 +0000)]
fix #40678 (Cross compilation fails)

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

17 years agoTypo
Hannes Magnusson [Wed, 28 Feb 2007 10:46:16 +0000 (10:46 +0000)]
Typo

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

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

17 years ago- Add missing access check
Marcus Boerger [Mon, 26 Feb 2007 22:46:13 +0000 (22:46 +0000)]
- Add missing access check

17 years ago- Add SplFileInfo::getLinkTarget
Marcus Boerger [Mon, 26 Feb 2007 22:32:57 +0000 (22:32 +0000)]
- Add SplFileInfo::getLinkTarget
- Add SplFileInfo::getRealPath

17 years agonuke dead code
Antony Dovgal [Mon, 26 Feb 2007 21:53:48 +0000 (21:53 +0000)]
nuke dead code

17 years agosimplify disk_*_space() functions sources by moving ifdef'ed implementations into...
Antony Dovgal [Mon, 26 Feb 2007 20:35:41 +0000 (20:35 +0000)]
simplify disk_*_space() functions sources by moving ifdef'ed implementations into separate functions

17 years agoFixed tests
Dmitry Stogov [Mon, 26 Feb 2007 16:20:14 +0000 (16:20 +0000)]
Fixed tests

17 years agoremind about 'make test'
Antony Dovgal [Mon, 26 Feb 2007 14:51:26 +0000 (14:51 +0000)]
remind about 'make test'

17 years agofix folding
Antony Dovgal [Mon, 26 Feb 2007 14:11:14 +0000 (14:11 +0000)]
fix folding

17 years agofix win build
Rob Richards [Mon, 26 Feb 2007 12:37:57 +0000 (12:37 +0000)]
fix win build

17 years agofix CS/WS
Antony Dovgal [Mon, 26 Feb 2007 11:55:32 +0000 (11:55 +0000)]
fix CS/WS

17 years agoMFB: use zend_spprintf()
Antony Dovgal [Mon, 26 Feb 2007 11:43:28 +0000 (11:43 +0000)]
MFB: use zend_spprintf()

17 years agoZTS fix
Dmitry Stogov [Mon, 26 Feb 2007 10:22:44 +0000 (10:22 +0000)]
ZTS fix

17 years agonew test
Antony Dovgal [Mon, 26 Feb 2007 09:57:54 +0000 (09:57 +0000)]
new test

17 years agopoll() is not affected by FD_SETSIZE (Tony)
Dmitry Stogov [Mon, 26 Feb 2007 09:39:08 +0000 (09:39 +0000)]
poll() is not affected by FD_SETSIZE (Tony)

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

17 years agodo not allow db without fields
Antony Dovgal [Sun, 25 Feb 2007 23:16:32 +0000 (23:16 +0000)]
do not allow db without fields
fix test

17 years agozerofill socket structs
Antony Dovgal [Sun, 25 Feb 2007 22:58:57 +0000 (22:58 +0000)]
zerofill socket structs

17 years agoMFB: update pcre symbol list
Nuno Lopes [Sun, 25 Feb 2007 18:48:19 +0000 (18:48 +0000)]
MFB: update pcre symbol list

17 years agoFixed bug #40591 (list()="string"; gives invalid opcode)
Dmitry Stogov [Sun, 25 Feb 2007 16:12:18 +0000 (16:12 +0000)]
Fixed bug #40591 (list()="string"; gives invalid opcode)

17 years agoFixed bug #40609 (Segfaults when using more than one SoapVar in a request). (Rob...
Dmitry Stogov [Sun, 25 Feb 2007 13:24:25 +0000 (13:24 +0000)]
Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). (Rob, Dmitry)

17 years ago- Readability
Marcus Boerger [Sun, 25 Feb 2007 13:09:07 +0000 (13:09 +0000)]
- Readability

17 years ago- MFB: sync with libgd.org, patch from Kees Cook
Pierre Joye [Sun, 25 Feb 2007 02:56:03 +0000 (02:56 +0000)]
- MFB: sync with libgd.org, patch from Kees Cook

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

17 years agofix #40621 (Crash when constructor called inappropriately (statically))
Antony Dovgal [Sat, 24 Feb 2007 21:29:22 +0000 (21:29 +0000)]
fix #40621 (Crash when constructor called inappropriately (statically))

17 years ago- MFB: Fixed snprintf() usage
Pierre Joye [Sat, 24 Feb 2007 19:09:18 +0000 (19:09 +0000)]
- MFB: Fixed snprintf() usage

17 years ago- merge from pecl: Force binary mode on windows
Pierre Joye [Sat, 24 Feb 2007 18:59:37 +0000 (18:59 +0000)]
- merge from pecl: Force binary mode on windows

17 years ago- MFB: free temp buffer
Pierre Joye [Sat, 24 Feb 2007 18:50:53 +0000 (18:50 +0000)]
- MFB: free temp buffer

17 years ago- MFB Synch
Marcus Boerger [Sat, 24 Feb 2007 18:37:46 +0000 (18:37 +0000)]
- MFB Synch

17 years ago- Make [v]s[nl]printf compatible with 5.2 versions and [v]spprintf of head
Marcus Boerger [Sat, 24 Feb 2007 18:33:03 +0000 (18:33 +0000)]
- Make [v]s[nl]printf compatible with 5.2 versions and [v]spprintf of head

17 years ago- Add [v]slprintf
Marcus Boerger [Sat, 24 Feb 2007 18:24:06 +0000 (18:24 +0000)]
- Add [v]slprintf

17 years ago- avoid sprintf
Marcus Boerger [Sat, 24 Feb 2007 16:25:58 +0000 (16:25 +0000)]
- avoid sprintf

17 years agoUse poll() instead of select() if available
Dmitry Stogov [Sat, 24 Feb 2007 11:21:10 +0000 (11:21 +0000)]
Use poll() instead of select() if available

17 years ago- Provide dedicated hex function for digests
Marcus Boerger [Sat, 24 Feb 2007 02:08:08 +0000 (02:08 +0000)]
- Provide dedicated hex function for digests

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

17 years agoAdd retry for interrupted reads and graceful handling for failed retries
Sara Golemon [Fri, 23 Feb 2007 23:08:40 +0000 (23:08 +0000)]
Add retry for interrupted reads and graceful handling for failed retries

17 years agofix leak
Antony Dovgal [Fri, 23 Feb 2007 20:50:17 +0000 (20:50 +0000)]
fix leak
no need to allocate the buffer if there was no data

17 years agofix #40606 (umask is not being restored when request is finished)
Antony Dovgal [Fri, 23 Feb 2007 16:21:31 +0000 (16:21 +0000)]
fix #40606 (umask is not being restored when request is finished)

17 years agofix bug #40598 (libxml segfault)
Rob Richards [Fri, 23 Feb 2007 11:13:42 +0000 (11:13 +0000)]
fix bug #40598 (libxml segfault)
mark more functions unicode safe

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

17 years ago- MFB: #40578, fix the 2nd race condition on shutdown when the cache is
Pierre Joye [Fri, 23 Feb 2007 01:02:57 +0000 (01:02 +0000)]
- MFB: #40578, fix the 2nd race condition on shutdown when the cache is
  freed

17 years agocheck for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)
Antony Dovgal [Thu, 22 Feb 2007 23:40:25 +0000 (23:40 +0000)]
check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented)
patch by stas at FreeBSD dot org

17 years ago- Fix logic
Marcus Boerger [Thu, 22 Feb 2007 23:25:36 +0000 (23:25 +0000)]
- Fix logic

17 years agoMFB
Nuno Lopes [Thu, 22 Feb 2007 11:49:23 +0000 (11:49 +0000)]
MFB

17 years agocheck for NULL, then add flag
Antony Dovgal [Thu, 22 Feb 2007 10:06:02 +0000 (10:06 +0000)]
check for NULL, then add flag

17 years agoFixed possible crash in putenv() on win32
Dmitry Stogov [Thu, 22 Feb 2007 08:23:44 +0000 (08:23 +0000)]
Fixed possible crash in putenv() on win32

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

17 years agominor improvements
Antony Dovgal [Wed, 21 Feb 2007 22:08:00 +0000 (22:08 +0000)]
minor improvements

17 years agoimplement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper
Antony Dovgal [Wed, 21 Feb 2007 21:56:45 +0000 (21:56 +0000)]
implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper

17 years agouse snprintf
Stanislav Malyshev [Wed, 21 Feb 2007 21:11:32 +0000 (21:11 +0000)]
use snprintf

17 years agofix test on FreeBSD
Antony Dovgal [Wed, 21 Feb 2007 19:57:08 +0000 (19:57 +0000)]
fix test on FreeBSD

17 years agofix tests
Antony Dovgal [Wed, 21 Feb 2007 19:53:48 +0000 (19:53 +0000)]
fix tests

17 years agoadd test
Antony Dovgal [Wed, 21 Feb 2007 19:37:05 +0000 (19:37 +0000)]
add test

17 years agofix test
Antony Dovgal [Wed, 21 Feb 2007 19:27:30 +0000 (19:27 +0000)]
fix test