]> granicus.if.org Git - php/log
php
18 years ago- MFH Sync vm generation with head
Marcus Boerger [Sun, 21 May 2006 18:00:14 +0000 (18:00 +0000)]
- MFH Sync vm generation with head
- Regenerate vm

18 years agoAdded control character checks for cURL extension's open_basedir/safe_mode
Ilia Alshanetsky [Sun, 21 May 2006 16:31:57 +0000 (16:31 +0000)]
Added control character checks for cURL extension's open_basedir/safe_mode
checks.

18 years agoAdded a note about E_RECOVERABLE_ERROR being a part of E_ALL.
Ilia Alshanetsky [Sun, 21 May 2006 15:50:31 +0000 (15:50 +0000)]
Added a note about E_RECOVERABLE_ERROR being a part of E_ALL.

18 years ago- MFH Handle corrupt base64 data in data: url
Marcus Boerger [Sun, 21 May 2006 13:37:19 +0000 (13:37 +0000)]
- MFH Handle corrupt base64 data in data: url

18 years ago- Update
Marcus Boerger [Sun, 21 May 2006 09:12:34 +0000 (09:12 +0000)]
- Update

18 years ago- MFH Improved error message
Marcus Boerger [Sat, 20 May 2006 21:02:44 +0000 (21:02 +0000)]
- MFH Improved error message

18 years ago- MFH Sync with head fixes part of an issue with iterator_(to_array|count)
Marcus Boerger [Sat, 20 May 2006 21:01:42 +0000 (21:01 +0000)]
- MFH Sync with head fixes part of an issue with iterator_(to_array|count)

18 years agoMFH: attempt to fix OCILobRead2() related problems
Antony Dovgal [Sat, 20 May 2006 13:46:59 +0000 (13:46 +0000)]
MFH: attempt to fix OCILobRead2() related problems

18 years ago- MFH Add new tests
Marcus Boerger [Sat, 20 May 2006 11:35:38 +0000 (11:35 +0000)]
- MFH Add new tests

18 years ago- MFH Use correct version
Marcus Boerger [Sat, 20 May 2006 09:12:28 +0000 (09:12 +0000)]
- MFH Use correct version

18 years ago- MFH Add new tests
Marcus Boerger [Sat, 20 May 2006 09:08:35 +0000 (09:08 +0000)]
- MFH Add new tests

18 years agoFixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).
Dmitry Stogov [Fri, 19 May 2006 15:31:25 +0000 (15:31 +0000)]
Fixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).

18 years ago- Fixed bug #37514 (strtotime doesn't assume year correctly).
Derick Rethans [Fri, 19 May 2006 14:52:30 +0000 (14:52 +0000)]
- Fixed bug #37514 (strtotime doesn't assume year correctly).

18 years ago- nuke compiler warnings
Michael Wallner [Fri, 19 May 2006 14:19:27 +0000 (14:19 +0000)]
- nuke compiler warnings

18 years agofix test
Antony Dovgal [Fri, 19 May 2006 10:57:48 +0000 (10:57 +0000)]
fix test

18 years agoMFH: initialize factory
Antony Dovgal [Fri, 19 May 2006 10:24:05 +0000 (10:24 +0000)]
MFH: initialize factory

18 years agoadd new tests by Ligaya Turmelle
Antony Dovgal [Fri, 19 May 2006 07:44:24 +0000 (07:44 +0000)]
add new tests by Ligaya Turmelle

18 years agoOptimized zend_try/zend_catch macroses (eliminated memcpy())
Dmitry Stogov [Fri, 19 May 2006 06:09:15 +0000 (06:09 +0000)]
Optimized zend_try/zend_catch macroses (eliminated memcpy())

18 years agoFixed bug #37505 (touch() truncates large files).
Ilia Alshanetsky [Fri, 19 May 2006 02:51:00 +0000 (02:51 +0000)]
Fixed bug #37505 (touch() truncates large files).

18 years ago- MFH Add new test
Marcus Boerger [Thu, 18 May 2006 22:52:04 +0000 (22:52 +0000)]
- MFH Add new test

18 years ago- MFH Add new test
Marcus Boerger [Thu, 18 May 2006 22:42:05 +0000 (22:42 +0000)]
- MFH Add new test

18 years ago- MFH Fix bug #37510 session_regenerate_id changes session_id() even on failure
Marcus Boerger [Thu, 18 May 2006 22:12:26 +0000 (22:12 +0000)]
- MFH Fix bug #37510 session_regenerate_id changes session_id() even on failure

18 years ago- MFH Add new test
Marcus Boerger [Thu, 18 May 2006 21:59:05 +0000 (21:59 +0000)]
- MFH Add new test

18 years agoUse heap insted of stack for recursion in hope of avoid stack overflow crashes
Edin Kadribasic [Thu, 18 May 2006 21:50:51 +0000 (21:50 +0000)]
Use heap insted of stack for recursion in hope of avoid stack overflow crashes

18 years ago- You shall not use %v in 5.*
Marcus Boerger [Thu, 18 May 2006 21:48:33 +0000 (21:48 +0000)]
- You shall not use %v in 5.*
# Even though it is there it is only meant for pecl dev to ease their pain

18 years agoGive exe files 8MB stack (same default as on Linux) instead of Windows default 1MB
Edin Kadribasic [Thu, 18 May 2006 21:46:12 +0000 (21:46 +0000)]
Give exe files 8MB stack (same default as on Linux) instead of Windows default 1MB

18 years ago- Update
Marcus Boerger [Thu, 18 May 2006 21:45:38 +0000 (21:45 +0000)]
- Update

18 years ago- MFH Fixed CachingIterator issues with string conversion/__toString()
Marcus Boerger [Thu, 18 May 2006 21:42:58 +0000 (21:42 +0000)]
- MFH Fixed CachingIterator issues with string conversion/__toString()
  Partly by adding new mode TOSTRING_USE_INNER

18 years agothere is no %v in 5.2
Antony Dovgal [Thu, 18 May 2006 21:24:04 +0000 (21:24 +0000)]
there is no %v in 5.2

18 years agoMFH: fix #37487 (oci_fetch_array() array-type should always default to OCI_BOTH)
Antony Dovgal [Thu, 18 May 2006 13:21:08 +0000 (13:21 +0000)]
MFH: fix #37487 (oci_fetch_array() array-type should always default to OCI_BOTH)

18 years agofix tests
Antony Dovgal [Wed, 17 May 2006 20:13:05 +0000 (20:13 +0000)]
fix tests

18 years ago- Fix oversight and drop E_STRICT in 5.x series
Marcus Boerger [Wed, 17 May 2006 19:07:45 +0000 (19:07 +0000)]
- Fix oversight and drop E_STRICT in 5.x series

18 years agoBFN
Rob Richards [Wed, 17 May 2006 16:37:01 +0000 (16:37 +0000)]
BFN

18 years agoadd tests
Rob Richards [Wed, 17 May 2006 16:36:21 +0000 (16:36 +0000)]
add tests

18 years agoSynch from HEAD
Rob Richards [Wed, 17 May 2006 16:35:50 +0000 (16:35 +0000)]
Synch from HEAD
- Fix bug #37456 (DOMElement->setAttribute() loops forever)
- update iterators for engine change merged from HEAD

18 years agochange argument name, it should be "object" not "property"
Antony Dovgal [Wed, 17 May 2006 14:28:21 +0000 (14:28 +0000)]
change argument name, it should be "object" not "property"

18 years agoBug fixing news
Ilia Alshanetsky [Wed, 17 May 2006 13:28:29 +0000 (13:28 +0000)]
Bug fixing news

18 years agoFixed bug #35512 (Lack of read permission on main script results in
Ilia Alshanetsky [Wed, 17 May 2006 13:27:51 +0000 (13:27 +0000)]
Fixed bug #35512 (Lack of read permission on main script results in
E_WARNING rather then E_ERROR).

18 years agofix skip reason
Antony Dovgal [Wed, 17 May 2006 10:12:36 +0000 (10:12 +0000)]
fix skip reason

18 years ago- MFH Proto fix/add
Marcus Boerger [Wed, 17 May 2006 00:07:28 +0000 (00:07 +0000)]
- MFH Proto fix/add

18 years ago- MFH '_' is valid in test blocks
Marcus Boerger [Tue, 16 May 2006 23:05:49 +0000 (23:05 +0000)]
- MFH '_' is valid in test blocks

18 years agofix test
Antony Dovgal [Tue, 16 May 2006 22:59:32 +0000 (22:59 +0000)]
fix test

18 years agoMake filters without a resource throw E_RECOVERABLE_ERROR rather then
Ilia Alshanetsky [Tue, 16 May 2006 14:11:52 +0000 (14:11 +0000)]
Make filters without a resource throw E_RECOVERABLE_ERROR rather then
E_ERROR

18 years agonew mkdir tests
Antony Dovgal [Tue, 16 May 2006 13:06:06 +0000 (13:06 +0000)]
new mkdir tests

18 years agofix #37395 (recursive mkdir() fails to create nonexistent directories in root dir)
Antony Dovgal [Tue, 16 May 2006 13:05:02 +0000 (13:05 +0000)]
fix #37395 (recursive mkdir() fails to create nonexistent directories in root dir)

18 years ago- MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method of Filte...
Marcus Boerger [Tue, 16 May 2006 08:21:08 +0000 (08:21 +0000)]
- MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)

18 years agoDisable realpath cache when open_basedir or safe_mode are enabled on a
Ilia Alshanetsky [Tue, 16 May 2006 00:39:32 +0000 (00:39 +0000)]
Disable realpath cache when open_basedir or safe_mode are enabled on a
per-request basis.

18 years agoAdded test
Dmitry Stogov [Mon, 15 May 2006 16:44:54 +0000 (16:44 +0000)]
Added test

18 years agoMy bad.
Sebastian Bergmann [Mon, 15 May 2006 16:08:18 +0000 (16:08 +0000)]
My bad.

18 years agoFugbix NEWS entries.
Sebastian Bergmann [Mon, 15 May 2006 16:03:41 +0000 (16:03 +0000)]
Fugbix NEWS entries.

18 years agoFugbix typo.
Sebastian Bergmann [Mon, 15 May 2006 16:01:24 +0000 (16:01 +0000)]
Fugbix typo.

18 years ago*** empty log message ***
Dmitry Stogov [Mon, 15 May 2006 15:38:46 +0000 (15:38 +0000)]
*** empty log message ***

18 years agoOptimized require_once/include_once (eliminated fopen() on second usage)
Dmitry Stogov [Mon, 15 May 2006 15:31:27 +0000 (15:31 +0000)]
Optimized require_once/include_once (eliminated fopen() on second usage)

18 years agoOptimized shutdown sequence to iterate only over modified ini directives
Dmitry Stogov [Mon, 15 May 2006 14:52:35 +0000 (14:52 +0000)]
Optimized shutdown sequence to iterate only over modified ini directives

18 years ago- Removed source compatibility with libfcgi
Dmitry Stogov [Mon, 15 May 2006 14:30:31 +0000 (14:30 +0000)]
- Removed source compatibility with libfcgi
- Optimized access to FastCGI environment using HashTable instead of linear search
- Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
- Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers

18 years ago- MFH: Fixed windows compile error.
Derick Rethans [Mon, 15 May 2006 08:54:16 +0000 (08:54 +0000)]
- MFH: Fixed windows compile error.

18 years agoMFH: disable OCILobRead2() support on Win32
Antony Dovgal [Mon, 15 May 2006 08:34:40 +0000 (08:34 +0000)]
MFH: disable OCILobRead2() support on Win32

18 years ago- Update
Marcus Boerger [Sun, 14 May 2006 19:58:04 +0000 (19:58 +0000)]
- Update

18 years ago- Add some update notes
Marcus Boerger [Sun, 14 May 2006 19:23:19 +0000 (19:23 +0000)]
- Add some update notes

18 years ago- We have it now fully RFC compliant
Marcus Boerger [Sun, 14 May 2006 19:20:21 +0000 (19:20 +0000)]
- We have it now fully RFC compliant

18 years ago- MFH No need to have this controlled by allow_url_fopen
Marcus Boerger [Sun, 14 May 2006 19:15:31 +0000 (19:15 +0000)]
- MFH No need to have this controlled by allow_url_fopen

18 years ago- Readd that E_RECOVERABLE_ERROR, dropping it is a bad idea
Marcus Boerger [Sun, 14 May 2006 18:50:02 +0000 (18:50 +0000)]
- Readd that E_RECOVERABLE_ERROR, dropping it is a bad idea

18 years ago- Do not include E_RECOVERABLE_ERROR to the default mode E_ALL
Marcus Boerger [Sun, 14 May 2006 18:45:10 +0000 (18:45 +0000)]
- Do not include E_RECOVERABLE_ERROR to the default mode E_ALL

18 years ago- MFH Add strict compliant RFC2397 support (no //)
Marcus Boerger [Sun, 14 May 2006 18:40:12 +0000 (18:40 +0000)]
- MFH Add strict compliant RFC2397 support (no //)

18 years agoMFH:
Derick Rethans [Sun, 14 May 2006 17:36:05 +0000 (17:36 +0000)]
MFH:
- Implemented Dmitry's const patch.
- Added support for "weekday" as relative item.
- Fixed bug #37368 (Incorrect timestamp returned for strtotime()).

18 years agoMFH: Fixed bug #36630 (umask not reset at the end of the request).
Ilia Alshanetsky [Sun, 14 May 2006 16:06:48 +0000 (16:06 +0000)]
MFH: Fixed bug #36630 (umask not reset at the end of the request).

18 years ago- Update
Marcus Boerger [Sun, 14 May 2006 02:00:04 +0000 (02:00 +0000)]
- Update

18 years ago- Update
Marcus Boerger [Sun, 14 May 2006 01:55:27 +0000 (01:55 +0000)]
- Update

18 years ago- MFH RFC2397 decoding
Marcus Boerger [Sun, 14 May 2006 01:42:03 +0000 (01:42 +0000)]
- MFH RFC2397 decoding

18 years ago- MFH RFC 2397 meta data handling
Marcus Boerger [Sun, 14 May 2006 01:06:09 +0000 (01:06 +0000)]
- MFH RFC 2397 meta data handling

18 years ago- initial commit
Pierre Joye [Sun, 14 May 2006 00:29:08 +0000 (00:29 +0000)]
- initial commit
  Please fill it :)

18 years agoSwitch to a signed int for now. Will look at moving to a long throughout
Rasmus Lerdorf [Sat, 13 May 2006 21:50:28 +0000 (21:50 +0000)]
Switch to a signed int for now.  Will look at moving to a long throughout
the code here.

18 years ago- MFH Initial support for RFC2397
Marcus Boerger [Sat, 13 May 2006 17:58:58 +0000 (17:58 +0000)]
- MFH Initial support for RFC2397

18 years ago- MFH add support for --EXPECTHEADERS--
Marcus Boerger [Sat, 13 May 2006 14:01:58 +0000 (14:01 +0000)]
- MFH add support for --EXPECTHEADERS--

18 years ago- MFH code layout for __toString() use in parameter parsing api
Marcus Boerger [Sat, 13 May 2006 10:37:45 +0000 (10:37 +0000)]
- MFH code layout for __toString() use in parameter parsing api

18 years agoMFH: add doXInclude property to allow processor to perform XIncludes
Rob Richards [Fri, 12 May 2006 18:53:40 +0000 (18:53 +0000)]
MFH: add doXInclude property to allow processor to perform XIncludes

18 years agoDownload pear phar file when making a distribution package
Ilia Alshanetsky [Fri, 12 May 2006 14:54:10 +0000 (14:54 +0000)]
Download pear phar file when making a distribution package

18 years ago- MFH: Tests for BC breaking changes.
Derick Rethans [Fri, 12 May 2006 10:02:31 +0000 (10:02 +0000)]
- MFH: Tests for BC breaking changes.

18 years agoMFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)
Antony Dovgal [Fri, 12 May 2006 09:42:56 +0000 (09:42 +0000)]
MFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)

18 years agoBump version.
Sebastian Bergmann [Fri, 12 May 2006 05:36:09 +0000 (05:36 +0000)]
Bump version.

18 years ago- Missing __toString() pieces
Marcus Boerger [Fri, 12 May 2006 00:21:00 +0000 (00:21 +0000)]
- Missing __toString() pieces

18 years ago- Update
Marcus Boerger [Thu, 11 May 2006 22:58:14 +0000 (22:58 +0000)]
- Update

18 years ago- MFH
Marcus Boerger [Thu, 11 May 2006 22:43:44 +0000 (22:43 +0000)]
- MFH
  . Fix iterator based access
  . Add new attribute ATTR_DEFAULT_FETCH_MODE: $bdh->setAttribute()
  . Add new fetch mode: FETCH_PROPS_LATE, this fills object member
    variables after calling the constructor (fixes #36428).

18 years agono need to destroy the zval here
Antony Dovgal [Thu, 11 May 2006 22:41:37 +0000 (22:41 +0000)]
no need to destroy the zval here

18 years agofix test
Antony Dovgal [Thu, 11 May 2006 22:17:53 +0000 (22:17 +0000)]
fix test

18 years ago- MFH: add new test
Marcus Boerger [Thu, 11 May 2006 22:17:42 +0000 (22:17 +0000)]
- MFH: add new test

18 years agoFixed bug #37306 (max_execution_time = max_input_time)
Dmitry Stogov [Thu, 11 May 2006 22:10:31 +0000 (22:10 +0000)]
Fixed bug #37306 (max_execution_time = max_input_time)

18 years agoFixed bug #37413 (Rejected versions of flex that don't work).
Ilia Alshanetsky [Thu, 11 May 2006 22:04:51 +0000 (22:04 +0000)]
Fixed bug #37413 (Rejected versions of flex that don't work).

18 years agoRemove pecl includes (Steph), except pdo_odbc which will remain broke
Edin Kadribasic [Thu, 11 May 2006 21:43:59 +0000 (21:43 +0000)]
Remove pecl includes (Steph), except pdo_odbc which will remain broke

18 years ago- MFH missing bits and pieces of the partial sync with head
Marcus Boerger [Thu, 11 May 2006 21:07:39 +0000 (21:07 +0000)]
- MFH missing bits and pieces of the partial sync with head
# This time i added:
# ZEND_FE_RESET_VARIABLE
# ZEND_FE_RESET_REFERENCE
# and dapted parser,compiler,executor,interfaces to handle these flags
# their purpose is to be able to pass whetehr foreach is done by ref to
# the current() handler so that it can error out in case it is not capable
# to comply to the requested return signature/protocol/semantics (weyp).

18 years ago- Drop second superflous zval_ptr_dtor in string arg parsing
Marcus Boerger [Thu, 11 May 2006 21:03:14 +0000 (21:03 +0000)]
- Drop second superflous zval_ptr_dtor in string arg parsing

18 years ago- Fix test
Marcus Boerger [Thu, 11 May 2006 21:01:04 +0000 (21:01 +0000)]
- Fix test

18 years agofix test
Antony Dovgal [Thu, 11 May 2006 15:43:28 +0000 (15:43 +0000)]
fix test

18 years agofix segfault when passing objects where strings are expected
Antony Dovgal [Thu, 11 May 2006 15:10:36 +0000 (15:10 +0000)]
fix segfault when passing objects where strings are expected

18 years agofixed all mbstring setting information doesn't return in mb_get_info( ).
Seiji Masugata [Thu, 11 May 2006 14:42:12 +0000 (14:42 +0000)]
fixed all mbstring setting information doesn't return in mb_get_info( ).

18 years agoadd new test
Antony Dovgal [Thu, 11 May 2006 14:18:34 +0000 (14:18 +0000)]
add new test

18 years ago- MFH Add missing ZEND_API declarations
Marcus Boerger [Thu, 11 May 2006 08:11:45 +0000 (08:11 +0000)]
- MFH Add missing ZEND_API declarations

18 years ago- Use of E_RECOVERABLE_ERROR
Marcus Boerger [Thu, 11 May 2006 08:06:22 +0000 (08:06 +0000)]
- Use of E_RECOVERABLE_ERROR

18 years ago- MFH Fix error mode handling
Marcus Boerger [Thu, 11 May 2006 07:56:36 +0000 (07:56 +0000)]
- MFH Fix error mode handling

18 years agoThis spelling mistake finally annoyed me enough to fix it.
Rasmus Lerdorf [Thu, 11 May 2006 03:47:55 +0000 (03:47 +0000)]
This spelling mistake finally annoyed me enough to fix it.