]> granicus.if.org Git - php/log
php
17 years agofix tests
Raghubansh Kumar [Tue, 9 Oct 2007 06:15:39 +0000 (06:15 +0000)]
fix tests

17 years agomore tests for fseek(), ftell() & rewind() for win32
Raghubansh Kumar [Tue, 9 Oct 2007 04:56:28 +0000 (04:56 +0000)]
more tests for fseek(), ftell() & rewind() for win32

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

17 years agoFix for bug 41822. expand_filepath() will now return a relative path under the speci...
Robert Thompson [Mon, 8 Oct 2007 23:44:50 +0000 (23:44 +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 agoadd iODBC support to pdo_odbc
Wez Furlong [Mon, 8 Oct 2007 17:55:40 +0000 (17:55 +0000)]
add iODBC support to pdo_odbc

17 years agoMove non-public code to non-public header file. This should also solve
Andrey Hristov [Mon, 8 Oct 2007 16:14:56 +0000 (16:14 +0000)]
Move non-public code to non-public header file. This should also solve
#42890 "Constant "LIST" defined by mysqlclient and c-client"

17 years agofix test
Raghubansh Kumar [Mon, 8 Oct 2007 16:04:28 +0000 (16:04 +0000)]
fix test

17 years agofix test
Raghubansh Kumar [Mon, 8 Oct 2007 15:45:53 +0000 (15:45 +0000)]
fix test

17 years agoMove declarations from the public header file.
Andrey Hristov [Mon, 8 Oct 2007 15:38:47 +0000 (15:38 +0000)]
Move declarations from the public header file.

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

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

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

17 years agofix test
Raghubansh Kumar [Mon, 8 Oct 2007 06:22:13 +0000 (06:22 +0000)]
fix test

17 years agoMFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL
Yiduo (David) Wang [Mon, 8 Oct 2007 04:06:15 +0000 (04:06 +0000)]
MFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL

17 years agoFix build for mysqlnd
Yiduo (David) Wang [Sun, 7 Oct 2007 21:47:36 +0000 (21:47 +0000)]
Fix build for mysqlnd

17 years agoFixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
Nuno Lopes [Sun, 7 Oct 2007 13:57:10 +0000 (13:57 +0000)]
Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)

17 years agonow fix the thread-safe build..
Nuno Lopes [Sun, 7 Oct 2007 12:20:11 +0000 (12:20 +0000)]
now fix the thread-safe build..
#sorry for the noise, but I didnt commit patches to PHP for a long time..

17 years agofix the previous patch: the rc var doesnt need to be passed to the make_subpats_table()
Nuno Lopes [Sun, 7 Oct 2007 12:14:02 +0000 (12:14 +0000)]
fix the previous patch: the rc var doesnt need to be passed to the make_subpats_table()

17 years agoBFN: #37911
Nuno Lopes [Sun, 7 Oct 2007 11:51:35 +0000 (11:51 +0000)]
BFN: #37911

17 years agofix bug #37911: preg_replace_callback ignores named groups
Nuno Lopes [Sun, 7 Oct 2007 11:48:27 +0000 (11:48 +0000)]
fix bug #37911:  preg_replace_callback ignores named groups

17 years agoupgrade pcre to version 7.4
Nuno Lopes [Sun, 7 Oct 2007 10:35:03 +0000 (10:35 +0000)]
upgrade pcre to version 7.4

17 years agoone more fix
Antony Dovgal [Sun, 7 Oct 2007 08:33:38 +0000 (08:33 +0000)]
one more fix

17 years agofix build
Antony Dovgal [Sun, 7 Oct 2007 08:30:47 +0000 (08:30 +0000)]
fix build

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

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

17 years agoMFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for...
Jani Taskinen [Sat, 6 Oct 2007 02:13:50 +0000 (02:13 +0000)]
MFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT)

17 years agoBFN
Jani Taskinen [Sat, 6 Oct 2007 01:46:24 +0000 (01:46 +0000)]
BFN
[DOC] Note: ldap_[get|set]_option() manual pages needs an entry for
[DOC] LDAP_OPT_NETWORK_TIMEOUT

17 years agoMFH: - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting...
Jani Taskinen [Sat, 6 Oct 2007 01:43:26 +0000 (01:43 +0000)]
MFH: - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting network timeout (FR#42837)

17 years agoImport mysqlnd
Andrey Hristov [Fri, 5 Oct 2007 21:23:56 +0000 (21:23 +0000)]
Import mysqlnd
Patch ext/mysql and ext/mysqli to support mysqlnd

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

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

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

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

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

17 years agoMFH: fix win build
Rob Richards [Fri, 5 Oct 2007 16:00:30 +0000 (16:00 +0000)]
MFH: fix win build

17 years agoMFH:- Moved the old regex functions to own extension: ereg
Jani Taskinen [Fri, 5 Oct 2007 15:00:09 +0000 (15:00 +0000)]
MFH:- Moved the old regex functions to own extension: ereg

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

17 years agolcov 1.6 also works correctly
Nuno Lopes [Fri, 5 Oct 2007 14:48:32 +0000 (14:48 +0000)]
lcov 1.6 also works correctly

17 years ago- Sync with configure.in from HEAD (the CGI stuff is as ini options nowadays)
Jani Taskinen [Fri, 5 Oct 2007 12:34:48 +0000 (12:34 +0000)]
- Sync with configure.in from HEAD (the CGI stuff is as ini options nowadays)

17 years agoWS fix. Space instead of tab.
David Soria Parra [Fri, 5 Oct 2007 11:43:09 +0000 (11:43 +0000)]
WS fix. Space instead of tab.

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

17 years agoGenerated files that are part of the previous patch
Ilia Alshanetsky [Thu, 4 Oct 2007 23:22:37 +0000 (23:22 +0000)]
Generated files that are part of the previous patch

17 years agoFixed bug #42817 (clone() on a non-object does not result in a fatal error)
Ilia Alshanetsky [Thu, 4 Oct 2007 23:19:20 +0000 (23:19 +0000)]
Fixed bug #42817 (clone() on a non-object does not result in a fatal error)

17 years agoFixed bug #42783 (pg_insert() does not accept an empty list for insertion)
Ilia Alshanetsky [Wed, 3 Oct 2007 23:30:46 +0000 (23:30 +0000)]
Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)

17 years agoMFH: fix CURLOPT_TIMEOUT_MS support
Michael Wallner [Wed, 3 Oct 2007 20:34:01 +0000 (20:34 +0000)]
MFH: fix CURLOPT_TIMEOUT_MS support

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

17 years agoMFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.
David Soria Parra [Wed, 3 Oct 2007 10:44:32 +0000 (10:44 +0000)]
MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.
[DOC] 5th parameter available since PHP 5.3+

17 years agoFixed bug #42820 (defined() on constant with namespace prefixes tries to load class).
Dmitry Stogov [Wed, 3 Oct 2007 10:33:02 +0000 (10:33 +0000)]
Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class).

17 years agoFixed bug #42818 ($foo = clone(array()); leaks memory)
Dmitry Stogov [Wed, 3 Oct 2007 09:47:45 +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:36 +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:15 +0000 (06:49 +0000)]
ws

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

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

17 years agofix test
Antony Dovgal [Tue, 2 Oct 2007 11:21:40 +0000 (11:21 +0000)]
fix test

17 years ago- There really is no point in mentioned fixed bugs in something that has never been...
Jani Taskinen [Tue, 2 Oct 2007 10:42:55 +0000 (10:42 +0000)]
- There really is no point in mentioned fixed bugs in something that has never been in any release..

17 years agoMF5_2: improved recursion detection in array_walk()
Antony Dovgal [Tue, 2 Oct 2007 10:04:38 +0000 (10:04 +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:22 +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:26:50 +0000 (08:26 +0000)]
Fixed bug #42819 (namespaces in indexes of constant arrays)

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

17 years ago- pass the adress not the value
Johannes Schlüter [Mon, 1 Oct 2007 20:36:01 +0000 (20:36 +0000)]
- pass the adress not the value

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

17 years agoFixed bug #42785 (json_encode() formats doubles according to locale rather
Ilia Alshanetsky [Mon, 1 Oct 2007 15:22:41 +0000 (15:22 +0000)]
Fixed bug #42785 (json_encode() formats doubles according to locale rather
then following standard syntax).

17 years ago- Fix test
Johannes Schlüter [Mon, 1 Oct 2007 15:01:47 +0000 (15:01 +0000)]
- Fix test

17 years agoFixed typo in the previous patch
Ilia Alshanetsky [Mon, 1 Oct 2007 14:59:55 +0000 (14:59 +0000)]
Fixed typo in the previous patch

17 years agoRefactor code to make fixes for coverity issues #385 and #386 a bit more
Ilia Alshanetsky [Mon, 1 Oct 2007 14:51:11 +0000 (14:51 +0000)]
Refactor code to make fixes for coverity issues #385 and #386 a bit more
obvious

17 years ago- ws + cs + sync HEAD
Jani Taskinen [Mon, 1 Oct 2007 13:38:14 +0000 (13:38 +0000)]
- ws + cs + sync HEAD

17 years agoMFH:- Added common getopt implementation to core.
Jani Taskinen [Mon, 1 Oct 2007 12:40:54 +0000 (12:40 +0000)]
MFH:- Added common getopt implementation to core.
MFH:- Added long-option feature to getopt().
MFH:- Made getopt() available on win32 systems.
MFH:  Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+

# Note: Fixed also tests and synced basic_functions.c with HEAD.

17 years agoMFH: sync (adds php_prefix_varname() API function)
Jani Taskinen [Mon, 1 Oct 2007 12:34:19 +0000 (12:34 +0000)]
MFH: sync (adds php_prefix_varname() API function)

17 years agoMFH: Fixed bug #42789
Jani Taskinen [Mon, 1 Oct 2007 12:05:41 +0000 (12:05 +0000)]
MFH: Fixed bug #42789

17 years agoLate Static Binding make no sense in compile-time constants.
Dmitry Stogov [Mon, 1 Oct 2007 11:25:14 +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:14 +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:32:48 +0000 (09:32 +0000)]
Fixed bug #42798 (__autoload() not triggered for classes used in method signature).

17 years ago- Fix tests (too many dots in error messages :)
Jani Taskinen [Sun, 30 Sep 2007 21:35:52 +0000 (21:35 +0000)]
- Fix tests (too many dots in error messages :)

17 years agoNuke unused vars
Ilia Alshanetsky [Sun, 30 Sep 2007 16:53:10 +0000 (16:53 +0000)]
Nuke unused vars

17 years agofix test
Antony Dovgal [Sun, 30 Sep 2007 14:40:06 +0000 (14:40 +0000)]
fix test

17 years agofix tests
Antony Dovgal [Sun, 30 Sep 2007 14:37:33 +0000 (14:37 +0000)]
fix tests

17 years agoMFH: Nuked ending dots from error messages
Jani Taskinen [Sun, 30 Sep 2007 05:49:45 +0000 (05:49 +0000)]
MFH: Nuked ending dots from error messages

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

17 years agosmaller tests already exists
Raghubansh Kumar [Sat, 29 Sep 2007 17:19:03 +0000 (17:19 +0000)]
smaller tests already exists

17 years agoNew testcases for strrchr() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:59:07 +0000 (16:59 +0000)]
New testcases for strrchr() function

17 years agoNew testcases for stripos() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:56:46 +0000 (16:56 +0000)]
New testcases for stripos() function

17 years agoNew testcases for sprintf() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:54:57 +0000 (16:54 +0000)]
New testcases for sprintf() function

17 years agoNew testcases for join() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:52:54 +0000 (16:52 +0000)]
New testcases for join() function

17 years agoNew testcases for htmlspecialchars_decode() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:51:42 +0000 (16:51 +0000)]
New testcases for htmlspecialchars_decode() function

17 years agoNew testcases for chunk_split() function
Raghubansh Kumar [Sat, 29 Sep 2007 16:49:41 +0000 (16:49 +0000)]
New testcases for chunk_split() function

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

17 years agouse FREE_ZVAL() instead of free() to free a zval
Nuno Lopes [Sat, 29 Sep 2007 11:24:05 +0000 (11:24 +0000)]
use FREE_ZVAL() instead of free() to free a zval

17 years agofix a few compiler warnings (mostly use of unitialized values)
Nuno Lopes [Sat, 29 Sep 2007 11:18:42 +0000 (11:18 +0000)]
fix a few compiler warnings (mostly use of unitialized values)

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

17 years agoAdded support for __callstatic() magic method (missing part). (Sara)
Dmitry Stogov [Sat, 29 Sep 2007 09:34:24 +0000 (09:34 +0000)]
Added support for __callstatic() magic method (missing part). (Sara)

17 years agoAdded support for __callstatic() magic method. (Sara)
Dmitry Stogov [Sat, 29 Sep 2007 08:52:40 +0000 (08:52 +0000)]
Added support for __callstatic() magic method. (Sara)

17 years agoRemoved commented code
Dmitry Stogov [Sat, 29 Sep 2007 08:29:56 +0000 (08:29 +0000)]
Removed commented code

17 years agoAdded support for Late Static Binding. (Dmitry, Etienne Kneuss)
Dmitry Stogov [Sat, 29 Sep 2007 07:28:34 +0000 (07:28 +0000)]
Added support for Late Static Binding. (Dmitry, Etienne Kneuss)

17 years ago- MFH: Fix type in example
Johannes Schlüter [Fri, 28 Sep 2007 22:04:39 +0000 (22:04 +0000)]
- MFH: Fix type in example

17 years ago- Merge minor namespace related stuff (README and tokenizer)
Johannes Schlüter [Fri, 28 Sep 2007 21:02:19 +0000 (21:02 +0000)]
- Merge minor namespace related stuff (README and tokenizer)

17 years agoSupport for namespaces
Dmitry Stogov [Fri, 28 Sep 2007 19:53:42 +0000 (19:53 +0000)]
Support for namespaces

17 years agoNamespaces
Dmitry Stogov [Fri, 28 Sep 2007 19:52:53 +0000 (19:52 +0000)]
Namespaces

17 years agoMFH: Fixed win32 build.
Jani Taskinen [Fri, 28 Sep 2007 10:23:38 +0000 (10:23 +0000)]
MFH: Fixed win32 build.

17 years agows
Antony Dovgal [Fri, 28 Sep 2007 05:33:11 +0000 (05:33 +0000)]
ws

17 years agoOne more thing..
Jani Taskinen [Fri, 28 Sep 2007 02:14:11 +0000 (02:14 +0000)]
One more thing..