]> granicus.if.org Git - php/log
php
19 years agoAlan: moved your fields away, but reserved you a pointer.
Wez Furlong [Sat, 26 Feb 2005 17:27:51 +0000 (17:27 +0000)]
Alan: moved your fields away, but reserved you a pointer.

Changed PDO::lastInsertId() to have following proto:

string PDO::lastInsertId([string name])

this allows arbitrary unique identitifers to be returned from the driver.

The optional name parameter is for databases that require additional contextual
information to be able to return the correct identifier.  None currently use
it, but pgsql will be on the list of drivers that do.

19 years ago*cough*
Wez Furlong [Sat, 26 Feb 2005 16:03:55 +0000 (16:03 +0000)]
*cough*

19 years agoand the generated file
Wez Furlong [Sat, 26 Feb 2005 15:45:43 +0000 (15:45 +0000)]
and the generated file

19 years agofix for PECL #3545
Wez Furlong [Sat, 26 Feb 2005 15:44:38 +0000 (15:44 +0000)]
fix for PECL #3545

19 years agofix line endings
Wez Furlong [Sat, 26 Feb 2005 15:41:54 +0000 (15:41 +0000)]
fix line endings

19 years agofix broken line endings
Wez Furlong [Sat, 26 Feb 2005 15:35:41 +0000 (15:35 +0000)]
fix broken line endings

19 years agolet the test-suite run from an alternate build dir
Wez Furlong [Sat, 26 Feb 2005 15:23:10 +0000 (15:23 +0000)]
let the test-suite run from an alternate build dir

19 years ago- Make detection work for macros
Marcus Boerger [Sat, 26 Feb 2005 02:15:00 +0000 (02:15 +0000)]
- Make detection work for macros

19 years ago- Simplify
Marcus Boerger [Sat, 26 Feb 2005 02:06:49 +0000 (02:06 +0000)]
- Simplify

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

19 years agouse 1.3.5
Greg Beaver [Sat, 26 Feb 2005 01:27:49 +0000 (01:27 +0000)]
use 1.3.5

19 years agoAllow arbitrary files to be added to distro with ADD_DIST_FILE(filename)
Edin Kadribasic [Sat, 26 Feb 2005 01:07:48 +0000 (01:07 +0000)]
Allow arbitrary files to be added to distro with ADD_DIST_FILE(filename)

19 years ago- Prepare for db1.85 emulation with db3
Marcus Boerger [Sat, 26 Feb 2005 01:05:33 +0000 (01:05 +0000)]
- Prepare for db1.85 emulation with db3

19 years agoAdded .reg files to the disto (were added manually)
Edin Kadribasic [Sat, 26 Feb 2005 00:37:10 +0000 (00:37 +0000)]
Added .reg files to the disto (were added manually)

19 years ago- Add support for db1 through emulation
Marcus Boerger [Fri, 25 Feb 2005 23:51:53 +0000 (23:51 +0000)]
- Add support for db1 through emulation
# Most probably db4 requires a slightly different detection since functions
# are macros which most probably doesn't work with current configure check.

19 years agoFreeTDS does not have support for DBTEXTLIMIT
Frank M. Kromann [Fri, 25 Feb 2005 23:24:18 +0000 (23:24 +0000)]
FreeTDS does not have support for DBTEXTLIMIT

19 years agoKill warnings. There should be no need for this flag as it's already defined in libxm...
Frank M. Kromann [Fri, 25 Feb 2005 22:59:26 +0000 (22:59 +0000)]
Kill warnings. There should be no need for this flag as it's already defined in libxml headers.

19 years ago- Align
Marcus Boerger [Fri, 25 Feb 2005 20:02:45 +0000 (20:02 +0000)]
- Align

19 years agofix bug preventing from building oci8 as shared module
Antony Dovgal [Fri, 25 Feb 2005 11:31:10 +0000 (11:31 +0000)]
fix bug preventing from building oci8 as shared module
(patch by stanislav dot voroniy at portavita dot nl)

19 years agofix for bug #31939
Georg Richter [Fri, 25 Feb 2005 08:43:41 +0000 (08:43 +0000)]
fix for bug #31939

19 years agochanging the windows style path seperator in netinet\in.h to netinet/in.h
Anantha Kesari H Y [Fri, 25 Feb 2005 06:31:06 +0000 (06:31 +0000)]
changing the windows style path seperator in netinet\in.h to netinet/in.h

19 years agotime.h is available in NetWare LibC.
Anantha Kesari H Y [Fri, 25 Feb 2005 05:57:41 +0000 (05:57 +0000)]
time.h is available in NetWare LibC.
path sperator has been changed from \ to / while including netware\sendmail_nw.h

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

19 years ago- Change to enable (synch with unix build system)
Marcus Boerger [Fri, 25 Feb 2005 01:17:45 +0000 (01:17 +0000)]
- Change to enable (synch with unix build system)

19 years agoAdded --enable-debug-pack which will create a zip file with *.pdb debug
Edin Kadribasic [Fri, 25 Feb 2005 00:20:19 +0000 (00:20 +0000)]
Added --enable-debug-pack which will create a zip file with *.pdb debug
symbol files. Could be used to allow windows users to use free Microsoft
debugging tools to generate useful backtraces.

Debug tools can be found at:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

CLAGS used described in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;291585

Only tested on VC 6.0.

19 years agoFixed bug #32081 (default socket value is not being used).
Ilia Alshanetsky [Thu, 24 Feb 2005 23:58:59 +0000 (23:58 +0000)]
Fixed bug #32081 (default socket value is not being used).

19 years agoOffical zip files have -Win32 suffix
Edin Kadribasic [Thu, 24 Feb 2005 23:28:49 +0000 (23:28 +0000)]
Offical zip files have -Win32 suffix

19 years ago- Little speed up
Marcus Boerger [Thu, 24 Feb 2005 20:22:40 +0000 (20:22 +0000)]
- Little speed up

19 years ago- This must be == 1
Marcus Boerger [Thu, 24 Feb 2005 20:22:18 +0000 (20:22 +0000)]
- This must be == 1

19 years ago- Fixed all buildconf warnings + cross-compiling issues
foobar [Thu, 24 Feb 2005 19:27:10 +0000 (19:27 +0000)]
- Fixed all buildconf warnings + cross-compiling issues

19 years ago- Make one line comments work the same with <script ...> </script> as with
Andi Gutmans [Thu, 24 Feb 2005 19:25:44 +0000 (19:25 +0000)]
- Make one line comments work the same with <script ...> </script> as with
- other tags. This will break scripts that have whitespace at the end
- of the closing tag </script    > but this is barely used as it is
- and I doubt ppl used whitespace. (patch by Jani)

19 years ago- cross-compile fix
foobar [Thu, 24 Feb 2005 19:05:01 +0000 (19:05 +0000)]
- cross-compile fix

19 years ago- This part of the patch was right
Andi Gutmans [Thu, 24 Feb 2005 18:40:19 +0000 (18:40 +0000)]
- This part of the patch was right

19 years ago- Restructured and added a few comments here and there.
foobar [Thu, 24 Feb 2005 18:11:36 +0000 (18:11 +0000)]
- Restructured and added a few comments here and there.
- Made macros of couple of tests previously littering configure.in
  (e.g. PHP_PROG_AWK, PHP_PROG_LEX, PHP_PROG_BISON..)
- Moved all PHP_SUBST() calls into their respective macros.
  (no point adding empty entries in Makefile if macro is not used)

19 years ago- Generated with re2c 0.9.4
foobar [Thu, 24 Feb 2005 17:50:20 +0000 (17:50 +0000)]
- Generated with re2c 0.9.4

19 years ago- we do not use any global
Pierre Joye [Thu, 24 Feb 2005 15:35:56 +0000 (15:35 +0000)]
- we do not use any global

19 years ago- we do not need this function anymore
Pierre Joye [Thu, 24 Feb 2005 15:30:24 +0000 (15:30 +0000)]
- we do not need this function anymore

19 years ago- revert previous commit, use libxml version to enable or not a function
Pierre Joye [Thu, 24 Feb 2005 15:08:37 +0000 (15:08 +0000)]
- revert previous commit, use libxml version to enable or not a function
  (safer)
- add xmlwriter_flush, flush the buffer, works with both file and mem
  buffer, BC kept
- use ifdef for the function implementation
(Rob, Pierre)

19 years agofix typo
Stanislav Malyshev [Thu, 24 Feb 2005 10:58:16 +0000 (10:58 +0000)]
fix typo

19 years agoFixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.
Dmitry Stogov [Thu, 24 Feb 2005 08:52:11 +0000 (08:52 +0000)]
Fixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.
These opcodes assume IS_TMP_VAR as result.

19 years ago- Need zend_Compile.h for struct _zend_arg_info definiton (thanks to Joe
Andi Gutmans [Thu, 24 Feb 2005 03:11:29 +0000 (03:11 +0000)]
- Need zend_Compile.h for struct _zend_arg_info  definiton (thanks to Joe
Orton)

19 years ago- Fix comment
Andi Gutmans [Thu, 24 Feb 2005 03:04:57 +0000 (03:04 +0000)]
- Fix comment

19 years ago- Revert following patch until we decide what is the right way to handle
Andi Gutmans [Thu, 24 Feb 2005 02:35:59 +0000 (02:35 +0000)]
- Revert following patch until we decide what is the right way to handle
- this:
 - Fix signatures they are all meant to be able to deal with any type in any
    object storage (though we are still missing several parts)

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

19 years ago- Missed during last committs somehow
Marcus Boerger [Thu, 24 Feb 2005 00:14:50 +0000 (00:14 +0000)]
- Missed during last committs somehow

19 years ago- Prevent superflous memory allocation
Marcus Boerger [Thu, 24 Feb 2005 00:12:15 +0000 (00:12 +0000)]
- Prevent superflous memory allocation

19 years ago- Drop driver name from generic tests and reserve those names for driver
Marcus Boerger [Thu, 24 Feb 2005 00:11:16 +0000 (00:11 +0000)]
- Drop driver name from generic tests and reserve those names for driver
  specific tests.
# Well a little design correction

19 years agoAdditional safety checks.
Ilia Alshanetsky [Wed, 23 Feb 2005 23:39:36 +0000 (23:39 +0000)]
Additional safety checks.
# More to follow

19 years ago- Delay ctor call so that it can overwrite everything and the data can
Marcus Boerger [Wed, 23 Feb 2005 23:28:30 +0000 (23:28 +0000)]
- Delay ctor call so that it can overwrite everything and the data can
  already be accessed from the ctor.

19 years ago- Checks for older versions of libxml2
Marcus Boerger [Wed, 23 Feb 2005 23:02:01 +0000 (23:02 +0000)]
- Checks for older versions of libxml2

19 years ago- Slightly redesign
Marcus Boerger [Wed, 23 Feb 2005 22:49:32 +0000 (22:49 +0000)]
- Slightly redesign
# More to follow, explanation follows at more public place

19 years agoFilter skeleton code. No actual filters yet.
Rasmus Lerdorf [Wed, 23 Feb 2005 22:41:43 +0000 (22:41 +0000)]
Filter skeleton code.  No actual filters yet.

19 years agoIncrease maximum mmapable file size to 2mb from 1mb.
Ilia Alshanetsky [Wed, 23 Feb 2005 22:41:05 +0000 (22:41 +0000)]
Increase maximum mmapable file size to 2mb from 1mb.

19 years agoFixed bug #31597: ibase_connect() - incorrect warning
Ard Biesheuvel [Wed, 23 Feb 2005 20:20:25 +0000 (20:20 +0000)]
Fixed bug #31597: ibase_connect() - incorrect warning

19 years agoFixed compiler warning.
Ilia Alshanetsky [Wed, 23 Feb 2005 18:53:09 +0000 (18:53 +0000)]
Fixed compiler warning.

19 years agoMFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http
Ilia Alshanetsky [Wed, 23 Feb 2005 18:48:49 +0000 (18:48 +0000)]
MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http
wrapper).

19 years agoCorrecting bounds check before someone uses this code
Stefan Esser [Wed, 23 Feb 2005 18:26:39 +0000 (18:26 +0000)]
Correcting bounds check before someone uses this code

19 years agoAdded search for libfbclient
Ard Biesheuvel [Wed, 23 Feb 2005 17:44:22 +0000 (17:44 +0000)]
Added search for libfbclient

19 years ago- Synch with the latest checkouts. (include fix by Joe Orton. Thanks.)
Moriyoshi Koizumi [Wed, 23 Feb 2005 13:35:34 +0000 (13:35 +0000)]
- Synch with the latest checkouts.  (include fix by Joe Orton. Thanks.)

19 years ago- Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)
Derick Rethans [Wed, 23 Feb 2005 12:20:04 +0000 (12:20 +0000)]
- Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)
  (Patch by Antony Dogval)

19 years agofix libxml versions for comments
Rob Richards [Wed, 23 Feb 2005 11:25:32 +0000 (11:25 +0000)]
fix libxml versions for comments

19 years agoCustom object serializer infrastructure - PHP implementation
Stanislav Malyshev [Wed, 23 Feb 2005 11:17:52 +0000 (11:17 +0000)]
Custom object serializer infrastructure - PHP implementation
# The detailed announce on the list will follow

19 years agoCustom object serializer infrastructure
Stanislav Malyshev [Wed, 23 Feb 2005 11:15:51 +0000 (11:15 +0000)]
Custom object serializer infrastructure
# The detailed announce on the list will follow

19 years agoIgnore generated files.
Joe Orton [Wed, 23 Feb 2005 11:14:28 +0000 (11:14 +0000)]
Ignore generated files.

19 years agoNetWare can make use of Autoconf generated header file
Anantha Kesari H Y [Wed, 23 Feb 2005 11:02:12 +0000 (11:02 +0000)]
NetWare can make use of Autoconf generated header file

19 years agoNetWare LibC has mkstemp implementation
Anantha Kesari H Y [Wed, 23 Feb 2005 10:54:06 +0000 (10:54 +0000)]
NetWare LibC has mkstemp implementation

19 years agoNetWare can make use autoconf generated header file
Anantha Kesari H Y [Wed, 23 Feb 2005 10:31:44 +0000 (10:31 +0000)]
NetWare can make use autoconf generated header file

19 years agoNetWare LibC has pwd.h
Anantha Kesari H Y [Wed, 23 Feb 2005 08:56:47 +0000 (08:56 +0000)]
NetWare LibC has pwd.h

19 years agoHack the planet
foobar [Wed, 23 Feb 2005 07:50:28 +0000 (07:50 +0000)]
Hack the planet

19 years agoChangeLog update
<changelog@php.net> [Wed, 23 Feb 2005 01:36:05 +0000 (01:36 +0000)]
ChangeLog update

19 years ago- Update docu
Marcus Boerger [Wed, 23 Feb 2005 01:34:14 +0000 (01:34 +0000)]
- Update docu

19 years ago- Use PHP not C semantics
Marcus Boerger [Wed, 23 Feb 2005 01:16:21 +0000 (01:16 +0000)]
- Use PHP not C semantics

19 years ago- Add new tests
Marcus Boerger [Wed, 23 Feb 2005 01:13:13 +0000 (01:13 +0000)]
- Add new tests

19 years ago- Allow to convert Traversable into Aggregate
Marcus Boerger [Wed, 23 Feb 2005 01:09:10 +0000 (01:09 +0000)]
- Allow to convert Traversable into Aggregate

19 years ago- Allow to convert traversable into Iterator
Marcus Boerger [Wed, 23 Feb 2005 01:03:16 +0000 (01:03 +0000)]
- Allow to convert traversable into Iterator

19 years ago- Add new tests
Marcus Boerger [Wed, 23 Feb 2005 00:56:34 +0000 (00:56 +0000)]
- Add new tests

19 years ago- Reorganize ctor_args handling (fixes some bugs)
Marcus Boerger [Wed, 23 Feb 2005 00:52:46 +0000 (00:52 +0000)]
- Reorganize ctor_args handling (fixes some bugs)

19 years ago- Show that PDOStatement implements Traversable
Marcus Boerger [Wed, 23 Feb 2005 00:52:14 +0000 (00:52 +0000)]
- Show that PDOStatement implements Traversable

19 years ago- Make ctor args optional
Marcus Boerger [Wed, 23 Feb 2005 00:29:44 +0000 (00:29 +0000)]
- Make ctor args optional

19 years ago- Need to also revert operator
Marcus Boerger [Tue, 22 Feb 2005 21:22:23 +0000 (21:22 +0000)]
- Need to also revert operator

19 years ago- Put this back in (forgot to revert)
Marcus Boerger [Tue, 22 Feb 2005 20:59:52 +0000 (20:59 +0000)]
- Put this back in (forgot to revert)

19 years ago- Revert signature of PDO:prepare()
Marcus Boerger [Tue, 22 Feb 2005 20:25:56 +0000 (20:25 +0000)]
- Revert signature of PDO:prepare()
  old: proto object PDO::prepare(string statment [, array driver_options [, string classname ]])
  now: proto object PDO::prepare(string statment [, array options])
  param 'classname' and and 'ctor_args' are now set through options
  using index PDO_ATTR_STATEMENT_CLASS
- Change all deriver_options parameters to 'options' to reflect the fact
  that they may contain statement as well as driver specific flags

19 years ago- Allow to derive PDOStatement
Marcus Boerger [Tue, 22 Feb 2005 19:27:34 +0000 (19:27 +0000)]
- Allow to derive PDOStatement
- Verify fetch modes
- Add last fetch mode PDO_FETCH_FUNC (only valid inside fetchAll()) that
  allows to completley customize the way data is treated on the fly

19 years agoFixed bug #31288 (Possible crash in mysql_fetch_field(), if
Ilia Alshanetsky [Tue, 22 Feb 2005 14:58:49 +0000 (14:58 +0000)]
Fixed bug #31288 (Possible crash in mysql_fetch_field(), if
mysql_list_fields() was not called previously).

19 years ago- We cannot provide this fallback becuase it requires zend_object ptr's.
Marcus Boerger [Tue, 22 Feb 2005 14:53:57 +0000 (14:53 +0000)]
- We cannot provide this fallback becuase it requires zend_object ptr's.
# Found that out after discussing with Stas. As a consequence still every
# extension that provides specialised class types is responsible for
# calling its __destruct. This is currently not done for several exts.

19 years agoFix cross-compile
foobar [Tue, 22 Feb 2005 13:52:51 +0000 (13:52 +0000)]
Fix cross-compile

19 years agoFix build (it was #ifNdef NETWARE..)
foobar [Tue, 22 Feb 2005 13:49:52 +0000 (13:49 +0000)]
Fix build (it was #ifNdef NETWARE..)

19 years ago- Fix signatures they are all meant to be able to deal with any type in any
Marcus Boerger [Tue, 22 Feb 2005 12:06:59 +0000 (12:06 +0000)]
- Fix signatures they are all meant to be able to deal with any type in any
  object storage (though we are still missing several parts)

19 years ago- Force calling of dtors unless otherwise specified (fixes several __destruct bugs)
Marcus Boerger [Tue, 22 Feb 2005 11:43:05 +0000 (11:43 +0000)]
- Force calling of dtors unless otherwise specified (fixes several __destruct bugs)

19 years ago- Call dtor
Marcus Boerger [Tue, 22 Feb 2005 11:37:53 +0000 (11:37 +0000)]
- Call dtor

19 years ago- Update libmbfl (fixes bug #32063).
Moriyoshi Koizumi [Tue, 22 Feb 2005 09:57:45 +0000 (09:57 +0000)]
- Update libmbfl (fixes bug #32063).

19 years agoNetWare can include autoconf generated config headers
Anantha Kesari H Y [Tue, 22 Feb 2005 08:48:33 +0000 (08:48 +0000)]
NetWare can include autoconf generated config headers

19 years ago- ifdef all (protos and functions) and using the correct version
Pierre Joye [Tue, 22 Feb 2005 08:05:05 +0000 (08:05 +0000)]
- ifdef all (protos and functions) and using the correct version
- fix protos ending
- ws

19 years agoNetWare can make use of the configure script generated header file.
Anantha Kesari H Y [Tue, 22 Feb 2005 06:13:49 +0000 (06:13 +0000)]
NetWare can make use of the configure script generated header file.

19 years agoNetWare can use Autoconf based build system.
Anantha Kesari H Y [Tue, 22 Feb 2005 06:05:20 +0000 (06:05 +0000)]
NetWare can use Autoconf based build system.

19 years ago- Silly typo.
Moriyoshi Koizumi [Tue, 22 Feb 2005 05:07:37 +0000 (05:07 +0000)]
- Silly typo.

19 years agoChangeLog update
<changelog@php.net> [Tue, 22 Feb 2005 01:36:03 +0000 (01:36 +0000)]
ChangeLog update

19 years agoFixed bug #31515 (Improve performance of scandir() by factor of 10 or so).
Ilia Alshanetsky [Tue, 22 Feb 2005 00:24:13 +0000 (00:24 +0000)]
Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).

19 years agoNuke unused variables when PCRE is not compiled in
foobar [Mon, 21 Feb 2005 21:00:04 +0000 (21:00 +0000)]
Nuke unused variables when PCRE is not compiled in

19 years agoRemove the useless TSRM_FETCH calls
foobar [Mon, 21 Feb 2005 20:57:18 +0000 (20:57 +0000)]
Remove the useless TSRM_FETCH calls