]> granicus.if.org Git - php/log
php
16 years ago- usual suspects must be in the default include/lib path (thx Rob for the notice!)
Pierre Joye [Fri, 26 Dec 2008 14:10:26 +0000 (14:10 +0000)]
- usual suspects must be in the default include/lib path (thx Rob for the notice!)
- fix the --wtih-php-build doc, remove dead url, update the name of the deps dir

16 years ago- MFB: be sure we define the deps so the right exts are built before (dom symbol...
Pierre Joye [Fri, 26 Dec 2008 14:06:29 +0000 (14:06 +0000)]
- MFB: be sure we define the deps so the right exts are built before (dom symbol error when dom and xsl are shared)

16 years agoChangeLog update
<changelog@php.net> [Fri, 26 Dec 2008 01:32:19 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Unicodifing
Felipe Pena [Thu, 25 Dec 2008 19:55:15 +0000 (19:55 +0000)]
- Unicodifing

16 years ago- Fixed memory leak
Felipe Pena [Thu, 25 Dec 2008 19:30:28 +0000 (19:30 +0000)]
- Fixed memory leak

16 years agoEnable salsa hashing algorithm
Scott MacVicar [Thu, 25 Dec 2008 13:34:49 +0000 (13:34 +0000)]
Enable salsa hashing algorithm

16 years agoChangeLog update
<changelog@php.net> [Thu, 25 Dec 2008 01:32:48 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- be sure that at least one SAPI has been selected
Pierre Joye [Thu, 25 Dec 2008 00:09:32 +0000 (00:09 +0000)]
- be sure that at least one SAPI has been selected

16 years ago- the config summary is a must, do not allow to disable
Pierre Joye [Thu, 25 Dec 2008 00:03:39 +0000 (00:03 +0000)]
- the config summary is a must, do not allow to disable

16 years ago- disable simplexml when libxml is not enabled
Pierre Joye [Thu, 25 Dec 2008 00:00:49 +0000 (00:00 +0000)]
- disable simplexml when libxml is not enabled

16 years agoStop using sqlite3_aggregate_count() as this is now deprecated.
Scott MacVicar [Wed, 24 Dec 2008 19:21:42 +0000 (19:21 +0000)]
Stop using sqlite3_aggregate_count() as this is now deprecated.

16 years agoMake sure we clear out the error when the scalar version decoding works.
Scott MacVicar [Wed, 24 Dec 2008 18:09:00 +0000 (18:09 +0000)]
Make sure we clear out the error when the scalar version decoding works.

16 years agoFix bug #45991 - UTF-8 BOM breaks ini parser
Scott MacVicar [Wed, 24 Dec 2008 13:46:59 +0000 (13:46 +0000)]
Fix bug #45991 - UTF-8 BOM breaks ini parser

16 years ago- Fixed memory leak in imap_rfc822_parse_adrlist
Felipe Pena [Wed, 24 Dec 2008 13:30:49 +0000 (13:30 +0000)]
- Fixed memory leak in imap_rfc822_parse_adrlist

16 years ago- New test
Felipe Pena [Wed, 24 Dec 2008 11:50:42 +0000 (11:50 +0000)]
- New test

16 years agoChangeLog update
<changelog@php.net> [Wed, 24 Dec 2008 01:32:31 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Merged into 5.3
Felipe Pena [Wed, 24 Dec 2008 00:44:51 +0000 (00:44 +0000)]
- Merged into 5.3

16 years ago- Standard
Felipe Pena [Wed, 24 Dec 2008 00:04:40 +0000 (00:04 +0000)]
- Standard

16 years agoChangeLog update
<changelog@php.net> [Tue, 23 Dec 2008 01:32:35 +0000 (01:32 +0000)]
ChangeLog update

16 years agoRemove all of the stuff we have in here for pre PHP 5.2 support and memset the filein...
Scott MacVicar [Mon, 22 Dec 2008 16:44:51 +0000 (16:44 +0000)]
Remove all of the stuff we have in here for pre PHP 5.2 support and memset the fileinfo struct.

16 years agoEnable ICU support within bundled SQLite
Scott MacVicar [Mon, 22 Dec 2008 16:42:34 +0000 (16:42 +0000)]
Enable ICU support within bundled SQLite

16 years agoFix #46646 (Implement zend functions to restrict serialization or internal classes)
Etienne Kneuss [Mon, 22 Dec 2008 13:50:43 +0000 (13:50 +0000)]
Fix #46646 (Implement zend functions to restrict serialization or internal classes)

16 years agoPatch has the wrong filename
Scott MacVicar [Mon, 22 Dec 2008 13:26:10 +0000 (13:26 +0000)]
Patch has the wrong filename

16 years agoSQLite 3.6.7 plus a vc6 backport for LL
Scott MacVicar [Mon, 22 Dec 2008 13:17:23 +0000 (13:17 +0000)]
SQLite 3.6.7 plus a vc6 backport for LL

16 years agoChangeLog update
<changelog@php.net> [Sun, 21 Dec 2008 01:32:31 +0000 (01:32 +0000)]
ChangeLog update

16 years agoAdding test for stream_resolve_include_path()
Lars Strojny [Sat, 20 Dec 2008 16:23:37 +0000 (16:23 +0000)]
Adding test for stream_resolve_include_path()

16 years agoChangeLog update
<changelog@php.net> [Sat, 20 Dec 2008 01:32:38 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFix #46647 (segfault in SplFileinfo::fgetcsv())
Etienne Kneuss [Sat, 20 Dec 2008 00:53:21 +0000 (00:53 +0000)]
Fix #46647 (segfault in SplFileinfo::fgetcsv())

16 years agoFix #46636 (segfault in SplFileinfo::fgetcsv())
Etienne Kneuss [Sat, 20 Dec 2008 00:51:00 +0000 (00:51 +0000)]
Fix #46636 (segfault in SplFileinfo::fgetcsv())

16 years agoAdd json_last_error() for getting a bit of information about what failed during a...
Scott MacVicar [Fri, 19 Dec 2008 02:00:59 +0000 (02:00 +0000)]
Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}
[DOC]

16 years agoChangeLog update
<changelog@php.net> [Fri, 19 Dec 2008 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- no need to look for bindlib_w32, not used anymore
Pierre Joye [Thu, 18 Dec 2008 23:20:44 +0000 (23:20 +0000)]
- no need to look for bindlib_w32, not used anymore

16 years ago- Fixed bug #46268 (DateTime::modify() does not reset relative time
Derick Rethans [Thu, 18 Dec 2008 20:32:44 +0000 (20:32 +0000)]
- Fixed bug #46268 (DateTime::modify() does not reset relative time
  values).

16 years agoMFB: Fixed bug #46887 (Invalid calls to php_error_docref())
Ilia Alshanetsky [Thu, 18 Dec 2008 20:04:26 +0000 (20:04 +0000)]
MFB: Fixed bug #46887 (Invalid calls to php_error_docref())

16 years agoFixed test
Arnaud Le Blanc [Thu, 18 Dec 2008 16:04:38 +0000 (16:04 +0000)]
Fixed test

16 years agoAdditional output buffering tests.
Robin Fernandes [Thu, 18 Dec 2008 15:20:47 +0000 (15:20 +0000)]
Additional output buffering tests.

16 years ago- Fixed bug #46889: Memory leak in strtotime().
Derick Rethans [Thu, 18 Dec 2008 14:54:51 +0000 (14:54 +0000)]
- Fixed bug #46889: Memory leak in strtotime().

16 years ago- Fixed test-case.
Derick Rethans [Thu, 18 Dec 2008 14:53:46 +0000 (14:53 +0000)]
- Fixed test-case.

16 years agoChangeLog update
<changelog@php.net> [Thu, 18 Dec 2008 01:32:33 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: Fix a small portion of memory leak in bug #46889
Ilia Alshanetsky [Wed, 17 Dec 2008 21:32:40 +0000 (21:32 +0000)]
MFB: Fix a small portion of memory leak in bug #46889

16 years agoFix Windows build
Scott MacVicar [Wed, 17 Dec 2008 15:46:00 +0000 (15:46 +0000)]
Fix Windows build

16 years ago- Fix leak
Jani Taskinen [Wed, 17 Dec 2008 15:38:32 +0000 (15:38 +0000)]
- Fix leak

16 years agoREADME for ext/imap tests
Zoe Slattery [Wed, 17 Dec 2008 15:35:21 +0000 (15:35 +0000)]
README for ext/imap tests

16 years agoMiscellaneous tests for ext/imap
Zoe Slattery [Wed, 17 Dec 2008 15:05:38 +0000 (15:05 +0000)]
Miscellaneous tests for ext/imap

16 years agoTest for bug #45791
Scott MacVicar [Wed, 17 Dec 2008 14:46:42 +0000 (14:46 +0000)]
Test for bug #45791

16 years agoUpdate the JSON parser with that on json.org, biggest change here is code readability...
Scott MacVicar [Wed, 17 Dec 2008 14:39:56 +0000 (14:39 +0000)]
Update the JSON parser with that on json.org, biggest change here is code readability. Less magic numbers in the state table.
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing

16 years ago- Fixed bug #45161 (Reusing a curl handle leaks memory)
Jani Taskinen [Wed, 17 Dec 2008 14:13:25 +0000 (14:13 +0000)]
- Fixed bug #45161 (Reusing a curl handle leaks memory)

16 years agofix typoes
Jani Taskinen [Wed, 17 Dec 2008 14:00:07 +0000 (14:00 +0000)]
fix typoes

16 years ago- Added test for bug #45161
Jani Taskinen [Wed, 17 Dec 2008 13:59:21 +0000 (13:59 +0000)]
- Added test for bug #45161

16 years agoNew FTP test from Nathaniel McHugh
Zoe Slattery [Wed, 17 Dec 2008 12:34:49 +0000 (12:34 +0000)]
New FTP test from Nathaniel McHugh

16 years agofix build
Antony Dovgal [Wed, 17 Dec 2008 12:03:42 +0000 (12:03 +0000)]
fix build

16 years agofix #46005: User not consistently logged under Apache2
Stanislav Malyshev [Wed, 17 Dec 2008 11:33:56 +0000 (11:33 +0000)]
fix #46005: User not consistently logged under Apache2

16 years agoChangeLog update
<changelog@php.net> [Wed, 17 Dec 2008 01:32:14 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: removed unused var
Ilia Alshanetsky [Wed, 17 Dec 2008 00:30:59 +0000 (00:30 +0000)]
MFB: removed unused var

16 years agobug #46837 fix
Zoe Slattery [Tue, 16 Dec 2008 21:34:16 +0000 (21:34 +0000)]
bug #46837 fix

16 years agobug #46884 fix
Zoe Slattery [Tue, 16 Dec 2008 21:08:50 +0000 (21:08 +0000)]
bug #46884 fix

16 years agofix bug #46849 (Cloning DOMDocument doesn't clone the properties)
Rob Richards [Tue, 16 Dec 2008 12:51:58 +0000 (12:51 +0000)]
fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
add test

16 years agoChangeLog update
<changelog@php.net> [Tue, 16 Dec 2008 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

16 years agocall_user_func_array() tests
Steve Seear [Mon, 15 Dec 2008 14:11:35 +0000 (14:11 +0000)]
call_user_func_array() tests

16 years agofixed test
Zoe Slattery [Mon, 15 Dec 2008 13:16:35 +0000 (13:16 +0000)]
fixed test

16 years agoinitialize op2
Stanislav Malyshev [Mon, 15 Dec 2008 11:31:56 +0000 (11:31 +0000)]
initialize op2

16 years agoChangeLog update
<changelog@php.net> [Mon, 15 Dec 2008 01:42:31 +0000 (01:42 +0000)]
ChangeLog update

16 years agoMFB: If a wrapper could not be found it is either a typo or a configuration issue...
Lars Strojny [Sun, 14 Dec 2008 16:27:30 +0000 (16:27 +0000)]
MFB: If a wrapper could not be found it is either a typo or a configuration issue. But in both cases it is critical enough to warn the user. [DOC] (?)

16 years ago- fix build
Pierre Joye [Sun, 14 Dec 2008 16:19:43 +0000 (16:19 +0000)]
- fix build

16 years agoMFB: simplify code
Ilia Alshanetsky [Sun, 14 Dec 2008 15:35:51 +0000 (15:35 +0000)]
MFB: simplify code

16 years agoChangeLog update
<changelog@php.net> [Sun, 14 Dec 2008 01:32:39 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFix test
Johannes Schlüter [Sat, 13 Dec 2008 22:22:40 +0000 (22:22 +0000)]
Fix test

16 years agoMFB: Remove trailing whitespaces
Lars Strojny [Sat, 13 Dec 2008 15:07:20 +0000 (15:07 +0000)]
MFB: Remove trailing whitespaces

16 years agoUse ' -f' as requested
Marcus Boerger [Sat, 13 Dec 2008 14:49:21 +0000 (14:49 +0000)]
Use ' -f' as requested

16 years ago- MFB: do not add .cvsignore to the tests package
Pierre Joye [Sat, 13 Dec 2008 11:59:34 +0000 (11:59 +0000)]
- MFB: do not add .cvsignore to the tests package

16 years ago- MFB: fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c)
Pierre Joye [Sat, 13 Dec 2008 11:59:03 +0000 (11:59 +0000)]
- MFB: fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c)

16 years agoChangeLog update
<changelog@php.net> [Sat, 13 Dec 2008 01:34:10 +0000 (01:34 +0000)]
ChangeLog update

16 years agoMFB
Nuno Lopes [Fri, 12 Dec 2008 23:55:48 +0000 (23:55 +0000)]
MFB

16 years agoFix bug #45989 - json_decode() doesn't return NULL on certain invalid strings
Scott MacVicar [Fri, 12 Dec 2008 23:17:44 +0000 (23:17 +0000)]
Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings

16 years agoFix tests
Johannes Schlüter [Fri, 12 Dec 2008 21:20:44 +0000 (21:20 +0000)]
Fix tests

16 years agoAdd sort flags parameter to array_unique().
Andrei Zmievski [Fri, 12 Dec 2008 19:19:04 +0000 (19:19 +0000)]
Add sort flags parameter to array_unique().

16 years agoFixed bug#46847 (phpinfo() is missing some settings.)
Hannes Magnusson [Fri, 12 Dec 2008 13:05:58 +0000 (13:05 +0000)]
Fixed bug#46847 (phpinfo() is missing some settings.)

16 years agoFixed bug#46681 (mkdir() fails silently on PHP 5.3)
Hannes Magnusson [Fri, 12 Dec 2008 12:40:58 +0000 (12:40 +0000)]
Fixed bug#46681 (mkdir() fails silently on PHP 5.3)

16 years ago- late MFB (sry): fix VC6 build
Pierre Joye [Fri, 12 Dec 2008 10:33:05 +0000 (10:33 +0000)]
- late MFB (sry): fix VC6 build

16 years agofix bug #46699: (xml_parse crash when parser is namespace aware)
Rob Richards [Fri, 12 Dec 2008 04:15:14 +0000 (04:15 +0000)]
fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test

16 years agoChangeLog update
<changelog@php.net> [Fri, 12 Dec 2008 01:32:56 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- MFB: fix build
Pierre Joye [Thu, 11 Dec 2008 15:33:18 +0000 (15:33 +0000)]
- MFB: fix build

16 years ago- fix build (was never used like that before recent commit to session) > local includ...
Pierre Joye [Thu, 11 Dec 2008 13:11:56 +0000 (13:11 +0000)]
- fix build (was never used like that before recent commit to session) > local include use quotes not <>
(nb: please test before commit)

16 years agoadd missing .cvsignore
Antony Dovgal [Thu, 11 Dec 2008 11:00:03 +0000 (11:00 +0000)]
add missing .cvsignore

16 years agorename .php to .inc
Antony Dovgal [Thu, 11 Dec 2008 10:58:14 +0000 (10:58 +0000)]
rename .php to .inc
all .php files are deleted on `make clean`

16 years agoMCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux...
Ant Phillips [Thu, 11 Dec 2008 10:41:50 +0000 (10:41 +0000)]
MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3).

16 years ago- WS
Pierre Joye [Thu, 11 Dec 2008 10:20:30 +0000 (10:20 +0000)]
- WS

16 years agoFix bug #46738 - Segfault when mb_detect_encoding() fails.
Scott MacVicar [Thu, 11 Dec 2008 02:56:08 +0000 (02:56 +0000)]
Fix bug #46738 - Segfault when mb_detect_encoding() fails.

16 years agoMFB: Fixing strict warning
Lars Strojny [Thu, 11 Dec 2008 02:38:10 +0000 (02:38 +0000)]
MFB: Fixing strict warning

16 years agoChangeLog update
<changelog@php.net> [Thu, 11 Dec 2008 01:32:49 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFix bug #35975 - Session cookie expires date format isn't the most compatible. Sync...
Scott MacVicar [Thu, 11 Dec 2008 01:20:58 +0000 (01:20 +0000)]
Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie().

16 years ago- ws
Pierre Joye [Thu, 11 Dec 2008 00:15:05 +0000 (00:15 +0000)]
- ws

16 years agoMFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
Ilia Alshanetsky [Wed, 10 Dec 2008 20:53:58 +0000 (20:53 +0000)]
MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
inside a binary or image column type)

16 years agoFix segfault and potential security issue in imagerotate().
Scott MacVicar [Wed, 10 Dec 2008 13:30:12 +0000 (13:30 +0000)]
Fix segfault and potential security issue in imagerotate().

16 years agoMFB: export pcre API when using gcc 4
Nuno Lopes [Wed, 10 Dec 2008 10:16:20 +0000 (10:16 +0000)]
MFB: export pcre API when using gcc 4

16 years ago- mfb: c/p error
Pierre Joye [Wed, 10 Dec 2008 09:51:30 +0000 (09:51 +0000)]
- mfb: c/p error

16 years agoChangeLog update
<changelog@php.net> [Wed, 10 Dec 2008 01:33:21 +0000 (01:33 +0000)]
ChangeLog update

16 years agofixed test
Arnaud Le Blanc [Tue, 9 Dec 2008 22:53:25 +0000 (22:53 +0000)]
fixed test

16 years agoFix #46813 (class_exists doesn`t work with fully qualified namespace)
Johannes Schlüter [Tue, 9 Dec 2008 19:16:22 +0000 (19:16 +0000)]
Fix #46813 (class_exists doesn`t work with fully qualified namespace)

16 years ago- fix EOL (which makes on bison 1.7 cry), nb: pls use unix EOL on mac
Pierre Joye [Tue, 9 Dec 2008 18:57:08 +0000 (18:57 +0000)]
- fix EOL (which makes on bison 1.7 cry), nb: pls use unix EOL on mac