]> granicus.if.org Git - php/log
php
19 years agoMFH: fix typo
foobar [Mon, 5 Dec 2005 22:41:10 +0000 (22:41 +0000)]
MFH: fix typo

19 years agoMFH
foobar [Mon, 5 Dec 2005 22:39:03 +0000 (22:39 +0000)]
MFH

19 years agoMFH
foobar [Mon, 5 Dec 2005 22:21:56 +0000 (22:21 +0000)]
MFH

19 years ago Wrap the php_session.h include in the same ifdef as the rest of the
Brian France [Mon, 5 Dec 2005 20:40:54 +0000 (20:40 +0000)]
    Wrap the php_session.h include in the same ifdef as the rest of the
        session code.

19 years agomore typos fixed (thanks to Mike Naberezny for noticing these)
Antony Dovgal [Mon, 5 Dec 2005 20:06:33 +0000 (20:06 +0000)]
more typos fixed (thanks to Mike Naberezny for noticing these)

19 years agofix reallocation bug
Stanislav Malyshev [Mon, 5 Dec 2005 19:54:47 +0000 (19:54 +0000)]
fix reallocation bug

19 years agoFixed bug #35558 (mktime() interpreting 3 digit years incorrectly).
Ilia Alshanetsky [Mon, 5 Dec 2005 17:27:02 +0000 (17:27 +0000)]
Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly).

19 years agoimprove error messages
Antony Dovgal [Mon, 5 Dec 2005 13:39:52 +0000 (13:39 +0000)]
improve error messages

19 years agoadd NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field types
Antony Dovgal [Mon, 5 Dec 2005 13:22:14 +0000 (13:22 +0000)]
add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field types

19 years agofix #35536 (mysql_field_type() doesn't handle NEWDECIMAL)
Antony Dovgal [Mon, 5 Dec 2005 13:16:48 +0000 (13:16 +0000)]
fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL)
add also SET, ENUM, NEWDATE and GEOMETRY to the switch

19 years agoFixed bug #35509 (string constant as array key has different behavior inside object)
Dmitry Stogov [Mon, 5 Dec 2005 08:56:09 +0000 (08:56 +0000)]
Fixed bug #35509 (string constant as array key has different behavior inside object)

19 years agoAvoid gcov conflicts on non-unique filenames
Ilia Alshanetsky [Mon, 5 Dec 2005 04:22:16 +0000 (04:22 +0000)]
Avoid gcov conflicts on non-unique filenames

19 years agofix branches
foobar [Sun, 4 Dec 2005 23:19:44 +0000 (23:19 +0000)]
fix branches

19 years agoswitch to package2.xml
Wez Furlong [Sun, 4 Dec 2005 22:34:26 +0000 (22:34 +0000)]
switch to package2.xml

19 years agoFix PECL #6138
Wez Furlong [Sun, 4 Dec 2005 18:33:26 +0000 (18:33 +0000)]
Fix PECL #6138

19 years agoAdded tests for new parse_url() and http_build_query() functionality.
Ilia Alshanetsky [Sun, 4 Dec 2005 17:58:15 +0000 (17:58 +0000)]
Added tests for new parse_url() and http_build_query() functionality.

19 years agoMFH:
Ilia Alshanetsky [Sun, 4 Dec 2005 17:44:27 +0000 (17:44 +0000)]
MFH:
Added 2nd optional parameter to parse_url() that allows retrieval of
individual URL components.
Added 3rd optional parameter to http_build_query() that allows custom param
separator.

19 years agoload proper header file
Ilia Alshanetsky [Sun, 4 Dec 2005 17:41:02 +0000 (17:41 +0000)]
load proper header file

19 years agoFixed bug #35062 (socket_read() produces warnings on non blocking sockets).
Ilia Alshanetsky [Sun, 4 Dec 2005 17:30:43 +0000 (17:30 +0000)]
Fixed bug #35062 (socket_read() produces warnings on non blocking sockets).

19 years agoFixed gcov for generated files
Ilia Alshanetsky [Sun, 4 Dec 2005 17:27:34 +0000 (17:27 +0000)]
Fixed gcov for generated files

19 years agoRegen files so they work properly with gcov.
Ilia Alshanetsky [Sun, 4 Dec 2005 17:25:05 +0000 (17:25 +0000)]
Regen files so they work properly with gcov.

19 years agoreorder,reword
foobar [Sun, 4 Dec 2005 14:10:22 +0000 (14:10 +0000)]
reorder,reword

19 years agoBFN
Antony Dovgal [Sun, 4 Dec 2005 11:47:18 +0000 (11:47 +0000)]
BFN

19 years agoMFH: fix #35539 (typo in error message for ErrorException)
Antony Dovgal [Sun, 4 Dec 2005 11:47:00 +0000 (11:47 +0000)]
MFH: fix #35539 (typo in error message for ErrorException)

19 years agoMFH: fix #35543 (php crash when calling non existing method of a class that extends...
Antony Dovgal [Sun, 4 Dec 2005 11:41:13 +0000 (11:41 +0000)]
MFH: fix #35543 (php crash when calling non existing method of a class that extends PDO)

19 years agoMFH: fix typos in xmlwriter/config.m4
Antony Dovgal [Sun, 4 Dec 2005 00:21:39 +0000 (00:21 +0000)]
MFH: fix typos in xmlwriter/config.m4

19 years agoMFH: add declarations
Antony Dovgal [Sat, 3 Dec 2005 23:50:33 +0000 (23:50 +0000)]
MFH: add declarations
more uint -> size_t fixes

19 years agofix #35538 (new "hash" extensions does not compile on amd64)
Antony Dovgal [Sat, 3 Dec 2005 23:31:14 +0000 (23:31 +0000)]
fix #35538 (new "hash" extensions does not compile on amd64)

19 years agoadd .cvsignore
Antony Dovgal [Sat, 3 Dec 2005 23:27:59 +0000 (23:27 +0000)]
add .cvsignore

19 years agoMFH: yet another compile warning
Antony Dovgal [Sat, 3 Dec 2005 23:24:29 +0000 (23:24 +0000)]
MFH: yet another compile warning

19 years agoMFH: fix compile warning
Antony Dovgal [Sat, 3 Dec 2005 23:20:07 +0000 (23:20 +0000)]
MFH: fix compile warning

19 years agoMFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)
foobar [Sat, 3 Dec 2005 13:23:14 +0000 (13:23 +0000)]
MFH: - Fix bug #35530 (ext/bz2 compile failure with phpize)

19 years ago- add adler32 test
Michael Wallner [Sat, 3 Dec 2005 10:31:01 +0000 (10:31 +0000)]
- add adler32 test

19 years agoMFH: fix ws
Michael Wallner [Sat, 3 Dec 2005 10:25:31 +0000 (10:25 +0000)]
MFH: fix ws

19 years ago- add test to package.xml
Michael Wallner [Sat, 3 Dec 2005 10:19:50 +0000 (10:19 +0000)]
- add test to package.xml

19 years agoMFH: add crc32 test
Michael Wallner [Sat, 3 Dec 2005 10:18:38 +0000 (10:18 +0000)]
MFH: add crc32 test

19 years agoMFH: fix possible compile error
foobar [Sat, 3 Dec 2005 01:28:16 +0000 (01:28 +0000)]
MFH: fix possible compile error

19 years agoMFH: fix bug #35528
foobar [Sat, 3 Dec 2005 01:23:25 +0000 (01:23 +0000)]
MFH: fix bug #35528

19 years agoMFH: Add MD4
Sara Golemon [Sat, 3 Dec 2005 01:17:48 +0000 (01:17 +0000)]
MFH: Add MD4

19 years agoMFH
foobar [Sat, 3 Dec 2005 01:12:45 +0000 (01:12 +0000)]
MFH

19 years agoMFH
foobar [Sat, 3 Dec 2005 01:07:00 +0000 (01:07 +0000)]
MFH

19 years agoMFH
foobar [Sat, 3 Dec 2005 00:00:55 +0000 (00:00 +0000)]
MFH

19 years agoRegenerate file to be more gcov friendly
Ilia Alshanetsky [Fri, 2 Dec 2005 17:32:36 +0000 (17:32 +0000)]
Regenerate file to be more gcov friendly

19 years ago- MFH Be picky about names
Marcus Boerger [Fri, 2 Dec 2005 16:00:45 +0000 (16:00 +0000)]
- MFH Be picky about names

19 years ago- touch with correct re2c version and correct options
foobar [Fri, 2 Dec 2005 13:16:38 +0000 (13:16 +0000)]
- touch with correct re2c version and correct options

19 years ago- Fix warning
foobar [Fri, 2 Dec 2005 13:15:58 +0000 (13:15 +0000)]
- Fix warning

19 years agoMFJ: use --enable instead of --with
Michael Wallner [Fri, 2 Dec 2005 10:55:33 +0000 (10:55 +0000)]
MFJ: use --enable instead of --with

19 years agoMFH
foobar [Fri, 2 Dec 2005 08:59:35 +0000 (08:59 +0000)]
MFH

19 years agoEnable hash & xmlwriter by default
Ilia Alshanetsky [Fri, 2 Dec 2005 02:18:54 +0000 (02:18 +0000)]
Enable hash & xmlwriter by default

19 years agoAdded xmlwriter to 5.1
Ilia Alshanetsky [Fri, 2 Dec 2005 02:05:26 +0000 (02:05 +0000)]
Added xmlwriter to 5.1

19 years agoAdded hash extension to PHP 5.1
Ilia Alshanetsky [Fri, 2 Dec 2005 01:59:48 +0000 (01:59 +0000)]
Added hash extension to PHP 5.1

19 years ago- export everything we've got aliases for
Michael Wallner [Thu, 1 Dec 2005 21:07:52 +0000 (21:07 +0000)]
- export everything we've got aliases for

19 years ago- use php_pcre aliases
Michael Wallner [Thu, 1 Dec 2005 20:53:35 +0000 (20:53 +0000)]
- use php_pcre aliases

19 years agotweak fix a bit
Antony Dovgal [Thu, 1 Dec 2005 20:39:12 +0000 (20:39 +0000)]
tweak fix a bit
(by request of Wez)

19 years ago- Fix paths for --enable-gcov usage
foobar [Thu, 1 Dec 2005 20:28:27 +0000 (20:28 +0000)]
- Fix paths for --enable-gcov usage
# re2c -b -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re

19 years agoMFH: ext/filter will need those exports
Michael Wallner [Thu, 1 Dec 2005 20:07:34 +0000 (20:07 +0000)]
MFH: ext/filter will need those exports
# php_compat.h still prevents linking

19 years agoBFN
Antony Dovgal [Thu, 1 Dec 2005 20:01:33 +0000 (20:01 +0000)]
BFN

19 years agoMFH: fix #35508 (PDO fails when unknown fetch mode specified)
Antony Dovgal [Thu, 1 Dec 2005 19:59:58 +0000 (19:59 +0000)]
MFH: fix #35508 (PDO fails when unknown fetch mode specified)

19 years agofix Win32 compile failure
Antony Dovgal [Thu, 1 Dec 2005 19:25:48 +0000 (19:25 +0000)]
fix Win32 compile failure

19 years agoadd 2 new tests
Antony Dovgal [Thu, 1 Dec 2005 18:22:11 +0000 (18:22 +0000)]
add 2 new tests
now we have one extension absolutely covered by tests, yay! =)

19 years agoFixed memory leaks
Ilia Alshanetsky [Thu, 1 Dec 2005 16:33:01 +0000 (16:33 +0000)]
Fixed memory leaks

19 years agoFixed bug #35499 (strtotime() does not handle whitespace around the date
Ilia Alshanetsky [Thu, 1 Dec 2005 16:24:52 +0000 (16:24 +0000)]
Fixed bug #35499 (strtotime() does not handle whitespace around the date
string).

19 years agofix news
foobar [Thu, 1 Dec 2005 15:29:40 +0000 (15:29 +0000)]
fix news

19 years agofix compile failure on Windows - Microsoft hasn't heard of long long :)
Andrey Hristov [Thu, 1 Dec 2005 14:12:56 +0000 (14:12 +0000)]
fix compile failure on Windows - Microsoft hasn't heard of long long :)

19 years agofix #35490 (socket_sendto() unable to handle IPv6 addresses)
Antony Dovgal [Thu, 1 Dec 2005 14:02:54 +0000 (14:02 +0000)]
fix #35490 (socket_sendto() unable to handle IPv6 addresses)

19 years agoMFH: fix potential problem in php_oci_bind_post_exec() when OCIDateToText() fails
Antony Dovgal [Thu, 1 Dec 2005 13:47:22 +0000 (13:47 +0000)]
MFH: fix potential problem in php_oci_bind_post_exec() when OCIDateToText() fails

19 years agoannounce the OCI8 upgrade in the news entry
Antony Dovgal [Thu, 1 Dec 2005 13:41:53 +0000 (13:41 +0000)]
announce the OCI8 upgrade in the news entry

19 years agoupgrade bundled OCI8 to v.1.1
Antony Dovgal [Thu, 1 Dec 2005 13:39:48 +0000 (13:39 +0000)]
upgrade bundled OCI8 to v.1.1

19 years agoFixed bug #35437 (Segfault or Invalid Opcode 137/1/4)
Dmitry Stogov [Thu, 1 Dec 2005 12:50:58 +0000 (12:50 +0000)]
Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4)

19 years agoFixed bug #34729 (Crash in ZTS mode under Apache)
Dmitry Stogov [Thu, 1 Dec 2005 11:48:17 +0000 (11:48 +0000)]
Fixed bug #34729 (Crash in ZTS mode under Apache)

19 years agofix build - zend_reflection_api.c is no more
Rob Richards [Thu, 1 Dec 2005 11:11:46 +0000 (11:11 +0000)]
fix build - zend_reflection_api.c is no more

19 years agomysqli is since many months not experimental
Andrey Hristov [Thu, 1 Dec 2005 09:49:48 +0000 (09:49 +0000)]
mysqli is since many months not experimental
add myself as maintainer. discussed with georg.

19 years agoMFH: - Fix paths for --enable-gcov
foobar [Thu, 1 Dec 2005 09:34:20 +0000 (09:34 +0000)]
MFH: - Fix paths for --enable-gcov

19 years agoMFH: - Use correct configure option style. Enabled by default.
foobar [Thu, 1 Dec 2005 08:54:22 +0000 (08:54 +0000)]
MFH: - Use correct configure option style. Enabled by default.

19 years agoprep for release
Wez Furlong [Thu, 1 Dec 2005 05:16:24 +0000 (05:16 +0000)]
prep for release

19 years agosync with docs (?)
foobar [Thu, 1 Dec 2005 00:42:13 +0000 (00:42 +0000)]
sync with docs (?)

19 years agoFixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without
Ilia Alshanetsky [Wed, 30 Nov 2005 23:51:25 +0000 (23:51 +0000)]
Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without
proper init).

19 years agoadd new test
Antony Dovgal [Wed, 30 Nov 2005 23:34:08 +0000 (23:34 +0000)]
add new test
improve gcov stats =)

19 years agoFixed memory leak
Ilia Alshanetsky [Wed, 30 Nov 2005 23:27:15 +0000 (23:27 +0000)]
Fixed memory leak

19 years agoMFH
foobar [Wed, 30 Nov 2005 22:47:03 +0000 (22:47 +0000)]
MFH

19 years ago- Reflection was moved into its own extension
Marcus Boerger [Wed, 30 Nov 2005 21:58:01 +0000 (21:58 +0000)]
- Reflection was moved into its own extension

19 years ago- Moved reflection into its own extension
Marcus Boerger [Wed, 30 Nov 2005 21:53:20 +0000 (21:53 +0000)]
- Moved reflection into its own extension

19 years ago- MFH Move reflection to its own extension
Marcus Boerger [Wed, 30 Nov 2005 21:46:26 +0000 (21:46 +0000)]
- MFH Move reflection to its own extension
# As discussed with RM

19 years agoFixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys
Ilia Alshanetsky [Wed, 30 Nov 2005 18:10:19 +0000 (18:10 +0000)]
Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys
properly).

19 years agoBFN
Andrey Hristov [Wed, 30 Nov 2005 16:23:20 +0000 (16:23 +0000)]
BFN

19 years agoadd a test case
Andrey Hristov [Wed, 30 Nov 2005 16:20:25 +0000 (16:20 +0000)]
add a test case
fix incorrect handling of unsigned bigint.
optimize handling of unsigned int

19 years agofix more leaks. handle better unknown type (4.1.x connected to 5.0.x
Andrey Hristov [Wed, 30 Nov 2005 15:26:41 +0000 (15:26 +0000)]
fix more leaks. handle better unknown type (4.1.x connected to 5.0.x
incompatibility)

19 years agoMFH: - Fix the ccache detection
foobar [Wed, 30 Nov 2005 15:01:34 +0000 (15:01 +0000)]
MFH: - Fix the ccache detection

19 years agobfn
foobar [Wed, 30 Nov 2005 12:35:55 +0000 (12:35 +0000)]
bfn

19 years agoBFN
Andrey Hristov [Wed, 30 Nov 2005 11:38:11 +0000 (11:38 +0000)]
BFN

19 years agofix a crash and a leak.
Andrey Hristov [Wed, 30 Nov 2005 11:35:03 +0000 (11:35 +0000)]
fix a crash and a leak.
4.1.15 (client) -> 5.x (server) because of the incompatibility because of
decimal in the protocol binding may fail. Don't close the statement in
that case because subsequent ->execute() will crash or any other function
that will try to use already freed (and in debug mode thrashed) pointer.
#probably more problems exist because of the 4.1.x -> 5.x protocol
#incompatibility

19 years agoMFH: fix possible crash in pdo_mysql_stmt_dtor()
Antony Dovgal [Wed, 30 Nov 2005 11:33:07 +0000 (11:33 +0000)]
MFH: fix possible crash in pdo_mysql_stmt_dtor()

19 years ago*** empty log message ***
Dmitry Stogov [Wed, 30 Nov 2005 10:30:38 +0000 (10:30 +0000)]
*** empty log message ***

19 years agoFixed bug #35373 (HP-UX "alias not allowed in this configuration")
Dmitry Stogov [Wed, 30 Nov 2005 10:29:44 +0000 (10:29 +0000)]
Fixed bug #35373 (HP-UX "alias not allowed in this configuration")

19 years agoFixed bug #35470 (Assigning global using variable name from array doesn't function)
Dmitry Stogov [Wed, 30 Nov 2005 10:09:37 +0000 (10:09 +0000)]
Fixed bug #35470 (Assigning global using variable name from array doesn't function)

19 years agoFix dep usage; it must appear after the PHP_NEW_EXTENSION line.
Wez Furlong [Wed, 30 Nov 2005 04:50:03 +0000 (04:50 +0000)]
Fix dep usage; it must appear after the PHP_NEW_EXTENSION line.
pdo and spl are both optional dependencies.

19 years agoFix bugs #35379 and #35432 by erroring out when the user configures PHP
Wez Furlong [Wed, 30 Nov 2005 04:47:24 +0000 (04:47 +0000)]
Fix bugs #35379 and #35432 by erroring out when the user configures PHP
extensions with conflicting options.

Jani, feel free to refine the way that extensions are detected as shared :)

For this to be foolproof, we either need to guarantee that the extensions have
their PHP_NEW_EXTENSION invoked in the right sequence.  Eg: PDO should be
handled in the configure script before any of the extensions that depend on it
are handled... tricky.

By happy coincidence, the alphabet ensures that pdo is configured before all
the pdo_ extensions, and also before sqlite, so this works for now.

19 years agoFix PECL Bug #6102; fails to configure for instant client on OSX.
Wez Furlong [Wed, 30 Nov 2005 03:18:09 +0000 (03:18 +0000)]
Fix PECL Bug #6102; fails to configure for instant client on OSX.
In addition, make it work for the instant client install on my gentoo box.

19 years agoMFH: - Added --enable-gcov configure option to enable C-level code coverage.
foobar [Tue, 29 Nov 2005 23:20:01 +0000 (23:20 +0000)]
MFH: - Added --enable-gcov configure option to enable C-level code coverage.

19 years agoFixed ZTS build
Ilia Alshanetsky [Tue, 29 Nov 2005 23:10:15 +0000 (23:10 +0000)]
Fixed ZTS build