]> granicus.if.org Git - php/log
php
19 years agoTest PDO::beginTransaction and PDO::rollBack.
Dan Scott [Sat, 5 Mar 2005 21:03:12 +0000 (21:03 +0000)]
Test PDO::beginTransaction and PDO::rollBack.

19 years agoOpps.
John Coggeshall [Sat, 5 Mar 2005 17:55:45 +0000 (17:55 +0000)]
Opps.

19 years ago- Fixed bug #32109 ($_POST is not populated in multithreaded environment).
Moriyoshi Koizumi [Sat, 5 Mar 2005 16:41:13 +0000 (16:41 +0000)]
- Fixed bug #32109 ($_POST is not populated in multithreaded environment).

19 years agoMissed this one...
Dan Scott [Sat, 5 Mar 2005 15:48:54 +0000 (15:48 +0000)]
Missed this one...

19 years agoFixed bug #32115 (dateTime encoding of timezone incorrect)
Dmitry Stogov [Sat, 5 Mar 2005 13:27:13 +0000 (13:27 +0000)]
Fixed bug #32115 (dateTime encoding of timezone incorrect)

19 years ago- Negative seeking is not supported
Marcus Boerger [Sat, 5 Mar 2005 11:35:13 +0000 (11:35 +0000)]
- Negative seeking is not supported

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

19 years agoStarting tests....
John Coggeshall [Sat, 5 Mar 2005 01:13:10 +0000 (01:13 +0000)]
Starting tests....

19 years agoCheck that object can actually return a class entry. I need this for a
Andrei Zmievski [Sat, 5 Mar 2005 00:45:47 +0000 (00:45 +0000)]
Check that object can actually return a class entry. I need this for a
class-entry-less helper objects that should not be present in the class
table.

19 years agouse php streams for uri I/O under PHP 4
Rob Richards [Fri, 4 Mar 2005 15:41:33 +0000 (15:41 +0000)]
use php streams for uri I/O under PHP 4

19 years agoMerge from sapi/apache/config.m4 and cleanup
foobar [Fri, 4 Mar 2005 15:15:26 +0000 (15:15 +0000)]
Merge from sapi/apache/config.m4 and cleanup

19 years agoDo not set apache stuff if not building apache
foobar [Fri, 4 Mar 2005 15:14:47 +0000 (15:14 +0000)]
Do not set apache stuff if not building apache

19 years agoThis did not work for some reason, better revert it
foobar [Fri, 4 Mar 2005 15:13:03 +0000 (15:13 +0000)]
This did not work for some reason, better revert it

19 years agoAdd missing subst
foobar [Fri, 4 Mar 2005 14:34:24 +0000 (14:34 +0000)]
Add missing subst

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

19 years ago- Add tests
Marcus Boerger [Fri, 4 Mar 2005 01:29:27 +0000 (01:29 +0000)]
- Add tests
- Fix testname
- Drop unnecessary include line (was wrong anyway)

19 years agoOne more PDO_ODBC test (tested with DB2 V8.2).
Dan Scott [Thu, 3 Mar 2005 20:30:38 +0000 (20:30 +0000)]
One more PDO_ODBC test (tested with DB2 V8.2).

19 years agoNext three tests for PDO_ODBC (tested with DB2 V8.2).
Dan Scott [Thu, 3 Mar 2005 20:23:29 +0000 (20:23 +0000)]
Next three tests for PDO_ODBC (tested with DB2 V8.2).

19 years agoNext batch of tests for PDO_ODBC (tested against DB2 V8.2).
Dan Scott [Thu, 3 Mar 2005 13:53:55 +0000 (13:53 +0000)]
Next batch of tests for PDO_ODBC (tested against DB2 V8.2).

19 years agoBegin porting standard PDO tests to PDO_ODBC, testing against DB2.
Dan Scott [Thu, 3 Mar 2005 11:49:35 +0000 (11:49 +0000)]
Begin porting standard PDO tests to PDO_ODBC, testing against DB2.

19 years ago- Rename test 14 to 16 (which is a new one) and MFB 14 again
Marcus Boerger [Thu, 3 Mar 2005 10:48:02 +0000 (10:48 +0000)]
- Rename test 14 to 16 (which is a new one) and MFB 14 again

19 years ago- Fix bug #32134
Marcus Boerger [Thu, 3 Mar 2005 10:35:34 +0000 (10:35 +0000)]
- Fix bug #32134

19 years agoNew egg
Zeev Suraski [Thu, 3 Mar 2005 09:55:10 +0000 (09:55 +0000)]
New egg

19 years agoFixed bug #32160 (file truncation in copy() when source & destination are
Ilia Alshanetsky [Thu, 3 Mar 2005 03:29:23 +0000 (03:29 +0000)]
Fixed bug #32160 (file truncation in copy() when source & destination are
the same).

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

19 years ago- Finish work on spl_autoload*()
Marcus Boerger [Thu, 3 Mar 2005 00:20:57 +0000 (00:20 +0000)]
- Finish work on spl_autoload*()

19 years ago- Let spl_autoload_extensions() always return what's registered
Marcus Boerger [Wed, 2 Mar 2005 20:59:06 +0000 (20:59 +0000)]
- Let spl_autoload_extensions() always return what's registered

19 years ago- Add testcases for bug #32001
Moriyoshi Koizumi [Wed, 2 Mar 2005 19:27:37 +0000 (19:27 +0000)]
- Add testcases for bug #32001

19 years agoBFN
Rob Richards [Wed, 2 Mar 2005 18:28:31 +0000 (18:28 +0000)]
BFN

19 years agoFixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)
Rob Richards [Wed, 2 Mar 2005 18:27:25 +0000 (18:27 +0000)]
Fixed bug #31033 (php:function(string, nodeset) with xsl:key crashes PHP)
 - only in 5.1 branch for now due to significance of change

19 years agoFixed possible bufferoverflow
Stefan Esser [Wed, 2 Mar 2005 18:21:45 +0000 (18:21 +0000)]
Fixed possible bufferoverflow

19 years agoFixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time)
Rob Richards [Wed, 2 Mar 2005 18:13:34 +0000 (18:13 +0000)]
Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time)

19 years agoChangeLog update
<changelog@php.net> [Wed, 2 Mar 2005 01:35:54 +0000 (01:35 +0000)]
ChangeLog update

19 years ago- Update .cvsignore
Marcus Boerger [Wed, 2 Mar 2005 01:15:54 +0000 (01:15 +0000)]
- Update .cvsignore

19 years ago- Add new functions
Marcus Boerger [Wed, 2 Mar 2005 01:14:41 +0000 (01:14 +0000)]
- Add new functions

19 years ago- Update docu
Marcus Boerger [Tue, 1 Mar 2005 23:44:05 +0000 (23:44 +0000)]
- Update docu

19 years ago- Support statuc methods/functions
Marcus Boerger [Tue, 1 Mar 2005 23:41:49 +0000 (23:41 +0000)]
- Support statuc methods/functions

19 years agoFixed bug #31792 (getrusage() does not provide ru_nswap value).
Ilia Alshanetsky [Tue, 1 Mar 2005 21:32:25 +0000 (21:32 +0000)]
Fixed bug #31792 (getrusage() does not provide ru_nswap value).

19 years agoAdd Oracle tests for PDO.
Magnus M��tt� [Tue, 1 Mar 2005 21:09:12 +0000 (21:09 +0000)]
Add Oracle tests for PDO.

19 years agoAllow = sign in long option argument.
Andrei Zmievski [Tue, 1 Mar 2005 18:19:12 +0000 (18:19 +0000)]
Allow = sign in long option argument.
Fixes PEAR bug #1831.

19 years agoNetWare allows directory seperator as \ and /
Anantha Kesari H Y [Tue, 1 Mar 2005 14:59:37 +0000 (14:59 +0000)]
NetWare allows directory seperator as \ and /

19 years agoHandle last or broken JP2 boxes correctly.
Stefan Esser [Tue, 1 Mar 2005 13:53:02 +0000 (13:53 +0000)]
Handle last or broken JP2 boxes correctly.

19 years agofix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative values
Antony Dovgal [Tue, 1 Mar 2005 13:09:33 +0000 (13:09 +0000)]
fix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative values
do not allow negative value to be passed to gmp_fact()

19 years ago- MFB
Marcus Boerger [Tue, 1 Mar 2005 10:14:18 +0000 (10:14 +0000)]
- MFB

19 years ago- Fix #32130 (ArrayIterator::seek() does not throw an Exception on invalid index)
Marcus Boerger [Tue, 1 Mar 2005 10:06:11 +0000 (10:06 +0000)]
- Fix #32130 (ArrayIterator::seek() does not throw an Exception on invalid index)

19 years ago- Need to store class entry
Marcus Boerger [Tue, 1 Mar 2005 10:05:12 +0000 (10:05 +0000)]
- Need to store class entry

19 years agoupdate
foobar [Tue, 1 Mar 2005 09:26:28 +0000 (09:26 +0000)]
update

19 years agows
foobar [Tue, 1 Mar 2005 09:25:36 +0000 (09:25 +0000)]
ws

19 years agoFix the fix for one line comments with <script..> </script> tags
foobar [Tue, 1 Mar 2005 02:17:41 +0000 (02:17 +0000)]
Fix the fix for one line comments with <script..> </script> tags

19 years agotouch
foobar [Tue, 1 Mar 2005 01:45:34 +0000 (01:45 +0000)]
touch

19 years agoChangeLog update
<changelog@php.net> [Tue, 1 Mar 2005 01:41:19 +0000 (01:41 +0000)]
ChangeLog update

19 years ago- Change comment: Syntax highlighter uses <span> instead of <font>
Johannes Schlüter [Tue, 1 Mar 2005 00:23:31 +0000 (00:23 +0000)]
- Change comment: Syntax highlighter uses <span> instead of <font>

19 years ago- Reserve some bits for flags
Marcus Boerger [Mon, 28 Feb 2005 22:37:13 +0000 (22:37 +0000)]
- Reserve some bits for flags

19 years agoAdded notes about ignore_user_abort to php.ini*
Ilia Alshanetsky [Mon, 28 Feb 2005 22:09:22 +0000 (22:09 +0000)]
Added notes about ignore_user_abort to php.ini*

19 years ago- Need to drop ce until engine gets fixed
Marcus Boerger [Mon, 28 Feb 2005 19:23:56 +0000 (19:23 +0000)]
- Need to drop ce until engine gets fixed

19 years ago- Add support for methods dynamically added through object handlers
Marcus Boerger [Mon, 28 Feb 2005 18:53:33 +0000 (18:53 +0000)]
- Add support for methods dynamically added through object handlers

19 years ago- Fix warning
Marcus Boerger [Mon, 28 Feb 2005 18:44:14 +0000 (18:44 +0000)]
- Fix warning

19 years ago- Changing handler table definitively results in SEGVs
Marcus Boerger [Mon, 28 Feb 2005 18:40:02 +0000 (18:40 +0000)]
- Changing handler table definitively results in SEGVs

19 years agoreorder
foobar [Mon, 28 Feb 2005 16:47:52 +0000 (16:47 +0000)]
reorder

19 years agoThis way around for correct error messages
Stefan Esser [Mon, 28 Feb 2005 16:32:49 +0000 (16:32 +0000)]
This way around for correct error messages

19 years agoDrop invalid arrays
Stefan Esser [Mon, 28 Feb 2005 16:22:39 +0000 (16:22 +0000)]
Drop invalid arrays

19 years agoFix type mismatch.
Joe Orton [Mon, 28 Feb 2005 13:30:50 +0000 (13:30 +0000)]
Fix type mismatch.

19 years agoIf pdo is disabled, skip all the pdo extensions.
Rasmus Lerdorf [Mon, 28 Feb 2005 08:18:47 +0000 (08:18 +0000)]
If pdo is disabled, skip all the pdo extensions.

19 years ago- WS
Pierre Joye [Mon, 28 Feb 2005 08:16:47 +0000 (08:16 +0000)]
- WS

19 years ago- create LIBXML_VERSION and LIBXML_DOTTED_VERSION constants
Pierre Joye [Mon, 28 Feb 2005 08:13:35 +0000 (08:13 +0000)]
- create LIBXML_VERSION and LIBXML_DOTTED_VERSION constants

19 years agoLet's install the mbstring headers.
Wez Furlong [Mon, 28 Feb 2005 05:21:35 +0000 (05:21 +0000)]
Let's install the mbstring headers.
Fixes PECL #3516

19 years agobuild bundled sqlite on win32
Wez Furlong [Mon, 28 Feb 2005 03:23:56 +0000 (03:23 +0000)]
build bundled sqlite on win32

19 years agojuggle around a bit; commit generated file
Wez Furlong [Mon, 28 Feb 2005 03:21:52 +0000 (03:21 +0000)]
juggle around a bit; commit generated file

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

19 years agofix for PECL Bug #3452
Wez Furlong [Mon, 28 Feb 2005 01:30:14 +0000 (01:30 +0000)]
fix for PECL Bug #3452

19 years ago- Fix missapplied logic inversion
Marcus Boerger [Mon, 28 Feb 2005 01:08:07 +0000 (01:08 +0000)]
- Fix missapplied logic inversion

19 years ago- Fix typo
Marcus Boerger [Mon, 28 Feb 2005 00:07:16 +0000 (00:07 +0000)]
- Fix typo

19 years ago- Add tests
Marcus Boerger [Sun, 27 Feb 2005 23:15:52 +0000 (23:15 +0000)]
- Add tests

19 years ago- Disable direct serializing for PHP 5.0
Marcus Boerger [Sun, 27 Feb 2005 22:58:08 +0000 (22:58 +0000)]
- Disable direct serializing for PHP 5.0

19 years ago- Allow default fetch mode to contain fetch flags
Marcus Boerger [Sun, 27 Feb 2005 22:48:14 +0000 (22:48 +0000)]
- Allow default fetch mode to contain fetch flags

19 years ago- Add new test
Marcus Boerger [Sun, 27 Feb 2005 22:39:35 +0000 (22:39 +0000)]
- Add new test

19 years ago- Add some fetch column related capailities
Marcus Boerger [Sun, 27 Feb 2005 22:32:11 +0000 (22:32 +0000)]
- Add some fetch column related capailities
- Add direct (classtype based) unserializing capabilities

19 years ago- Add new test
Marcus Boerger [Sun, 27 Feb 2005 22:25:11 +0000 (22:25 +0000)]
- Add new test

19 years ago- If silence if wanted we do not error out
Marcus Boerger [Sun, 27 Feb 2005 22:22:26 +0000 (22:22 +0000)]
- If silence if wanted we do not error out

19 years ago- Add two new methods
Marcus Boerger [Sun, 27 Feb 2005 22:21:17 +0000 (22:21 +0000)]
- Add two new methods
- Fix signature, no need to cast it

19 years ago- These must be initailized
Marcus Boerger [Sun, 27 Feb 2005 22:18:55 +0000 (22:18 +0000)]
- These must be initailized

19 years agofully distinguish between database and statement level errors
Hartmut Holzgraefe [Sun, 27 Feb 2005 20:34:36 +0000 (20:34 +0000)]
fully distinguish between database and statement level errors

19 years agoAdd a comment to remind me to have a look at this at some point.
Rasmus Lerdorf [Sun, 27 Feb 2005 18:45:07 +0000 (18:45 +0000)]
Add a comment to remind me to have a look at this at some point.

19 years agoFixed compiler warnings.
Ilia Alshanetsky [Sun, 27 Feb 2005 17:08:18 +0000 (17:08 +0000)]
Fixed compiler warnings.

19 years ago- Update method_exists to new handlers and allow first parameter as string
Marcus Boerger [Sun, 27 Feb 2005 15:03:09 +0000 (15:03 +0000)]
- Update method_exists to new handlers and allow first parameter as string

19 years agocs fix (really annoying :)
foobar [Sun, 27 Feb 2005 12:50:22 +0000 (12:50 +0000)]
cs fix (really annoying :)

19 years agouse fetch_fields only once and remember the result
Hartmut Holzgraefe [Sun, 27 Feb 2005 12:43:23 +0000 (12:43 +0000)]
use fetch_fields only once and remember the result

19 years ago- Cache the version check results
foobar [Sun, 27 Feb 2005 12:42:28 +0000 (12:42 +0000)]
- Cache the version check results
# ..and prepare for --enable-developer-mode

19 years agochanged the error checks on result set retrieval
Hartmut Holzgraefe [Sun, 27 Feb 2005 12:15:47 +0000 (12:15 +0000)]
changed the error checks on result set retrieval
UPDATEs not modifying anything are not actually bugs

19 years agono need to check for execution status, always free a result set if there
Hartmut Holzgraefe [Sun, 27 Feb 2005 12:05:46 +0000 (12:05 +0000)]
no need to check for execution status, always free a result set if there
is one

19 years agojust to be sure ...
Hartmut Holzgraefe [Sun, 27 Feb 2005 11:55:39 +0000 (11:55 +0000)]
just to be sure ...

19 years agocols
Hartmut Holzgraefe [Sun, 27 Feb 2005 11:46:38 +0000 (11:46 +0000)]
cols

19 years agoCS / whitespace
Hartmut Holzgraefe [Sun, 27 Feb 2005 11:42:18 +0000 (11:42 +0000)]
CS / whitespace

19 years agouse auto generated error -> state mappings
Hartmut Holzgraefe [Sun, 27 Feb 2005 11:39:15 +0000 (11:39 +0000)]
use auto generated error -> state mappings

19 years agoline endings
Hartmut Holzgraefe [Sun, 27 Feb 2005 11:36:07 +0000 (11:36 +0000)]
line endings

19 years agoerror code mapping (generated from mysql 5 sql_state.h file using
Hartmut Holzgraefe [Sun, 27 Feb 2005 11:31:49 +0000 (11:31 +0000)]
error code mapping (generated from mysql 5 sql_state.h file using
the get_error_codes.php script)

19 years agofix typo
Stanislav Malyshev [Sun, 27 Feb 2005 11:30:41 +0000 (11:30 +0000)]
fix typo

19 years agoinitial checkin
Hartmut Holzgraefe [Sun, 27 Feb 2005 11:29:17 +0000 (11:29 +0000)]
initial checkin

19 years agoEnum filters in phpinfo()
Sara Golemon [Sun, 27 Feb 2005 08:12:12 +0000 (08:12 +0000)]
Enum filters in phpinfo()

19 years agoupgrade bundled sqlite to sqlite 3.1.3
Wez Furlong [Sun, 27 Feb 2005 05:20:19 +0000 (05:20 +0000)]
upgrade bundled sqlite to sqlite 3.1.3