]> granicus.if.org Git - php/log
php
18 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()

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

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

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

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

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

18 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

18 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.

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

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

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

18 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)

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

18 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

18 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

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

18 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

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

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

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

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

18 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

18 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

18 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

18 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

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

18 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.

18 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

18 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

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

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

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

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

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

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

18 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

18 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)

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

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

18 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)

18 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)

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

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

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

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

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

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

18 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

18 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

18 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)

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

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

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

18 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

18 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!)

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

18 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

18 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)

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

18 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()

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

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

18 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)

18 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)

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

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

18 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")

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

18 years agoMFB: initialize glob struct
Antony Dovgal [Mon, 16 Jul 2007 20:29:37 +0000 (20:29 +0000)]
MFB: initialize glob struct

18 years agofix typo
Antony Dovgal [Mon, 16 Jul 2007 19:36:28 +0000 (19:36 +0000)]
fix typo

18 years agomore build fixes
Antony Dovgal [Mon, 16 Jul 2007 19:16:00 +0000 (19:16 +0000)]
more build fixes

18 years agofix win32 build
Antony Dovgal [Mon, 16 Jul 2007 19:12:47 +0000 (19:12 +0000)]
fix win32 build

18 years agothere is no such file
Antony Dovgal [Mon, 16 Jul 2007 19:07:22 +0000 (19:07 +0000)]
there is no such file

18 years agofix win32 build
Antony Dovgal [Mon, 16 Jul 2007 19:02:43 +0000 (19:02 +0000)]
fix win32 build

18 years agofix tests
Raghubansh Kumar [Mon, 16 Jul 2007 18:02:11 +0000 (18:02 +0000)]
fix tests

18 years agoNew testcases
Raghubansh Kumar [Mon, 16 Jul 2007 17:36:33 +0000 (17:36 +0000)]
New testcases

18 years ago- Fix win32 build (I guess..:)
Jani Taskinen [Mon, 16 Jul 2007 13:51:41 +0000 (13:51 +0000)]
- Fix win32 build (I guess..:)

18 years agoadd missing skipifs
Antony Dovgal [Mon, 16 Jul 2007 13:46:38 +0000 (13:46 +0000)]
add missing skipifs

18 years ago- Cleanup and simplify
Jani Taskinen [Mon, 16 Jul 2007 13:41:12 +0000 (13:41 +0000)]
- Cleanup and simplify

18 years agoremove ext/informix leftovers
Antony Dovgal [Mon, 16 Jul 2007 13:37:50 +0000 (13:37 +0000)]
remove ext/informix leftovers

18 years agoadd skipif
Antony Dovgal [Mon, 16 Jul 2007 13:35:31 +0000 (13:35 +0000)]
add skipif

18 years agofix test
Antony Dovgal [Mon, 16 Jul 2007 13:31:34 +0000 (13:31 +0000)]
fix test

18 years agoadd missing skipif sections
Antony Dovgal [Mon, 16 Jul 2007 13:29:41 +0000 (13:29 +0000)]
add missing skipif sections

18 years ago- Removed leftovers from nuking safe-mode
Jani Taskinen [Mon, 16 Jul 2007 12:58:23 +0000 (12:58 +0000)]
- Removed leftovers from nuking safe-mode

18 years ago- Use explode instead of split (ereg goes bye bye..)
Jani Taskinen [Mon, 16 Jul 2007 12:35:33 +0000 (12:35 +0000)]
- Use explode instead of split (ereg goes bye bye..)

18 years agosplit test
Antony Dovgal [Mon, 16 Jul 2007 10:59:07 +0000 (10:59 +0000)]
split test

18 years agofix test
Antony Dovgal [Mon, 16 Jul 2007 10:39:34 +0000 (10:39 +0000)]
fix test

18 years ago- The --enable-zend-multibyte option does not exist in PHP 6
Jani Taskinen [Mon, 16 Jul 2007 10:11:39 +0000 (10:11 +0000)]
- The --enable-zend-multibyte option does not exist in PHP 6

18 years ago- Fix issue in differentiating between --with-* and --enable-*
Jani Taskinen [Mon, 16 Jul 2007 10:00:31 +0000 (10:00 +0000)]
- Fix issue in differentiating between --with-* and --enable-*

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

18 years ago- Skip these tests always if unicode.semantics=on
Jani Taskinen [Sun, 15 Jul 2007 20:03:16 +0000 (20:03 +0000)]
- Skip these tests always if unicode.semantics=on

18 years ago- Moved the old regex functions to it's own extension: ereg
Jani Taskinen [Sun, 15 Jul 2007 19:50:07 +0000 (19:50 +0000)]
- Moved the old regex functions to it's own extension: ereg

18 years ago- Initial commit (files will be moved from elsewhere in CVS!)
Jani Taskinen [Sun, 15 Jul 2007 15:40:11 +0000 (15:40 +0000)]
- Initial commit (files will be moved from elsewhere in CVS!)

18 years agoMFB: free error messages + ws fix
Jani Taskinen [Sun, 15 Jul 2007 15:20:29 +0000 (15:20 +0000)]
MFB: free error messages + ws fix

18 years ago- Unused macros removed
Jani Taskinen [Sun, 15 Jul 2007 15:09:36 +0000 (15:09 +0000)]
- Unused macros removed

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

18 years agoignore *.gcda
Nuno Lopes [Sat, 14 Jul 2007 17:35:23 +0000 (17:35 +0000)]
ignore *.gcda

18 years agoignore *.gcda
Nuno Lopes [Sat, 14 Jul 2007 17:22:26 +0000 (17:22 +0000)]
ignore *.gcda

18 years agoignore *.gcda
Nuno Lopes [Sat, 14 Jul 2007 17:16:26 +0000 (17:16 +0000)]
ignore *.gcda

18 years agoFixed test
Dmitry Stogov [Sat, 14 Jul 2007 08:51:54 +0000 (08:51 +0000)]
Fixed test