]> granicus.if.org Git - php/log
php
19 years agoMake use of 5.0+ features
Ilia Alshanetsky [Sun, 11 Sep 2005 17:33:15 +0000 (17:33 +0000)]
Make use of 5.0+ features

19 years agoremove traversable interface; apparently it's not enough, and this stuff is too
Wez Furlong [Sun, 11 Sep 2005 14:27:10 +0000 (14:27 +0000)]
remove traversable interface; apparently it's not enough, and this stuff is too
magical to figure out wtf should be added.

19 years agoupdate manifest
Wez Furlong [Sun, 11 Sep 2005 05:46:13 +0000 (05:46 +0000)]
update manifest

19 years agoupdate package.xml files and version numbers, in anticipation of a big bunch of releases.
Wez Furlong [Sun, 11 Sep 2005 05:27:30 +0000 (05:27 +0000)]
update package.xml files and version numbers, in anticipation of a big bunch of releases.

19 years agoset version numbers to 1.0
Wez Furlong [Sun, 11 Sep 2005 05:06:30 +0000 (05:06 +0000)]
set version numbers to 1.0

19 years agoMFH: reset the statement when closeCursor() is called.
Wez Furlong [Sun, 11 Sep 2005 05:00:12 +0000 (05:00 +0000)]
MFH: reset the statement when closeCursor() is called.

19 years agomerge George's fixes back from HEAD
Wez Furlong [Sun, 11 Sep 2005 01:42:41 +0000 (01:42 +0000)]
merge George's fixes back from HEAD

19 years agocloses #33707: error information was not passed up to PDO::query().
Wez Furlong [Sat, 10 Sep 2005 21:38:07 +0000 (21:38 +0000)]
closes #33707: error information was not passed up to PDO::query().

19 years agoif a php bolean makes it as far as the parameter callback, it must really need
Wez Furlong [Sat, 10 Sep 2005 21:00:52 +0000 (21:00 +0000)]
if a php bolean makes it as far as the parameter callback, it must really need
to be boolean; express is as native pgsql 't' or 'f'.

Add a test case for Bug #33876, which is a partially bogus bug.

19 years agoand touch the generated file
Wez Furlong [Sat, 10 Sep 2005 20:58:57 +0000 (20:58 +0000)]
and touch the generated file

19 years agoactually register PDO_PARAM_BOOL as a constant (doh!).
Wez Furlong [Sat, 10 Sep 2005 20:58:19 +0000 (20:58 +0000)]
actually register PDO_PARAM_BOOL as a constant (doh!).
When emulating bound parameters, pass booleans via the driver's quoter
method, so that is has an opportunity to tweak it.
Refs #33876: PDO misquotes/miscasts bool(false)

19 years agocloses PECL #5027; PDO_FETCH_NAMED not handled via setFetchMode().
Wez Furlong [Sat, 10 Sep 2005 19:32:15 +0000 (19:32 +0000)]
closes PECL #5027; PDO_FETCH_NAMED not handled via setFetchMode().

19 years agoAdd test for this bug report; can't repeat the problem.
Wez Furlong [Sat, 10 Sep 2005 19:27:29 +0000 (19:27 +0000)]
Add test for this bug report; can't repeat the problem.

19 years agoadd __sleep and __wakeup functions to prevent serialize/deserialize from being used...
Wez Furlong [Sat, 10 Sep 2005 17:48:45 +0000 (17:48 +0000)]
add __sleep and __wakeup functions to prevent serialize/deserialize from being used on PDO objects.  Refs PECL #5217

19 years agoallow exceptions thrown in __sleep to interrupt the serialization process. refs PECL...
Wez Furlong [Sat, 10 Sep 2005 17:47:20 +0000 (17:47 +0000)]
allow exceptions thrown in __sleep to interrupt the serialization process. refs PECL #5217

19 years ago- Fix version numbers as discussed to help version_compare for the PEAR folks.
Derick Rethans [Sat, 10 Sep 2005 15:44:17 +0000 (15:44 +0000)]
- Fix version numbers as discussed to help version_compare for the PEAR folks.

19 years agoAdd PDOStatement::bindValue(), which is similar to bindParam(), except that
Wez Furlong [Sat, 10 Sep 2005 15:32:04 +0000 (15:32 +0000)]
Add PDOStatement::bindValue(), which is similar to bindParam(), except that
it binds the value of the zval at the time it is called, rather than keeping
a reference to the zval and taking the value at execute() time.

19 years agoChanged "instanceof" and "catch" operators, is_a() and is_subclass_of() functions...
Dmitry Stogov [Fri, 9 Sep 2005 06:48:49 +0000 (06:48 +0000)]
Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload().

19 years agoMFH: Allow retrieval of query parse errors from SQLite.
Ilia Alshanetsky [Thu, 8 Sep 2005 21:07:40 +0000 (21:07 +0000)]
MFH: Allow retrieval of query parse errors from SQLite.

19 years agoMFH: Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).
Ilia Alshanetsky [Thu, 8 Sep 2005 14:50:23 +0000 (14:50 +0000)]
MFH: Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).

19 years agoMFH: add save options parameter
Rob Richards [Thu, 8 Sep 2005 10:39:30 +0000 (10:39 +0000)]
MFH: add save options parameter

19 years agoMFH: add additional constants
Rob Richards [Thu, 8 Sep 2005 10:37:57 +0000 (10:37 +0000)]
MFH: add additional constants
remove un-needed ifdefs

19 years agoThat line made no sense
Rasmus Lerdorf [Thu, 8 Sep 2005 09:11:10 +0000 (09:11 +0000)]
That line made no sense

19 years agoFixed crash on AIX
Dmitry Stogov [Thu, 8 Sep 2005 06:19:07 +0000 (06:19 +0000)]
Fixed crash on AIX

19 years agoinstall-pear.phar removed -> moved to http://pear.php.net/install-pear.phar
Greg Beaver [Wed, 7 Sep 2005 16:05:59 +0000 (16:05 +0000)]
install-pear.phar removed -> moved to http://pear.php.net/install-pear.phar

19 years agoattempt to make new instructions clearer
Greg Beaver [Wed, 7 Sep 2005 16:03:06 +0000 (16:03 +0000)]
attempt to make new instructions clearer

19 years agochange makefile to use phar and not source, if present
Greg Beaver [Wed, 7 Sep 2005 15:59:53 +0000 (15:59 +0000)]
change makefile to use phar and not source, if present

19 years agoFixed memory allocation bug
Dmitry Stogov [Wed, 7 Sep 2005 15:36:31 +0000 (15:36 +0000)]
Fixed memory allocation bug

19 years agoMFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16
Ilia Alshanetsky [Wed, 7 Sep 2005 15:11:33 +0000 (15:11 +0000)]
MFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16

19 years agoUpdated TODO
Ilia Alshanetsky [Wed, 7 Sep 2005 02:33:12 +0000 (02:33 +0000)]
Updated TODO

19 years agoSimplify code by making use 5.1+ functions
Ilia Alshanetsky [Tue, 6 Sep 2005 00:42:20 +0000 (00:42 +0000)]
Simplify code by making use 5.1+ functions

19 years agotest version of install-pear.phar
Greg Beaver [Mon, 5 Sep 2005 20:18:00 +0000 (20:18 +0000)]
test version of install-pear.phar
can be removed if there is any issue
without changes to Makefile.frag, it is not actually used

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

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

19 years agoBFN
foobar [Mon, 5 Sep 2005 13:05:24 +0000 (13:05 +0000)]
BFN

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

19 years agoFixed compiler warning
Ilia Alshanetsky [Mon, 5 Sep 2005 01:20:52 +0000 (01:20 +0000)]
Fixed compiler warning

19 years ago- MFH
Marcus Boerger [Sun, 4 Sep 2005 18:55:03 +0000 (18:55 +0000)]
- MFH

19 years agoassign a version number
Wez Furlong [Sun, 4 Sep 2005 17:10:56 +0000 (17:10 +0000)]
assign a version number

19 years agoAllow ext/mysql to build against PHP 4 again; update package.xml ready for
Wez Furlong [Sun, 4 Sep 2005 04:51:23 +0000 (04:51 +0000)]
Allow ext/mysql to build against PHP 4 again; update package.xml ready for
release via PECL.

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

19 years agoFix for #34233
Edin Kadribasic [Sun, 4 Sep 2005 00:47:59 +0000 (00:47 +0000)]
Fix for #34233

19 years agoDon't crash on invalid parameter #34203 (Wez)
Edin Kadribasic [Sat, 3 Sep 2005 23:50:25 +0000 (23:50 +0000)]
Don't crash on invalid parameter #34203 (Wez)

19 years agoreorder
foobar [Fri, 2 Sep 2005 21:13:20 +0000 (21:13 +0000)]
reorder

19 years agoBFN
foobar [Fri, 2 Sep 2005 21:13:00 +0000 (21:13 +0000)]
BFN

19 years agoFix bug #34307. We were not calling on_modify handler to set the default
Andrei Zmievski [Fri, 2 Sep 2005 20:51:15 +0000 (20:51 +0000)]
Fix bug #34307. We were not calling on_modify handler to set the default
value in case setting the one from .ini file failed.

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

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

19 years ago- MFH: Added date_time_set, date_date_set and date_isodate_set() functions, and
Derick Rethans [Fri, 2 Sep 2005 14:58:01 +0000 (14:58 +0000)]
- MFH: 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:05:46 +0000 (14:05 +0000)]
Revert

19 years agoMFH
foobar [Fri, 2 Sep 2005 13:51:47 +0000 (13:51 +0000)]
MFH

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

19 years ago- MFH: New layout for tz database file.
Derick Rethans [Fri, 2 Sep 2005 11:40:27 +0000 (11:40 +0000)]
- MFH: New layout for tz database file.

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

19 years ago- Moved exts to PECL
foobar [Fri, 2 Sep 2005 09:14:10 +0000 (09:14 +0000)]
- Moved exts to PECL

19 years agoit is good idea to return something always
foobar [Fri, 2 Sep 2005 08:24:14 +0000 (08:24 +0000)]
it is good idea to return something always

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

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

19 years agoFix test (week numbers below 10 are zero-prefixed now)
foobar [Fri, 2 Sep 2005 05:17:42 +0000 (05:17 +0000)]
Fix test (week numbers below 10 are zero-prefixed now)

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

19 years agoMFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)
foobar [Thu, 1 Sep 2005 14:44:15 +0000 (14:44 +0000)]
MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set empty)

19 years agoMFH. Protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193
George Schlossnagle [Thu, 1 Sep 2005 14:44:11 +0000 (14:44 +0000)]
MFH. Protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193

19 years agoMFH
foobar [Thu, 1 Sep 2005 14:33:47 +0000 (14:33 +0000)]
MFH

19 years agoportability fix (for solaris)
Wez Furlong [Thu, 1 Sep 2005 13:59:03 +0000 (13:59 +0000)]
portability fix (for solaris)

19 years agoFixed bug #34137 (assigning array element by reference causes binary mess)
Dmitry Stogov [Thu, 1 Sep 2005 13:21:37 +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:00 +0000 (13:03 +0000)]
MFH

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

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

19 years agoNSF
foobar [Thu, 1 Sep 2005 11:59:47 +0000 (11:59 +0000)]
NSF

19 years agoFixed bug #34310 (foreach($arr as $c->d => $x) crashes)
Dmitry Stogov [Thu, 1 Sep 2005 10:54:38 +0000 (10:54 +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:32 +0000 (10:05 +0000)]
Support for class constants and static members for internal classes

19 years agoMFH
foobar [Thu, 1 Sep 2005 08:25:52 +0000 (08:25 +0000)]
MFH

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

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

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

19 years agoUpdate credits
foobar [Wed, 31 Aug 2005 14:59:20 +0000 (14:59 +0000)]
Update credits

19 years ago- Moved ext/oracle to PECL
foobar [Wed, 31 Aug 2005 14:58:27 +0000 (14:58 +0000)]
- Moved ext/oracle to PECL

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

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

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

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

19 years agoMFH, fix 34072
George Schlossnagle [Wed, 31 Aug 2005 04:06:10 +0000 (04:06 +0000)]
MFH, fix 34072

19 years agoMFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).
Ilia Alshanetsky [Tue, 30 Aug 2005 22:03:29 +0000 (22:03 +0000)]
MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).

19 years ago- MFH (missing run-tests2.php rename part)
Marcus Boerger [Tue, 30 Aug 2005 18:44:07 +0000 (18:44 +0000)]
- MFH (missing run-tests2.php rename part)

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:09 +0000 (09:17 +0000)]
- Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).

19 years ago- BFN
Marcus Boerger [Tue, 30 Aug 2005 07:34:57 +0000 (07:34 +0000)]
- BFN

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

19 years agoMark pspell as working
Ilia Alshanetsky [Mon, 29 Aug 2005 23:32:59 +0000 (23:32 +0000)]
Mark pspell as working

19 years agoMFH: allocate_new_resource() handles the malloc() for us. Don't leak by mallocing...
Sara Golemon [Mon, 29 Aug 2005 22:05:25 +0000 (22:05 +0000)]
MFH: allocate_new_resource() handles the malloc() for us.  Don't leak by mallocing twice.

19 years agoMFH
foobar [Mon, 29 Aug 2005 14:46:17 +0000 (14:46 +0000)]
MFH

19 years agoUpgraded bundled SQLite library for PDO:SQLite to 3.2.5
Ilia Alshanetsky [Sun, 28 Aug 2005 16:54:26 +0000 (16:54 +0000)]
Upgraded bundled SQLite library for PDO:SQLite to 3.2.5

19 years agoUpgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1)
Ilia Alshanetsky [Sun, 28 Aug 2005 16:53:27 +0000 (16:53 +0000)]
Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1)

19 years agoBFN
Rob Richards [Sun, 28 Aug 2005 16:23:48 +0000 (16:23 +0000)]
BFN

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

19 years agoNuke misinformation
foobar [Sun, 28 Aug 2005 01:10:17 +0000 (01:10 +0000)]
Nuke misinformation

19 years agoThis is no longer required
foobar [Sun, 28 Aug 2005 01:10:00 +0000 (01:10 +0000)]
This is no longer required

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

19 years agoMFH
foobar [Sun, 28 Aug 2005 00:46:36 +0000 (00:46 +0000)]
MFH

19 years ago- MFH
Marcus Boerger [Fri, 26 Aug 2005 15:35:47 +0000 (15:35 +0000)]
- MFH

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