]> granicus.if.org Git - php/log
php
18 years ago- Fix error message in unicode mode
Marcus Boerger [Thu, 18 May 2006 21:14:40 +0000 (21:14 +0000)]
- Fix error message in unicode mode

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

18 years agoChangeLog update
<changelog@php.net> [Thu, 18 May 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update

18 years agoadd test
Rob Richards [Wed, 17 May 2006 16:32:35 +0000 (16:32 +0000)]
add test

18 years agoFix bug #37456 (DOMElement->setAttribute() loops forever)
Rob Richards [Wed, 17 May 2006 16:32:04 +0000 (16:32 +0000)]
Fix bug #37456 (DOMElement->setAttribute() loops forever)

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

18 years agoFixed bug #35512 (Lack of read permission on main script results in
Ilia Alshanetsky [Wed, 17 May 2006 13:28:20 +0000 (13:28 +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:44 +0000 (10:12 +0000)]
fix skip reason

18 years agoChangeLog update
<changelog@php.net> [Wed, 17 May 2006 05:31:49 +0000 (05:31 +0000)]
ChangeLog update

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

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

18 years agoMFB: Make filters without a resource throw E_RECOVERABLE_ERROR rather then
Ilia Alshanetsky [Tue, 16 May 2006 14:12:52 +0000 (14:12 +0000)]
MFB: 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:07:07 +0000 (13:07 +0000)]
new mkdir tests

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

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

18 years agoChangeLog update
<changelog@php.net> [Tue, 16 May 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB: Disable realpath cache when open_basedir or safe_mode are enabled on a
Ilia Alshanetsky [Tue, 16 May 2006 00:40:36 +0000 (00:40 +0000)]
MFB: 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:30:37 +0000 (16:30 +0000)]
Added test

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

18 years agoOptimized request shutdown sequence to iterate only over modified ini directives
Dmitry Stogov [Mon, 15 May 2006 14:53:47 +0000 (14:53 +0000)]
Optimized request 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:50 +0000 (14:30 +0000)]
- Removed source compatibility with libfcgi
- Optimized access to FastCGI environment using HashTable instead of linear sear
ch
- Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
- Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers

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

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

18 years agoChangeLog update
<changelog@php.net> [Mon, 15 May 2006 05:31:56 +0000 (05:31 +0000)]
ChangeLog update

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

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

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

18 years ago- add tests to the package
Pierre Joye [Sun, 14 May 2006 15:51:04 +0000 (15:51 +0000)]
- add tests to the package

18 years ago- NULL is returned when a variable is not false, FALSE when the validation
Pierre Joye [Sun, 14 May 2006 13:54:10 +0000 (13:54 +0000)]
- NULL is returned when a variable is not false, FALSE when the validation
  failed
- add tests for input_get_args

18 years ago- add test for INT
Pierre Joye [Sun, 14 May 2006 13:12:57 +0000 (13:12 +0000)]
- add test for INT

18 years ago- trim spaces before parsing floats or integers
Pierre Joye [Sun, 14 May 2006 13:10:10 +0000 (13:10 +0000)]
- trim spaces before parsing floats or integers

18 years agoChangeLog update
<changelog@php.net> [Sun, 14 May 2006 05:31:55 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- changelog
Pierre Joye [Sun, 14 May 2006 01:58:51 +0000 (01:58 +0000)]
- changelog

18 years ago- add var_name##_len to FETCH_STRING_OPTION
Pierre Joye [Sun, 14 May 2006 01:47:40 +0000 (01:47 +0000)]
- add var_name##_len to FETCH_STRING_OPTION
- add tests for float (031)
- fix name for IPv6 test

18 years ago- RFC2397 add decoding
Marcus Boerger [Sun, 14 May 2006 01:39:24 +0000 (01:39 +0000)]
- RFC2397 add decoding
# done (need to decide whether all examples shouldl work or specs are
# followed)

18 years ago- Enforce stream mode correct
Marcus Boerger [Sun, 14 May 2006 01:03:42 +0000 (01:03 +0000)]
- Enforce stream mode correct

18 years ago- Change to use dedicated stream ops
Marcus Boerger [Sun, 14 May 2006 00:45:27 +0000 (00:45 +0000)]
- Change to use dedicated stream ops

18 years ago- RFC 2397 meta data handling
Marcus Boerger [Sun, 14 May 2006 00:40:53 +0000 (00:40 +0000)]
- RFC 2397 meta data handling

18 years agoWe might want to consider moving this to a long throughout the sapi code,
Rasmus Lerdorf [Sat, 13 May 2006 21:48:14 +0000 (21:48 +0000)]
We might want to consider moving this to a long throughout the sapi code,
but for now switch to a signed int.

18 years ago- Initial RFC2397 support
Marcus Boerger [Sat, 13 May 2006 17:53:01 +0000 (17:53 +0000)]
- Initial RFC2397 support
# decoding is missing right now

18 years ago- use php/pcre in email
Pierre Joye [Sat, 13 May 2006 15:57:46 +0000 (15:57 +0000)]
- use php/pcre in email
- return code can be 0

18 years ago- Add support for --EXPECTHEADERS--
Marcus Boerger [Sat, 13 May 2006 14:01:19 +0000 (14:01 +0000)]
- Add support for --EXPECTHEADERS--
- MFB cgi specific stuff

18 years ago- Support __tostring() in argument parsing
Marcus Boerger [Sat, 13 May 2006 10:18:12 +0000 (10:18 +0000)]
- Support __tostring() in argument parsing

18 years agoChangeLog update
<changelog@php.net> [Sat, 13 May 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- entry for ipv6
Pierre Joye [Sat, 13 May 2006 02:44:56 +0000 (02:44 +0000)]
- entry for ipv6

18 years ago- add IPv6 basic support
Pierre Joye [Sat, 13 May 2006 02:43:44 +0000 (02:43 +0000)]
- add IPv6 basic support
  unicast, multicast or other local loop will come after 0.10.0
  test 014 fails:
  "Notice: Object of class stdClass to string conversion" is now
  "Catchable fatal error: Object of class stdClass could not be converted
  to IS_STRING", to verify ...

18 years ago- add SCALAR/ARRAY doc
Pierre Joye [Sat, 13 May 2006 01:30:02 +0000 (01:30 +0000)]
- add SCALAR/ARRAY doc

18 years agoadd doXInclude property to allow processor to perform XIncludes
Rob Richards [Fri, 12 May 2006 18:52:11 +0000 (18:52 +0000)]
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:16 +0000 (14:54 +0000)]
Download pear phar file when making a distribution package

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

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

18 years agoChangeLog update
<changelog@php.net> [Fri, 12 May 2006 05:31:59 +0000 (05:31 +0000)]
ChangeLog update

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

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

18 years agoMFB: Remove pecl includes (Steph), except pdo_odbc which will remain broke
Edin Kadribasic [Thu, 11 May 2006 21:48:57 +0000 (21:48 +0000)]
MFB: Remove pecl includes (Steph), except pdo_odbc which will remain broke

18 years ago- Drop a few superflous if conditions (now the generated file)
Marcus Boerger [Thu, 11 May 2006 21:12:27 +0000 (21:12 +0000)]
- Drop a few superflous if conditions (now the generated file)

18 years ago- Drop a few superflous if conditions
Marcus Boerger [Thu, 11 May 2006 21:11:54 +0000 (21:11 +0000)]
- Drop a few superflous if conditions

18 years ago- Fix build
Marcus Boerger [Thu, 11 May 2006 20:10:29 +0000 (20:10 +0000)]
- Fix build

18 years agoAdjust API for scanning INI files as UTF-8.
Andrei Zmievski [Thu, 11 May 2006 18:22:09 +0000 (18:22 +0000)]
Adjust API for scanning INI files as UTF-8.

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

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

18 years agoChangeLog update
<changelog@php.net> [Thu, 11 May 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB
Rasmus Lerdorf [Thu, 11 May 2006 03:49:12 +0000 (03:49 +0000)]
MFB

18 years ago- JIT entry
Pierre Joye [Thu, 11 May 2006 00:13:16 +0000 (00:13 +0000)]
- JIT entry
- next release will be 0.10.0

18 years agoWS fix
Rasmus Lerdorf [Wed, 10 May 2006 23:10:55 +0000 (23:10 +0000)]
WS fix

18 years agoauto_globals_jit support for ext/filter
Rasmus Lerdorf [Wed, 10 May 2006 23:09:03 +0000 (23:09 +0000)]
auto_globals_jit support for ext/filter

18 years ago- Fix tests
Marcus Boerger [Wed, 10 May 2006 22:50:48 +0000 (22:50 +0000)]
- Fix tests

18 years agoMFB input filter hook for getenv()
Rasmus Lerdorf [Wed, 10 May 2006 21:25:01 +0000 (21:25 +0000)]
MFB input filter hook for getenv()

18 years agoMFB filter defines
Rasmus Lerdorf [Wed, 10 May 2006 21:23:46 +0000 (21:23 +0000)]
MFB filter defines

18 years ago- Fix tests
Marcus Boerger [Wed, 10 May 2006 21:12:31 +0000 (21:12 +0000)]
- Fix tests

18 years ago- Enforece rule of disallowing throw in __toString()
Marcus Boerger [Wed, 10 May 2006 21:11:48 +0000 (21:11 +0000)]
- Enforece rule of disallowing throw in __toString()

18 years ago- s/RegExIterator/RegexIterator/
Marcus Boerger [Wed, 10 May 2006 21:09:31 +0000 (21:09 +0000)]
- s/RegExIterator/RegexIterator/

18 years ago- MFB missing initialization
Marcus Boerger [Wed, 10 May 2006 21:04:40 +0000 (21:04 +0000)]
- MFB missing initialization

18 years ago- CS
Marcus Boerger [Wed, 10 May 2006 21:03:34 +0000 (21:03 +0000)]
- CS

18 years agofix compiler warnings
Rob Richards [Wed, 10 May 2006 19:34:47 +0000 (19:34 +0000)]
fix compiler warnings

18 years agoMFB
Andrei Zmievski [Wed, 10 May 2006 16:51:18 +0000 (16:51 +0000)]
MFB

18 years agoMFB: Fixed bug #37394 (substr_compare() returns an error when offset equals
Ilia Alshanetsky [Wed, 10 May 2006 13:07:56 +0000 (13:07 +0000)]
MFB: Fixed bug #37394 (substr_compare() returns an error when offset equals
string length).

18 years agoMFB
Andrey Hristov [Wed, 10 May 2006 12:29:09 +0000 (12:29 +0000)]
MFB

18 years ago- revert back to using internal buffer
Rob Richards [Wed, 10 May 2006 11:58:56 +0000 (11:58 +0000)]
- revert back to using internal buffer
  origional string may be modified during parse causing possible crash

18 years agofix #37392 (Unnecessary call to OCITransRollback() at the end of request)
Antony Dovgal [Wed, 10 May 2006 10:06:57 +0000 (10:06 +0000)]
fix #37392 (Unnecessary call to OCITransRollback() at the end of request)

18 years agoChangeLog update
<changelog@php.net> [Wed, 10 May 2006 05:31:56 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- WS
Marcus Boerger [Tue, 9 May 2006 22:15:16 +0000 (22:15 +0000)]
- WS

18 years ago- Methods have flags
Marcus Boerger [Tue, 9 May 2006 22:12:50 +0000 (22:12 +0000)]
- Methods have flags

18 years ago- zend_spprintf() is actually used elsewhere in the engine
Marcus Boerger [Tue, 9 May 2006 22:09:49 +0000 (22:09 +0000)]
- zend_spprintf() is actually used elsewhere in the engine

18 years agoMFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).
Ilia Alshanetsky [Tue, 9 May 2006 22:00:36 +0000 (22:00 +0000)]
MFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).

18 years ago- MFB WS/CS, zend_spprintf() must not be exported
Marcus Boerger [Tue, 9 May 2006 21:30:11 +0000 (21:30 +0000)]
- MFB WS/CS, zend_spprintf() must not be exported

18 years ago- MFB Missing check
Marcus Boerger [Tue, 9 May 2006 21:28:47 +0000 (21:28 +0000)]
- MFB Missing check

18 years ago- MFB: WS
Marcus Boerger [Tue, 9 May 2006 21:26:39 +0000 (21:26 +0000)]
- MFB: WS

18 years agoAdd pcre_last_error() and backtrack/recursion limit settings.
Andrei Zmievski [Tue, 9 May 2006 18:28:11 +0000 (18:28 +0000)]
Add pcre_last_error() and backtrack/recursion limit settings.

18 years agoAdd char_enum_types().
Andrei Zmievski [Tue, 9 May 2006 18:21:27 +0000 (18:21 +0000)]
Add char_enum_types().

18 years agomerge from 5.2
Georg Richter [Tue, 9 May 2006 13:53:39 +0000 (13:53 +0000)]
merge from 5.2

18 years agoMerge from 5.2
Georg Richter [Tue, 9 May 2006 11:27:20 +0000 (11:27 +0000)]
Merge from 5.2

18 years ago- #7586 (pecl), filter is not reseted between element
Pierre Joye [Tue, 9 May 2006 11:14:43 +0000 (11:14 +0000)]
- #7586 (pecl), filter is not reseted between element

18 years ago- one line inline doc
Pierre Joye [Tue, 9 May 2006 10:24:09 +0000 (10:24 +0000)]
- one line inline doc

18 years agoChangeLog update
<changelog@php.net> [Tue, 9 May 2006 05:31:48 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- fix logic, scalar is the default
Pierre Joye [Tue, 9 May 2006 00:46:31 +0000 (00:46 +0000)]
- fix logic, scalar is the default

18 years ago- remove unused arg and use the right one
Pierre Joye [Tue, 9 May 2006 00:29:30 +0000 (00:29 +0000)]
- remove unused arg and use the right one

18 years agoFix and adjust.
Andrei Zmievski [Tue, 9 May 2006 00:15:45 +0000 (00:15 +0000)]
Fix and adjust.

18 years agoAdd char_enum_names().
Andrei Zmievski [Tue, 9 May 2006 00:06:08 +0000 (00:06 +0000)]
Add char_enum_names().

18 years agoBeen a long day..
Andrei Zmievski [Mon, 8 May 2006 23:01:20 +0000 (23:01 +0000)]
Been a long day..