]> granicus.if.org Git - php/log
php
15 years agoFix bug #47644 - Valid integers are truncated with json_decode()
Scott MacVicar [Tue, 17 Mar 2009 02:00:08 +0000 (02:00 +0000)]
Fix bug #47644 - Valid integers are truncated with json_decode()

15 years agoFix INI blocks
Christopher Jones [Tue, 17 Mar 2009 01:50:34 +0000 (01:50 +0000)]
Fix INI blocks

15 years agoChangeLog update
<changelog@php.net> [Tue, 17 Mar 2009 01:33:02 +0000 (01:33 +0000)]
ChangeLog update

15 years agotest for /ext/tidy from stefan priebsch
Zoe Slattery [Mon, 16 Mar 2009 20:37:18 +0000 (20:37 +0000)]
test for /ext/tidy from stefan priebsch

15 years ago- Fixed bug #47616 (curl keeps crashing)
Felipe Pena [Mon, 16 Mar 2009 15:05:21 +0000 (15:05 +0000)]
- Fixed bug #47616 (curl keeps crashing)

15 years ago- fix the build for win (vc6 or vc9)
Pierre Joye [Mon, 16 Mar 2009 15:02:44 +0000 (15:02 +0000)]
- fix the build for win (vc6 or vc9)
- fix logic in time convertion
- force shared on windows, will fix the dirent issue later (no, it is not enough to simply remove the dep or header include)
- add myself before I forget again

15 years agoFixed test
Dmitry Stogov [Mon, 16 Mar 2009 15:00:11 +0000 (15:00 +0000)]
Fixed test

15 years agoMFB: Fixed compiler warnings
Ilia Alshanetsky [Mon, 16 Mar 2009 12:52:59 +0000 (12:52 +0000)]
MFB: Fixed compiler warnings

15 years agoCloses bug #47667
Mikko Koppanen [Mon, 16 Mar 2009 10:16:16 +0000 (10:16 +0000)]
Closes bug #47667

15 years ago- MFB: fix build
Pierre Joye [Mon, 16 Mar 2009 10:14:16 +0000 (10:14 +0000)]
- MFB: fix build

15 years agoFixed bug #47664 (get_class returns NULL instead of FALSE)
Dmitry Stogov [Mon, 16 Mar 2009 09:52:26 +0000 (09:52 +0000)]
Fixed bug #47664 (get_class returns NULL instead of FALSE)

15 years agoPrepare for PECL OCI8 1.3.5
Christopher Jones [Mon, 16 Mar 2009 05:37:35 +0000 (05:37 +0000)]
Prepare for PECL OCI8 1.3.5

15 years agoMac OSX customization for initialization error message
Christopher Jones [Mon, 16 Mar 2009 05:29:49 +0000 (05:29 +0000)]
Mac OSX customization for initialization error message

15 years agoFix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non...
Brian Shire [Mon, 16 Mar 2009 01:40:01 +0000 (01:40 +0000)]
Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content.

15 years agoChangeLog update
<changelog@php.net> [Mon, 16 Mar 2009 01:32:53 +0000 (01:32 +0000)]
ChangeLog update

15 years agofileinfo tests are missing skipif
Scott MacVicar [Sun, 15 Mar 2009 23:16:55 +0000 (23:16 +0000)]
fileinfo tests are missing skipif

15 years agoUpdate fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows
Scott MacVicar [Sun, 15 Mar 2009 23:02:35 +0000 (23:02 +0000)]
Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows

15 years ago- Fix a bug that mbstring.internal_encoding doesn't take effect within
Moriyoshi Koizumi [Sun, 15 Mar 2009 20:42:30 +0000 (20:42 +0000)]
- Fix a bug that mbstring.internal_encoding doesn't take effect within
  the request encoding converter.

15 years agoChangeLog update
<changelog@php.net> [Sun, 15 Mar 2009 01:33:03 +0000 (01:33 +0000)]
ChangeLog update

15 years agoFixed bug #45799 (imagepng() crashes on empty image)
Takeshi Abe [Sat, 14 Mar 2009 16:06:57 +0000 (16:06 +0000)]
Fixed bug #45799 (imagepng() crashes on empty image)

15 years agoChangeLog update
<changelog@php.net> [Sat, 14 Mar 2009 01:33:08 +0000 (01:33 +0000)]
ChangeLog update

15 years agoadd new CURL options
Stanislav Malyshev [Fri, 13 Mar 2009 19:41:48 +0000 (19:41 +0000)]
add new CURL options

15 years agoadd LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version
Rob Richards [Fri, 13 Mar 2009 19:35:14 +0000 (19:35 +0000)]
add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2 version
add libxml2 version being used to info output

15 years agoMFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent previou...
Rob Richards [Fri, 13 Mar 2009 13:43:57 +0000 (13:43 +0000)]
MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling)
add test

15 years agoChangeLog update
<changelog@php.net> [Fri, 13 Mar 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' an Instant...
Christopher Jones [Thu, 12 Mar 2009 23:52:20 +0000 (23:52 +0000)]
Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' an Instant Client RPM install) & refactor

15 years agoFixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
Ilia Alshanetsky [Thu, 12 Mar 2009 22:53:37 +0000 (22:53 +0000)]
Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
literal)

15 years agorefixing %r in run-tests.php (thanks iain lewis for the fix)
Zoe Slattery [Thu, 12 Mar 2009 20:39:02 +0000 (20:39 +0000)]
refixing %r in run-tests.php (thanks iain lewis for the fix)

15 years agoFix copy-pasto (needs to return proper CE).
Andrei Zmievski [Thu, 12 Mar 2009 16:12:44 +0000 (16:12 +0000)]
Fix copy-pasto (needs to return proper CE).

15 years agoFix tests to use ENV and re-enable
Christopher Jones [Thu, 12 Mar 2009 14:47:47 +0000 (14:47 +0000)]
Fix tests to use ENV and re-enable

15 years agoChangeLog update
<changelog@php.net> [Thu, 12 Mar 2009 01:33:12 +0000 (01:33 +0000)]
ChangeLog update

15 years agoAdd proper EOF handling for language scanner. Fixes bug #46817. Removes dos newline...
Brian Shire [Wed, 11 Mar 2009 22:11:41 +0000 (22:11 +0000)]
Add proper EOF handling for language scanner.  Fixes bug #46817.  Removes dos newlines from a previous commit.

15 years agoRevert local setting changes
Christopher Jones [Wed, 11 Mar 2009 17:12:24 +0000 (17:12 +0000)]
Revert local setting changes

15 years agoBug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)
Christopher Jones [Wed, 11 Mar 2009 16:46:38 +0000 (16:46 +0000)]
Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)

15 years agoFixed speed degradation on gcc-4.3 because of less agressive inlining
Dmitry Stogov [Wed, 11 Mar 2009 12:14:55 +0000 (12:14 +0000)]
Fixed speed degradation on gcc-4.3 because of less agressive inlining

15 years agoChangeLog update
<changelog@php.net> [Wed, 11 Mar 2009 01:32:54 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- It's 2009
Marcus Boerger [Wed, 11 Mar 2009 00:02:40 +0000 (00:02 +0000)]
- It's 2009

15 years ago- This is PHP 6 - if this ... ever gets out
Marcus Boerger [Tue, 10 Mar 2009 23:40:06 +0000 (23:40 +0000)]
- This is PHP 6 - if this ... ever gets out

15 years ago- Safer flag handling as requested by Greg
Marcus Boerger [Tue, 10 Mar 2009 23:27:59 +0000 (23:27 +0000)]
- Safer flag handling as requested by Greg

15 years agoClenaup deprecated namespace code
Dmitry Stogov [Tue, 10 Mar 2009 10:01:28 +0000 (10:01 +0000)]
Clenaup deprecated namespace code

15 years agoChangeLog update
<changelog@php.net> [Tue, 10 Mar 2009 01:32:49 +0000 (01:32 +0000)]
ChangeLog update

15 years agoNew test for oci_fetch_all
Christopher Jones [Mon, 9 Mar 2009 21:19:18 +0000 (21:19 +0000)]
New test for oci_fetch_all

15 years agoMake non-public prototype match the type passed at call
Christopher Jones [Mon, 9 Mar 2009 20:58:13 +0000 (20:58 +0000)]
Make non-public prototype match the type passed at call

15 years agoUse PHP 5 function name in error message
Christopher Jones [Mon, 9 Mar 2009 20:19:38 +0000 (20:19 +0000)]
Use PHP 5 function name in error message

15 years agoBug #47243 (Crash at shutdown on Windows)
Christopher Jones [Mon, 9 Mar 2009 20:07:39 +0000 (20:07 +0000)]
Bug #47243 (Crash at shutdown on Windows)

15 years agoMHB/sync: Make tests portable with older PHP for PECL builds
Christopher Jones [Mon, 9 Mar 2009 19:55:50 +0000 (19:55 +0000)]
MHB/sync: Make tests portable with older PHP for PECL builds

15 years agoPECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)
Christopher Jones [Mon, 9 Mar 2009 18:59:20 +0000 (18:59 +0000)]
PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)

15 years agoPECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
Christopher Jones [Mon, 9 Mar 2009 18:03:34 +0000 (18:03 +0000)]
PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)

15 years agoPrepare README for future PECL OCI8 1.3.5
Christopher Jones [Mon, 9 Mar 2009 17:50:53 +0000 (17:50 +0000)]
Prepare README for future PECL OCI8 1.3.5

15 years agoSilence initialization warning
Christopher Jones [Mon, 9 Mar 2009 17:48:36 +0000 (17:48 +0000)]
Silence initialization warning

15 years agoBug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
Christopher Jones [Mon, 9 Mar 2009 17:40:59 +0000 (17:40 +0000)]
Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)

15 years agoChangeLog update
<changelog@php.net> [Mon, 9 Mar 2009 01:32:57 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware)
Ilia Alshanetsky [Sun, 8 Mar 2009 18:21:30 +0000 (18:21 +0000)]
MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware)

15 years ago- Fixed bug #47593 (interface_exists() returns false when using absolute namespace...
Felipe Pena [Sun, 8 Mar 2009 17:23:44 +0000 (17:23 +0000)]
- Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
  Patch by Kalle.

15 years agoFix tests
Kalle Sommer Nielsen [Sun, 8 Mar 2009 06:19:40 +0000 (06:19 +0000)]
Fix tests

15 years agoFixed bug #47543 (irrelevant warning message)
Kalle Sommer Nielsen [Sun, 8 Mar 2009 06:11:04 +0000 (06:11 +0000)]
Fixed bug #47543 (irrelevant warning message)

15 years agoChangeLog update
<changelog@php.net> [Sun, 8 Mar 2009 01:32:42 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Adjust previous fix to avoid compiler warnings
Ilia Alshanetsky [Sat, 7 Mar 2009 22:36:42 +0000 (22:36 +0000)]
MFB: Adjust previous fix to avoid compiler warnings

15 years agoMFB: Improved parameter handling
Ilia Alshanetsky [Sat, 7 Mar 2009 21:56:52 +0000 (21:56 +0000)]
MFB: Improved parameter handling

15 years agoChangeLog update
<changelog@php.net> [Sat, 7 Mar 2009 01:33:00 +0000 (01:33 +0000)]
ChangeLog update

15 years agoMFB: Improve parameter parsing code
Ilia Alshanetsky [Fri, 6 Mar 2009 15:48:54 +0000 (15:48 +0000)]
MFB: Improve parameter parsing code

15 years agoChangeLog update
<changelog@php.net> [Fri, 6 Mar 2009 01:32:40 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)
Felipe Pena [Thu, 5 Mar 2009 16:24:41 +0000 (16:24 +0000)]
- Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)

15 years agoRemoved bogus code
Ilia Alshanetsky [Thu, 5 Mar 2009 13:45:32 +0000 (13:45 +0000)]
Removed bogus code

15 years agoChangeLog update
<changelog@php.net> [Thu, 5 Mar 2009 01:32:56 +0000 (01:32 +0000)]
ChangeLog update

15 years agoChangeLog update
<changelog@php.net> [Wed, 4 Mar 2009 01:32:47 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Fixed bug #47549 (get_defined_constants() return array with broken
Ilia Alshanetsky [Tue, 3 Mar 2009 23:43:06 +0000 (23:43 +0000)]
MFB: Fixed bug #47549 (get_defined_constants() return array with broken
array categories)

15 years agoFixed bug #47546 (Default value for limit parameter in explode is 0, not -1)
Kalle Sommer Nielsen [Tue, 3 Mar 2009 11:46:20 +0000 (11:46 +0000)]
Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1)

15 years agoAdded %r section
Zoe Slattery [Tue, 3 Mar 2009 10:52:56 +0000 (10:52 +0000)]
Added %r section

15 years agoChangeLog update
<changelog@php.net> [Tue, 3 Mar 2009 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fix typo.
Moriyoshi Koizumi [Mon, 2 Mar 2009 04:43:51 +0000 (04:43 +0000)]
- Fix typo.

15 years agofix tokenizer makefile dependencies on parser/scanner files when built dynamically...
Brian Shire [Mon, 2 Mar 2009 03:54:01 +0000 (03:54 +0000)]
fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762)

15 years agoChangeLog update
<changelog@php.net> [Mon, 2 Mar 2009 01:32:35 +0000 (01:32 +0000)]
ChangeLog update

15 years agofix tests
Antony Dovgal [Sun, 1 Mar 2009 21:26:47 +0000 (21:26 +0000)]
fix tests

15 years agore-disable phar in HEAD on windows
Greg Beaver [Sun, 1 Mar 2009 07:25:24 +0000 (07:25 +0000)]
re-disable phar in HEAD on windows

15 years agoMFB: revert removal of openssl check, was confusion on my part
Greg Beaver [Sun, 1 Mar 2009 07:20:38 +0000 (07:20 +0000)]
MFB: revert removal of openssl check, was confusion on my part

15 years agoMFB: add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip...
Greg Beaver [Sun, 1 Mar 2009 07:16:55 +0000 (07:16 +0000)]
MFB: add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt

15 years agoMFB: fix hash support on windows in ext/phar (Kalle)
Greg Beaver [Sun, 1 Mar 2009 07:07:14 +0000 (07:07 +0000)]
MFB: fix hash support on windows in ext/phar (Kalle)

15 years agoMFB: fix blog.phar for front.phar.phpt test
Greg Beaver [Sun, 1 Mar 2009 07:00:22 +0000 (07:00 +0000)]
MFB: fix blog.phar for front.phar.phpt test

15 years agoMFB: fix swapping of time/date in timestamp saving for zip, which can cause crash...
Greg Beaver [Sun, 1 Mar 2009 06:58:23 +0000 (06:58 +0000)]
MFB: fix swapping of time/date in timestamp saving for zip, which can cause crash on windows

15 years agoMFB: fix SKIPIF, EXPECT in 2 tests
Greg Beaver [Sun, 1 Mar 2009 06:50:38 +0000 (06:50 +0000)]
MFB: fix SKIPIF, EXPECT in 2 tests

15 years agoChangeLog update
<changelog@php.net> [Sat, 28 Feb 2009 01:32:43 +0000 (01:32 +0000)]
ChangeLog update

15 years agoChangeLog update
<changelog@php.net> [Thu, 26 Feb 2009 01:32:51 +0000 (01:32 +0000)]
ChangeLog update

15 years agoChangeLog update
<changelog@php.net> [Wed, 25 Feb 2009 01:32:42 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Adjust previous fix
Ilia Alshanetsky [Tue, 24 Feb 2009 23:55:24 +0000 (23:55 +0000)]
MFB: Adjust previous fix

15 years ago- Strictly check UTF-8 and UTF-8 validity.
Moriyoshi Koizumi [Tue, 24 Feb 2009 13:18:40 +0000 (13:18 +0000)]
- Strictly check UTF-8 and UTF-8 validity.

15 years agoChangeLog update
<changelog@php.net> [Tue, 24 Feb 2009 01:32:32 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFixed #37209 (mssql_execute with non fatal errors)
Kalle Sommer Nielsen [Mon, 23 Feb 2009 21:20:47 +0000 (21:20 +0000)]
Fixed #37209 (mssql_execute with non fatal errors)

15 years agoMFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
Ilia Alshanetsky [Mon, 23 Feb 2009 16:52:45 +0000 (16:52 +0000)]
MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
addresses in the filter extension)

15 years agoMFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs
Ilia Alshanetsky [Mon, 23 Feb 2009 15:58:41 +0000 (15:58 +0000)]
MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs
under heavy load)

15 years agoRemove zend_dynamic_array and it's build targets as it is not longer needed
David Soria Parra [Mon, 23 Feb 2009 03:35:18 +0000 (03:35 +0000)]
Remove zend_dynamic_array and it's build targets as it is not longer needed

15 years agoChangeLog update
<changelog@php.net> [Mon, 23 Feb 2009 01:32:42 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: Fixed 2 memory corruptions in zip extension idenfied by
Ilia Alshanetsky [Sun, 22 Feb 2009 17:55:01 +0000 (17:55 +0000)]
MFB: Fixed 2 memory corruptions in zip extension idenfied by
oo_properties.phpt test

15 years agoChangeLog update
<changelog@php.net> [Sun, 22 Feb 2009 01:32:24 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort...
Greg Beaver [Sat, 21 Feb 2009 03:15:57 +0000 (03:15 +0000)]
MFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort output.  These tests failed on some systems with non-case sensitive filesystem sorting

15 years agoMFB: cosmetics: remove two unreachable return statements, removes warning in sun cc
Greg Beaver [Sat, 21 Feb 2009 02:37:33 +0000 (02:37 +0000)]
MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc

15 years agoMFB: cosmetics: fix warning (only affects suncc)
Greg Beaver [Sat, 21 Feb 2009 02:34:01 +0000 (02:34 +0000)]
MFB: cosmetics: fix warning (only affects suncc)

15 years agoChangeLog update
<changelog@php.net> [Sat, 21 Feb 2009 01:32:40 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Fix test
Felipe Pena [Fri, 20 Feb 2009 13:37:48 +0000 (13:37 +0000)]
- Fix test

15 years agoAdd the charsets available from 6.0 as a structure, to be used later
Andrey Hristov [Fri, 20 Feb 2009 13:24:14 +0000 (13:24 +0000)]
Add the charsets available from 6.0 as a structure, to be used later