]> granicus.if.org Git - php/log
php
20 years agoFixed possible memory corruption
Dmitry Stogov [Sun, 20 Feb 2005 10:19:11 +0000 (10:19 +0000)]
Fixed possible memory corruption

20 years agoChangeLog update
<changelog@php.net> [Sun, 20 Feb 2005 01:36:02 +0000 (01:36 +0000)]
ChangeLog update

20 years ago- Add test
Marcus Boerger [Sat, 19 Feb 2005 23:58:03 +0000 (23:58 +0000)]
- Add test

20 years ago- Add test
Marcus Boerger [Sat, 19 Feb 2005 23:48:47 +0000 (23:48 +0000)]
- Add test

20 years ago- Add fetch mode PDO_FETCH_UNIQUE
Marcus Boerger [Sat, 19 Feb 2005 23:48:30 +0000 (23:48 +0000)]
- Add fetch mode PDO_FETCH_UNIQUE

20 years ago- Simplify
Marcus Boerger [Sat, 19 Feb 2005 23:36:58 +0000 (23:36 +0000)]
- Simplify

20 years ago- Add PDO_FETCH_GROUP test
Marcus Boerger [Sat, 19 Feb 2005 23:12:24 +0000 (23:12 +0000)]
- Add PDO_FETCH_GROUP test

20 years ago- Add PDO_FETCH_GROUP to fetchAll()
Marcus Boerger [Sat, 19 Feb 2005 23:11:23 +0000 (23:11 +0000)]
- Add PDO_FETCH_GROUP to fetchAll()

20 years ago- Update/Add tests
Marcus Boerger [Sat, 19 Feb 2005 21:50:46 +0000 (21:50 +0000)]
- Update/Add tests

20 years ago- Add full PDO_FETCH_CLASS capabilities to fetchAll()
Marcus Boerger [Sat, 19 Feb 2005 21:49:42 +0000 (21:49 +0000)]
- Add full PDO_FETCH_CLASS capabilities to fetchAll()

20 years ago- Default to stdClass in PDO_FETCH_CLASS mode if no classname is given
Marcus Boerger [Sat, 19 Feb 2005 21:35:31 +0000 (21:35 +0000)]
- Default to stdClass in PDO_FETCH_CLASS mode if no classname is given

20 years ago- Add first tests
Marcus Boerger [Sat, 19 Feb 2005 19:52:41 +0000 (19:52 +0000)]
- Add first tests

20 years agofixed #31987 zend-multibyte in ZTS.
Rui Hirokawa [Sat, 19 Feb 2005 14:33:41 +0000 (14:33 +0000)]
fixed #31987 zend-multibyte in ZTS.

20 years ago- Regroup and add a test
Marcus Boerger [Sat, 19 Feb 2005 14:02:24 +0000 (14:02 +0000)]
- Regroup and add a test

20 years agoChangeLog update
<changelog@php.net> [Sat, 19 Feb 2005 01:35:15 +0000 (01:35 +0000)]
ChangeLog update

20 years agoadd this note.
Wez Furlong [Fri, 18 Feb 2005 15:39:22 +0000 (15:39 +0000)]
add this note.

20 years agoprep for release
Wez Furlong [Fri, 18 Feb 2005 15:32:14 +0000 (15:32 +0000)]
prep for release

20 years agoFix connecting to remote host, patch by Tim Friebe
Wez Furlong [Fri, 18 Feb 2005 15:11:27 +0000 (15:11 +0000)]
Fix connecting to remote host, patch by Tim Friebe

20 years ago- Fixed bug #32021: Crash caused by range('', 'z')
Derick Rethans [Fri, 18 Feb 2005 13:37:23 +0000 (13:37 +0000)]
- Fixed bug #32021: Crash caused by range('', 'z')

20 years agoFragment must have associated document to append xml otherwise it is read-only
Rob Richards [Fri, 18 Feb 2005 11:57:24 +0000 (11:57 +0000)]
Fragment must have associated document to append xml otherwise it is read-only

20 years agoFixed bug #32011 (Fragments which replaced Nodes are not globaly useable)
Rob Richards [Fri, 18 Feb 2005 11:47:20 +0000 (11:47 +0000)]
Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable)

20 years agoUpdate for pending PEAR release.
Wez Furlong [Fri, 18 Feb 2005 01:39:36 +0000 (01:39 +0000)]
Update for pending PEAR release.

20 years agoChangeLog update
<changelog@php.net> [Fri, 18 Feb 2005 01:36:34 +0000 (01:36 +0000)]
ChangeLog update

20 years agoImproved search paths.
Ilia Alshanetsky [Thu, 17 Feb 2005 22:56:47 +0000 (22:56 +0000)]
Improved search paths.

20 years ago- A little optimization to prevent problems when trying to reimplement an
Marcus Boerger [Thu, 17 Feb 2005 21:05:04 +0000 (21:05 +0000)]
- A little optimization to prevent problems when trying to reimplement an
  interface inherited from an interfaces that was just implemented......

20 years ago- No C++ ruleZ here
Marcus Boerger [Thu, 17 Feb 2005 20:54:56 +0000 (20:54 +0000)]
- No C++ ruleZ here

20 years ago- Actually we must do this in two steps: 1st resize the table and set all
Marcus Boerger [Thu, 17 Feb 2005 20:49:56 +0000 (20:49 +0000)]
- Actually we must do this in two steps: 1st resize the table and set all
  interfaces, 2nd implement the interfaces

20 years ago- Incrementation is done elsewhere
Marcus Boerger [Thu, 17 Feb 2005 20:28:46 +0000 (20:28 +0000)]
- Incrementation is done elsewhere

20 years ago- Fix windows build (funny MS compiler)
Marcus Boerger [Thu, 17 Feb 2005 20:15:40 +0000 (20:15 +0000)]
- Fix windows build (funny MS compiler)

20 years ago- Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns with NULL...
Andi Gutmans [Thu, 17 Feb 2005 20:11:20 +0000 (20:11 +0000)]
- Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns with NULL values

20 years agoFixed bug #27633 (Double \r\r problem on ftp_get in ASCII mode on Win32).
Ilia Alshanetsky [Thu, 17 Feb 2005 15:37:24 +0000 (15:37 +0000)]
Fixed bug #27633 (Double \r\r problem on ftp_get in ASCII mode on Win32).

20 years agoDeclare error_mapping array as static and more const.
Joe Orton [Thu, 17 Feb 2005 15:05:16 +0000 (15:05 +0000)]
Declare error_mapping array as static and more const.

20 years agoNetWare LibC has pwd.h
Anantha Kesari H Y [Thu, 17 Feb 2005 13:57:21 +0000 (13:57 +0000)]
NetWare LibC has pwd.h

20 years agoNetWare libc has pwd.h
Anantha Kesari H Y [Thu, 17 Feb 2005 13:56:49 +0000 (13:56 +0000)]
NetWare libc has pwd.h

20 years agoGeorge too
Wez Furlong [Thu, 17 Feb 2005 04:50:49 +0000 (04:50 +0000)]
George too

20 years agoran ./scripts/dev/credits to update credits to reflect recent removals and
Wez Furlong [Thu, 17 Feb 2005 04:49:52 +0000 (04:49 +0000)]
ran ./scripts/dev/credits to update credits to reflect recent removals and
additions.

20 years ago- Compile fix for systems without int32_t typedef
foobar [Thu, 17 Feb 2005 04:44:52 +0000 (04:44 +0000)]
- Compile fix for systems without int32_t typedef

20 years agoFixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals
Ilia Alshanetsky [Thu, 17 Feb 2005 04:44:11 +0000 (04:44 +0000)]
Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals
is enabled).

20 years agosymlinked pdo drivers under ext.
Wez Furlong [Thu, 17 Feb 2005 04:23:15 +0000 (04:23 +0000)]
symlinked pdo drivers under ext.
Enabled PDO and PDO_SQLITE by default.
Fixup PDO header detection so that it searches in the correct order, and
correctly picks up the headers when building from outside of the source
tree.

TODO: make pdo_XXX auto-enable when XXX is enabled.  Volunteers welcome.

20 years ago- Fixed bug #29554 (compile failure when using --with-pspell=/usr/local)
foobar [Thu, 17 Feb 2005 03:51:19 +0000 (03:51 +0000)]
- Fixed bug #29554 (compile failure when using --with-pspell=/usr/local)

20 years agoChangeLog update
<changelog@php.net> [Thu, 17 Feb 2005 01:37:26 +0000 (01:37 +0000)]
ChangeLog update

20 years ago- Add version information
Marcus Boerger [Thu, 17 Feb 2005 00:24:57 +0000 (00:24 +0000)]
- Add version information

20 years ago- For now we need the simple way
Marcus Boerger [Thu, 17 Feb 2005 00:16:00 +0000 (00:16 +0000)]
- For now we need the simple way

20 years agoPHP_WIN32 is defined or not defined.
foobar [Wed, 16 Feb 2005 23:47:38 +0000 (23:47 +0000)]
PHP_WIN32 is defined or not defined.

20 years agouse a number here, fixes PECL #3493
Wez Furlong [Wed, 16 Feb 2005 18:09:26 +0000 (18:09 +0000)]
use a number here, fixes PECL #3493

20 years agoEnable mbstring use on windows. We were linking against mbstring for
Edin Kadribasic [Wed, 16 Feb 2005 09:53:26 +0000 (09:53 +0000)]
Enable mbstring use on windows. We were linking against mbstring for
some time now, but have never actually used it on Windows.
Fixes #31980.

20 years agoChangeLog update
<changelog@php.net> [Wed, 16 Feb 2005 01:35:10 +0000 (01:35 +0000)]
ChangeLog update

20 years agoFixed bug #31986 (Max nesting limit set too low).
Ilia Alshanetsky [Tue, 15 Feb 2005 21:56:17 +0000 (21:56 +0000)]
Fixed bug #31986 (Max nesting limit set too low).

20 years ago- SQLite depends on SPL if it is present
Marcus Boerger [Tue, 15 Feb 2005 21:09:42 +0000 (21:09 +0000)]
- SQLite depends on SPL if it is present
- Add SQLiteResult::count()
- SQLiteResult implements Countable if present

20 years agoReally disable zend multibyte by default. mbstring is using #ifdef all over the place...
Edin Kadribasic [Tue, 15 Feb 2005 13:57:49 +0000 (13:57 +0000)]
Really disable zend multibyte by default. mbstring is using #ifdef all over the place so defining to '0' doesn't help much

20 years agoFixed bug #3478: handling of 64bit return values on 32bit machine
Edin Kadribasic [Tue, 15 Feb 2005 12:41:24 +0000 (12:41 +0000)]
Fixed bug #3478: handling of 64bit return values on 32bit machine

20 years ago- Applied some patches to fix issues with e.g. ia_64 and s390
foobar [Tue, 15 Feb 2005 08:51:10 +0000 (08:51 +0000)]
- Applied some patches to fix issues with e.g. ia_64 and s390

20 years agoNo tabs here
foobar [Tue, 15 Feb 2005 01:44:10 +0000 (01:44 +0000)]
No tabs here

20 years agoChangeLog update
<changelog@php.net> [Tue, 15 Feb 2005 01:34:46 +0000 (01:34 +0000)]
ChangeLog update

20 years agoMissing .libs entry
foobar [Tue, 15 Feb 2005 01:30:40 +0000 (01:30 +0000)]
Missing .libs entry

20 years agoPrune uploaded file names to \ on all OSes, read comments for explanation.
Ilia Alshanetsky [Tue, 15 Feb 2005 00:25:38 +0000 (00:25 +0000)]
Prune uploaded file names to \ on all OSes, read comments for explanation.

20 years ago- More sock->error resets
foobar [Mon, 14 Feb 2005 23:44:23 +0000 (23:44 +0000)]
- More sock->error resets

20 years agows fix
Edin Kadribasic [Mon, 14 Feb 2005 23:40:24 +0000 (23:40 +0000)]
ws fix

20 years agoAdded pg_field_type_oid() function
Edin Kadribasic [Mon, 14 Feb 2005 23:36:16 +0000 (23:36 +0000)]
Added pg_field_type_oid() function

20 years agoAdded missing defines (#31751)
Edin Kadribasic [Mon, 14 Feb 2005 23:01:57 +0000 (23:01 +0000)]
Added missing defines (#31751)

20 years ago- Removed duplicate error + reset error in new sockets
foobar [Mon, 14 Feb 2005 22:16:06 +0000 (22:16 +0000)]
- Removed duplicate error + reset error in new sockets

20 years ago- Disallow illegal class names (.c part)
Marcus Boerger [Mon, 14 Feb 2005 21:03:09 +0000 (21:03 +0000)]
- Disallow illegal class names (.c part)

20 years ago- Disallow illegal class names
Marcus Boerger [Mon, 14 Feb 2005 20:58:22 +0000 (20:58 +0000)]
- Disallow illegal class names

20 years agoexperimental hooks for alan.
Wez Furlong [Mon, 14 Feb 2005 15:52:06 +0000 (15:52 +0000)]
experimental hooks for alan.
Off limits to everyone else... pretend they are not there :)

20 years agoadd markers for nice vim foldings
Antony Dovgal [Mon, 14 Feb 2005 13:38:09 +0000 (13:38 +0000)]
add markers for nice vim foldings

20 years agofree errmsg & prevent leaks
Antony Dovgal [Mon, 14 Feb 2005 13:31:34 +0000 (13:31 +0000)]
free errmsg & prevent leaks

20 years agofix indentation and add check for PDO includes
Antony Dovgal [Mon, 14 Feb 2005 12:52:34 +0000 (12:52 +0000)]
fix indentation and add check for PDO includes

20 years agoNetWare Libc has php.h so no need of having netware specific block here
Anantha Kesari H Y [Mon, 14 Feb 2005 11:10:07 +0000 (11:10 +0000)]
NetWare Libc has php.h so no need of having netware specific block here

20 years agoNuke non-existing ini option
foobar [Mon, 14 Feb 2005 08:23:54 +0000 (08:23 +0000)]
Nuke non-existing ini option

20 years agoNuke unused code
foobar [Mon, 14 Feb 2005 08:21:34 +0000 (08:21 +0000)]
Nuke unused code

20 years agoChangeLog update
<changelog@php.net> [Mon, 14 Feb 2005 01:39:25 +0000 (01:39 +0000)]
ChangeLog update

20 years agoSimplify
Edin Kadribasic [Sun, 13 Feb 2005 23:40:30 +0000 (23:40 +0000)]
Simplify

20 years agoAllow pdo to be statically compiled in, while modules remain dynamic
Edin Kadribasic [Sun, 13 Feb 2005 23:19:00 +0000 (23:19 +0000)]
Allow pdo to be statically compiled in, while modules remain dynamic

20 years agofix pdo_mssql.dll build
Wez Furlong [Sun, 13 Feb 2005 23:13:14 +0000 (23:13 +0000)]
fix pdo_mssql.dll build

20 years ago- Be more gracious in reflection API
Marcus Boerger [Sun, 13 Feb 2005 23:04:49 +0000 (23:04 +0000)]
- Be more gracious in reflection API

20 years agofix snaps
Wez Furlong [Sun, 13 Feb 2005 21:38:39 +0000 (21:38 +0000)]
fix snaps

20 years agoFixed test.
Ilia Alshanetsky [Sun, 13 Feb 2005 19:23:53 +0000 (19:23 +0000)]
Fixed test.

20 years ago- Little code reordering
Marcus Boerger [Sun, 13 Feb 2005 18:30:26 +0000 (18:30 +0000)]
- Little code reordering

20 years ago- Drop unneccessary rinit/rshutown,mshutdown
Marcus Boerger [Sun, 13 Feb 2005 18:14:34 +0000 (18:14 +0000)]
- Drop unneccessary rinit/rshutown,mshutdown
- Add protos

20 years ago- Expand tests to have it work inside PHP 5.0
Marcus Boerger [Sun, 13 Feb 2005 18:13:44 +0000 (18:13 +0000)]
- Expand tests to have it work inside PHP 5.0

20 years ago- Missing $Id$ tags
foobar [Sun, 13 Feb 2005 17:54:04 +0000 (17:54 +0000)]
- Missing $Id$ tags

20 years agoSet auto-commit after establishing the connection, otherwise we have a crash.
Ilia Alshanetsky [Sun, 13 Feb 2005 17:16:24 +0000 (17:16 +0000)]
Set auto-commit after establishing the connection, otherwise we have a crash.

20 years ago- In fetch mode PDO_FETCH_CLASS handle constructor args
Marcus Boerger [Sun, 13 Feb 2005 17:04:04 +0000 (17:04 +0000)]
- In fetch mode PDO_FETCH_CLASS handle constructor args
- Add PDOStatement::fetchObject

20 years ago- Use runtimeException as base if present (synch with other dbs)
Marcus Boerger [Sun, 13 Feb 2005 15:40:15 +0000 (15:40 +0000)]
- Use runtimeException as base if present (synch with other dbs)

20 years agono need to check for all functions of a group,
Hartmut Holzgraefe [Sun, 13 Feb 2005 14:42:46 +0000 (14:42 +0000)]
no need to check for all functions of a group,
added check for prepared statement functions

20 years ago- Rename
Marcus Boerger [Sun, 13 Feb 2005 13:57:51 +0000 (13:57 +0000)]
- Rename

20 years ago- Fix doc comment handling
Marcus Boerger [Sun, 13 Feb 2005 13:50:48 +0000 (13:50 +0000)]
- Fix doc comment handling

20 years ago- Add new test
Marcus Boerger [Sun, 13 Feb 2005 13:50:30 +0000 (13:50 +0000)]
- Add new test

20 years agoadded --enable-zend-multibute for win32
Rui Hirokawa [Sun, 13 Feb 2005 13:03:03 +0000 (13:03 +0000)]
added --enable-zend-multibute for win32

20 years agoMFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.h
foobar [Sun, 13 Feb 2005 07:55:27 +0000 (07:55 +0000)]
MFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.h

20 years agofix aclocal "underquoted argument" warnings
Hartmut Holzgraefe [Sun, 13 Feb 2005 07:31:02 +0000 (07:31 +0000)]
fix aclocal "underquoted argument" warnings

20 years agofix aclocal warning (newer versions are more strict about this)
Hartmut Holzgraefe [Sun, 13 Feb 2005 07:17:06 +0000 (07:17 +0000)]
fix aclocal warning (newer versions are more strict about this)

20 years agoadd function existance check
Hartmut Holzgraefe [Sun, 13 Feb 2005 07:15:02 +0000 (07:15 +0000)]
add function existance check

20 years agotidy up error case
Wez Furlong [Sun, 13 Feb 2005 07:00:29 +0000 (07:00 +0000)]
tidy up error case

20 years agoprep for release
Wez Furlong [Sun, 13 Feb 2005 06:56:16 +0000 (06:56 +0000)]
prep for release

20 years agoFixed domain socket / named pipe handling
Hartmut Holzgraefe [Sun, 13 Feb 2005 06:52:45 +0000 (06:52 +0000)]
Fixed domain socket / named pipe handling

20 years agoFix variable declaration
Wez Furlong [Sun, 13 Feb 2005 06:42:19 +0000 (06:42 +0000)]
Fix variable declaration

20 years agozts
Wez Furlong [Sun, 13 Feb 2005 06:41:46 +0000 (06:41 +0000)]
zts

20 years agoautocommit flag gets set always by PDO before invoking this method;
Wez Furlong [Sun, 13 Feb 2005 06:37:29 +0000 (06:37 +0000)]
autocommit flag gets set always by PDO before invoking this method;
we should unconditionally inspect it here.

20 years agocommit generated version of the .re
Wez Furlong [Sun, 13 Feb 2005 06:30:36 +0000 (06:30 +0000)]
commit generated version of the .re