hirokawaSat Aug 11 04:35:00 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard file.c
Log:
fixed compilation error: S_ISDIR is undefined.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.409.2.6.2.24&r2=1.409.2.6.2.25&dif
sixdFri Aug 10 07:01:47 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdo_ociconfig.m4
Log:
pdo_oci: MFH with Ilia's OK: changes to build with Oracle Database 11g
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_oci/config.m4?r1=1.14.2.5.2.2
kraghubaFri Aug 10 15:06:17 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filehtmlspecialchars.phpt
htmlentities19.phpt
Log:
New testcases for htmlentities() and htmlspecialchars()
htt
kraghubaFri Aug 10 03:31:57 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filetempnam_error.phpt
Log:
more new testcases for tempnam() function
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_error.phpt?
Hi Antony,
looks like that commit broke the windows build:
ext\standard\file.c(1906) : warning C4013: 'S_ISDIR' undefined; assuming
extern returning int
[...]
file.obj : error LNK2001: unresolved external symbol _S_ISDIR
Release_TS\php6ts.dll : fatal error LNK1120: 1 unresolved externals
(from th
kraghubaFri Aug 10 17:54:49 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filefscanf_variation1.phpt
fscanf_variation50.phpt
fscanf_variation30.phpt
kraghubaFri Aug 10 15:08:45 2007 UTC
Modified files:
/php-src/ext/standard/tests/filehtmlspecialchars.phpt
htmlentities19.phpt
Log:
New testcases for htmlentities() & htmlspecialchars()
http://cvs.php.net/viewv
janiFri Aug 10 13:28:12 2007 UTC
Modified files:
/php-src/ext/sybase_ct/testsbug22403.phpt bug26407.phpt
bug27843.phpt bug28354.phpt
bug30312.phpt test.inc
tony2001Fri Aug 10 13:27:05 2007 UTC
Removed files:
/php-src/ext/standard/tests/array extract.phpt
Modified files:
/php-src/ext/standard/tests/array extract_error.phpt
extract_variation1.phpt
janiFri Aug 10 13:25:13 2007 UTC
Modified files:
/php-src/ext/sybase config.m4 php_sybase_db.c php_sybase_db.h
Log:
MFB: sync
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase/config.m4?r1=1.13&r2=1.14&diff_format=u
Index: php-src/ext/sybase/config.m4
diff -u
janiFri Aug 10 13:24:59 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sybase php_sybase_db.c
Log:
No dots in error messages!
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase/php_sybase_db.c?r1=1.66.2.5.2.6&r2=1.66.2.5.2.7&diff_format=u
Index: php-sr
tony2001Fri Aug 10 13:20:22 2007 UTC
Modified files:
/php-src/ext/standard array.c
Log:
empty/invalid names are not allowed (empty prefixes are)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.415&r2=1.416&diff_format=u
Index: ph
tony2001Fri Aug 10 12:54:38 2007 UTC
Modified files:
/php-src/ext/standard array.c
Log:
allow empty prefix (restore 5_2 behavior)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.414&r2=1.415&diff_format=u
Index: php-src/ext/stand
tony2001Fri Aug 10 12:30:21 2007 UTC
Removed files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array extract.phpt
Log:
.. and remove the original one
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.
tony2001Fri Aug 10 12:30:09 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array extract_error.phpt
extract_variation1.phpt
extract_variation2.phpt
janiFri Aug 10 12:23:16 2007 UTC
Modified files:
/php-src/ext/standard array.c
/php-src/ext/standard/tests/array bug42233.phpt
Log:
MFB: Fixed the fix for bug #42233 and added test for it.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/ar
janiFri Aug 10 12:17:26 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/array bug42233.phpt
Modified files:
/php-src/ext/standard array.c
Log:
- Fix the fix for bug #42233
http://cvs.php.net/viewvc.cgi/php-
tony2001Fri Aug 10 12:11:46 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/filetempnam_variation1.phpt
tempnam_variation1-win32.phpt
tempnam_variation2.p
tony2001Fri Aug 10 12:10:19 2007 UTC
Modified files:
/php-src/ext/standard/tests/filetempnam_variation1.phpt
tempnam_variation1-win32.phpt
tempnam_variation2.phpt
tony2001Fri Aug 10 10:13:16 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main php_open_temporary_file.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/main/php_open_temporary_file.c?r1=1.34.2.1.2.9&r2=1.34.2.1.2.10&diff_format=u
Index: php
tony2001Fri Aug 10 10:13:07 2007 UTC
Modified files:
/php-src/main php_open_temporary_file.c
Log:
resolve dir before calling mktemp/mkstemp
this is tested by ext/standard/tests/file/tempnam_variation2.phpt
http://cvs.php.net/viewvc.cgi/php-src
tony2001Fri Aug 10 09:00:42 2007 UTC
Modified files:
/php-src/ext/bz2bz2_filter.c
Log:
MFB: Fixed bug #42117 (bzip2.compress loses data in internal buffer)
http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.12&r2=1.13&diff_format=u
In
tony2001Fri Aug 10 08:58:45 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard file.c
Log:
nuke the dot
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.409.2.6.2.23&r2=1.409.2.6.2.24&diff_format=u
Index: php-src/ext/s
tony2001Fri Aug 10 08:58:12 2007 UTC
Modified files:
/php-src/ext/standard file.c
Log:
MFB: Fixed bug #42243 (copy() does not ouput an error when the first arg is a
dir)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.495&r2=1.49
tony2001Fri Aug 10 08:56:23 2007 UTC
Modified files:
/php-src/ext/dbase dbf_head.c
Log:
MFB: Fixed bug #42261 (header wrong for date field)
http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbf_head.c?r1=1.20&r2=1.21&diff_format=u
Index: php-src/ext/db
On 10.08.2007 06:57, Raghubansh Kumar wrote:
kraghubaFri Aug 10 02:57:30 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/file copy_variation9.phpt
ext/standard/tests/file/copy_variation12.phpt - broken test.
It tries to create existi
sixdFri Aug 10 07:02:33 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/oci8 config.m4
Log:
oci8: MFH with Ilia's OK: changes to build with Oracle Database 11g
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/config.m4?r1=1.55.2.3.2.9&r2=1.55.2.3.2
27 matches
Mail list logo