]> granicus.if.org Git - php/log
php
19 years ago- Fix summaries again
Marcus Boerger [Tue, 6 Dec 2005 09:34:44 +0000 (09:34 +0000)]
- Fix summaries again

19 years agoChangeLog update
<changelog@php.net> [Tue, 6 Dec 2005 06:46:50 +0000 (06:46 +0000)]
ChangeLog update

19 years agoAdd json extension to PECL.
Omar Kilani [Tue, 6 Dec 2005 06:23:24 +0000 (06:23 +0000)]
Add json extension to PECL.

19 years agoPrevent header injection by limiting each header to a single line.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:39:26 +0000 (03:39 +0000)]
Prevent header injection by limiting each header to a single line.

19 years agoMFB51: Fixed possible XSS inside error reporting functionality.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:13:53 +0000 (03:13 +0000)]
MFB51: Fixed possible XSS inside error reporting functionality.

19 years ago- Fix docs
foobar [Tue, 6 Dec 2005 02:30:04 +0000 (02:30 +0000)]
- Fix docs

19 years ago- Nuke php3 legacy
foobar [Tue, 6 Dec 2005 02:28:26 +0000 (02:28 +0000)]
- Nuke php3 legacy

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 02:10:00 +0000 (02:10 +0000)]
- nuke php3 legacy

19 years agofix build
foobar [Tue, 6 Dec 2005 02:07:17 +0000 (02:07 +0000)]
fix build

19 years ago- function_entry -> zend_function_entry (php3 legacy!)
foobar [Tue, 6 Dec 2005 02:00:07 +0000 (02:00 +0000)]
- function_entry -> zend_function_entry (php3 legacy!)

19 years ago- Support for '--' style switches
Marcus Boerger [Tue, 6 Dec 2005 01:51:17 +0000 (01:51 +0000)]
- Support for '--' style switches
- Modularize output
- Better valgrind integration (valgrind 3.0.0+ required now) (-m)
- Ability to generate an additional html style output log (--html)
- Ability to test unicode + native tests in one go (-U)

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:39:35 +0000 (01:39 +0000)]
nuke php3 legacy

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:26:39 +0000 (01:26 +0000)]
nuke php3 legacy

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:13:59 +0000 (01:13 +0000)]
nuke php3 legacy

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:08:40 +0000 (01:08 +0000)]
nuke php3 legacy

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 01:04:42 +0000 (01:04 +0000)]
- nuke php3 legacy

19 years agonuke php3 legacy (and be consistent)
foobar [Tue, 6 Dec 2005 01:02:38 +0000 (01:02 +0000)]
nuke php3 legacy (and be consistent)

19 years agonuke php3 legacy
foobar [Tue, 6 Dec 2005 01:00:13 +0000 (01:00 +0000)]
nuke php3 legacy

19 years agofix build
foobar [Tue, 6 Dec 2005 00:54:11 +0000 (00:54 +0000)]
fix build

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 00:51:53 +0000 (00:51 +0000)]
- nuke php3 legacy

19 years ago- Nuke php3_compat.h
foobar [Tue, 6 Dec 2005 00:44:22 +0000 (00:44 +0000)]
- Nuke php3_compat.h

19 years ago- nuke php3 legacy
foobar [Tue, 6 Dec 2005 00:43:35 +0000 (00:43 +0000)]
- nuke php3 legacy

19 years ago1.0.2
Ilia Alshanetsky [Tue, 6 Dec 2005 00:27:01 +0000 (00:27 +0000)]
1.0.2

19 years ago- Use the real name instead of the BC name here
foobar [Mon, 5 Dec 2005 23:52:30 +0000 (23:52 +0000)]
- Use the real name instead of the BC name here

19 years ago- list_entry -> zend_rsrc_list_entry
foobar [Mon, 5 Dec 2005 23:31:09 +0000 (23:31 +0000)]
- list_entry -> zend_rsrc_list_entry

19 years ago- Nuke php3 legacy
foobar [Mon, 5 Dec 2005 22:53:34 +0000 (22:53 +0000)]
- Nuke php3 legacy

19 years ago- Do not use the PHP3 era names
foobar [Mon, 5 Dec 2005 22:43:01 +0000 (22:43 +0000)]
- Do not use the PHP3 era names

19 years agofix typo
foobar [Mon, 5 Dec 2005 22:40:31 +0000 (22:40 +0000)]
fix typo

19 years ago- Do not use the PHP3 era names!
foobar [Mon, 5 Dec 2005 22:38:17 +0000 (22:38 +0000)]
- Do not use the PHP3 era names!

19 years ago- Nuke php3 legacy
foobar [Mon, 5 Dec 2005 22:21:12 +0000 (22:21 +0000)]
- Nuke php3 legacy

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:41:57 +0000 (20:41 +0000)]
    Wrap the php_session.h include in the same ifdef as the rest of the
        session code.

19 years agoMF5.1: fix reallocation bug
Stanislav Malyshev [Mon, 5 Dec 2005 20:08:19 +0000 (20:08 +0000)]
MF5.1: fix reallocation bug

19 years agoMF51: more typos fixed (thanks to Mike Naberezny for noticing these)
Antony Dovgal [Mon, 5 Dec 2005 20:07:18 +0000 (20:07 +0000)]
MF51: more typos fixed (thanks to Mike Naberezny for noticing these)

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

19 years agoMF51: improve error messages
Antony Dovgal [Mon, 5 Dec 2005 13:41:14 +0000 (13:41 +0000)]
MF51: improve error messages

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

19 years agoMF51:
Antony Dovgal [Mon, 5 Dec 2005 13:20:53 +0000 (13:20 +0000)]
MF51:
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:32 +0000 (08:56 +0000)]
Fixed bug #35509 (string constant as array key has different behavior inside object)

19 years agofix segfault in opendir/readdir. fix possible duplicate dirs. is_dir() doesn't yet...
Greg Beaver [Mon, 5 Dec 2005 08:31:05 +0000 (08:31 +0000)]
fix segfault in opendir/readdir. fix possible duplicate dirs.  is_dir() doesn't yet work, so url_stat is not working fully

19 years agoChangeLog update
<changelog@php.net> [Mon, 5 Dec 2005 06:50:42 +0000 (06:50 +0000)]
ChangeLog update

19 years agoswitch to streams, respect safe_mode, open_basedir
Greg Beaver [Mon, 5 Dec 2005 04:47:29 +0000 (04:47 +0000)]
switch to streams, respect safe_mode, open_basedir

19 years agoMBF51: load proper header file
Ilia Alshanetsky [Mon, 5 Dec 2005 04:23:17 +0000 (04:23 +0000)]
MBF51: load proper header file

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

19 years agokill memory leaks
Greg Beaver [Mon, 5 Dec 2005 04:21:36 +0000 (04:21 +0000)]
kill memory leaks

19 years agoadd ability to detect zlib library when zlib ext is disabled
Greg Beaver [Mon, 5 Dec 2005 01:07:02 +0000 (01:07 +0000)]
add ability to detect zlib library when zlib ext is disabled

19 years ago- Nuke non-working part
foobar [Sun, 4 Dec 2005 23:31:33 +0000 (23:31 +0000)]
- Nuke non-working part

19 years agophp3 is dead
foobar [Sun, 4 Dec 2005 23:27:23 +0000 (23:27 +0000)]
php3 is dead

19 years agoattempt to locate zlib even if --with-zlib is disabled, so we can add library support...
Greg Beaver [Sun, 4 Dec 2005 23:23:04 +0000 (23:23 +0000)]
attempt to locate zlib even if --with-zlib is disabled, so we can add library support in phar

19 years agoadd license text
Greg Beaver [Sun, 4 Dec 2005 22:51:33 +0000 (22:51 +0000)]
add license text

19 years agoupdate header, use PHP 3.01 license
Greg Beaver [Sun, 4 Dec 2005 22:50:54 +0000 (22:50 +0000)]
update header, use PHP 3.01 license

19 years agoinitial import
Greg Beaver [Sun, 4 Dec 2005 20:35:38 +0000 (20:35 +0000)]
initial import

# file handling needs to use streams, handle safe_mode/open_basedir

19 years agobegin import of phar extension
Greg Beaver [Sun, 4 Dec 2005 20:29:21 +0000 (20:29 +0000)]
begin import of phar extension

19 years ago- Add missing .cvsignore
Marcus Boerger [Sun, 4 Dec 2005 18:34:14 +0000 (18:34 +0000)]
- Add missing .cvsignore

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

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

19 years agoMFB51: Fixed gcov for generated files
Ilia Alshanetsky [Sun, 4 Dec 2005 17:28:26 +0000 (17:28 +0000)]
MFB51: Fixed gcov for generated files

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

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

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

19 years agoChangeLog update
<changelog@php.net> [Sun, 4 Dec 2005 06:48:28 +0000 (06:48 +0000)]
ChangeLog update

19 years agofix typos in xmlwriter/config.m4
Antony Dovgal [Sun, 4 Dec 2005 00:20:52 +0000 (00:20 +0000)]
fix typos in xmlwriter/config.m4

19 years agoadd declarations
Antony Dovgal [Sat, 3 Dec 2005 23:49:52 +0000 (23:49 +0000)]
add declarations
more uint -> size_t fixes

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

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

19 years agofix compile warning
Antony Dovgal [Sat, 3 Dec 2005 23:19:48 +0000 (23:19 +0000)]
fix compile warning

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

19 years agoMF51: add adler32 test
Michael Wallner [Sat, 3 Dec 2005 10:32:42 +0000 (10:32 +0000)]
MF51: add adler32 test

19 years ago- fix ws
Michael Wallner [Sat, 3 Dec 2005 10:24:06 +0000 (10:24 +0000)]
- fix ws

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

19 years ago - add crc32 test
Michael Wallner [Sat, 3 Dec 2005 10:16:59 +0000 (10:16 +0000)]
 - add crc32 test

19 years agoChangeLog update
<changelog@php.net> [Sat, 3 Dec 2005 06:46:25 +0000 (06:46 +0000)]
ChangeLog update

19 years ago- fix possible compile error
foobar [Sat, 3 Dec 2005 01:27:37 +0000 (01:27 +0000)]
- fix possible compile error

19 years agofix compile failure (bug #35528)
foobar [Sat, 3 Dec 2005 01:21:09 +0000 (01:21 +0000)]
fix compile failure (bug #35528)

19 years agofix configure --help output
foobar [Sat, 3 Dec 2005 01:12:35 +0000 (01:12 +0000)]
fix configure --help output

19 years agofix configure --help output
foobar [Sat, 3 Dec 2005 01:06:36 +0000 (01:06 +0000)]
fix configure --help output

19 years agoAdd MD4 support
Sara Golemon [Sat, 3 Dec 2005 00:51:30 +0000 (00:51 +0000)]
Add MD4 support

19 years agoNuked dos EOLs and fixed typo
foobar [Sat, 3 Dec 2005 00:00:44 +0000 (00:00 +0000)]
Nuked dos EOLs and fixed typo

19 years ago- Changed "session.use_only_cookies" to be on by default.
foobar [Fri, 2 Dec 2005 18:42:41 +0000 (18:42 +0000)]
- Changed "session.use_only_cookies" to be on by default.

19 years agoMFB51: Regenerate file to be more gcov friendly
Ilia Alshanetsky [Fri, 2 Dec 2005 17:34:35 +0000 (17:34 +0000)]
MFB51: Regenerate file to be more gcov friendly

19 years ago- Be picky about names
Marcus Boerger [Fri, 2 Dec 2005 15:59:36 +0000 (15:59 +0000)]
- Be picky about names

19 years agoMFB51: fix compile warning and paths
foobar [Fri, 2 Dec 2005 13:23:44 +0000 (13:23 +0000)]
MFB51: fix compile warning and paths

19 years agoMF51: use --enable instead of --with
Michael Wallner [Fri, 2 Dec 2005 11:01:19 +0000 (11:01 +0000)]
MF51: use --enable instead of --with

19 years ago- Fix configure
foobar [Fri, 2 Dec 2005 08:59:26 +0000 (08:59 +0000)]
- Fix configure

19 years agoChangeLog update
<changelog@php.net> [Fri, 2 Dec 2005 06:46:50 +0000 (06:46 +0000)]
ChangeLog update

19 years ago- prepare 2.0.2
Pierre Joye [Fri, 2 Dec 2005 00:50:28 +0000 (00:50 +0000)]
- prepare 2.0.2

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

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

19 years agotweak the fix
Antony Dovgal [Thu, 1 Dec 2005 20:39:49 +0000 (20:39 +0000)]
tweak the fix

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

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

19 years agoMF51: fix Win32 compile failure
Antony Dovgal [Thu, 1 Dec 2005 19:26:31 +0000 (19:26 +0000)]
MF51: fix Win32 compile failure

19 years agotwo more tests
Antony Dovgal [Thu, 1 Dec 2005 18:23:08 +0000 (18:23 +0000)]
two more tests

19 years agochange to PHP 3.01 license
Rob Richards [Thu, 1 Dec 2005 16:41:52 +0000 (16:41 +0000)]
change to PHP 3.01 license

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

19 years ago- Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING
foobar [Thu, 1 Dec 2005 16:24:19 +0000 (16:24 +0000)]
- Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING

19 years agoMF51: fix #35490 (socket_sendto() unable to handle IPv6 addresses)
Antony Dovgal [Thu, 1 Dec 2005 14:03:51 +0000 (14:03 +0000)]
MF51: fix #35490 (socket_sendto() unable to handle IPv6 addresses)

19 years agofix potential problem in php_oci_bind_post_exec() when OCIDateToText() fails
Antony Dovgal [Thu, 1 Dec 2005 13:46:05 +0000 (13:46 +0000)]
fix potential problem in php_oci_bind_post_exec() when OCIDateToText() fails

19 years agoFixed bug #35437 (Segfault or Invalid Opcode 137/1/4)
Dmitry Stogov [Thu, 1 Dec 2005 12:51:19 +0000 (12:51 +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:49:51 +0000 (11:49 +0000)]
Fixed bug #34729 (Crash in ZTS mode under Apache)

19 years ago- Use putenv() correct
Marcus Boerger [Thu, 1 Dec 2005 09:59:59 +0000 (09:59 +0000)]
- Use putenv() correct