]> granicus.if.org Git - php/log
php
17 years agoFixed bug #40705 (Iterating within function moves original array pointer)
Dmitry Stogov [Tue, 24 Jul 2007 19:24:56 +0000 (19:24 +0000)]
Fixed bug #40705 (Iterating within function moves original array pointer)
Fixed bug #40509 (key() function changed behaviour if global array is used within function)

17 years agoignor php_have_mysqlnd.h
Andrey Hristov [Tue, 24 Jul 2007 19:23:35 +0000 (19:23 +0000)]
ignor php_have_mysqlnd.h

17 years agoDon't use AC_CHECK_TYPES, as autoconf 2.13 is buggy, use an workaround.
Andrey Hristov [Tue, 24 Jul 2007 19:20:28 +0000 (19:20 +0000)]
Don't use AC_CHECK_TYPES, as autoconf 2.13 is buggy, use an workaround.

17 years agoFixed bug #41372 (Internal pointer of source array resets during array copying)
Dmitry Stogov [Tue, 24 Jul 2007 18:28:53 +0000 (18:28 +0000)]
Fixed bug #41372 (Internal pointer of source array resets during array copying)
Fixed bug #37715 (array pointers resetting on copy)

17 years agoAdd missing file
Andrey Hristov [Tue, 24 Jul 2007 16:50:20 +0000 (16:50 +0000)]
Add missing file

17 years agoImport of mysqlnd and ext/mysql + ext/mysqli patched to be built either
Andrey Hristov [Tue, 24 Jul 2007 16:13:26 +0000 (16:13 +0000)]
Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either
with libmysql or mysqld.

Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.

17 years agoFixed bug #41984 (Hangs on large SoapClient requests)
Dmitry Stogov [Tue, 24 Jul 2007 14:25:07 +0000 (14:25 +0000)]
Fixed bug #41984 (Hangs on large SoapClient requests)

17 years ago- Changed "display_errors" php.ini option to accept "stderr" as value which
Jani Taskinen [Tue, 24 Jul 2007 14:18:47 +0000 (14:18 +0000)]
- Changed "display_errors" php.ini option to accept "stderr" as value which
  makes the error messages to be outputted to STDERR instead of STDOUT with
  CGI and CLI SAPIs.

17 years agofix folding
Jani Taskinen [Tue, 24 Jul 2007 13:29:39 +0000 (13:29 +0000)]
fix folding

17 years agoFixed bug #40757 (get_object_vars get nothing in child class)
Dmitry Stogov [Tue, 24 Jul 2007 11:40:07 +0000 (11:40 +0000)]
Fixed bug #40757 (get_object_vars get nothing in child class)
Fixed bug #41929 (Foreach on object does not iterate over all visible properties)

17 years ago- Added missing constants for MSG_EOR and MSG_EOF
Jani Taskinen [Tue, 24 Jul 2007 11:33:47 +0000 (11:33 +0000)]
- Added missing constants for MSG_EOR and MSG_EOF

17 years ago- Removed useless file
Jani Taskinen [Tue, 24 Jul 2007 11:15:29 +0000 (11:15 +0000)]
- Removed useless file

17 years agoMFB
Andrey Hristov [Tue, 24 Jul 2007 09:32:11 +0000 (09:32 +0000)]
MFB

17 years agoFixed bug #41983 (Error Fetching http headers terminated by '\n')
Dmitry Stogov [Tue, 24 Jul 2007 09:28:12 +0000 (09:28 +0000)]
Fixed bug #41983 (Error Fetching http headers terminated by '\n')

17 years agoFixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard char or...
Dmitry Stogov [Tue, 24 Jul 2007 09:07:50 +0000 (09:07 +0000)]
Fixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard char or trailing slash

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

17 years agofix test
Antony Dovgal [Mon, 23 Jul 2007 22:14:41 +0000 (22:14 +0000)]
fix test

17 years agoadd announcement copy as README for easier reference
Stanislav Malyshev [Mon, 23 Jul 2007 16:06:25 +0000 (16:06 +0000)]
add announcement copy as README for easier reference

17 years ago- Fixed bug #42071 (ini scanner allows NULL to be used as option name)
Jani Taskinen [Mon, 23 Jul 2007 15:57:08 +0000 (15:57 +0000)]
- Fixed bug #42071 (ini scanner allows NULL to be used as option name)
# Also fixed a warning

17 years ago- Fixed str_pad() when passed huge negative pad_length
Jani Taskinen [Mon, 23 Jul 2007 13:27:34 +0000 (13:27 +0000)]
- Fixed str_pad() when passed huge negative pad_length

17 years agoDamn, Pierre is clever.
Ulf Wendel [Mon, 23 Jul 2007 12:38:41 +0000 (12:38 +0000)]
Damn, Pierre is clever.

[14:35] <_jani_> nixnutz_: why don't you just commit everything in one go..?
[14:35] <_jani_> this "spamming" is getting quite boring..
[14:36] <Pierre> 20â\82¬/commit :)

17 years agoTests for mysqli_stmt_send_long_data()
Ulf Wendel [Mon, 23 Jul 2007 12:36:06 +0000 (12:36 +0000)]
Tests for mysqli_stmt_send_long_data()

17 years agoTests which verify that you really cannot clone any of the mysqli
Ulf Wendel [Mon, 23 Jul 2007 12:34:09 +0000 (12:34 +0000)]
Tests which verify that you really cannot clone any of the mysqli
objects. Technically it might be possible to tweak ext/mysqli and make
the objects cloneable - tough, we haven't checked in depth.

So, if one is interested, raise a discussion.

17 years agoTests that check mysqli_fetch_field(), mysqli_fetch_field_direct() and
Ulf Wendel [Mon, 23 Jul 2007 12:28:56 +0000 (12:28 +0000)]
Tests that check mysqli_fetch_field(), mysqli_fetch_field_direct() and
retrieve metadata

17 years agoTests for mysqli_fetch_object()
Ulf Wendel [Mon, 23 Jul 2007 12:28:12 +0000 (12:28 +0000)]
Tests for mysqli_fetch_object()

17 years agoAnother nice new function that comes with mysqlnd: return all rows of
Ulf Wendel [Mon, 23 Jul 2007 12:27:39 +0000 (12:27 +0000)]
Another nice new function that comes with mysqlnd: return all rows of
a result set in one array. This is handy if want to fetch all results and
pass the data directly to a template engine, for example. In this case
you save a loop.

1) Currently:
  $all_rows = array();
  while ($row = mysqli_fetch_assoc($res))
   $all_rows[] = $row;

2) With mysqli_fetch_all:
  $all_rows = mysqli_fetch_all($res, MYSQL_ASSOC)

Note: if you need the loop for processing each row, try variant 1) for
performance reasons.

17 years agoAdding tests for a few new functions that come with mysqlnd:
Ulf Wendel [Mon, 23 Jul 2007 12:24:02 +0000 (12:24 +0000)]
Adding tests for a few new functions that come with mysqlnd:

  mysqli_stmt_get_result() - create mysqli_result set from stmt
  mysqli_get_cache_stats() - mysqlnd internal status/stats
  mysqli_get_client_stats() - mysqlnd internal status/stats/

17 years agoPlaying with background processing: parent and child process fetching data
Ulf Wendel [Mon, 23 Jul 2007 12:20:25 +0000 (12:20 +0000)]
Playing with background processing: parent and child process fetching data
from the "same" result handle and checking with each other if the fetched
rows are the same or not. Inspired by a bug report. There seem to be really
people doing this...

17 years agoTests for mysqli_fetch_assoc(), mysqli_fetch_array(), mysqli_fetch_row()
Ulf Wendel [Mon, 23 Jul 2007 12:16:55 +0000 (12:16 +0000)]
Tests for mysqli_fetch_assoc(), mysqli_fetch_array(), mysqli_fetch_row()

17 years agoTests for mysqli_connect(), mysqli_real_connect(), mysqli_connect_errno(),
Ulf Wendel [Mon, 23 Jul 2007 12:15:20 +0000 (12:15 +0000)]
Tests for mysqli_connect(), mysqli_real_connect(), mysqli_connect_errno(),
mysqli_connect_error()

17 years agoTests that deal with mysqli_set_local_infile_handler() and mysqli_set_local_infile_de...
Ulf Wendel [Mon, 23 Jul 2007 12:13:15 +0000 (12:13 +0000)]
Tests that deal with mysqli_set_local_infile_handler() and mysqli_set_local_infile_default()

17 years agoAdding new tests that check the interface of the classes exported by mysqli
Ulf Wendel [Mon, 23 Jul 2007 12:11:38 +0000 (12:11 +0000)]
Adding new tests that check the interface of the classes exported by mysqli

17 years agoPrimarily whitespace/CS - synching with mysqlnd SVN repository
Ulf Wendel [Mon, 23 Jul 2007 12:04:19 +0000 (12:04 +0000)]
Primarily whitespace/CS - synching with mysqlnd SVN repository

17 years agoMFB: Fixed "Floating point exception" inside wordwrap()
Jani Taskinen [Mon, 23 Jul 2007 11:47:44 +0000 (11:47 +0000)]
MFB: Fixed "Floating point exception" inside wordwrap()

17 years agofix descriptions
Jani Taskinen [Mon, 23 Jul 2007 10:45:53 +0000 (10:45 +0000)]
fix descriptions

17 years agoMore new testcases for glob()
Raghubansh Kumar [Mon, 23 Jul 2007 10:45:11 +0000 (10:45 +0000)]
More new testcases for glob()

17 years agofix test descriptions
Jani Taskinen [Mon, 23 Jul 2007 10:44:04 +0000 (10:44 +0000)]
fix test descriptions

17 years agomore tests
Antony Dovgal [Mon, 23 Jul 2007 09:14:28 +0000 (09:14 +0000)]
more tests

17 years agoFixed wrong expectation
Dmitry Stogov [Mon, 23 Jul 2007 08:57:47 +0000 (08:57 +0000)]
Fixed wrong expectation

17 years agoFixed rename() in ZTS to allow renaming of symbolic links;
Dmitry Stogov [Mon, 23 Jul 2007 08:57:20 +0000 (08:57 +0000)]
Fixed rename() in ZTS to allow renaming of symbolic links;
Consistent handling of trailing slash

17 years agoWhitespace (space to tab)/CS
Ulf Wendel [Mon, 23 Jul 2007 07:51:37 +0000 (07:51 +0000)]
Whitespace (space to tab)/CS

With this commit the MySQL internal mysqlnd set of ext/mysql tests is in
sync with HEAD. It's likely that php.net/HEAD fails on quite some tests.
Using ext/mysql from the MySQL internal mysqlnd SVN there should be zero
failures. Merging the MySQL internal mysqlnd SVN into HEAD will happen
soon so that we get a bug free version on php.net in the near future.

17 years agoNew testcases for glob() function
Raghubansh Kumar [Mon, 23 Jul 2007 05:25:19 +0000 (05:25 +0000)]
New testcases for glob() function

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

17 years agoMFB: Avoid endless loop
Hannes Magnusson [Mon, 23 Jul 2007 01:21:04 +0000 (01:21 +0000)]
MFB: Avoid endless loop

17 years ago- Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ)
Jani Taskinen [Sun, 22 Jul 2007 23:00:14 +0000 (23:00 +0000)]
- Fixed bug #21197 (socket_read() outputs error with PHP_NORMAL_READ)

17 years agoWS fix
Jani Taskinen [Sun, 22 Jul 2007 22:46:52 +0000 (22:46 +0000)]
WS fix

17 years agoMFB: sockepair is not always available
Jani Taskinen [Sun, 22 Jul 2007 22:17:51 +0000 (22:17 +0000)]
MFB: sockepair is not always available

17 years agoMore new testcases for fread() function
Raghubansh Kumar [Sun, 22 Jul 2007 17:38:48 +0000 (17:38 +0000)]
More new testcases for fread() function

17 years agoNew testcases for fread() functions
Raghubansh Kumar [Sun, 22 Jul 2007 17:30:27 +0000 (17:30 +0000)]
New testcases for fread() functions

17 years agosmaller testcases for stat() function on Windows
Raghubansh Kumar [Sun, 22 Jul 2007 12:32:45 +0000 (12:32 +0000)]
smaller testcases for stat() function on Windows

17 years agoNew testcases for ftruncate() function
Raghubansh Kumar [Sun, 22 Jul 2007 12:30:53 +0000 (12:30 +0000)]
New testcases for ftruncate() function

17 years agofix tests
Raghubansh Kumar [Sun, 22 Jul 2007 12:28:31 +0000 (12:28 +0000)]
fix tests

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

17 years agoNew testcases for umask() function
Raghubansh Kumar [Sat, 21 Jul 2007 18:18:23 +0000 (18:18 +0000)]
New testcases for umask() function

17 years agoNew testcases for lstat() and stat() functions
Raghubansh Kumar [Sat, 21 Jul 2007 17:27:45 +0000 (17:27 +0000)]
New testcases for lstat() and stat() functions

17 years agoNew testcases for is_file() function
Raghubansh Kumar [Sat, 21 Jul 2007 17:25:59 +0000 (17:25 +0000)]
New testcases for is_file() function

17 years agoNew testcases for is_dir() function
Raghubansh Kumar [Sat, 21 Jul 2007 17:24:29 +0000 (17:24 +0000)]
New testcases for is_dir() function

17 years agoNew testcases for fseek(), ftell() & rewind() functions
Raghubansh Kumar [Sat, 21 Jul 2007 17:22:32 +0000 (17:22 +0000)]
New testcases for fseek(), ftell() & rewind() functions

17 years agoNew testcases for fflush() function
Raghubansh Kumar [Sat, 21 Jul 2007 17:19:27 +0000 (17:19 +0000)]
New testcases for fflush() function

17 years ago- Allow the use of a user defined template.rc file to override the
Derick Rethans [Sat, 21 Jul 2007 11:24:36 +0000 (11:24 +0000)]
- Allow the use of a user defined template.rc file to override the
  default ones. This makes it possible to include the extension's version
  inside the version properties of the generated extension DLL instead
  of the PHP version the extension is build against.

17 years agoNew testcases for fwrite(), fgetc() and fgets() functions
Raghubansh Kumar [Sat, 21 Jul 2007 08:01:25 +0000 (08:01 +0000)]
New testcases for fwrite(), fgetc() and fgets() functions

17 years agoAdd support got zend_class_entry->get_static_method() and matching __callStatic(...
Sara Golemon [Sat, 21 Jul 2007 05:27:07 +0000 (05:27 +0000)]
Add support got zend_class_entry->get_static_method() and matching __callStatic() userspace method @doc

17 years ago- Fix compile warnings
Jani Taskinen [Sat, 21 Jul 2007 01:41:55 +0000 (01:41 +0000)]
- Fix compile warnings

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

17 years ago- Fix compile warnings
Jani Taskinen [Sat, 21 Jul 2007 01:23:37 +0000 (01:23 +0000)]
- Fix compile warnings

17 years ago- ws + compile warning fixes
Jani Taskinen [Sat, 21 Jul 2007 00:49:53 +0000 (00:49 +0000)]
- ws + compile warning fixes

17 years ago- Fix compile warnings
Jani Taskinen [Sat, 21 Jul 2007 00:34:41 +0000 (00:34 +0000)]
- Fix compile warnings

17 years ago- Fix warnings
Jani Taskinen [Fri, 20 Jul 2007 23:53:29 +0000 (23:53 +0000)]
- Fix warnings

17 years agoFix for fill_file() function in file.inc
Raghubansh Kumar [Fri, 20 Jul 2007 18:09:11 +0000 (18:09 +0000)]
Fix for fill_file() function in file.inc
New testcases for readfile() and umask() functions

17 years agofix #41691 (ArrayObject::exchangeArray hangs Apache)
Antony Dovgal [Fri, 20 Jul 2007 10:53:45 +0000 (10:53 +0000)]
fix #41691 (ArrayObject::exchangeArray hangs Apache)

17 years agorevert
Antony Dovgal [Fri, 20 Jul 2007 10:10:11 +0000 (10:10 +0000)]
revert

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

17 years agofix #41989 (move_uploaded_file() & relative path in ZTS mode)
Antony Dovgal [Thu, 19 Jul 2007 15:56:33 +0000 (15:56 +0000)]
fix #41989 (move_uploaded_file() & relative path in ZTS mode)

17 years ago- Use the SEPARATE_ZVAL_IF_NOT_REF macro (cleanup code)
Jani Taskinen [Thu, 19 Jul 2007 15:29:05 +0000 (15:29 +0000)]
- Use the SEPARATE_ZVAL_IF_NOT_REF macro (cleanup code)

17 years agofix tests, add 64bit versions
Antony Dovgal [Thu, 19 Jul 2007 15:15:15 +0000 (15:15 +0000)]
fix tests, add 64bit versions

17 years agosplit the test
Antony Dovgal [Thu, 19 Jul 2007 15:04:05 +0000 (15:04 +0000)]
split the test

17 years agofix unicode mode
Antony Dovgal [Thu, 19 Jul 2007 14:36:39 +0000 (14:36 +0000)]
fix unicode mode

17 years agofix test
Antony Dovgal [Thu, 19 Jul 2007 14:35:45 +0000 (14:35 +0000)]
fix test

17 years agofix ws & folding
Antony Dovgal [Thu, 19 Jul 2007 14:25:37 +0000 (14:25 +0000)]
fix ws & folding

17 years agoBeautify and reword a bit.
Jani Taskinen [Thu, 19 Jul 2007 13:57:06 +0000 (13:57 +0000)]
Beautify and reword a bit.

17 years ago- Stop configure if scanner files are not found and invalid/no flex is found
Jani Taskinen [Thu, 19 Jul 2007 12:35:56 +0000 (12:35 +0000)]
- Stop configure if scanner files are not found and invalid/no flex is found

17 years agomake sure the cache is flushed when doing stat calls
Antony Dovgal [Thu, 19 Jul 2007 12:16:24 +0000 (12:16 +0000)]
make sure the cache is flushed when doing stat calls

17 years ago- Fixed bug #41433 (DBA: configure fails to include correct db.h for db4)
Jani Taskinen [Thu, 19 Jul 2007 10:48:34 +0000 (10:48 +0000)]
- Fixed bug #41433 (DBA: configure fails to include correct db.h for db4)

17 years agouse constant
Antony Dovgal [Thu, 19 Jul 2007 10:03:17 +0000 (10:03 +0000)]
use constant

17 years agofix test
Antony Dovgal [Thu, 19 Jul 2007 09:34:19 +0000 (09:34 +0000)]
fix test

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

17 years agoAdd casts to fix compilation warnings
Christopher Jones [Wed, 18 Jul 2007 15:09:37 +0000 (15:09 +0000)]
Add casts to fix compilation warnings

17 years ago- Cleanup + removed PHP_SETUP_ICU call (has to be done per extension, not globally!)
Jani Taskinen [Wed, 18 Jul 2007 15:04:08 +0000 (15:04 +0000)]
- Cleanup + removed PHP_SETUP_ICU call (has to be done per extension, not globally!)

17 years agofix test
Antony Dovgal [Wed, 18 Jul 2007 13:54:30 +0000 (13:54 +0000)]
fix test

17 years agoattempt to fix pdo_pgsql tests in HEAD
Nuno Lopes [Wed, 18 Jul 2007 12:28:08 +0000 (12:28 +0000)]
attempt to fix pdo_pgsql tests in HEAD

17 years agoadd comment (the code is not that obvious indeed)
Antony Dovgal [Wed, 18 Jul 2007 11:46:28 +0000 (11:46 +0000)]
add comment (the code is not that obvious indeed)

17 years ago- Use correct macro name
Jani Taskinen [Wed, 18 Jul 2007 09:04:37 +0000 (09:04 +0000)]
- Use correct macro name

17 years agoNew testcases for filesystem handling function : unlink()
Raghubansh Kumar [Wed, 18 Jul 2007 04:57:25 +0000 (04:57 +0000)]
New testcases for filesystem handling function : unlink()

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

17 years agows fix
Jani Taskinen [Tue, 17 Jul 2007 13:29:25 +0000 (13:29 +0000)]
ws fix

17 years ago- Fixed bugs #36796, #36918, #41371 (stream_set_blocking() does not work)
Jani Taskinen [Tue, 17 Jul 2007 13:27:38 +0000 (13:27 +0000)]
- Fixed bugs #36796, #36918, #41371 (stream_set_blocking() does not work)

17 years ago- Fixed bug #42019 (configure option --with-adabas=DIR does not work)
Jani Taskinen [Tue, 17 Jul 2007 12:11:41 +0000 (12:11 +0000)]
- Fixed bug #42019 (configure option --with-adabas=DIR does not work)

17 years agoMFB: update
Nuno Lopes [Tue, 17 Jul 2007 10:30:50 +0000 (10:30 +0000)]
MFB: update

17 years agoMFB: %f -> %F
Jani Taskinen [Tue, 17 Jul 2007 09:09:03 +0000 (09:09 +0000)]
MFB: %f -> %F

17 years ago- Fixed bug #42015 (ldap_rename() gets server error "DSA is unwilling to perform")
Jani Taskinen [Tue, 17 Jul 2007 08:38:19 +0000 (08:38 +0000)]
- Fixed bug #42015 (ldap_rename() gets server error "DSA is unwilling to perform")