]> granicus.if.org Git - php/log
php
17 years agoMFB: Fixed bug #42869 (automatic session id insertion adds sessions id to
Ilia Alshanetsky [Wed, 10 Oct 2007 00:36:25 +0000 (00:36 +0000)]
MFB: Fixed bug #42869 (automatic session id insertion adds sessions id to
non-local forms)

17 years agoNew testcases for strip_tags() function
Raghubansh Kumar [Tue, 9 Oct 2007 12:42:47 +0000 (12:42 +0000)]
New testcases for strip_tags() function

17 years agoadded unicode output
Raghubansh Kumar [Tue, 9 Oct 2007 11:58:52 +0000 (11:58 +0000)]
added unicode output

17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 11:51:48 +0000 (11:51 +0000)]
fix tests

17 years agoFix expand_filepath when including relative files, ideally you should test you code...
Scott MacVicar [Tue, 9 Oct 2007 10:04:19 +0000 (10:04 +0000)]
Fix expand_filepath when including relative files, ideally you should test you code...

17 years agows + cs
Jani Taskinen [Tue, 9 Oct 2007 08:40:25 +0000 (08:40 +0000)]
ws + cs

17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 05:22:51 +0000 (05:22 +0000)]
fix tests

17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 04:52:47 +0000 (04:52 +0000)]
fix tests

17 years agoFix for bug 41822. expand_filepath() will now return a relative path under the speci...
Robert Thompson [Tue, 9 Oct 2007 02:41:14 +0000 (02:41 +0000)]
Fix for bug 41822.  expand_filepath() will now return a relative path under the specific situation where getcwd() returns NULL and the file is still readable.  As far as I have been able to tell, this fix only applies to the Solaris OS where files in directories with (--x) cannot getcwd().

17 years agoChangeLog update
<changelog@php.net> [Tue, 9 Oct 2007 01:31:20 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Move declarations from the public header file.
Andrey Hristov [Mon, 8 Oct 2007 15:40:26 +0000 (15:40 +0000)]
MFB: Move declarations from the public header file.

17 years agoNew testcases for strtr() function
Raghubansh Kumar [Mon, 8 Oct 2007 15:31:06 +0000 (15:31 +0000)]
New testcases for strtr() function

17 years agoNew testcases for get_html_translation_table() function
Raghubansh Kumar [Mon, 8 Oct 2007 15:30:38 +0000 (15:30 +0000)]
New testcases for get_html_translation_table() function

17 years agofix tests
Raghubansh Kumar [Mon, 8 Oct 2007 06:24:57 +0000 (06:24 +0000)]
fix tests

17 years agostmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL
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

17 years agoChangeLog update
<changelog@php.net> [Mon, 8 Oct 2007 01:31:28 +0000 (01:31 +0000)]
ChangeLog update

17 years agoadd test for bug #42737.
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

17 years agosilence the warning
Antony Dovgal [Sun, 7 Oct 2007 12:33:40 +0000 (12:33 +0000)]
silence the warning

17 years agofix typos
Antony Dovgal [Sun, 7 Oct 2007 12:23:29 +0000 (12:23 +0000)]
fix typos

17 years agoMFB: fix ZTS build
Nuno Lopes [Sun, 7 Oct 2007 12:21:05 +0000 (12:21 +0000)]
MFB: fix ZTS build

17 years agoMFB
Nuno Lopes [Sun, 7 Oct 2007 12:14:59 +0000 (12:14 +0000)]
MFB

17 years agoMFB: fix #37911
Nuno Lopes [Sun, 7 Oct 2007 12:09:02 +0000 (12:09 +0000)]
MFB: fix #37911

17 years agoAdded macros for managing zval refcounts and is_ref statuses
Yiduo (David) Wang [Sun, 7 Oct 2007 05:15:07 +0000 (05:15 +0000)]
Added macros for managing zval refcounts and is_ref statuses

17 years agoChangeLog update
<changelog@php.net> [Sun, 7 Oct 2007 01:31:26 +0000 (01:31 +0000)]
ChangeLog update

17 years agofix ws & folding, nuke unused vars
Antony Dovgal [Sat, 6 Oct 2007 21:28:10 +0000 (21:28 +0000)]
fix ws & folding, nuke unused vars

17 years agofix ws and avoid freeing integer vars
Antony Dovgal [Sat, 6 Oct 2007 21:15:46 +0000 (21:15 +0000)]
fix ws and avoid freeing integer vars

17 years ago- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_O...
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)

17 years ago- Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting networ...
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

17 years agoChangeLog update
<changelog@php.net> [Sat, 6 Oct 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for setlocale() function
Raghubansh Kumar [Fri, 5 Oct 2007 19:35:45 +0000 (19:35 +0000)]
New testcases for setlocale() function

17 years agoNew testcases for nl2br() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:47:47 +0000 (18:47 +0000)]
New testcases for nl2br() function

17 years agoNew testcases for strrpos() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:35:49 +0000 (18:35 +0000)]
New testcases for strrpos() function

17 years agoNew testcases for str_split() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:20:57 +0000 (18:20 +0000)]
New testcases for str_split() function

17 years agoNew testcases for vsprintf() function
Raghubansh Kumar [Fri, 5 Oct 2007 18:12:36 +0000 (18:12 +0000)]
New testcases for vsprintf() function

17 years agofix win build
Rob Richards [Fri, 5 Oct 2007 15:59:42 +0000 (15:59 +0000)]
fix win build

17 years agoMFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared object
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

17 years agofix test
Jani Taskinen [Fri, 5 Oct 2007 14:57:18 +0000 (14:57 +0000)]
fix test

17 years agoMFB: allow lcov 1.6
Nuno Lopes [Fri, 5 Oct 2007 14:49:40 +0000 (14:49 +0000)]
MFB: allow lcov 1.6

17 years agoWS/Indent fix.
David Soria Parra [Fri, 5 Oct 2007 09:38:54 +0000 (09:38 +0000)]
WS/Indent fix.

17 years agoChangeLog update
<changelog@php.net> [Fri, 5 Oct 2007 01:31:43 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #42817 (clone() on a non-object does not result in a fatal
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)

17 years agoFix error
Andrey Hristov [Thu, 4 Oct 2007 11:04:22 +0000 (11:04 +0000)]
Fix error

17 years agoTry to fix the windows build of mysqlnd
Andrey Hristov [Thu, 4 Oct 2007 09:53:19 +0000 (09:53 +0000)]
Try to fix the windows build of mysqlnd

17 years agoFix problems in Windows build
Andrey Hristov [Thu, 4 Oct 2007 09:00:02 +0000 (09:00 +0000)]
Fix problems in Windows build

17 years agofix Bug #12124: Phar object cannot be iterated over
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

17 years agofix phar to work with PHP 5.3
Greg Beaver [Thu, 4 Oct 2007 02:24:49 +0000 (02:24 +0000)]
fix phar to work with PHP 5.3

17 years agoChangeLog update
<changelog@php.net> [Thu, 4 Oct 2007 01:31:22 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Fixed bug #42783 (pg_insert() does not accept an empty list for
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)

17 years ago- fix CURLOPT_TIMEOUT_MS support (available since 7.16.2)
Michael Wallner [Wed, 3 Oct 2007 20:32:52 +0000 (20:32 +0000)]
- fix CURLOPT_TIMEOUT_MS support (available since 7.16.2)

17 years agoremove \u, \U and \C support in single quotes, as they are meant to contain binary...
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

17 years ago- Removed the %destructor declaration (requires bison 1.875 or above)
Jani Taskinen [Wed, 3 Oct 2007 13:03:06 +0000 (13:03 +0000)]
- Removed the %destructor declaration (requires bison 1.875 or above)

17 years agoFixed bug #42820 (defined() on constant with namespace prefixes tries to load class).
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).

17 years ago- Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.
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.

17 years agoFixed bug #42818 ($foo = clone(array()); leaks memory)
Dmitry Stogov [Wed, 3 Oct 2007 09:47:59 +0000 (09:47 +0000)]
Fixed bug #42818 ($foo = clone(array()); leaks memory)

17 years agoFixed bug #42772 (Storing $this in a static var fails while handling a cast to string)
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)

17 years agows
Dmitry Stogov [Wed, 3 Oct 2007 06:49:34 +0000 (06:49 +0000)]
ws

17 years agoMFB unicode test
Stanislav Malyshev [Wed, 3 Oct 2007 05:08:47 +0000 (05:08 +0000)]
MFB unicode test

17 years agoMFB do not accept partial multibyte sequences in html* functions
Stanislav Malyshev [Wed, 3 Oct 2007 05:07:31 +0000 (05:07 +0000)]
MFB do not accept partial multibyte sequences in html* functions

17 years agoChangeLog update
<changelog@php.net> [Wed, 3 Oct 2007 01:31:32 +0000 (01:31 +0000)]
ChangeLog update

17 years agoucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise it...
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

17 years ago- Use non-unicode input method (other one crashes for some reason in ZTS mode)
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)

17 years agofix tests
Antony Dovgal [Tue, 2 Oct 2007 11:35:39 +0000 (11:35 +0000)]
fix tests

17 years agomake strcspn() behave the same way in both Unicode and native mode (bug #42731)
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)

17 years agoUpdate mysqlnd in HEAD
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

17 years agofix news (stuff added in 5.3 wont be needed to mentioned here)
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)

17 years agoMF5_2: improved recursion detection in array_walk()
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

17 years agoFixed access to freed memory in tests/classes/__call_001.phpt
Dmitry Stogov [Tue, 2 Oct 2007 08:47:42 +0000 (08:47 +0000)]
Fixed access to freed memory in tests/classes/__call_001.phpt

17 years agoFixed bug #42819 (namespaces in indexes of constant arrays)
Dmitry Stogov [Tue, 2 Oct 2007 08:27:19 +0000 (08:27 +0000)]
Fixed bug #42819 (namespaces in indexes of constant arrays)

17 years ago- Added xsl->setProfiling() for profiling stylesheets. (MFB)
Christian Stocker [Tue, 2 Oct 2007 06:32:16 +0000 (06:32 +0000)]
- Added xsl->setProfiling() for profiling stylesheets. (MFB)

17 years agoChangeLog update
<changelog@php.net> [Tue, 2 Oct 2007 01:31:38 +0000 (01:31 +0000)]
ChangeLog update

17 years agoMFB: Added test for bug #42785
Ilia Alshanetsky [Mon, 1 Oct 2007 15:33:29 +0000 (15:33 +0000)]
MFB: Added test for bug #42785

17 years agoMFB: Fixed bug #42785 (json_encode() formats doubles according to locale
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).

17 years agoMFB: MFB: Fixed typo in previous patch
Ilia Alshanetsky [Mon, 1 Oct 2007 15:00:24 +0000 (15:00 +0000)]
MFB: MFB: Fixed typo in previous patch

17 years agoMFB: Refactor code to make fixes for coverity issues #385 and #386 a bit
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

17 years agoMFB: fix test
Jani Taskinen [Mon, 1 Oct 2007 13:55:58 +0000 (13:55 +0000)]
MFB: fix test

17 years agoMFB: fix bug #42142 and cs+ws
Jani Taskinen [Mon, 1 Oct 2007 13:41:57 +0000 (13:41 +0000)]
MFB: fix bug #42142 and cs+ws

17 years ago- Added common getopt implementation to core.
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+

17 years ago- Fix warning
Jani Taskinen [Mon, 1 Oct 2007 12:26:55 +0000 (12:26 +0000)]
- Fix warning

17 years ago- Fixed bug #42789 (join() warning messages are not proper & different
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.

17 years ago- Added unicode result
Jani Taskinen [Mon, 1 Oct 2007 12:01:28 +0000 (12:01 +0000)]
- Added unicode result

17 years agoLate Static Binding make no sense in compile-time constants.
Dmitry Stogov [Mon, 1 Oct 2007 11:25:26 +0000 (11:25 +0000)]
Late Static Binding make no sense in compile-time constants.

17 years agoFixed bug #42802 (Namespace not supported in typehints)
Dmitry Stogov [Mon, 1 Oct 2007 10:37:36 +0000 (10:37 +0000)]
Fixed bug #42802 (Namespace not supported in typehints)

17 years agoFixed bug #42798 (__autoload() not triggered for classes used in method signature).
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).

17 years agoChangeLog update
<changelog@php.net> [Mon, 1 Oct 2007 01:31:19 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Nuked ending dots in error messages
Jani Taskinen [Sun, 30 Sep 2007 05:43:28 +0000 (05:43 +0000)]
- Nuked ending dots in error messages

17 years ago- ws+cs (prepare syncing some parts to PHP_5_3)
Jani Taskinen [Sun, 30 Sep 2007 05:15:35 +0000 (05:15 +0000)]
- ws+cs (prepare syncing some parts to PHP_5_3)

17 years agoChangeLog update
<changelog@php.net> [Sun, 30 Sep 2007 01:31:20 +0000 (01:31 +0000)]
ChangeLog update

17 years agoNew testcases for sprintf() function
Raghubansh Kumar [Sat, 29 Sep 2007 14:15:53 +0000 (14:15 +0000)]
New testcases for sprintf() function

17 years agoNew testcases for chunk_split() function
Raghubansh Kumar [Sat, 29 Sep 2007 12:57:06 +0000 (12:57 +0000)]
New testcases for chunk_split() function

17 years agoUpdated API version numbers
Dmitry Stogov [Sat, 29 Sep 2007 11:27:05 +0000 (11:27 +0000)]
Updated API version numbers

17 years agoMFB: fix compiler warnings
Nuno Lopes [Sat, 29 Sep 2007 11:26:51 +0000 (11:26 +0000)]
MFB: fix compiler warnings

17 years agoAdded "compact" handler for Zend MM storage.
Dmitry Stogov [Sat, 29 Sep 2007 10:37:39 +0000 (10:37 +0000)]
Added "compact" handler for Zend MM storage.

17 years agoNew testcases for strrchr() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:24:27 +0000 (09:24 +0000)]
New testcases for strrchr() function

17 years agoNew testcases for stripos() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:22:42 +0000 (09:22 +0000)]
New testcases for stripos() function

17 years agoNew testcases for join() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:08:24 +0000 (09:08 +0000)]
New testcases for join() function

17 years agoNew testcases for htmlspecialchars_decode() function
Raghubansh Kumar [Sat, 29 Sep 2007 09:03:22 +0000 (09:03 +0000)]
New testcases for htmlspecialchars_decode() function

17 years agooptimization
Dmitry Stogov [Sat, 29 Sep 2007 08:52:04 +0000 (08:52 +0000)]
optimization

17 years ago- Nuked unused variable
Jani Taskinen [Sat, 29 Sep 2007 02:08:19 +0000 (02:08 +0000)]
- Nuked unused variable

17 years agoChangeLog update
<changelog@php.net> [Sat, 29 Sep 2007 01:31:29 +0000 (01:31 +0000)]
ChangeLog update

17 years ago- Fix copy and paste typo
Jani Taskinen [Fri, 28 Sep 2007 23:34:31 +0000 (23:34 +0000)]
- Fix copy and paste typo