]> granicus.if.org Git - php/log
php
19 years agoRemove pointless PDO_ prefix
Ilia Alshanetsky [Tue, 20 Sep 2005 00:44:51 +0000 (00:44 +0000)]
Remove pointless PDO_ prefix

19 years agoMFH: Make PDO use class constants
Ilia Alshanetsky [Tue, 20 Sep 2005 00:35:21 +0000 (00:35 +0000)]
MFH: Make PDO use class constants

19 years ago- MFH Fix filename
Marcus Boerger [Mon, 19 Sep 2005 19:03:53 +0000 (19:03 +0000)]
- MFH Fix filename

19 years agoMF5.0: add new test
Antony Dovgal [Mon, 19 Sep 2005 18:58:59 +0000 (18:58 +0000)]
MF5.0: add new test

19 years agoFixed access to uninitialized value
Dmitry Stogov [Mon, 19 Sep 2005 18:47:56 +0000 (18:47 +0000)]
Fixed access to uninitialized value

19 years ago- MFH Add deprecated/compatibility class for BC
Marcus Boerger [Mon, 19 Sep 2005 18:28:52 +0000 (18:28 +0000)]
- MFH Add deprecated/compatibility class for BC

19 years agoMFH (removed unnecesary call to zval_ptr_dtor)
Dmitry Stogov [Mon, 19 Sep 2005 17:50:24 +0000 (17:50 +0000)]
MFH (removed unnecesary call to zval_ptr_dtor)

19 years agoFixed access to memory that is already freed (in case of __call() method)
Dmitry Stogov [Mon, 19 Sep 2005 16:28:54 +0000 (16:28 +0000)]
Fixed access to memory that is already freed (in case of __call() method)

19 years agoFixed parameter passing incompatibilities.
Dmitry Stogov [Mon, 19 Sep 2005 16:02:21 +0000 (16:02 +0000)]
Fixed parameter passing incompatibilities.
Now it is possible to call array_pop(explode("&","1&2&3")) again.

19 years agocleanup, typos, etc
foobar [Sun, 18 Sep 2005 20:34:43 +0000 (20:34 +0000)]
cleanup, typos, etc

19 years agofix build (declare extern HashTable pdo_driver_hash)
Antony Dovgal [Sun, 18 Sep 2005 18:05:59 +0000 (18:05 +0000)]
fix build (declare extern HashTable pdo_driver_hash)

19 years ago- MFH: Synch dosu
Marcus Boerger [Sun, 18 Sep 2005 17:52:09 +0000 (17:52 +0000)]
- MFH: Synch dosu

19 years ago- MFH: Add missing docu/Synch
Marcus Boerger [Sun, 18 Sep 2005 17:39:54 +0000 (17:39 +0000)]
- MFH: Add missing docu/Synch

19 years ago- Commite manually if not conatined in bunch commit
Marcus Boerger [Sun, 18 Sep 2005 17:16:17 +0000 (17:16 +0000)]
- Commite manually if not conatined in bunch commit

19 years ago- Synch naming/move changes with HEAD
Marcus Boerger [Sun, 18 Sep 2005 17:15:04 +0000 (17:15 +0000)]
- Synch naming/move changes with HEAD
- Update tests/docu
# New functionality in CachingIterator/RecursiveIteratorIterator not MFHed

19 years agomove pdo_drivers -> PDO::getAvailableDrivers as part of namespacing sweep.
Wez Furlong [Sun, 18 Sep 2005 14:13:08 +0000 (14:13 +0000)]
move pdo_drivers -> PDO::getAvailableDrivers as part of namespacing sweep.

19 years agoAdded --add-modules-dir option to buidconf.js:
Edin Kadribasic [Sat, 17 Sep 2005 20:00:01 +0000 (20:00 +0000)]
Added --add-modules-dir option to buidconf.js:
If this option is not specified buildconf.js will search for PECL
in the usual places (pecl, ../pecl).
Now it is possible to specify in which dirs additional modules reside
with say:
cscript /nologo win32/build/buildconf.js --add-modules-dir=../pecl_5_1 \
  --add-modules-dir=../php-gtk2

19 years agoBFN
Antony Dovgal [Fri, 16 Sep 2005 23:56:12 +0000 (23:56 +0000)]
BFN

19 years agoMFH: check class_entry of this_ptr in Reflection API
Antony Dovgal [Fri, 16 Sep 2005 20:21:46 +0000 (20:21 +0000)]
MFH: check class_entry of this_ptr in Reflection API

19 years agoBFN
Antony Dovgal [Fri, 16 Sep 2005 17:12:12 +0000 (17:12 +0000)]
BFN

19 years agofix #34505 (possible memory corruption when unmangling properties with empty names)
Antony Dovgal [Fri, 16 Sep 2005 17:11:02 +0000 (17:11 +0000)]
fix #34505 (possible memory corruption when unmangling properties with empty names)
2nd part

19 years agofix #34505 (possible memory corruption when unmangling properties with empty names)
Antony Dovgal [Fri, 16 Sep 2005 17:05:09 +0000 (17:05 +0000)]
fix #34505 (possible memory corruption when unmangling properties with empty names)
1st part

19 years agoFixed bug #34478 (Incorrect parsing of url's fragment (#...))
Dmitry Stogov [Fri, 16 Sep 2005 15:48:30 +0000 (15:48 +0000)]
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))

19 years agoFixed bug #34518 (Unset doesn't separate container in CV)
Dmitry Stogov [Fri, 16 Sep 2005 14:42:46 +0000 (14:42 +0000)]
Fixed bug #34518 (Unset doesn't separate container in CV)

19 years agoMFH (overriding of protected static property)
Dmitry Stogov [Fri, 16 Sep 2005 13:42:49 +0000 (13:42 +0000)]
MFH (overriding of protected static property)

19 years agocorrect flag
foobar [Fri, 16 Sep 2005 12:09:17 +0000 (12:09 +0000)]
correct flag

19 years agoFixed bug #34525
foobar [Fri, 16 Sep 2005 12:06:41 +0000 (12:06 +0000)]
Fixed bug #34525

19 years agofix test
foobar [Fri, 16 Sep 2005 07:41:08 +0000 (07:41 +0000)]
fix test

19 years ago- Fix tests due to changes in the error messages.
foobar [Thu, 15 Sep 2005 19:49:58 +0000 (19:49 +0000)]
- Fix tests due to changes in the error messages.
# Also nuked some CRLF's

19 years ago- MFH: Fixed bug #34052 (date('U') returns %ld not unix timestamp).
Derick Rethans [Thu, 15 Sep 2005 19:11:15 +0000 (19:11 +0000)]
- MFH: Fixed bug #34052 (date('U') returns %ld not unix timestamp).

19 years ago- Rename file class again by popular demmand: calling it SplFileObject now
Marcus Boerger [Thu, 15 Sep 2005 14:08:16 +0000 (14:08 +0000)]
- Rename file class again by popular demmand: calling it SplFileObject now

19 years ago- Fixed error message grammar
foobar [Thu, 15 Sep 2005 13:10:31 +0000 (13:10 +0000)]
- Fixed error message grammar

19 years ago- Update docu
Marcus Boerger [Thu, 15 Sep 2005 03:54:42 +0000 (03:54 +0000)]
- Update docu

19 years ago- Update with latest SPLchanges
Marcus Boerger [Thu, 15 Sep 2005 03:42:41 +0000 (03:42 +0000)]
- Update with latest SPLchanges

19 years ago- No longer needed (moved into c)
Marcus Boerger [Thu, 15 Sep 2005 03:39:17 +0000 (03:39 +0000)]
- No longer needed (moved into c)

19 years ago- MFH: Add new files
Marcus Boerger [Thu, 15 Sep 2005 03:38:03 +0000 (03:38 +0000)]
- MFH: Add new files

19 years agoMFH:
Marcus Boerger [Thu, 15 Sep 2005 03:33:04 +0000 (03:33 +0000)]
MFH:
- Add SplObjectStorage
- Add RecursiveFilterIterator
- Rename Observer to SplObserver
- Rename Subject to SplSubject
- Move SPL constants to class constants
- Update docu

19 years ago- Fixed shutdown order before RC2.
Derick Rethans [Wed, 14 Sep 2005 20:08:31 +0000 (20:08 +0000)]
- Fixed shutdown order before RC2.

19 years ago- MFH: Improve error message
Marcus Boerger [Wed, 14 Sep 2005 18:23:48 +0000 (18:23 +0000)]
- MFH: Improve error message

19 years agoMFH
foobar [Wed, 14 Sep 2005 17:57:32 +0000 (17:57 +0000)]
MFH

19 years agoMFH
foobar [Wed, 14 Sep 2005 15:53:02 +0000 (15:53 +0000)]
MFH

19 years agoMFH: Fix error detection for queries such as OPTIMIZE
Ilia Alshanetsky [Wed, 14 Sep 2005 15:34:58 +0000 (15:34 +0000)]
MFH: Fix error detection for queries such as OPTIMIZE

19 years agoMFH
foobar [Tue, 13 Sep 2005 21:40:46 +0000 (21:40 +0000)]
MFH

19 years agoMFH: MFH: Make key() and current() take argument by value.
Ilia Alshanetsky [Tue, 13 Sep 2005 13:24:38 +0000 (13:24 +0000)]
MFH: MFH: Make key() and current() take argument by value.

19 years agobfn
Antony Dovgal [Tue, 13 Sep 2005 09:20:36 +0000 (09:20 +0000)]
bfn

19 years agofix #34450 (Segfault when calling mysqli_close() in destructor)
Antony Dovgal [Tue, 13 Sep 2005 09:20:18 +0000 (09:20 +0000)]
fix #34450 (Segfault when calling mysqli_close() in destructor)

19 years agoMFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicode
Sara Golemon [Mon, 12 Sep 2005 17:44:21 +0000 (17:44 +0000)]
MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicode

19 years agoMFH: Fixed build with phpize
foobar [Mon, 12 Sep 2005 17:14:35 +0000 (17:14 +0000)]
MFH: Fixed build with phpize

19 years agoMFH: Fixed bug #34456 (Possible crash inside pspell extension).
Ilia Alshanetsky [Mon, 12 Sep 2005 15:39:14 +0000 (15:39 +0000)]
MFH: Fixed bug #34456 (Possible crash inside pspell extension).

19 years agoFixed bug #34199 (if($obj)/if(!$obj) inconsistency)
Dmitry Stogov [Mon, 12 Sep 2005 11:48:57 +0000 (11:48 +0000)]
Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)

19 years agoAdditinal fix for bug #34277 (array_filter() crashes with references and objects)
Dmitry Stogov [Mon, 12 Sep 2005 09:58:50 +0000 (09:58 +0000)]
Additinal fix for bug #34277 (array_filter() crashes with references and objects)

19 years agoFixed huge memory leak in ZTS mode (backport from HEAD)
Dmitry Stogov [Mon, 12 Sep 2005 09:06:15 +0000 (09:06 +0000)]
Fixed huge memory leak in ZTS mode (backport from HEAD)

19 years agoFixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)
Dmitry Stogov [Mon, 12 Sep 2005 08:24:01 +0000 (08:24 +0000)]
Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)

19 years agoBetter fix for exceptions in __sleep()
Dmitry Stogov [Mon, 12 Sep 2005 07:13:54 +0000 (07:13 +0000)]
Better fix for exceptions in __sleep()

19 years agoWhen populating bound columns, override the returned type with the type
Wez Furlong [Sun, 11 Sep 2005 20:32:28 +0000 (20:32 +0000)]
When populating bound columns, override the returned type with the type
specified by the user in their bind.

19 years agoFix PECL Bug #5010
Wez Furlong [Sun, 11 Sep 2005 19:44:26 +0000 (19:44 +0000)]
Fix PECL Bug #5010

19 years agoprepare for using go-pear.phar
Greg Beaver [Sun, 11 Sep 2005 17:39:15 +0000 (17:39 +0000)]
prepare for using go-pear.phar

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)