]> granicus.if.org Git - php/log
php
19 years agoI doubt that all these people are going to develop it in PECL,
Antony Dovgal [Wed, 7 Sep 2005 12:44:19 +0000 (12:44 +0000)]
I doubt that all these people are going to develop it in PECL,
so remove them and fix those complains about non-existing users.

19 years agoprepare to PECL release
Antony Dovgal [Wed, 7 Sep 2005 12:40:38 +0000 (12:40 +0000)]
prepare to PECL release

19 years agoSupport for Windows (Michael Wallner)
Edin Kadribasic [Wed, 7 Sep 2005 11:16:57 +0000 (11:16 +0000)]
Support for Windows (Michael Wallner)

19 years agodon't try to fetch resource when there is 0 args
Antony Dovgal [Wed, 7 Sep 2005 08:58:32 +0000 (08:58 +0000)]
don't try to fetch resource when there is 0 args

19 years agoFixed unicode support for substr_count()
Dmitry Stogov [Wed, 7 Sep 2005 07:00:03 +0000 (07:00 +0000)]
Fixed unicode support for substr_count()

19 years agoChangeLog update
<changelog@php.net> [Wed, 7 Sep 2005 05:33:15 +0000 (05:33 +0000)]
ChangeLog update

19 years agoremoved __FUNCTION__ (by popular demand)
Antony Dovgal [Tue, 6 Sep 2005 21:44:53 +0000 (21:44 +0000)]
removed __FUNCTION__ (by popular demand)

19 years agofix credits
Antony Dovgal [Tue, 6 Sep 2005 21:42:26 +0000 (21:42 +0000)]
fix credits

19 years agoSync windows build and link against instant client libs
Edin Kadribasic [Tue, 6 Sep 2005 21:38:16 +0000 (21:38 +0000)]
Sync windows build and link against instant client libs

19 years agoRemove utf-8 chars
Edin Kadribasic [Tue, 6 Sep 2005 21:30:28 +0000 (21:30 +0000)]
Remove utf-8 chars

19 years agoworkaround for some b0rked compilers
Antony Dovgal [Tue, 6 Sep 2005 21:11:19 +0000 (21:11 +0000)]
workaround for some b0rked compilers

19 years agonew tests
Antony Dovgal [Tue, 6 Sep 2005 19:33:18 +0000 (19:33 +0000)]
new tests

19 years agoUpdated OCI8 driver
Antony Dovgal [Tue, 6 Sep 2005 19:31:59 +0000 (19:31 +0000)]
Updated OCI8 driver

This updated fixes (this list is not complete):
-------------------
#33915 - crash in _oci_close_session
#26393 - Segfault during request shutdown in _oci_close_session() (oci8.c:2443)

#32741 - hang on ociexecute() with collections (only with 10g, works with 9i)
#32325 - can't retrieve collection using OCI8
#33583 - Apache1.3.33 Segmentation fault with php5 & OCI_New_Collection

#32361 - connection oci_connect stay persist after process the php
#29013 - multiple logins cause handles become invalid
#28944 - OCITypeByName: OCI-21522 with two connections

Fixed by connection handling rewrite.

#32140 - NVARCHAR columns are truncated
#31042 - oci_fetch_* sets field value to false
#27156 - OCIFetchInto returns false as column value when column contains >1 umlaut

Fixed by multiplying buffer size by 3.

#33866 - OCIlogon do not returns conn resource for account with expired paswd
#33365 - logon fails when password expires

Fixed by adding new oci_password_change() call syntax.

#33159 - DB-connect via webserver fails after DB-restart ORA-24327
#30808 - oci8 cannot connect after restarting DB
#30127 - lost oracle connection. need restart apache.
#29902 - oci8 doesn't disconnect sessions, overloads oracle server
#29779 - (the same issue with the Oracle server going offline)
#26829 - Killed Oracle Sessions openned with OCIPLogon()

Fixed by adding oci8.ping_interval option.

#32988ext/oci8: OCI doesn't support DB external authentication

Fixed by adding support of external credentials (turned off by default).

Added new INI options:
----------------------
oci8.ping_interval
oci8.max_persistent
oci8.persistent_timeout
oci8.privileged_connect
oci8.statement_cache_size
oci8.default_prefetch
oci8.old_oci_close_semantics

See the updated docs for the detailed descriptions.

Major changes:
--------------
- connection handling algorithm rewritten. That should add stability and fix all non-reproducible crashes etc;
- extension refactored and divided into several files to improve readability and to make it easier to maintain;
- added support of statement caching;
- added support of privileged connections using external credentials;
- added new INI options to manage persistent connections;
- fixed oci_close() to close connections correctly.

19 years ago- Updated the framework, cleaned up some code.
Derick Rethans [Tue, 6 Sep 2005 18:46:37 +0000 (18:46 +0000)]
- Updated the framework, cleaned up some code.
#- Basically the only real thing left is the body for the filters.

19 years agoChangeLog update
<changelog@php.net> [Tue, 6 Sep 2005 05:42:57 +0000 (05:42 +0000)]
ChangeLog update

19 years agoPointer arithmetic with char * rather than void *
Rolland Santimano [Mon, 5 Sep 2005 16:37:45 +0000 (16:37 +0000)]
Pointer arithmetic with char * rather than void *

19 years agotouch
foobar [Mon, 5 Sep 2005 16:20:56 +0000 (16:20 +0000)]
touch

19 years ago- Fixed bug #34311 (unserialize() crashes with characters above 191 dec)
foobar [Mon, 5 Sep 2005 16:19:35 +0000 (16:19 +0000)]
- Fixed bug #34311 (unserialize() crashes with characters above 191 dec)

19 years ago- Unicode impl of str_pad()
Rolland Santimano [Mon, 5 Sep 2005 10:55:35 +0000 (10:55 +0000)]
- Unicode impl of str_pad()

19 years agoChangeLog update
<changelog@php.net> [Mon, 5 Sep 2005 05:37:47 +0000 (05:37 +0000)]
ChangeLog update

19 years agoMFB: Fix for #34369
Frank M. Kromann [Mon, 5 Sep 2005 05:05:34 +0000 (05:05 +0000)]
MFB: Fix for #34369
Add extra parameter to mssql_connect to force a new connection

19 years ago- Add missing docu tag
Marcus Boerger [Sun, 4 Sep 2005 18:57:21 +0000 (18:57 +0000)]
- Add missing docu tag

19 years ago- Update docu
Marcus Boerger [Sun, 4 Sep 2005 18:51:50 +0000 (18:51 +0000)]
- Update docu

19 years agotouch
Edin Kadribasic [Sun, 4 Sep 2005 00:58:49 +0000 (00:58 +0000)]
touch

19 years agoMFB
Edin Kadribasic [Sun, 4 Sep 2005 00:58:21 +0000 (00:58 +0000)]
MFB

19 years agoMFB
Edin Kadribasic [Sat, 3 Sep 2005 23:52:56 +0000 (23:52 +0000)]
MFB

19 years agoChangeLog update
<changelog@php.net> [Sat, 3 Sep 2005 05:39:11 +0000 (05:39 +0000)]
ChangeLog update

19 years agoMFB: - Fixed bug #34307. We were not calling on_modify handler to set the default
foobar [Fri, 2 Sep 2005 21:08:11 +0000 (21:08 +0000)]
MFB: - Fixed bug #34307. We were not calling on_modify handler to set the default
       value in case setting the one from .ini file failed. (Andrei)

19 years ago- Fix docu
Marcus Boerger [Fri, 2 Sep 2005 19:16:43 +0000 (19:16 +0000)]
- Fix docu

19 years ago- Update docu
Marcus Boerger [Fri, 2 Sep 2005 19:15:30 +0000 (19:15 +0000)]
- Update docu

19 years agoResolved bug #34240.
Ilia Alshanetsky [Fri, 2 Sep 2005 17:25:10 +0000 (17:25 +0000)]
Resolved bug #34240.

# Thanks to xuefer at 21cn dot com for providing it.

19 years agoFix crash: handler name not length needs to be passed to php_error_docref
Rob Richards [Fri, 2 Sep 2005 15:38:22 +0000 (15:38 +0000)]
Fix crash: handler name not length needs to be passed to php_error_docref

19 years ago- Added date_time_set, date_date_set and date_isodate_set() functions, and
Derick Rethans [Fri, 2 Sep 2005 14:57:42 +0000 (14:57 +0000)]
- Added date_time_set, date_date_set and date_isodate_set() functions, and
  setTime, setDate and setISODate() methods.

19 years agorevert
foobar [Fri, 2 Sep 2005 14:08:09 +0000 (14:08 +0000)]
revert

19 years agoCheck the status properly
foobar [Fri, 2 Sep 2005 13:50:39 +0000 (13:50 +0000)]
Check the status properly

19 years ago- Update timezone database to version "2005m".
Derick Rethans [Fri, 2 Sep 2005 12:31:41 +0000 (12:31 +0000)]
- Update timezone database to version "2005m".

19 years ago- Added comments into the database file, so that we can more easily spot
Derick Rethans [Fri, 2 Sep 2005 11:39:42 +0000 (11:39 +0000)]
- Added comments into the database file, so that we can more easily spot
  changes.

19 years ago- MF51: Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).
Derick Rethans [Fri, 2 Sep 2005 09:41:08 +0000 (09:41 +0000)]
- MF51: Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).

19 years ago- Fixed bad MF51.
Derick Rethans [Fri, 2 Sep 2005 09:39:21 +0000 (09:39 +0000)]
- Fixed bad MF51.

19 years ago- Moved pfpro, ovrimos and mcve to PECL
foobar [Fri, 2 Sep 2005 09:10:01 +0000 (09:10 +0000)]
- Moved pfpro, ovrimos and mcve to PECL
# Pierre will create the packages for these

19 years agoMFB: Always return something, even if it succeeds :)
foobar [Fri, 2 Sep 2005 08:26:05 +0000 (08:26 +0000)]
MFB: Always return something, even if it succeeds :)

19 years agoFixed bug #34260 (Segfault with callbacks (array_map) + overloading)
Dmitry Stogov [Fri, 2 Sep 2005 07:46:30 +0000 (07:46 +0000)]
Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)

19 years agoFix key length so params passed by array can be retrieved by getParameter()
Rob Richards [Fri, 2 Sep 2005 06:37:29 +0000 (06:37 +0000)]
Fix key length so params passed by array can be retrieved by getParameter()

19 years agoChangeLog update
<changelog@php.net> [Fri, 2 Sep 2005 05:33:21 +0000 (05:33 +0000)]
ChangeLog update

19 years agoMFB
foobar [Fri, 2 Sep 2005 05:18:30 +0000 (05:18 +0000)]
MFB

19 years agoFixed bug #34331 (php crashes when variables_order is empty).
Ilia Alshanetsky [Thu, 1 Sep 2005 19:14:54 +0000 (19:14 +0000)]
Fixed bug #34331 (php crashes when variables_order is empty).

19 years ago- Fixed bug #34307 (OnUpdateStringUnempty INI options can be set as empty)
foobar [Thu, 1 Sep 2005 14:42:54 +0000 (14:42 +0000)]
- Fixed bug #34307 (OnUpdateStringUnempty INI options can be set as empty)

19 years agoResolution to http://pecl.php.net/bugs/bug.php?id=5193 for all drivers.
George Schlossnagle [Thu, 1 Sep 2005 14:39:58 +0000 (14:39 +0000)]
Resolution to http://pecl.php.net/bugs/bug.php?id=5193 for all drivers.

19 years ago- Revert -a to -A change, bad idea: It disables EXISTING lines too!
foobar [Thu, 1 Sep 2005 14:33:37 +0000 (14:33 +0000)]
- Revert -a to -A change, bad idea: It disables EXISTING lines too!

19 years agoprotect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193
George Schlossnagle [Thu, 1 Sep 2005 14:31:34 +0000 (14:31 +0000)]
protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193

19 years agoFixed bug #34137 (assigning array element by reference causes binary mess)
Dmitry Stogov [Thu, 1 Sep 2005 13:21:04 +0000 (13:21 +0000)]
Fixed bug #34137 (assigning array element by reference causes binary mess)

19 years agoMFH
Dmitry Stogov [Thu, 1 Sep 2005 13:03:48 +0000 (13:03 +0000)]
MFH

19 years ago- Fixed bug #33414 (Comprehensive list of incorrect days returned after
Derick Rethans [Thu, 1 Sep 2005 12:41:43 +0000 (12:41 +0000)]
- Fixed bug #33414 (Comprehensive list of incorrect days returned after
  strtotime() / date() tests).

19 years agoIf it is added in 5.1, is it still news for PHP 6?
foobar [Thu, 1 Sep 2005 12:00:25 +0000 (12:00 +0000)]
If it is added in 5.1, is it still news for PHP 6?

19 years agoFixed bug #34277 (array_filter() crashes with references and objects)
Dmitry Stogov [Thu, 1 Sep 2005 11:58:41 +0000 (11:58 +0000)]
Fixed bug #34277 (array_filter() crashes with references and objects)

19 years agoFixed bug #34310 (foreach($arr as $c->d => $x) crashes)
Dmitry Stogov [Thu, 1 Sep 2005 10:55:05 +0000 (10:55 +0000)]
Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)

19 years agoSupport for class constants and static members for internal classes
Dmitry Stogov [Thu, 1 Sep 2005 10:05:01 +0000 (10:05 +0000)]
Support for class constants and static members for internal classes

19 years agoBump up libxml2 version requirement to >= 2.6.8
foobar [Thu, 1 Sep 2005 08:25:32 +0000 (08:25 +0000)]
Bump up libxml2 version requirement to >= 2.6.8

19 years agoChangeLog update
<changelog@php.net> [Thu, 1 Sep 2005 05:40:39 +0000 (05:40 +0000)]
ChangeLog update

19 years agoFixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)
Ilia Alshanetsky [Thu, 1 Sep 2005 01:56:36 +0000 (01:56 +0000)]
Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)

19 years agoFixed bug #34323
foobar [Wed, 31 Aug 2005 22:29:24 +0000 (22:29 +0000)]
Fixed bug #34323

19 years agoFurther work on Unicode support in file uploads.
Andrei Zmievski [Wed, 31 Aug 2005 20:42:14 +0000 (20:42 +0000)]
Further work on Unicode support in file uploads.

19 years agomake sxe_properties_get respect namespace scope
Rob Richards [Wed, 31 Aug 2005 17:00:22 +0000 (17:00 +0000)]
make sxe_properties_get respect namespace scope

19 years agoUpdate credits
foobar [Wed, 31 Aug 2005 15:01:13 +0000 (15:01 +0000)]
Update credits

19 years agoMoved to PECL
foobar [Wed, 31 Aug 2005 14:55:13 +0000 (14:55 +0000)]
Moved to PECL

19 years ago- Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).
Derick Rethans [Wed, 31 Aug 2005 14:31:45 +0000 (14:31 +0000)]
- Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).

19 years ago- Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)
foobar [Wed, 31 Aug 2005 14:30:46 +0000 (14:30 +0000)]
- Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)

19 years agoAdded test for bug #34310
foobar [Wed, 31 Aug 2005 09:16:50 +0000 (09:16 +0000)]
Added test for bug #34310

19 years ago- run-tests-config.php was never used and now renamed
Marcus Boerger [Wed, 31 Aug 2005 06:58:25 +0000 (06:58 +0000)]
- run-tests-config.php was never used and now renamed

19 years agoChangeLog update
<changelog@php.net> [Wed, 31 Aug 2005 05:40:14 +0000 (05:40 +0000)]
ChangeLog update

19 years agoSet port even if host is localhost.
George Schlossnagle [Wed, 31 Aug 2005 03:48:01 +0000 (03:48 +0000)]
Set port even if host is localhost.

Should resolve 34072

19 years agoAdded optional parameter to http_build_query() to allow specification of
Ilia Alshanetsky [Wed, 31 Aug 2005 01:19:40 +0000 (01:19 +0000)]
Added optional parameter to http_build_query() to allow specification of
string separator.

19 years agoFixed bug #32589 (possible crash inside imap_mail_compose() function).
Ilia Alshanetsky [Tue, 30 Aug 2005 22:02:43 +0000 (22:02 +0000)]
Fixed bug #32589 (possible crash inside imap_mail_compose() function).

19 years agoNews
Johannes Schlüter [Tue, 30 Aug 2005 20:02:47 +0000 (20:02 +0000)]
News

19 years agothis is the number of params, not the top index
George Schlossnagle [Tue, 30 Aug 2005 19:59:11 +0000 (19:59 +0000)]
this is the number of params, not the top index

19 years agothis is the number of params, not the top index (otherwise unix_socket doesnt work
George Schlossnagle [Tue, 30 Aug 2005 19:55:54 +0000 (19:55 +0000)]
this is the number of params, not the top index (otherwise unix_socket doesnt work

19 years ago- run-tests2.php was renamed into server-tests.php (missing part)
Marcus Boerger [Tue, 30 Aug 2005 18:41:42 +0000 (18:41 +0000)]
- run-tests2.php was renamed into server-tests.php (missing part)

19 years ago- Adds module registering a function to struct zend_internal_function.
Marcus Boerger [Tue, 30 Aug 2005 18:27:17 +0000 (18:27 +0000)]
- Adds module registering a function to struct zend_internal_function.
  (Johannes)
# This information is by reflection API and error messages.

19 years ago- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
Derick Rethans [Tue, 30 Aug 2005 09:17:56 +0000 (09:17 +0000)]
- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).

19 years ago- Fix const speling (correct in branshes where did it vanish here)
Marcus Boerger [Tue, 30 Aug 2005 07:27:06 +0000 (07:27 +0000)]
- Fix const speling (correct in branshes where did it vanish here)

19 years agoFixed possible memory leak
Dmitry Stogov [Tue, 30 Aug 2005 07:19:59 +0000 (07:19 +0000)]
Fixed possible memory leak

19 years agoFixed unicode support bug
Dmitry Stogov [Tue, 30 Aug 2005 07:19:05 +0000 (07:19 +0000)]
Fixed unicode support bug

19 years agoChangeLog update
<changelog@php.net> [Tue, 30 Aug 2005 05:42:02 +0000 (05:42 +0000)]
ChangeLog update

19 years ago- Fix #34299: ReflectionClass::isInstantiable() returns true for abstract classes
Marcus Boerger [Mon, 29 Aug 2005 22:11:53 +0000 (22:11 +0000)]
- Fix #34299: ReflectionClass::isInstantiable() returns true for abstract classes

19 years agoallocate_new_resource() handles the malloc() for us. Don't leak by mallocing twice.
Sara Golemon [Mon, 29 Aug 2005 21:53:34 +0000 (21:53 +0000)]
allocate_new_resource() handles the malloc() for us.  Don't leak by mallocing twice.

19 years agoClean away PECled exts and added date.timezone setting
foobar [Mon, 29 Aug 2005 14:46:00 +0000 (14:46 +0000)]
Clean away PECled exts and added date.timezone setting

19 years agoFixed SIGSEGV
Dmitry Stogov [Mon, 29 Aug 2005 06:51:51 +0000 (06:51 +0000)]
Fixed SIGSEGV

19 years agoFixed gcc 4 compatibility
Dmitry Stogov [Mon, 29 Aug 2005 06:51:14 +0000 (06:51 +0000)]
Fixed gcc 4 compatibility

19 years agoChangeLog update
<changelog@php.net> [Mon, 29 Aug 2005 05:39:09 +0000 (05:39 +0000)]
ChangeLog update

19 years agotouch
Ilia Alshanetsky [Sun, 28 Aug 2005 16:57:30 +0000 (16:57 +0000)]
touch

19 years agoUpgrade sqlite lib to 3.2.5
Ilia Alshanetsky [Sun, 28 Aug 2005 16:57:01 +0000 (16:57 +0000)]
Upgrade sqlite lib to 3.2.5

19 years agoFixed bug #34276 (setAttributeNS doesn't work with default namespace)
Rob Richards [Sun, 28 Aug 2005 16:22:03 +0000 (16:22 +0000)]
Fixed bug #34276 (setAttributeNS doesn't work with default namespace)
Add test

19 years agoChangeLog update
<changelog@php.net> [Sun, 28 Aug 2005 05:33:19 +0000 (05:33 +0000)]
ChangeLog update

19 years ago- Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"])
foobar [Sun, 28 Aug 2005 01:02:54 +0000 (01:02 +0000)]
- Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"])

19 years ago- Fixed bug #34221 (Compiling xmlrpc as shared fails other parts)
foobar [Sun, 28 Aug 2005 00:43:29 +0000 (00:43 +0000)]
- Fixed bug #34221 (Compiling xmlrpc as shared fails other parts)

19 years ago- Unicode impl of substr_count()
Rolland Santimano [Sat, 27 Aug 2005 19:14:05 +0000 (19:14 +0000)]
- Unicode impl of substr_count()

19 years agoChangeLog update
<changelog@php.net> [Sat, 27 Aug 2005 05:35:34 +0000 (05:35 +0000)]
ChangeLog update

19 years ago- Check for static libs, too
Marcus Boerger [Fri, 26 Aug 2005 15:24:26 +0000 (15:24 +0000)]
- Check for static libs, too

19 years ago- Fixed a bug where stream_get_meta_data() did not return the "uri" element for
Derick Rethans [Fri, 26 Aug 2005 12:50:06 +0000 (12:50 +0000)]
- Fixed a bug where stream_get_meta_data() did not return the "uri" element for
  files opened with tmpname().

19 years ago- Updated strrev() to handle base+combining sequences
Rolland Santimano [Fri, 26 Aug 2005 10:21:07 +0000 (10:21 +0000)]
- Updated strrev() to handle base+combining sequences