]> granicus.if.org Git - php/log
php
19 years agoInitial implementation of oci_bind_array_by_name()
Antony Dovgal [Tue, 22 Nov 2005 16:30:36 +0000 (16:30 +0000)]
Initial implementation of oci_bind_array_by_name()

At the moment we support only these types:
SQLT_NUM, SQLT_INT, SQLT_LNG - integer/long
SQLT_FLT - float
SQLT_AFC, SQLT_CHR, SQLT_VCS, SQLT_AVC, SQLT_STR, SQLT_LVC - char/varchar
SQLT_ODT - date

More supported types may follow.

19 years ago- avoid segvs
Michael Wallner [Tue, 22 Nov 2005 12:24:25 +0000 (12:24 +0000)]
- avoid segvs

19 years agoChangeLog update
<changelog@php.net> [Tue, 22 Nov 2005 06:48:55 +0000 (06:48 +0000)]
ChangeLog update

19 years agoMFB51: Fixed command error in ftp:// wrapper.
Ilia Alshanetsky [Tue, 22 Nov 2005 03:01:59 +0000 (03:01 +0000)]
MFB51: Fixed command error in ftp:// wrapper.

19 years ago- MF51: fix make install
Michael Wallner [Tue, 22 Nov 2005 00:51:24 +0000 (00:51 +0000)]
- MF51: fix make install

19 years ago/Gz and /RTC1 is for debug builds
Frank M. Kromann [Tue, 22 Nov 2005 00:29:30 +0000 (00:29 +0000)]
/Gz and /RTC1 is for debug builds

19 years ago- Fixed header installing under phpize builds
foobar [Mon, 21 Nov 2005 23:07:36 +0000 (23:07 +0000)]
- Fixed header installing under phpize builds

19 years ago- fix a couple of warnings
Michael Wallner [Mon, 21 Nov 2005 15:09:58 +0000 (15:09 +0000)]
- fix a couple of warnings
- export php_hash_fetch_ops() and php_hash_register_ops()

19 years agoFixed "getParameters" method
Dmitry Stogov [Mon, 21 Nov 2005 10:57:28 +0000 (10:57 +0000)]
Fixed "getParameters" method

19 years agoChangeLog update
<changelog@php.net> [Mon, 21 Nov 2005 06:46:10 +0000 (06:46 +0000)]
ChangeLog update

19 years agoFix double-final potentially causing double-free
Sara Golemon [Mon, 21 Nov 2005 06:05:37 +0000 (06:05 +0000)]
Fix double-final potentially causing double-free

19 years ago- MF51: Fixed bug #35143 (gettimeofday() ignores current time zone).
Derick Rethans [Sun, 20 Nov 2005 20:31:49 +0000 (20:31 +0000)]
- MF51: Fixed bug #35143 (gettimeofday() ignores current time zone).
- MF51: Fixed tests due to class constants patch.

19 years agoAdd HAVAL algorithm
Sara Golemon [Sun, 20 Nov 2005 20:14:22 +0000 (20:14 +0000)]
Add HAVAL algorithm
Bit widths: 128, 160, 192, 224, 256
Passes: 3, 4, 5

19 years agoMFB51: Fixed bug #35303 (PDO prepare() crashes with invalid parameters).
Ilia Alshanetsky [Sun, 20 Nov 2005 20:07:38 +0000 (20:07 +0000)]
MFB51: Fixed bug #35303 (PDO prepare() crashes with invalid parameters).

19 years ago- Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on Linux)
foobar [Sun, 20 Nov 2005 18:06:09 +0000 (18:06 +0000)]
- Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on Linux)

19 years agoMFB: Use /RTC1 instead of /GZ for MS VisualStudio 2005.
Sebastian Bergmann [Sun, 20 Nov 2005 17:03:58 +0000 (17:03 +0000)]
MFB: Use /RTC1 instead of /GZ for MS VisualStudio 2005.

19 years ago- Fix SPL class listing for phpinfo in unicode mode
Johannes Schlüter [Sun, 20 Nov 2005 15:21:23 +0000 (15:21 +0000)]
- Fix SPL class listing for phpinfo in unicode mode

19 years ago- Extend SimpleXmlElement::__construct() with two parameters
Marcus Boerger [Sun, 20 Nov 2005 13:03:15 +0000 (13:03 +0000)]
- Extend SimpleXmlElement::__construct() with two parameters
  . int options: pass options to 2.6.0+ parsing functions
  . bool data_is_url: whether first parameter is a url rather then xml data
- Fix parameter parsing

19 years ago- Do locking in lib rather then on streams
Marcus Boerger [Sun, 20 Nov 2005 12:39:04 +0000 (12:39 +0000)]
- Do locking in lib rather then on streams

19 years agoChangeLog update
<changelog@php.net> [Sun, 20 Nov 2005 06:48:39 +0000 (06:48 +0000)]
ChangeLog update

19 years ago*** empty log message ***
Andrei Zmievski [Sun, 20 Nov 2005 02:27:49 +0000 (02:27 +0000)]
*** empty log message ***

19 years agoAdd hmac-md5 test file to package.xml
Sara Golemon [Sat, 19 Nov 2005 23:16:56 +0000 (23:16 +0000)]
Add hmac-md5 test file to package.xml

19 years agoPHP-5.1 compatibility
Michael Wallner [Sat, 19 Nov 2005 21:41:08 +0000 (21:41 +0000)]
PHP-5.1 compatibility

19 years agofix PECL bug #5986 (connections use case sensitive hashed details)
Antony Dovgal [Sat, 19 Nov 2005 21:36:06 +0000 (21:36 +0000)]
fix PECL bug #5986 (connections use case sensitive hashed details)

19 years agoAdd streams based incremental hashing updaters
Sara Golemon [Sat, 19 Nov 2005 21:09:40 +0000 (21:09 +0000)]
Add streams based incremental hashing updaters

19 years agoExpose registered hashing algos
Sara Golemon [Sat, 19 Nov 2005 20:13:08 +0000 (20:13 +0000)]
Expose registered hashing algos

19 years ago- Fix bug #35295 typo in config.m4 for reflection extension
Marcus Boerger [Sat, 19 Nov 2005 17:47:22 +0000 (17:47 +0000)]
- Fix bug #35295 typo in config.m4 for reflection extension

19 years agofix #35293 (PDO segfaults when using persistent connections)
Antony Dovgal [Sat, 19 Nov 2005 16:39:47 +0000 (16:39 +0000)]
fix #35293 (PDO segfaults when using persistent connections)

19 years agoNOTE: Things that are fixed in version released year(s) before this one
foobar [Sat, 19 Nov 2005 11:41:26 +0000 (11:41 +0000)]
NOTE: Things that are fixed in version released year(s) before this one
really don't need any NEWS entries. People kinda expect the stuff being
fixed in the future version..:)

19 years ago- fix PCRE_INCDIR for external libpcre
Michael Wallner [Sat, 19 Nov 2005 10:30:52 +0000 (10:30 +0000)]
- fix PCRE_INCDIR for external libpcre

19 years ago- Fixed Bug #35286 tokenizer ext drops final comment (by greg)
Marcus Boerger [Sat, 19 Nov 2005 09:43:19 +0000 (09:43 +0000)]
- Fixed Bug #35286 tokenizer ext drops final comment (by greg)

19 years agoChangeLog update
<changelog@php.net> [Sat, 19 Nov 2005 06:52:43 +0000 (06:52 +0000)]
ChangeLog update

19 years agofixed #35253 length of the encoded string vilolates a RFC.
Rui Hirokawa [Sat, 19 Nov 2005 06:32:20 +0000 (06:32 +0000)]
fixed #35253 length of the encoded string vilolates a RFC.

19 years ago- Disabled globals code in a way that does not affect purist or old compilers
Marcus Boerger [Fri, 18 Nov 2005 22:59:07 +0000 (22:59 +0000)]
- Disabled globals code in a way that does not affect purist or old compilers

19 years agoTypo
Sara Golemon [Fri, 18 Nov 2005 21:39:29 +0000 (21:39 +0000)]
Typo

19 years agoOne last 64bit change, skip all this long long malarkey when we're on 64bit procs
Sara Golemon [Fri, 18 Nov 2005 21:37:19 +0000 (21:37 +0000)]
One last 64bit change, skip all this long long malarkey when we're on 64bit procs

19 years agoMacrofy 64bit integers in sha384/sha512 to make Win32 happy
Sara Golemon [Fri, 18 Nov 2005 21:30:05 +0000 (21:30 +0000)]
Macrofy 64bit integers in sha384/sha512 to make Win32 happy

19 years agoFix #33201 Crash when fetching some data types
Frank M. Kromann [Fri, 18 Nov 2005 21:22:50 +0000 (21:22 +0000)]
Fix #33201 Crash when fetching some data types

19 years agoAdd HMAC support
Sara Golemon [Fri, 18 Nov 2005 20:58:54 +0000 (20:58 +0000)]
Add HMAC support

19 years agoFix #33963. mssql_bind fails on input parameters
Frank M. Kromann [Fri, 18 Nov 2005 20:48:22 +0000 (20:48 +0000)]
Fix #33963. mssql_bind fails on input parameters

19 years agoFix #32009 crash when mssql_bind() is called more than once
Frank M. Kromann [Fri, 18 Nov 2005 20:40:28 +0000 (20:40 +0000)]
Fix #32009 crash when mssql_bind() is called more than once

19 years agoExpose sha1() and sha1_file() functions when core funcs not present
Sara Golemon [Fri, 18 Nov 2005 20:17:31 +0000 (20:17 +0000)]
Expose sha1() and sha1_file() functions when core funcs not present
Not an issue yet, but could be...

19 years agoInitial Commit
Sara Golemon [Fri, 18 Nov 2005 19:51:09 +0000 (19:51 +0000)]
Initial Commit

19 years agoFix #33153 Crash in mssql_next_result().
Frank M. Kromann [Fri, 18 Nov 2005 19:13:35 +0000 (19:13 +0000)]
Fix #33153 Crash in mssql_next_result().

19 years agoMFB51: Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module)
Ilia Alshanetsky [Fri, 18 Nov 2005 19:01:50 +0000 (19:01 +0000)]
MFB51: Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module)

19 years agoreorder
foobar [Fri, 18 Nov 2005 16:41:49 +0000 (16:41 +0000)]
reorder

19 years agoallow_url_include
Rasmus Lerdorf [Fri, 18 Nov 2005 16:28:01 +0000 (16:28 +0000)]
allow_url_include

19 years agoAdd allow_url_include to let people turn on allow_url_fopen without also
Rasmus Lerdorf [Fri, 18 Nov 2005 16:20:43 +0000 (16:20 +0000)]
Add allow_url_include to let people turn on allow_url_fopen without also
enabling remote code execution through url wrappers

19 years agoMFB51: fix build when --with-libedit is used
foobar [Fri, 18 Nov 2005 15:11:14 +0000 (15:11 +0000)]
MFB51: fix build when --with-libedit is used

19 years agoFixed bug #35273 (Error in mapping soap - java types)
Dmitry Stogov [Fri, 18 Nov 2005 10:59:55 +0000 (10:59 +0000)]
Fixed bug #35273 (Error in mapping soap - java types)

19 years ago- Ready 0.9.3.
Derick Rethans [Fri, 18 Nov 2005 09:56:11 +0000 (09:56 +0000)]
- Ready 0.9.3.

19 years ago- Fixed default so that it does not even encode quotes.
Derick Rethans [Fri, 18 Nov 2005 09:17:59 +0000 (09:17 +0000)]
- Fixed default so that it does not even encode quotes.

19 years agoChangeLog update
<changelog@php.net> [Fri, 18 Nov 2005 06:42:57 +0000 (06:42 +0000)]
ChangeLog update

19 years agofix configure - reflection is its own extension
Rob Richards [Fri, 18 Nov 2005 02:50:46 +0000 (02:50 +0000)]
fix configure - reflection is its own extension

19 years ago- Reflection was moved to its own extension
Marcus Boerger [Thu, 17 Nov 2005 23:43:53 +0000 (23:43 +0000)]
- Reflection was moved to its own extension

19 years ago- Need to define HAVE_REFLECTION
Marcus Boerger [Thu, 17 Nov 2005 23:21:15 +0000 (23:21 +0000)]
- Need to define HAVE_REFLECTION

19 years ago- Reflection was moved into its own extension
Marcus Boerger [Thu, 17 Nov 2005 23:20:39 +0000 (23:20 +0000)]
- Reflection was moved into its own extension

19 years ago- Move Reflection into its own extension
Marcus Boerger [Thu, 17 Nov 2005 22:59:39 +0000 (22:59 +0000)]
- Move Reflection into its own extension

19 years ago- reflection not reflectino
Marcus Boerger [Thu, 17 Nov 2005 22:49:03 +0000 (22:49 +0000)]
- reflection not reflectino

19 years ago- Make this an extension
Marcus Boerger [Thu, 17 Nov 2005 22:42:00 +0000 (22:42 +0000)]
- Make this an extension

19 years agoMFB: missing }}}
Rasmus Lerdorf [Thu, 17 Nov 2005 21:57:30 +0000 (21:57 +0000)]
MFB: missing }}}

19 years agoMFB51: Moved date constants into the date class, they all class constants
Ilia Alshanetsky [Thu, 17 Nov 2005 21:07:27 +0000 (21:07 +0000)]
MFB51: Moved date constants into the date class, they all class constants
now.

19 years agoHopefully resolve all the Apache 2 sub-request problems on non-linux systems.
Ilia Alshanetsky [Thu, 17 Nov 2005 20:56:09 +0000 (20:56 +0000)]
Hopefully resolve all the Apache 2 sub-request problems on non-linux systems.

19 years agoBugfix #32371 php://input sometimes returns duplicate data
Sara Golemon [Thu, 17 Nov 2005 19:39:39 +0000 (19:39 +0000)]
Bugfix #32371 php://input sometimes returns duplicate data

19 years agomake GCC happy and suppress the warning
Antony Dovgal [Thu, 17 Nov 2005 19:20:14 +0000 (19:20 +0000)]
make GCC happy and suppress the warning

19 years agoMFB51: fixed test
Ilia Alshanetsky [Thu, 17 Nov 2005 18:25:48 +0000 (18:25 +0000)]
MFB51: fixed test

19 years agoMFB51: Fixed bug #35248 (sqlite_query() doesnt set error_msg when return
Ilia Alshanetsky [Thu, 17 Nov 2005 14:40:11 +0000 (14:40 +0000)]
MFB51: Fixed bug #35248 (sqlite_query() doesnt set error_msg when return
value is being used).

19 years agofix #35079 (stream_set_blocking(true) toggles, not enables blocking)
Antony Dovgal [Thu, 17 Nov 2005 14:19:06 +0000 (14:19 +0000)]
fix #35079 (stream_set_blocking(true) toggles, not enables blocking)
patch by askalski at gmail dot com

19 years ago- MF51: Fixed bug #35218 (strtotime no longer ignores timezone comments like (PST)).
Derick Rethans [Thu, 17 Nov 2005 13:15:01 +0000 (13:15 +0000)]
- MF51: Fixed bug #35218 (strtotime no longer ignores timezone comments like (PST)).

19 years ago- Renamed config.m4 to config0.m4
foobar [Thu, 17 Nov 2005 10:01:47 +0000 (10:01 +0000)]
- Renamed config.m4 to config0.m4
# PCRE configure tests must be run before e.g. ext/filter

19 years agofix typo
foobar [Thu, 17 Nov 2005 09:56:28 +0000 (09:56 +0000)]
fix typo

19 years ago- Moved the files from resource to one level down.
foobar [Thu, 17 Nov 2005 09:52:35 +0000 (09:52 +0000)]
- Moved the files from resource to one level down.
# This makes the gcov thing actually work :)

19 years ago- Fix compile failure when ext/readline is compiled as shared
foobar [Thu, 17 Nov 2005 08:36:12 +0000 (08:36 +0000)]
- Fix compile failure when ext/readline is compiled as shared

19 years agoRemoved support for continue and break operators with non-constant operands
Dmitry Stogov [Thu, 17 Nov 2005 08:27:25 +0000 (08:27 +0000)]
Removed support for continue and break operators with non-constant operands

19 years agoChangeLog update
<changelog@php.net> [Thu, 17 Nov 2005 06:54:18 +0000 (06:54 +0000)]
ChangeLog update

19 years ago- Filters may behave differently with empty string so pass it on
foobar [Thu, 17 Nov 2005 00:49:48 +0000 (00:49 +0000)]
- Filters may behave differently with empty string so pass it on

19 years ago- Add simple test for filter_data() basic filters
foobar [Thu, 17 Nov 2005 00:48:51 +0000 (00:48 +0000)]
- Add simple test for filter_data() basic filters

19 years agoMFB51: Allow zend_parse_parameters to handle non-well formed integers, but
Ilia Alshanetsky [Thu, 17 Nov 2005 00:20:31 +0000 (00:20 +0000)]
MFB51: Allow zend_parse_parameters to handle non-well formed integers, but
raise E_NOTICE in the process.

19 years ago- Fix PECL bug #5963
foobar [Thu, 17 Nov 2005 00:03:03 +0000 (00:03 +0000)]
- Fix PECL bug #5963

19 years ago- Fix build in PECL mode and in PHP core
foobar [Wed, 16 Nov 2005 23:18:16 +0000 (23:18 +0000)]
- Fix build in PECL mode and in PHP core

19 years ago- Fix build problems with pecl/filter/
foobar [Wed, 16 Nov 2005 22:14:24 +0000 (22:14 +0000)]
- Fix build problems with pecl/filter/

19 years ago- Missing .cvsignore
foobar [Wed, 16 Nov 2005 16:17:40 +0000 (16:17 +0000)]
- Missing .cvsignore

19 years agoFixed bug #35239 (Objects can lose references)
Dmitry Stogov [Wed, 16 Nov 2005 11:52:53 +0000 (11:52 +0000)]
Fixed bug #35239 (Objects can lose references)

19 years agoFixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full)
Dmitry Stogov [Wed, 16 Nov 2005 09:43:56 +0000 (09:43 +0000)]
Fixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full)

19 years agoChangeLog update
<changelog@php.net> [Wed, 16 Nov 2005 06:44:57 +0000 (06:44 +0000)]
ChangeLog update

19 years ago- Add new test
Marcus Boerger [Tue, 15 Nov 2005 21:32:54 +0000 (21:32 +0000)]
- Add new test

19 years agoremove old news
foobar [Tue, 15 Nov 2005 16:50:32 +0000 (16:50 +0000)]
remove old news

19 years agoAllow "null" default value for arguments with array type hint
Dmitry Stogov [Tue, 15 Nov 2005 16:50:07 +0000 (16:50 +0000)]
Allow "null" default value for arguments with array type hint
Unicode support

19 years ago- switch to bsd license
Pierre Joye [Tue, 15 Nov 2005 15:36:29 +0000 (15:36 +0000)]
- switch to bsd license
- prepare 2.0.1

19 years agoMFB51: Fixed memory leak on php-cli -h
Ilia Alshanetsky [Tue, 15 Nov 2005 15:30:41 +0000 (15:30 +0000)]
MFB51: Fixed memory leak on php-cli -h

19 years agoAllow recursive calls to __get/__set for different properties
Dmitry Stogov [Tue, 15 Nov 2005 15:21:47 +0000 (15:21 +0000)]
Allow recursive calls to __get/__set for different properties

19 years agoAllow recursive calls to __get/__set for different properties
Ilia Alshanetsky [Tue, 15 Nov 2005 14:57:42 +0000 (14:57 +0000)]
Allow recursive calls to __get/__set for different properties

19 years agocall zend_objects_destroy_object() explicitly
Antony Dovgal [Tue, 15 Nov 2005 14:07:43 +0000 (14:07 +0000)]
call zend_objects_destroy_object() explicitly
fix segfault when intern->time is NULL

19 years agofix warning
foobar [Tue, 15 Nov 2005 13:43:57 +0000 (13:43 +0000)]
fix warning

19 years agoFixed call to __destruct() for objects of classes delivered from internal ones those...
Dmitry Stogov [Tue, 15 Nov 2005 12:39:54 +0000 (12:39 +0000)]
Fixed call to __destruct() for objects of classes delivered from internal ones those use zend_objects_store_put(obj, NULL, ...

19 years ago- Prepare for including in PHP core
foobar [Tue, 15 Nov 2005 11:55:28 +0000 (11:55 +0000)]
- Prepare for including in PHP core

19 years agoFixed bug #35176 (include()/require()/*_once() produce wrong error messages about...
Dmitry Stogov [Tue, 15 Nov 2005 11:14:34 +0000 (11:14 +0000)]
Fixed bug #35176 (include()/require()/*_once() produce wrong error messages about main())

19 years agoChangeLog update
<changelog@php.net> [Tue, 15 Nov 2005 06:41:53 +0000 (06:41 +0000)]
ChangeLog update

19 years agoFixed possible crash in http:// wrapper.
Ilia Alshanetsky [Tue, 15 Nov 2005 04:24:17 +0000 (04:24 +0000)]
Fixed possible crash in http:// wrapper.

19 years agoMFB: Change max_procs from 25 to library default. This will make FreeTDS connections...
Frank M. Kromann [Mon, 14 Nov 2005 23:14:54 +0000 (23:14 +0000)]
MFB: Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better