]> granicus.if.org Git - php/log
php
18 years agoMFH: fix #39903 (Notice message when executing __halt_compiler() more than once)
Antony Dovgal [Wed, 20 Dec 2006 16:31:10 +0000 (16:31 +0000)]
MFH: fix #39903 (Notice message when executing __halt_compiler() more than once)

18 years agouse Z_* macros
Antony Dovgal [Wed, 20 Dec 2006 16:00:11 +0000 (16:00 +0000)]
use Z_* macros

18 years agoMFH
Antony Dovgal [Wed, 20 Dec 2006 15:12:38 +0000 (15:12 +0000)]
MFH

18 years ago- Fixed the validate email filter so that the letter "v" can also be used in
Derick Rethans [Wed, 20 Dec 2006 14:39:01 +0000 (14:39 +0000)]
- Fixed the validate email filter so that the letter "v" can also be used in
  the user part of the email address. (Derick)

18 years agoMFH
Antony Dovgal [Wed, 20 Dec 2006 13:09:02 +0000 (13:09 +0000)]
MFH

18 years agoMake MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any...
Dmitry Stogov [Wed, 20 Dec 2006 10:49:33 +0000 (10:49 +0000)]
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.

18 years ago- Fixed incorrect function names on FreeBSD where inet_pton() was named
Hannes Magnusson [Wed, 20 Dec 2006 10:34:36 +0000 (10:34 +0000)]
- Fixed incorrect function names on FreeBSD where inet_pton() was named
__inet_pton() and inet_ntop() was named __inet_ntop()
- Fixed bug #39685 (iconv() - undefined function)
- Fixed bug #38852 (XML-RPC Breaks iconv)

18 years agonew test
Nuno Lopes [Tue, 19 Dec 2006 21:46:48 +0000 (21:46 +0000)]
new test

18 years agoMFH: check CRYPTO_get_id_callback() if anyone else already set thread lock callbacks
Michael Wallner [Tue, 19 Dec 2006 21:41:25 +0000 (21:41 +0000)]
MFH: check CRYPTO_get_id_callback() if anyone else already set thread lock callbacks

18 years agoon FreeBSD these locales have different names
Antony Dovgal [Tue, 19 Dec 2006 21:39:48 +0000 (21:39 +0000)]
on FreeBSD these locales have different names

18 years agoMFH
Antony Dovgal [Tue, 19 Dec 2006 20:46:56 +0000 (20:46 +0000)]
MFH

18 years agoSupport 'b' prefix in front of string literals for forward compatibility
Andrei Zmievski [Tue, 19 Dec 2006 17:26:17 +0000 (17:26 +0000)]
Support 'b' prefix in front of string literals for forward compatibility
with PHP 6.

18 years agoremove NOP code in json_determine_array_type(), as we already know the zval passed...
Nuno Lopes [Tue, 19 Dec 2006 15:01:05 +0000 (15:01 +0000)]
remove NOP code in json_determine_array_type(), as we already know the zval passed is an array (based on patch by Ron Korving)

18 years agoadd missing SKIPIF sections
Antony Dovgal [Tue, 19 Dec 2006 14:16:23 +0000 (14:16 +0000)]
add missing SKIPIF sections

18 years agoMFH
Antony Dovgal [Tue, 19 Dec 2006 13:27:09 +0000 (13:27 +0000)]
MFH

18 years agoMFH
Antony Dovgal [Tue, 19 Dec 2006 13:15:39 +0000 (13:15 +0000)]
MFH

18 years agoSupport for systems without locale.h
Dmitry Stogov [Tue, 19 Dec 2006 13:13:29 +0000 (13:13 +0000)]
Support for systems without locale.h

18 years agofix test on MacOS
Antony Dovgal [Tue, 19 Dec 2006 13:08:35 +0000 (13:08 +0000)]
fix test on MacOS

18 years agoserialize() should use '.' as decimal point irrespectively to locale
Antony Dovgal [Tue, 19 Dec 2006 12:36:44 +0000 (12:36 +0000)]
serialize() should use '.' as decimal point irrespectively to locale

18 years agoFixed bug #39815 (SOAP double encoding is not locale-independent)
Dmitry Stogov [Tue, 19 Dec 2006 11:54:38 +0000 (11:54 +0000)]
Fixed bug #39815 (SOAP double encoding is not locale-independent)

18 years agoUpdated list of available extensions in dlls.
Edin Kadribasic [Tue, 19 Dec 2006 10:34:10 +0000 (10:34 +0000)]
Updated list of available extensions in dlls.
Updated oci extension ini settings.
-- christopher.jones at oracle dot com

18 years agoEnable full build with newer Microsoft compilers
Edin Kadribasic [Tue, 19 Dec 2006 10:26:01 +0000 (10:26 +0000)]
Enable full build with newer Microsoft compilers

18 years agoFix tests
Hannes Magnusson [Tue, 19 Dec 2006 10:03:24 +0000 (10:03 +0000)]
Fix tests

18 years agoFixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org)
Dmitry Stogov [Tue, 19 Dec 2006 09:17:04 +0000 (09:17 +0000)]
Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org)

18 years agoAdded function stream_socket_shutdown(). It is a wraper for system shutdown() functio...
Dmitry Stogov [Tue, 19 Dec 2006 08:58:58 +0000 (08:58 +0000)]
Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection

18 years agoBFN
Brian Shire [Tue, 19 Dec 2006 08:18:47 +0000 (08:18 +0000)]
BFN

18 years agoFixed bug #39845 (Persistent connections generate a warning in pdo_pgsql).
Ilia Alshanetsky [Mon, 18 Dec 2006 17:56:25 +0000 (17:56 +0000)]
Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql).

18 years agoCleanup & optimize php_filter_encode_url()
Ilia Alshanetsky [Mon, 18 Dec 2006 15:42:18 +0000 (15:42 +0000)]
Cleanup & optimize php_filter_encode_url()

18 years agoLess hackish support for spaces at the start of tags within strip_tags()
Ilia Alshanetsky [Mon, 18 Dec 2006 15:02:16 +0000 (15:02 +0000)]
Less hackish support for spaces at the start of tags within strip_tags()

18 years agoFixed bugs with trimming of spaces
Ilia Alshanetsky [Mon, 18 Dec 2006 14:56:40 +0000 (14:56 +0000)]
Fixed bugs with trimming of spaces

18 years agoMFH: fix #39850 (SplFileObject throws contradictory/wrong error messages when trying...
Antony Dovgal [Mon, 18 Dec 2006 14:56:20 +0000 (14:56 +0000)]
MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages when trying to open "php://wrong")

18 years agoFixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type are...
Dmitry Stogov [Mon, 18 Dec 2006 14:39:23 +0000 (14:39 +0000)]
Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type are set to 0)

18 years agoMFH: fix possible invalid read (reproducible only on big-endian machines)
Antony Dovgal [Mon, 18 Dec 2006 13:16:54 +0000 (13:16 +0000)]
MFH: fix possible invalid read (reproducible only on big-endian machines)

18 years agoWhitespace
Zeev Suraski [Mon, 18 Dec 2006 12:32:08 +0000 (12:32 +0000)]
Whitespace

18 years agoFixed random generation of cookies and canaries
Dmitry Stogov [Mon, 18 Dec 2006 11:39:19 +0000 (11:39 +0000)]
Fixed random generation of cookies and canaries

18 years agoMFH
Antony Dovgal [Mon, 18 Dec 2006 11:12:55 +0000 (11:12 +0000)]
MFH

18 years agoremove the comment, it's not valid anymore
Antony Dovgal [Mon, 18 Dec 2006 10:19:52 +0000 (10:19 +0000)]
remove the comment, it's not valid anymore

18 years agoMFH:
Hannes Magnusson [Mon, 18 Dec 2006 09:26:54 +0000 (09:26 +0000)]
MFH:
- make %f locale aware again
- fix precision loss with %F (noticed by Sebastian Nohn)
- add new tests

18 years agoMFH: __builtin_expect() exists only in GCC 3.0 and higher
Dmitry Stogov [Mon, 18 Dec 2006 08:59:40 +0000 (08:59 +0000)]
MFH: __builtin_expect() exists only in GCC 3.0 and higher

18 years agoFilter fixes:
Ilia Alshanetsky [Mon, 18 Dec 2006 04:22:05 +0000 (04:22 +0000)]
Filter fixes:
Fixed possible double encoding problem with sanitizing filters
Make use of space-strict strip_tags() function

18 years agoFixed bug #30074
Brian Shire [Sun, 17 Dec 2006 20:09:48 +0000 (20:09 +0000)]
Fixed bug #30074
  extract with EXTR_REFS was setting EG(unitialized_zval_ptr)->is_ref=1, affecting subsequent usage
  Added test

18 years agoFixed compiler warning
Ilia Alshanetsky [Sun, 17 Dec 2006 18:30:36 +0000 (18:30 +0000)]
Fixed compiler warning

18 years agoFixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client).
Ilia Alshanetsky [Sun, 17 Dec 2006 18:22:53 +0000 (18:22 +0000)]
Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client).

18 years agoFix build
Hannes Magnusson [Sun, 17 Dec 2006 03:26:04 +0000 (03:26 +0000)]
Fix build

18 years agoFixed bug #39846 (Invalid IPv4 treated as valid).
Ilia Alshanetsky [Sat, 16 Dec 2006 21:48:05 +0000 (21:48 +0000)]
Fixed bug #39846 (Invalid IPv4 treated as valid).

18 years ago- I prefer cookie to be the first element.
Andi Gutmans [Fri, 15 Dec 2006 17:03:42 +0000 (17:03 +0000)]
- I prefer cookie to be the first element.

18 years agoAdded internal heap protection
Dmitry Stogov [Fri, 15 Dec 2006 13:25:26 +0000 (13:25 +0000)]
Added internal heap protection
  . safe unlinking
  . cookies
  . canary protection (debug build only)

18 years agoback to dev
Ilia Alshanetsky [Fri, 15 Dec 2006 01:22:35 +0000 (01:22 +0000)]
back to dev

18 years ago5.2.1RC1
Ilia Alshanetsky [Fri, 15 Dec 2006 01:21:36 +0000 (01:21 +0000)]
5.2.1RC1

18 years agoSupport for 'S' format in unserialize() (forward compatibility with PHP
Andrei Zmievski [Fri, 15 Dec 2006 00:58:08 +0000 (00:58 +0000)]
Support for 'S' format in unserialize() (forward compatibility with PHP
6)

18 years agoFixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
Ilia Alshanetsky [Wed, 13 Dec 2006 15:45:20 +0000 (15:45 +0000)]
Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
settings).

18 years agoRemoved deadcode found by Ron Korving
Ilia Alshanetsky [Wed, 13 Dec 2006 15:39:12 +0000 (15:39 +0000)]
Removed deadcode found by Ron Korving

18 years agooptimize out strlen() calls
Ilia Alshanetsky [Wed, 13 Dec 2006 15:31:47 +0000 (15:31 +0000)]
optimize out strlen() calls

# Patch by Matt Wilmas

18 years agoFixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).
Ilia Alshanetsky [Wed, 13 Dec 2006 00:41:33 +0000 (00:41 +0000)]
Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).

18 years agoMFH: Bugfix# 39435: 'foo' instanceof bar gives invalid opcode error
Sara Golemon [Tue, 12 Dec 2006 23:25:23 +0000 (23:25 +0000)]
MFH: Bugfix# 39435: 'foo' instanceof bar gives invalid opcode error

18 years agofix test
Antony Dovgal [Tue, 12 Dec 2006 22:33:26 +0000 (22:33 +0000)]
fix test

18 years agoFixed bug #39797 (virtual() does not reset changed INI settings).
Ilia Alshanetsky [Tue, 12 Dec 2006 18:05:25 +0000 (18:05 +0000)]
Fixed bug #39797 (virtual() does not reset changed INI settings).

18 years agoRemoved dummy vars.
Ilia Alshanetsky [Tue, 12 Dec 2006 15:35:16 +0000 (15:35 +0000)]
Removed dummy vars.

# Patch by Matt Wilmas

18 years agodisable tests
Antony Dovgal [Tue, 12 Dec 2006 13:22:44 +0000 (13:22 +0000)]
disable tests

18 years agofix test
Antony Dovgal [Tue, 12 Dec 2006 13:11:36 +0000 (13:11 +0000)]
fix test

18 years agoMFH: skip BFILE tests if Oracle is not on localhost
Antony Dovgal [Tue, 12 Dec 2006 13:00:01 +0000 (13:00 +0000)]
MFH: skip BFILE tests if Oracle is not on localhost

18 years agoMFH
Antony Dovgal [Tue, 12 Dec 2006 12:11:51 +0000 (12:11 +0000)]
MFH

18 years agoMFH: missing part of the fix for #39795
Antony Dovgal [Tue, 12 Dec 2006 12:06:37 +0000 (12:06 +0000)]
MFH: missing part of the fix for #39795

18 years agoMFH
Antony Dovgal [Tue, 12 Dec 2006 10:16:06 +0000 (10:16 +0000)]
MFH

18 years agoadd new tests
Antony Dovgal [Tue, 12 Dec 2006 09:33:33 +0000 (09:33 +0000)]
add new tests

18 years agoMFH
Antony Dovgal [Tue, 12 Dec 2006 09:28:18 +0000 (09:28 +0000)]
MFH

18 years agoFix test
Hannes Magnusson [Tue, 12 Dec 2006 09:15:25 +0000 (09:15 +0000)]
Fix test

18 years agoFix skipif
Hannes Magnusson [Tue, 12 Dec 2006 08:13:31 +0000 (08:13 +0000)]
Fix skipif

18 years agoFix tests
Hannes Magnusson [Tue, 12 Dec 2006 08:09:40 +0000 (08:09 +0000)]
Fix tests

18 years agoMFH: fix #39795 (build fails on AIX because crypt_r() uses different data struct)
Antony Dovgal [Tue, 12 Dec 2006 07:38:04 +0000 (07:38 +0000)]
MFH: fix #39795 (build fails on AIX because crypt_r() uses different data struct)

18 years agoFixed bug #39782 (setTime() on a DateTime constructed with a Weekday
Ilia Alshanetsky [Mon, 11 Dec 2006 21:04:40 +0000 (21:04 +0000)]
Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday
yields incorrect results).

18 years agoFixed typo
Ilia Alshanetsky [Mon, 11 Dec 2006 15:59:41 +0000 (15:59 +0000)]
Fixed typo

18 years agoRemoved bool<>long optimization as it causes issues with strict type checks
Ilia Alshanetsky [Mon, 11 Dec 2006 15:34:35 +0000 (15:34 +0000)]
Removed bool<>long optimization as it causes issues with strict type checks

18 years agoMinor optimization (2-3%) from Brian Shire
Ilia Alshanetsky [Mon, 11 Dec 2006 15:16:07 +0000 (15:16 +0000)]
Minor optimization (2-3%) from Brian Shire

18 years agoFixed bug #39787 (PHP doesn't work with Apache 2.3).
Ilia Alshanetsky [Mon, 11 Dec 2006 14:54:14 +0000 (14:54 +0000)]
Fixed bug #39787 (PHP doesn't work with Apache 2.3).

18 years agoMFH
Antony Dovgal [Mon, 11 Dec 2006 12:34:09 +0000 (12:34 +0000)]
MFH

18 years agoadd new test
Antony Dovgal [Mon, 11 Dec 2006 12:32:06 +0000 (12:32 +0000)]
add new test

18 years agoFixed bug #39791 (Crash in strtotime() on overly long relative date
Ilia Alshanetsky [Mon, 11 Dec 2006 05:04:36 +0000 (05:04 +0000)]
Fixed bug #39791 (Crash in strtotime() on overly long relative date
multipliers).

18 years ago- MFH Fix comparison of RecursiveDualIterators
Marcus Boerger [Sun, 10 Dec 2006 23:44:49 +0000 (23:44 +0000)]
- MFH Fix comparison of RecursiveDualIterators

18 years agoOptimize extract()
Ilia Alshanetsky [Sun, 10 Dec 2006 19:43:03 +0000 (19:43 +0000)]
Optimize extract()

# Patch by Brian Shire

18 years ago- #39286 entry
Pierre Joye [Sun, 10 Dec 2006 02:56:35 +0000 (02:56 +0000)]
- #39286 entry

18 years ago- #39286, misleading error message when nvalid dimensions are given
Pierre Joye [Sun, 10 Dec 2006 02:55:30 +0000 (02:55 +0000)]
- #39286, misleading error message when nvalid dimensions are given

18 years ago- #39508, add test (imagefill crashes with small image)
Pierre Joye [Sun, 10 Dec 2006 01:58:50 +0000 (01:58 +0000)]
- #39508, add test (imagefill crashes with small image)

18 years ago- #39780 entry
Pierre Joye [Sun, 10 Dec 2006 01:39:09 +0000 (01:39 +0000)]
- #39780 entry

18 years ago- MFH:#39780, PNG image with CRC/data error raises fatal error
Pierre Joye [Sun, 10 Dec 2006 01:38:02 +0000 (01:38 +0000)]
- MFH:#39780, PNG image with CRC/data error raises fatal error

18 years agoBFN
Edin Kadribasic [Sun, 10 Dec 2006 01:26:51 +0000 (01:26 +0000)]
BFN

18 years agoFixed by #39751 by KevinJohnHoffman at gmail dot com
Edin Kadribasic [Sun, 10 Dec 2006 01:23:41 +0000 (01:23 +0000)]
Fixed by #39751 by KevinJohnHoffman at gmail dot com

18 years agoMFH: sys_get_temp_dir()
Hannes Magnusson [Sat, 9 Dec 2006 18:00:52 +0000 (18:00 +0000)]
MFH: sys_get_temp_dir()

18 years agoFixed test
Ilia Alshanetsky [Sat, 9 Dec 2006 16:41:24 +0000 (16:41 +0000)]
Fixed test

18 years agoFixed bug #29840 (is_executable() does not honor safe_mode_exec_dir
Ilia Alshanetsky [Sat, 9 Dec 2006 16:01:29 +0000 (16:01 +0000)]
Fixed bug #29840 (is_executable() does not honor safe_mode_exec_dir
setting).

18 years agoMFH: new cookie tests
Hannes Magnusson [Sat, 9 Dec 2006 15:58:09 +0000 (15:58 +0000)]
MFH: new cookie tests

18 years agoFixed handling of multiple cookies with the same name.
Ilia Alshanetsky [Sat, 9 Dec 2006 14:14:29 +0000 (14:14 +0000)]
Fixed handling of multiple cookies with the same name.
Added support for cookies into run-tests.php

18 years agoStrip leading spaces from cookie names, that can come from multi-cookie
Ilia Alshanetsky [Sat, 9 Dec 2006 13:01:23 +0000 (13:01 +0000)]
Strip leading spaces from cookie names, that can come from multi-cookie
headers where ; can be followed by any number of spaces.

18 years agoBFN
Rob Richards [Sat, 9 Dec 2006 10:53:45 +0000 (10:53 +0000)]
BFN

18 years agofix heap corruption when adding/caching typelib (also fixes bug 39606)
Rob Richards [Sat, 9 Dec 2006 10:52:09 +0000 (10:52 +0000)]
fix heap corruption when adding/caching typelib (also fixes bug 39606)
add test

18 years agoFixed tests
Ilia Alshanetsky [Sat, 9 Dec 2006 03:17:49 +0000 (03:17 +0000)]
Fixed tests

18 years agoFixed test
Ilia Alshanetsky [Sat, 9 Dec 2006 03:07:32 +0000 (03:07 +0000)]
Fixed test

18 years agoMFH
Antony Dovgal [Fri, 8 Dec 2006 21:18:43 +0000 (21:18 +0000)]
MFH

18 years agoMFH: fix possible issue in the serializer, which might currupt struc when reallocatin...
Antony Dovgal [Fri, 8 Dec 2006 20:59:31 +0000 (20:59 +0000)]
MFH: fix possible issue in the serializer, which might currupt struc when reallocating arguments stack

18 years agoMFH: fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit)
Antony Dovgal [Fri, 8 Dec 2006 20:56:29 +0000 (20:56 +0000)]
MFH: fix #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit)