]>
granicus.if.org Git - php/log
Yiduo (David) Wang [Mon, 8 Oct 2007 04:05:22 +0000 (04:05 +0000)]
stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL
<changelog@php.net> [Mon, 8 Oct 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Nuno Lopes [Sun, 7 Oct 2007 14:00:20 +0000 (14:00 +0000)]
add test for bug #42737.
HEAD didnt have this bug, as it uses a smarter way to iterate over utf-8 chars
Antony Dovgal [Sun, 7 Oct 2007 12:33:40 +0000 (12:33 +0000)]
silence the warning
Antony Dovgal [Sun, 7 Oct 2007 12:23:29 +0000 (12:23 +0000)]
fix typos
Nuno Lopes [Sun, 7 Oct 2007 12:21:05 +0000 (12:21 +0000)]
MFB: fix ZTS build
Nuno Lopes [Sun, 7 Oct 2007 12:14:59 +0000 (12:14 +0000)]
MFB
Nuno Lopes [Sun, 7 Oct 2007 12:09:02 +0000 (12:09 +0000)]
MFB: fix #37911
Yiduo (David) Wang [Sun, 7 Oct 2007 05:15:07 +0000 (05:15 +0000)]
Added macros for managing zval refcounts and is_ref statuses
<changelog@php.net> [Sun, 7 Oct 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Sat, 6 Oct 2007 21:28:10 +0000 (21:28 +0000)]
fix ws & folding, nuke unused vars
Antony Dovgal [Sat, 6 Oct 2007 21:15:46 +0000 (21:15 +0000)]
fix ws and avoid freeing integer vars
Jani Taskinen [Sat, 6 Oct 2007 02:13:31 +0000 (02:13 +0000)]
- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT)
Jani Taskinen [Sat, 6 Oct 2007 01:42:40 +0000 (01:42 +0000)]
- Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting network timeout
<changelog@php.net> [Sat, 6 Oct 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Raghubansh Kumar [Fri, 5 Oct 2007 19:35:45 +0000 (19:35 +0000)]
New testcases for setlocale() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:47:47 +0000 (18:47 +0000)]
New testcases for nl2br() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:35:49 +0000 (18:35 +0000)]
New testcases for strrpos() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:20:57 +0000 (18:20 +0000)]
New testcases for str_split() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:12:36 +0000 (18:12 +0000)]
New testcases for vsprintf() function
Rob Richards [Fri, 5 Oct 2007 15:59:42 +0000 (15:59 +0000)]
fix win build
Jani Taskinen [Fri, 5 Oct 2007 15:19:47 +0000 (15:19 +0000)]
MFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared object
Jani Taskinen [Fri, 5 Oct 2007 14:57:18 +0000 (14:57 +0000)]
fix test
Nuno Lopes [Fri, 5 Oct 2007 14:49:40 +0000 (14:49 +0000)]
MFB: allow lcov 1.6
David Soria Parra [Fri, 5 Oct 2007 09:38:54 +0000 (09:38 +0000)]
WS/Indent fix.
<changelog@php.net> [Fri, 5 Oct 2007 01:31:43 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 4 Oct 2007 23:25:53 +0000 (23:25 +0000)]
MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatal
error)
Andrey Hristov [Thu, 4 Oct 2007 11:04:22 +0000 (11:04 +0000)]
Fix error
Andrey Hristov [Thu, 4 Oct 2007 09:53:19 +0000 (09:53 +0000)]
Try to fix the windows build of mysqlnd
Andrey Hristov [Thu, 4 Oct 2007 09:00:02 +0000 (09:00 +0000)]
Fix problems in Windows build
Greg Beaver [Thu, 4 Oct 2007 03:33:21 +0000 (03:33 +0000)]
fix Bug #12124: Phar object cannot be iterated over
remove unused variables
fix jit file open sprintf calls
Greg Beaver [Thu, 4 Oct 2007 02:24:49 +0000 (02:24 +0000)]
fix phar to work with PHP 5.3
<changelog@php.net> [Thu, 4 Oct 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 3 Oct 2007 23:31:04 +0000 (23:31 +0000)]
MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for
insertion)
Michael Wallner [Wed, 3 Oct 2007 20:32:52 +0000 (20:32 +0000)]
- fix CURLOPT_TIMEOUT_MS support (available since 7.16.2)
Antony Dovgal [Wed, 3 Oct 2007 18:38:35 +0000 (18:38 +0000)]
remove \u, \U and \C support in single quotes, as they are meant to contain binary data only and no escape sequences except \'
fixes bug #42746
Jani Taskinen [Wed, 3 Oct 2007 13:03:06 +0000 (13:03 +0000)]
- Removed the %destructor declaration (requires bison 1.875 or above)
Dmitry Stogov [Wed, 3 Oct 2007 10:33:45 +0000 (10:33 +0000)]
Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class).
David Soria Parra [Wed, 3 Oct 2007 10:31:04 +0000 (10:31 +0000)]
- Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.
Dmitry Stogov [Wed, 3 Oct 2007 09:47:59 +0000 (09:47 +0000)]
Fixed bug #42818 ($foo = clone(array()); leaks memory)
Dmitry Stogov [Wed, 3 Oct 2007 08:02:57 +0000 (08:02 +0000)]
Fixed bug #42772 (Storing $this in a static var fails while handling a cast to string)
Dmitry Stogov [Wed, 3 Oct 2007 06:49:34 +0000 (06:49 +0000)]
ws
Stanislav Malyshev [Wed, 3 Oct 2007 05:08:47 +0000 (05:08 +0000)]
MFB unicode test
Stanislav Malyshev [Wed, 3 Oct 2007 05:07:31 +0000 (05:07 +0000)]
MFB do not accept partial multibyte sequences in html* functions
<changelog@php.net> [Wed, 3 Oct 2007 01:31:32 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Tue, 2 Oct 2007 17:09:22 +0000 (17:09 +0000)]
ucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise it bails out with U_ILLEGAL_ARGUMENT_ERROR
this commit fixes endless loop (due to the absence of error catching) and also fixes the cause of the error
Jani Taskinen [Tue, 2 Oct 2007 16:52:53 +0000 (16:52 +0000)]
- Use non-unicode input method (other one crashes for some reason in ZTS mode)
Antony Dovgal [Tue, 2 Oct 2007 11:35:39 +0000 (11:35 +0000)]
fix tests
Antony Dovgal [Tue, 2 Oct 2007 11:35:26 +0000 (11:35 +0000)]
make strcspn() behave the same way in both Unicode and native mode (bug #42731)
Andrey Hristov [Tue, 2 Oct 2007 10:45:27 +0000 (10:45 +0000)]
Update mysqlnd in HEAD
Updated ext/mysql and ext/mysqli in HEAD
Jani Taskinen [Tue, 2 Oct 2007 10:40:57 +0000 (10:40 +0000)]
fix news (stuff added in 5.3 wont be needed to mentioned here)
Antony Dovgal [Tue, 2 Oct 2007 10:06:15 +0000 (10:06 +0000)]
MF5_2: improved recursion detection in array_walk()
fixes #42752, though the leaks are still there
Dmitry Stogov [Tue, 2 Oct 2007 08:47:42 +0000 (08:47 +0000)]
Fixed access to freed memory in tests/classes/__call_001.phpt
Dmitry Stogov [Tue, 2 Oct 2007 08:27:19 +0000 (08:27 +0000)]
Fixed bug #42819 (namespaces in indexes of constant arrays)
Christian Stocker [Tue, 2 Oct 2007 06:32:16 +0000 (06:32 +0000)]
- Added xsl->setProfiling() for profiling stylesheets. (MFB)
<changelog@php.net> [Tue, 2 Oct 2007 01:31:38 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 1 Oct 2007 15:33:29 +0000 (15:33 +0000)]
MFB: Added test for bug #42785
Ilia Alshanetsky [Mon, 1 Oct 2007 15:25:01 +0000 (15:25 +0000)]
MFB: Fixed bug #42785 (json_encode() formats doubles according to locale
rather then following standard syntax).
Ilia Alshanetsky [Mon, 1 Oct 2007 15:00:24 +0000 (15:00 +0000)]
MFB: MFB: Fixed typo in previous patch
Ilia Alshanetsky [Mon, 1 Oct 2007 14:56:34 +0000 (14:56 +0000)]
MFB: Refactor code to make fixes for coverity issues #385 and #386 a bit
more obvious
Jani Taskinen [Mon, 1 Oct 2007 13:55:58 +0000 (13:55 +0000)]
MFB: fix test
Jani Taskinen [Mon, 1 Oct 2007 13:41:57 +0000 (13:41 +0000)]
MFB: fix bug #42142 and cs+ws
Jani Taskinen [Mon, 1 Oct 2007 12:32:39 +0000 (12:32 +0000)]
- Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
Jani Taskinen [Mon, 1 Oct 2007 12:26:55 +0000 (12:26 +0000)]
- Fix warning
Jani Taskinen [Mon, 1 Oct 2007 12:04:09 +0000 (12:04 +0000)]
- Fixed bug #42789 (join() warning messages are not proper & different
return value on php5/6)
# For consistency between 5/6 also made the return value be NULL like it
# has been for ages when invalid stuff is passed.
Jani Taskinen [Mon, 1 Oct 2007 12:01:28 +0000 (12:01 +0000)]
- Added unicode result
Dmitry Stogov [Mon, 1 Oct 2007 11:25:26 +0000 (11:25 +0000)]
Late Static Binding make no sense in compile-time constants.
Dmitry Stogov [Mon, 1 Oct 2007 10:37:36 +0000 (10:37 +0000)]
Fixed bug #42802 (Namespace not supported in typehints)
Dmitry Stogov [Mon, 1 Oct 2007 09:33:02 +0000 (09:33 +0000)]
Fixed bug #42798 (__autoload() not triggered for classes used in method signature).
<changelog@php.net> [Mon, 1 Oct 2007 01:31:19 +0000 (01:31 +0000)]
ChangeLog update
Jani Taskinen [Sun, 30 Sep 2007 05:43:28 +0000 (05:43 +0000)]
- Nuked ending dots in error messages
Jani Taskinen [Sun, 30 Sep 2007 05:15:35 +0000 (05:15 +0000)]
- ws+cs (prepare syncing some parts to PHP_5_3)
<changelog@php.net> [Sun, 30 Sep 2007 01:31:20 +0000 (01:31 +0000)]
ChangeLog update
Raghubansh Kumar [Sat, 29 Sep 2007 14:15:53 +0000 (14:15 +0000)]
New testcases for sprintf() function
Raghubansh Kumar [Sat, 29 Sep 2007 12:57:06 +0000 (12:57 +0000)]
New testcases for chunk_split() function
Dmitry Stogov [Sat, 29 Sep 2007 11:27:05 +0000 (11:27 +0000)]
Updated API version numbers
Nuno Lopes [Sat, 29 Sep 2007 11:26:51 +0000 (11:26 +0000)]
MFB: fix compiler warnings
Dmitry Stogov [Sat, 29 Sep 2007 10:37:39 +0000 (10:37 +0000)]
Added "compact" handler for Zend MM storage.
Raghubansh Kumar [Sat, 29 Sep 2007 09:24:27 +0000 (09:24 +0000)]
New testcases for strrchr() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:22:42 +0000 (09:22 +0000)]
New testcases for stripos() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:08:24 +0000 (09:08 +0000)]
New testcases for join() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:03:22 +0000 (09:03 +0000)]
New testcases for htmlspecialchars_decode() function
Dmitry Stogov [Sat, 29 Sep 2007 08:52:04 +0000 (08:52 +0000)]
optimization
Jani Taskinen [Sat, 29 Sep 2007 02:08:19 +0000 (02:08 +0000)]
- Nuked unused variable
<changelog@php.net> [Sat, 29 Sep 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update
Jani Taskinen [Fri, 28 Sep 2007 23:34:31 +0000 (23:34 +0000)]
- Fix copy and paste typo
Nuno Lopes [Fri, 28 Sep 2007 22:40:23 +0000 (22:40 +0000)]
fix expected output
Johannes Schlüter [Fri, 28 Sep 2007 22:04:28 +0000 (22:04 +0000)]
- Fix type in example
Dmitry Stogov [Fri, 28 Sep 2007 19:51:49 +0000 (19:51 +0000)]
Support for namespaces in dynamic calls
Jani Taskinen [Fri, 28 Sep 2007 13:06:22 +0000 (13:06 +0000)]
nuke unsued variable
Jani Taskinen [Fri, 28 Sep 2007 12:54:42 +0000 (12:54 +0000)]
- Fix compiler warnings
Jani Taskinen [Fri, 28 Sep 2007 12:52:12 +0000 (12:52 +0000)]
- Fix compiler warning
Jani Taskinen [Fri, 28 Sep 2007 11:52:49 +0000 (11:52 +0000)]
ws + cs
Jani Taskinen [Fri, 28 Sep 2007 10:23:14 +0000 (10:23 +0000)]
- Fix win32 build.
Antony Dovgal [Fri, 28 Sep 2007 05:32:41 +0000 (05:32 +0000)]
ws
Antony Dovgal [Fri, 28 Sep 2007 05:32:07 +0000 (05:32 +0000)]
fix build
Jani Taskinen [Fri, 28 Sep 2007 02:04:28 +0000 (02:04 +0000)]
- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All directives set in these sections will not be able to be
overridden in user-defined ini-files or during runtime in the specified
path.
- Improved php.ini handling:
. Added better error reporting for syntax errors in php.ini files
. Allowed "ini-variables" to be used almost everywhere ini php.ini files
. Allowed using alphanumeric/variable indexes in "array" ini options
. Fixed get_cfg_var() to be able to return "array" ini options
- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
characters)
@DOC Pierre promised to handle the manual part of this :D
<changelog@php.net> [Fri, 28 Sep 2007 01:31:38 +0000 (01:31 +0000)]
ChangeLog update
Jani Taskinen [Thu, 27 Sep 2007 22:08:54 +0000 (22:08 +0000)]
ws + cs fixes
Dmitry Stogov [Thu, 27 Sep 2007 18:28:44 +0000 (18:28 +0000)]
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)