]> granicus.if.org Git - php/log
php
18 years agoMFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process...
Antony Dovgal [Mon, 21 Aug 2006 16:41:13 +0000 (16:41 +0000)]
MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process times out)

18 years agoMFH: sa_len compile fix for IRIX
Ilia Alshanetsky [Sun, 20 Aug 2006 18:24:11 +0000 (18:24 +0000)]
MFH: sa_len compile fix for IRIX

# Patch by Sascha

18 years agoFixed bug #38524 (strptime() does not initialize the internal date storage
Ilia Alshanetsky [Sun, 20 Aug 2006 18:20:07 +0000 (18:20 +0000)]
Fixed bug #38524 (strptime() does not initialize the internal date storage
structure).

18 years agoUse proper write callback
Ilia Alshanetsky [Sat, 19 Aug 2006 16:20:08 +0000 (16:20 +0000)]
Use proper write callback

18 years agofix #38486 (openssl extension does not build correctly)
Antony Dovgal [Fri, 18 Aug 2006 13:02:38 +0000 (13:02 +0000)]
fix #38486 (openssl extension does not build correctly)

18 years agoMFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
Antony Dovgal [Fri, 18 Aug 2006 12:50:57 +0000 (12:50 +0000)]
MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
(feature request #38496)

18 years agofix #38485 (bz2 extension does not compile with GCC 4.1)
Antony Dovgal [Thu, 17 Aug 2006 20:46:51 +0000 (20:46 +0000)]
fix #38485 (bz2 extension does not compile with GCC 4.1)

18 years agoinitialize static buffer with 0's
Antony Dovgal [Thu, 17 Aug 2006 14:32:35 +0000 (14:32 +0000)]
initialize static buffer with 0's

18 years agoBack to dev
Ilia Alshanetsky [Thu, 17 Aug 2006 14:04:09 +0000 (14:04 +0000)]
Back to dev

18 years ago5.2.0RC2
Ilia Alshanetsky [Thu, 17 Aug 2006 13:44:36 +0000 (13:44 +0000)]
5.2.0RC2

18 years agoIncreased default memory limit to 16 megabytes to accommodate for a more
Ilia Alshanetsky [Thu, 17 Aug 2006 13:43:08 +0000 (13:43 +0000)]
Increased default memory limit to 16 megabytes to accommodate for a more
accurate memory utilization measurement.

18 years agoAdded skip condition for sqlite2 driver, that uses more forgiving emulated
Ilia Alshanetsky [Wed, 16 Aug 2006 14:09:56 +0000 (14:09 +0000)]
Added skip condition for sqlite2 driver, that uses more forgiving emulated
prepared statements.

18 years agoBFN
Rob Richards [Tue, 15 Aug 2006 22:48:07 +0000 (22:48 +0000)]
BFN

18 years agofix bug #38454 (warning upon disabling handler via xml_set_element_handler)
Rob Richards [Tue, 15 Aug 2006 22:47:11 +0000 (22:47 +0000)]
fix bug #38454 (warning upon disabling handler via xml_set_element_handler)
fix bug #38427 (unicode causes xml_parser to misbehave)
add test

18 years agoapply correct fix for bug #38461
Antony Dovgal [Tue, 15 Aug 2006 20:30:42 +0000 (20:30 +0000)]
apply correct fix for bug #38461

18 years ago- add openssl_csr_get_subject() and openssl_csr_get_public_key()
Pierre Joye [Tue, 15 Aug 2006 20:27:22 +0000 (20:27 +0000)]
- add openssl_csr_get_subject() and openssl_csr_get_public_key()

18 years agoMFH: fix #38467 (--enable-versioning causes make fail on OS X)
Antony Dovgal [Tue, 15 Aug 2006 20:13:47 +0000 (20:13 +0000)]
MFH: fix #38467 (--enable-versioning causes make fail on OS X)

18 years agoMFH: don't try to use "auto", "none" and "pass" charsets returned from mbstring
Antony Dovgal [Tue, 15 Aug 2006 15:09:38 +0000 (15:09 +0000)]
MFH: don't try to use "auto", "none" and "pass" charsets returned from mbstring

18 years agoBFN
Antony Dovgal [Tue, 15 Aug 2006 13:19:58 +0000 (13:19 +0000)]
BFN

18 years agoMFH: fix #38461 (setting private attribute with __set() produces segfault)
Antony Dovgal [Tue, 15 Aug 2006 13:19:13 +0000 (13:19 +0000)]
MFH: fix #38461 (setting private attribute with __set() produces segfault)

18 years agominor CS/WS fixes
Antony Dovgal [Tue, 15 Aug 2006 13:08:34 +0000 (13:08 +0000)]
minor CS/WS fixes

18 years agoMFH: error message might be NULL
Antony Dovgal [Tue, 15 Aug 2006 12:27:24 +0000 (12:27 +0000)]
MFH: error message might be NULL

18 years agoMFH: OCIBreak() is not supported on Windows
Antony Dovgal [Tue, 15 Aug 2006 12:19:46 +0000 (12:19 +0000)]
MFH: OCIBreak() is not supported on Windows

18 years agoadd test
Antony Dovgal [Tue, 15 Aug 2006 08:58:40 +0000 (08:58 +0000)]
add test

18 years agonew tests
Antony Dovgal [Tue, 15 Aug 2006 08:54:15 +0000 (08:54 +0000)]
new tests

18 years agoMFH:
Michael Wallner [Tue, 15 Aug 2006 06:53:21 +0000 (06:53 +0000)]
MFH:
 - fix leak when cloning DateTimeZone, detected by Antony
 - don't fetch objects multiple times when cloning

18 years ago- add OPENSSL_KEYTYPE_EC constant
Pierre Joye [Tue, 15 Aug 2006 00:38:05 +0000 (00:38 +0000)]
- add OPENSSL_KEYTYPE_EC constant
- openssl_pkey_get_details(), returns the key details

18 years agofix previous patch
Antony Dovgal [Mon, 14 Aug 2006 21:08:16 +0000 (21:08 +0000)]
fix previous patch

18 years agoBFN
Antony Dovgal [Mon, 14 Aug 2006 20:11:52 +0000 (20:11 +0000)]
BFN

18 years agofix #38451 (PDO_MYSQL doesn't compile on Solaris)
Antony Dovgal [Mon, 14 Aug 2006 20:11:31 +0000 (20:11 +0000)]
fix #38451 (PDO_MYSQL doesn't compile on Solaris)

18 years agomove static declaration to *.c files
Nuno Lopes [Mon, 14 Aug 2006 20:08:18 +0000 (20:08 +0000)]
move static declaration to *.c files
mroe static/const keywording

18 years agoMFH: add cloning support to DateTime classes
Michael Wallner [Mon, 14 Aug 2006 20:03:11 +0000 (20:03 +0000)]
MFH: add cloning support to DateTime classes

18 years agoMFH: Cleanup before reusing failed persistant connection. Better formating of timesta...
Frank M. Kromann [Mon, 14 Aug 2006 18:40:08 +0000 (18:40 +0000)]
MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values

18 years agoAdded missing file entry
Ilia Alshanetsky [Mon, 14 Aug 2006 16:34:24 +0000 (16:34 +0000)]
Added missing file entry

18 years agoUpdated libsqlite in ext/pdo_sqlite to 3.3.7.
Ilia Alshanetsky [Mon, 14 Aug 2006 16:16:42 +0000 (16:16 +0000)]
Updated libsqlite in ext/pdo_sqlite to 3.3.7.

18 years agoUpgraded bunbled SQLite lib to 3.3.7
Ilia Alshanetsky [Mon, 14 Aug 2006 16:15:29 +0000 (16:15 +0000)]
Upgraded bunbled SQLite lib to 3.3.7

18 years agomore static keywording
Nuno Lopes [Mon, 14 Aug 2006 15:09:08 +0000 (15:09 +0000)]
more static keywording
also remove the libtidy patch, as it is too old. users should use a newer libtify anyway

18 years ago- nuke unused parameter (not present in old versions)
Pierre Joye [Mon, 14 Aug 2006 15:07:52 +0000 (15:07 +0000)]
- nuke unused parameter (not present in old versions)

18 years agoMFH: fix #38450 (constructor is not called for classes used in userspace stream wrappers)
Antony Dovgal [Mon, 14 Aug 2006 15:01:29 +0000 (15:01 +0000)]
MFH: fix #38450 (constructor is not called for classes used in userspace stream wrappers)

18 years agoa few more static keywording
Nuno Lopes [Mon, 14 Aug 2006 14:53:23 +0000 (14:53 +0000)]
a few more static keywording

18 years agoBFN
Rob Richards [Mon, 14 Aug 2006 11:59:24 +0000 (11:59 +0000)]
BFN
fix typo

18 years agofix bug #38424 (Different attribute assignment if new or existing)
Rob Richards [Mon, 14 Aug 2006 11:57:50 +0000 (11:57 +0000)]
fix bug #38424 (Different attribute assignment if new or existing)
add test

18 years agofix underlying issue for bug #38438
Rob Richards [Mon, 14 Aug 2006 11:29:15 +0000 (11:29 +0000)]
fix underlying issue for bug #38438

18 years agomake sure USE_ZEND_ALLOC is always 1
Antony Dovgal [Mon, 14 Aug 2006 10:29:20 +0000 (10:29 +0000)]
make sure USE_ZEND_ALLOC is always 1

18 years agofix segfault and leak in ext/xmlrpc
Antony Dovgal [Mon, 14 Aug 2006 08:18:01 +0000 (08:18 +0000)]
fix segfault and leak in ext/xmlrpc
add tests

18 years ago- MFH: locateName should not change the state/error, can be used to test
Pierre Joye [Sun, 13 Aug 2006 23:43:11 +0000 (23:43 +0000)]
- MFH: locateName should not change the state/error, can be used to test
  an entry

18 years ago- MFP:
Pierre Joye [Sun, 13 Aug 2006 21:09:59 +0000 (21:09 +0000)]
- MFP:
 - add overwrite mode to ZipArchive::open, always starts a new archive
 - Fix safe mode checks on extract
 - Fix possible leaks when a safe mode error has been raised

18 years ago- remove package.xml, not needed in php-src but only in pecl
Pierre Joye [Sun, 13 Aug 2006 20:27:07 +0000 (20:27 +0000)]
- remove package.xml, not needed in php-src but only in pecl

18 years ago- MFH: remove dl() usage
Pierre Joye [Sun, 13 Aug 2006 19:34:40 +0000 (19:34 +0000)]
- MFH: remove dl() usage

18 years ago- MFH: remove dl() usage
Pierre Joye [Sun, 13 Aug 2006 19:24:17 +0000 (19:24 +0000)]
- MFH: remove dl() usage

18 years agoFixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
Ilia Alshanetsky [Sun, 13 Aug 2006 15:02:41 +0000 (15:02 +0000)]
Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)

18 years ago- MFH Add link
Marcus Boerger [Sun, 13 Aug 2006 10:37:57 +0000 (10:37 +0000)]
- MFH Add link

18 years ago- temp fix for a segfault happening when one adds two entries with
Pierre Joye [Sun, 13 Aug 2006 00:52:59 +0000 (00:52 +0000)]
- temp fix for a segfault happening when one adds two entries with
  the same name

18 years agoconst/static keywording
Nuno Lopes [Sat, 12 Aug 2006 19:33:54 +0000 (19:33 +0000)]
const/static keywording

18 years ago- MFH: NL
Pierre Joye [Sat, 12 Aug 2006 17:05:08 +0000 (17:05 +0000)]
- MFH: NL

18 years agoMFH: fix #38431 (xmlrpc_get_type() crashes PHP on objects)
Antony Dovgal [Fri, 11 Aug 2006 17:43:04 +0000 (17:43 +0000)]
MFH: fix #38431 (xmlrpc_get_type() crashes PHP on objects)

18 years agofix #38402: wrong proto for Array*::offsetGet()
Nuno Lopes [Fri, 11 Aug 2006 17:05:23 +0000 (17:05 +0000)]
fix #38402: wrong proto for Array*::offsetGet()

18 years agoMFB: Extend safe_mode/open_basedir checks to imap_reopen() as well.
Ilia Alshanetsky [Fri, 11 Aug 2006 15:07:29 +0000 (15:07 +0000)]
MFB: Extend safe_mode/open_basedir checks to imap_reopen() as well.

18 years agofix test
Antony Dovgal [Fri, 11 Aug 2006 10:35:22 +0000 (10:35 +0000)]
fix test

18 years agoFixed proto
Ilia Alshanetsky [Thu, 10 Aug 2006 21:10:03 +0000 (21:10 +0000)]
Fixed proto

18 years agomissing bug fixing news
Ilia Alshanetsky [Thu, 10 Aug 2006 18:34:52 +0000 (18:34 +0000)]
missing bug fixing news

18 years agoFixed condition
Ilia Alshanetsky [Thu, 10 Aug 2006 15:02:41 +0000 (15:02 +0000)]
Fixed condition

18 years agoFixed overflow on 64bit systems in str_repeat() and wordwrap().
Ilia Alshanetsky [Thu, 10 Aug 2006 14:40:13 +0000 (14:40 +0000)]
Fixed overflow on 64bit systems in str_repeat() and wordwrap().
Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
enabled.

# Patches by Stefan E.

18 years agoAdded support for httpOnly flag for session extension and cookie setting
Ilia Alshanetsky [Thu, 10 Aug 2006 13:50:56 +0000 (13:50 +0000)]
Added support for httpOnly flag for session extension and cookie setting
functions.

# Original patch by Scott MacVicar

18 years agotypos in comments and other minor improvements
Antony Dovgal [Thu, 10 Aug 2006 13:43:18 +0000 (13:43 +0000)]
typos in comments and other minor improvements

18 years agoimprove connection character set detection:
Antony Dovgal [Thu, 10 Aug 2006 12:15:58 +0000 (12:15 +0000)]
improve connection character set detection:
* output a warning if invalid character set was passed to the function
* use NLS_LANG by default

18 years agosync install instructions with the phpdoc xml sources
Nuno Lopes [Wed, 9 Aug 2006 23:22:49 +0000 (23:22 +0000)]
sync install instructions with the phpdoc xml sources

18 years agoBFN
Antony Dovgal [Wed, 9 Aug 2006 15:27:42 +0000 (15:27 +0000)]
BFN

18 years agoadd support for NCLOBs
Antony Dovgal [Wed, 9 Aug 2006 15:24:27 +0000 (15:24 +0000)]
add support for NCLOBs
fix #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)

18 years agoFixed bug #38394 (PDO fails to recover from failed prepared statement
Ilia Alshanetsky [Wed, 9 Aug 2006 14:45:00 +0000 (14:45 +0000)]
Fixed bug #38394 (PDO fails to recover from failed prepared statement
execution).

18 years agoMFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)
Antony Dovgal [Wed, 9 Aug 2006 12:15:43 +0000 (12:15 +0000)]
MFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)

18 years agofix leak on failure
Antony Dovgal [Wed, 9 Aug 2006 11:49:06 +0000 (11:49 +0000)]
fix leak on failure

18 years agoMFH: fix #8112 (Persistent connections misbehave when Apache process times out)
Antony Dovgal [Wed, 9 Aug 2006 10:16:50 +0000 (10:16 +0000)]
MFH: fix #8112 (Persistent connections misbehave when Apache process times out)

18 years agoMFH: implement #38357 (dbase_open can't open DBase 3 dbf file)
Michael Wallner [Tue, 8 Aug 2006 15:55:27 +0000 (15:55 +0000)]
MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)

18 years agoFixed bug #38377 (session_destroy() gives warning after
Ilia Alshanetsky [Tue, 8 Aug 2006 14:54:49 +0000 (14:54 +0000)]
Fixed bug #38377 (session_destroy() gives warning after
session_regenerate_id()).

18 years agotix fypo
Antony Dovgal [Tue, 8 Aug 2006 13:49:27 +0000 (13:49 +0000)]
tix fypo

18 years agofix bug with variables clobbered by longjmp
Stanislav Malyshev [Tue, 8 Aug 2006 13:34:14 +0000 (13:34 +0000)]
fix bug with variables clobbered by longjmp

18 years agozend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract 1 to...
Antony Dovgal [Tue, 8 Aug 2006 13:12:00 +0000 (13:12 +0000)]
zend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract 1 to get the real length

18 years ago- fix compiler warnings
Pierre Joye [Tue, 8 Aug 2006 11:56:36 +0000 (11:56 +0000)]
- fix compiler warnings

18 years agothere is no realiable way to detect memrchr() presence because of a mess in glibc
Antony Dovgal [Tue, 8 Aug 2006 10:54:24 +0000 (10:54 +0000)]
there is no realiable way to detect memrchr() presence because of a mess in glibc
so let's use our own implementation

18 years ago- compiler warnings
Pierre Joye [Tue, 8 Aug 2006 10:36:58 +0000 (10:36 +0000)]
- compiler warnings

18 years agouse memrchr/zend_memrchr instead of strrchr
Antony Dovgal [Tue, 8 Aug 2006 10:22:25 +0000 (10:22 +0000)]
use memrchr/zend_memrchr instead of strrchr

18 years agoadd new test
Antony Dovgal [Tue, 8 Aug 2006 09:51:06 +0000 (09:51 +0000)]
add new test

18 years ago- Added some docs here so that nobody needs to figure it out once more.
Derick Rethans [Tue, 8 Aug 2006 09:46:46 +0000 (09:46 +0000)]
- Added some docs here so that nobody needs to figure it out once more.

18 years agoadd zend_memrchr()
Antony Dovgal [Tue, 8 Aug 2006 09:41:09 +0000 (09:41 +0000)]
add zend_memrchr()

18 years ago- Speling
Marcus Boerger [Tue, 8 Aug 2006 00:40:19 +0000 (00:40 +0000)]
- Speling

18 years ago- Test name must not be more than a single line
Marcus Boerger [Mon, 7 Aug 2006 23:28:05 +0000 (23:28 +0000)]
- Test name must not be more than a single line

18 years ago- MFH Fixed Bug #38064 ignored constructor visibility
Marcus Boerger [Mon, 7 Aug 2006 23:24:33 +0000 (23:24 +0000)]
- MFH Fixed Bug #38064 ignored constructor visibility

18 years agosuppress errors from date() if no date.timezone set
Antony Dovgal [Mon, 7 Aug 2006 21:27:40 +0000 (21:27 +0000)]
suppress errors from date() if no date.timezone set
don't try to look for libtool if $sys_libtool_path is empty

18 years ago- should not have been commited
Pierre Joye [Mon, 7 Aug 2006 20:28:03 +0000 (20:28 +0000)]
- should not have been commited

18 years agofix types of the variables
Antony Dovgal [Mon, 7 Aug 2006 20:23:35 +0000 (20:23 +0000)]
fix types of the variables

18 years agoFixed memory leak with persistent connections
Ilia Alshanetsky [Mon, 7 Aug 2006 17:32:13 +0000 (17:32 +0000)]
Fixed memory leak with persistent connections

18 years agoRemoved extra byte
Ilia Alshanetsky [Mon, 7 Aug 2006 16:53:12 +0000 (16:53 +0000)]
Removed extra byte

18 years agoFixed bug #38287 (static variables mess up global vars)
Dmitry Stogov [Mon, 7 Aug 2006 15:15:22 +0000 (15:15 +0000)]
Fixed bug #38287 (static variables mess up global vars)

18 years agoshould be RETURN_ not RETVAL_
Rob Richards [Mon, 7 Aug 2006 10:15:12 +0000 (10:15 +0000)]
should be RETURN_ not RETVAL_

18 years agoasXML() needs to return bool when serializing doc and filename is passed in
Rob Richards [Mon, 7 Aug 2006 10:09:52 +0000 (10:09 +0000)]
asXML() needs to return bool when serializing doc and filename is passed in
do not copy the content of the outputbuffer twice in asXML()
fix compiler warnings

18 years agonuke unused variable
Antony Dovgal [Mon, 7 Aug 2006 09:49:53 +0000 (09:49 +0000)]
nuke unused variable

18 years ago- Update
Marcus Boerger [Mon, 7 Aug 2006 08:34:40 +0000 (08:34 +0000)]
- Update

18 years ago- Fix bug #38290
Marcus Boerger [Mon, 7 Aug 2006 07:57:12 +0000 (07:57 +0000)]
- Fix bug #38290

18 years agouse -O0 with --enable-debug
Antony Dovgal [Sun, 6 Aug 2006 20:46:02 +0000 (20:46 +0000)]
use -O0 with --enable-debug