]> granicus.if.org Git - php/log
php
20 years agokeep a log here for now
Wez Furlong [Wed, 9 Feb 2005 06:44:08 +0000 (06:44 +0000)]
keep a log here for now

20 years agoExpose the quoter method of the driver as PDO::quote().
Wez Furlong [Wed, 9 Feb 2005 06:43:15 +0000 (06:43 +0000)]
Expose the quoter method of the driver as PDO::quote().
Closes PECL Bug #3393

20 years agotypo fix
Wez Furlong [Wed, 9 Feb 2005 06:14:48 +0000 (06:14 +0000)]
typo fix

20 years agohope it works!
Wez Furlong [Wed, 9 Feb 2005 05:26:38 +0000 (05:26 +0000)]
hope it works!

20 years agodisable dep
Wez Furlong [Wed, 9 Feb 2005 05:18:02 +0000 (05:18 +0000)]
disable dep

20 years agodisable dep for pecl release
Wez Furlong [Wed, 9 Feb 2005 05:12:41 +0000 (05:12 +0000)]
disable dep for pecl release

20 years agoprep for release
Wez Furlong [Wed, 9 Feb 2005 05:04:40 +0000 (05:04 +0000)]
prep for release

20 years agoprep for possible release
Wez Furlong [Wed, 9 Feb 2005 05:00:58 +0000 (05:00 +0000)]
prep for possible release

20 years agoupdate ready for release.
Wez Furlong [Wed, 9 Feb 2005 04:57:32 +0000 (04:57 +0000)]
update ready for release.
Disable dependency macro for compatibility with existing PHP 5.0.x releases.

20 years agobe realistic...
Wez Furlong [Wed, 9 Feb 2005 04:56:10 +0000 (04:56 +0000)]
be realistic...

20 years agoupdate ready for release
Wez Furlong [Wed, 9 Feb 2005 04:54:56 +0000 (04:54 +0000)]
update ready for release
# includes big hack to help guide people into running "make install" so
# that the headers get installed; works around a pear bug.

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

20 years ago- Complement for Jani's fix. Likely fix the iconv issue.
Moriyoshi Koizumi [Wed, 9 Feb 2005 00:49:45 +0000 (00:49 +0000)]
- Complement for Jani's fix. Likely fix the iconv issue.

20 years agofix typo
Wez Furlong [Wed, 9 Feb 2005 00:38:11 +0000 (00:38 +0000)]
fix typo

20 years ago- Initial Observer implementation
Marcus Boerger [Tue, 8 Feb 2005 20:42:48 +0000 (20:42 +0000)]
- Initial Observer implementation

20 years ago- Update to 2005
Marcus Boerger [Tue, 8 Feb 2005 19:10:06 +0000 (19:10 +0000)]
- Update to 2005

20 years ago- Fix year and speling
Marcus Boerger [Tue, 8 Feb 2005 19:05:25 +0000 (19:05 +0000)]
- Fix year and speling

20 years ago- Actually these are private
Marcus Boerger [Tue, 8 Feb 2005 19:00:19 +0000 (19:00 +0000)]
- Actually these are private

20 years agoRemoved pointless operations/declarations.
Ilia Alshanetsky [Tue, 8 Feb 2005 15:30:42 +0000 (15:30 +0000)]
Removed pointless operations/declarations.

20 years agoAdded optional maxlen parameter to file_get_contents().
Ilia Alshanetsky [Tue, 8 Feb 2005 15:25:45 +0000 (15:25 +0000)]
Added optional maxlen parameter to file_get_contents().

20 years agomove ext/cpdf to PECL
Antony Dovgal [Tue, 8 Feb 2005 13:40:37 +0000 (13:40 +0000)]
move ext/cpdf to PECL

20 years agoDon't need MSHUTDOWN either here
Rasmus Lerdorf [Tue, 8 Feb 2005 05:25:48 +0000 (05:25 +0000)]
Don't need MSHUTDOWN either here

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

20 years agoGet rid of more useless RINIT/RSHUTDOWN calls
Rasmus Lerdorf [Mon, 7 Feb 2005 23:04:00 +0000 (23:04 +0000)]
Get rid of more useless RINIT/RSHUTDOWN calls

20 years agoFixed bug #31527 (crash in msg_send() when non-string is stored without
Ilia Alshanetsky [Mon, 7 Feb 2005 22:31:19 +0000 (22:31 +0000)]
Fixed bug #31527 (crash in msg_send() when non-string is stored without
being serialized).

20 years agoNo reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here
Rasmus Lerdorf [Mon, 7 Feb 2005 22:16:46 +0000 (22:16 +0000)]
No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions here

20 years agoFixed bug introduced with foreach() optimization patch
Dmitry Stogov [Mon, 7 Feb 2005 17:54:58 +0000 (17:54 +0000)]
Fixed bug introduced with foreach() optimization patch

20 years agoFixed FE_RESET/FE_FETCH bug.
Dmitry Stogov [Mon, 7 Feb 2005 16:44:00 +0000 (16:44 +0000)]
Fixed FE_RESET/FE_FETCH bug.
Now FE_RESET instruction takes jump-address from itself, not from the following FE_FETCH instruction.

20 years ago- Add missing '?>'
Marcus Boerger [Mon, 7 Feb 2005 16:27:41 +0000 (16:27 +0000)]
- Add missing '?>'

20 years agoforeash($a as $key => $val) optimization
Dmitry Stogov [Mon, 7 Feb 2005 16:09:54 +0000 (16:09 +0000)]
foreash($a as $key => $val) optimization
Removed temorary array creation on each iteration.

20 years ago- Remove part of the cleanup which causes a problem with unnormal code
Marcus Boerger [Mon, 7 Feb 2005 15:22:38 +0000 (15:22 +0000)]
- Remove part of the cleanup which causes a problem with unnormal code
  like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0 and 4.3 are fine though.

20 years ago- Add new test
Marcus Boerger [Mon, 7 Feb 2005 15:16:08 +0000 (15:16 +0000)]
- Add new test

20 years agofix leaks on shutdown
Antony Dovgal [Mon, 7 Feb 2005 13:30:45 +0000 (13:30 +0000)]
fix leaks on shutdown
fix leaks appearing when trying to open several "databases"

20 years ago- Fixed bug #31858 (--disable-cli does not force --without-pear)
foobar [Mon, 7 Feb 2005 12:48:11 +0000 (12:48 +0000)]
- Fixed bug #31858 (--disable-cli does not force --without-pear)

20 years agoa working implementation of LOB input parameters for ODBC.
Wez Furlong [Mon, 7 Feb 2005 04:13:32 +0000 (04:13 +0000)]
a working implementation of LOB input parameters for ODBC.
however: when sending in a string from the script, we get a 1 byte overflow
of the pdo parameter structure... Need to install valgrind on the test box

20 years agoThis might allow piecewise sending of LOB data for input parameters.
Wez Furlong [Mon, 7 Feb 2005 03:27:54 +0000 (03:27 +0000)]
This might allow piecewise sending of LOB data for input parameters.

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

20 years agoupdate
Wez Furlong [Mon, 7 Feb 2005 01:21:58 +0000 (01:21 +0000)]
update

20 years agoupdate for input/output parameters change
Wez Furlong [Mon, 7 Feb 2005 01:17:24 +0000 (01:17 +0000)]
update for input/output parameters change

20 years agoImplement input/output parameters
Wez Furlong [Mon, 7 Feb 2005 01:16:16 +0000 (01:16 +0000)]
Implement input/output parameters

20 years agoadd input/output parameter type flag
Wez Furlong [Mon, 7 Feb 2005 01:12:49 +0000 (01:12 +0000)]
add input/output parameter type flag

20 years agoand the generated file
Wez Furlong [Mon, 7 Feb 2005 00:26:38 +0000 (00:26 +0000)]
and the generated file

20 years agohandle input LOBs (which are passed as streams) in bound parameter emulation.
Wez Furlong [Mon, 7 Feb 2005 00:26:22 +0000 (00:26 +0000)]
handle input LOBs (which are passed as streams) in bound parameter emulation.
Update error handling.

20 years agofix pointer indirection (and thus leak)
Wez Furlong [Mon, 7 Feb 2005 00:04:20 +0000 (00:04 +0000)]
fix pointer indirection (and thus leak)

20 years agocentralize this define
Wez Furlong [Mon, 7 Feb 2005 00:02:51 +0000 (00:02 +0000)]
centralize this define

20 years agohmmm
Wez Furlong [Sun, 6 Feb 2005 23:58:53 +0000 (23:58 +0000)]
hmmm

20 years agoCorrect fix for #28804
Zeev Suraski [Sun, 6 Feb 2005 23:51:59 +0000 (23:51 +0000)]
Correct fix for #28804

20 years agoeven less noise
Wez Furlong [Sun, 6 Feb 2005 23:23:05 +0000 (23:23 +0000)]
even less noise

20 years agoupdate for api changes
Wez Furlong [Sun, 6 Feb 2005 23:22:37 +0000 (23:22 +0000)]
update for api changes

20 years agoAvoid bug where stream_copy_to_stream() call for precisely 2000000 bytes would
Wez Furlong [Sun, 6 Feb 2005 23:17:09 +0000 (23:17 +0000)]
Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes would
result in entire resource being copied.
The mmap brake is already present inside mmap_range() and is set to 1MB.

20 years agosupport sucking data from streams in file_put_contents()
Wez Furlong [Sun, 6 Feb 2005 23:05:24 +0000 (23:05 +0000)]
support sucking data from streams in file_put_contents()

20 years agoFixed possible un-initialized var on error.
Ilia Alshanetsky [Sun, 6 Feb 2005 22:58:46 +0000 (22:58 +0000)]
Fixed possible un-initialized var on error.

20 years agoless noise
Wez Furlong [Sun, 6 Feb 2005 22:48:36 +0000 (22:48 +0000)]
less noise

20 years agoAdjust for the new get_col api
Edin Kadribasic [Sun, 6 Feb 2005 22:48:35 +0000 (22:48 +0000)]
Adjust for the new get_col api

20 years agoupdate for api changes
Wez Furlong [Sun, 6 Feb 2005 22:34:53 +0000 (22:34 +0000)]
update for api changes

20 years agomake configure smarter.
Wez Furlong [Sun, 6 Feb 2005 22:25:33 +0000 (22:25 +0000)]
make configure smarter.
Update for new get_col() signature

20 years agoadd a caller_frees parameter to get_col() to allow drivers that need
Wez Furlong [Sun, 6 Feb 2005 22:11:12 +0000 (22:11 +0000)]
add a caller_frees parameter to get_col() to allow drivers that need
to allocate data on demand to do so without worrying about cleaning it up.

Spec out how LOB parameters are returned.

20 years agoadd an open mode for the memory streams that allows the stream to take
Wez Furlong [Sun, 6 Feb 2005 21:41:36 +0000 (21:41 +0000)]
add an open mode for the memory streams that allows the stream to take
ownership of the passed-in buffer

20 years agobetter handling of pdo-level errors
Wez Furlong [Sun, 6 Feb 2005 21:05:59 +0000 (21:05 +0000)]
better handling of pdo-level errors

20 years agotouch again
Wez Furlong [Sun, 6 Feb 2005 21:05:28 +0000 (21:05 +0000)]
touch again

20 years agoupdate todo
Wez Furlong [Sun, 6 Feb 2005 19:59:32 +0000 (19:59 +0000)]
update todo

20 years agosupport getting some more attributes
Wez Furlong [Sun, 6 Feb 2005 17:49:48 +0000 (17:49 +0000)]
support getting some more attributes

20 years agothis one too
Wez Furlong [Sun, 6 Feb 2005 17:33:12 +0000 (17:33 +0000)]
this one too

20 years agohandle some generic attributes here
Wez Furlong [Sun, 6 Feb 2005 17:25:09 +0000 (17:25 +0000)]
handle some generic attributes here

20 years agoThis will probably fix PECL Bug #3273
Wez Furlong [Sun, 6 Feb 2005 16:46:18 +0000 (16:46 +0000)]
This will probably fix PECL Bug #3273

20 years agotouch file
Wez Furlong [Sun, 6 Feb 2005 16:29:33 +0000 (16:29 +0000)]
touch file

20 years ago- Made error handler not output anything if error was not in error_reporting() mask
Timm Friebe [Sun, 6 Feb 2005 14:08:11 +0000 (14:08 +0000)]
- Made error handler not output anything if error was not in error_reporting() mask

20 years ago- Fixed error handler for situations in which an error
Timm Friebe [Sun, 6 Feb 2005 14:06:21 +0000 (14:06 +0000)]
- Fixed error handler for situations in which an error
  was raised in an include file

20 years ago- Initial release
Timm Friebe [Sun, 6 Feb 2005 13:35:09 +0000 (13:35 +0000)]
- Initial release
# Used for being able to run .phpt-files in a webserver environment
# Incomplete and pretty basic but serves its purpose ATM

20 years ago- Prefixed all temporary names with "phpt_"
Timm Friebe [Sun, 6 Feb 2005 12:59:03 +0000 (12:59 +0000)]
- Prefixed all temporary names with "phpt_"

20 years ago- Initial release
Timm Friebe [Sun, 6 Feb 2005 11:58:53 +0000 (11:58 +0000)]
- Initial release
# Works perfectly with php-cli

20 years ago- "Unified" test name
Timm Friebe [Sun, 6 Feb 2005 11:58:18 +0000 (11:58 +0000)]
- "Unified" test name

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

20 years agoFinalized pgsql LOB support using native pgsql bytea type.
Edin Kadribasic [Sun, 6 Feb 2005 01:27:27 +0000 (01:27 +0000)]
Finalized pgsql LOB support using native pgsql bytea type.
If paramater is bound with type PDO_PARAM_LOB the quoter function
gets a hint that specific LOB type quoting should be used:

$stmt->bindParam(":lob", $lob, PDO_PARAM_LOB);

20 years agoDon't segault when we have placeholders but no bound params
Edin Kadribasic [Sun, 6 Feb 2005 00:46:17 +0000 (00:46 +0000)]
Don't segault when we have placeholders but no bound params

20 years agoDecode pgsql LOB objects (bytea type) on fetch
Edin Kadribasic [Sat, 5 Feb 2005 22:55:23 +0000 (22:55 +0000)]
Decode pgsql LOB objects (bytea type) on fetch

20 years agoReturn lobs as strings for now
Edin Kadribasic [Sat, 5 Feb 2005 22:46:26 +0000 (22:46 +0000)]
Return lobs as strings for now

20 years agoupdate separately
Wez Furlong [Sat, 5 Feb 2005 21:30:19 +0000 (21:30 +0000)]
update separately

20 years agopass param type to quoter functions
Wez Furlong [Sat, 5 Feb 2005 21:29:42 +0000 (21:29 +0000)]
pass param type to quoter functions

20 years agoRemoved unused variebles.
Edin Kadribasic [Sat, 5 Feb 2005 20:38:47 +0000 (20:38 +0000)]
Removed unused variebles.
Return OID as int.

20 years ago- Cleanup foreach statement
Marcus Boerger [Sat, 5 Feb 2005 14:01:59 +0000 (14:01 +0000)]
- Cleanup foreach statement

20 years agofix for bug #29329
Georg Richter [Sat, 5 Feb 2005 10:59:38 +0000 (10:59 +0000)]
fix for bug #29329

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

20 years agofix test
foobar [Fri, 4 Feb 2005 23:23:34 +0000 (23:23 +0000)]
fix test

20 years agoadded some missing zend_[declare|update]_property_...() convenience
Hartmut Holzgraefe [Fri, 4 Feb 2005 20:24:21 +0000 (20:24 +0000)]
added some missing zend_[declare|update]_property_...() convenience
functions for bool, double and binary safe string data

20 years agoFixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple...
Dmitry Stogov [Fri, 4 Feb 2005 15:42:46 +0000 (15:42 +0000)]
Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple parts)

20 years ago- Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
Derick Rethans [Fri, 4 Feb 2005 14:28:50 +0000 (14:28 +0000)]
- Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)

20 years ago- Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
foobar [Fri, 4 Feb 2005 13:08:56 +0000 (13:08 +0000)]
- Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).

20 years ago- Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
foobar [Fri, 4 Feb 2005 10:39:33 +0000 (10:39 +0000)]
- Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
# patch by: lukem at NetBSD dot org

20 years agoGet OID of the last inserted row
Edin Kadribasic [Fri, 4 Feb 2005 01:48:01 +0000 (01:48 +0000)]
Get OID of the last inserted row

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

20 years agoProper fix for bug #31796 .
Ilia Alshanetsky [Fri, 4 Feb 2005 00:21:50 +0000 (00:21 +0000)]
Proper fix for bug #31796 .

20 years agoFixed bug #31796 (readline completion handler does not handle empty return
Ilia Alshanetsky [Thu, 3 Feb 2005 22:45:36 +0000 (22:45 +0000)]
Fixed bug #31796 (readline completion handler does not handle empty return
values).

20 years agoUse the created connection string.
Ilia Alshanetsky [Thu, 3 Feb 2005 22:24:50 +0000 (22:24 +0000)]
Use the created connection string.

20 years ago- Fix buildconf with BSD make
foobar [Thu, 3 Feb 2005 17:42:42 +0000 (17:42 +0000)]
- Fix buildconf with BSD make

20 years agoFix typos.
Magnus M��tt� [Thu, 3 Feb 2005 17:02:42 +0000 (17:02 +0000)]
Fix typos.

20 years agocleanup
foobar [Thu, 3 Feb 2005 15:46:15 +0000 (15:46 +0000)]
cleanup

20 years ago- Fixed bug #28804 (ini-file section parsing pattern is buggy).
foobar [Thu, 3 Feb 2005 03:01:56 +0000 (03:01 +0000)]
- Fixed bug #28804 (ini-file section parsing pattern is buggy).

20 years agows fix
foobar [Thu, 3 Feb 2005 02:58:21 +0000 (02:58 +0000)]
ws fix

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