iliaa Fri Apr 6 13:58:48 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main main.c
Log:
Avoid locks when appening to the error log file
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.32&r2=1.640.2.23.2.33&diff_format=u
Index:
Hello Ilia,
care to MFB your latest changes?
best regards
marcus
Friday, April 6, 2007, 3:58:48 PM, you wrote:
> iliaa Fri Apr 6 13:58:48 2007 UTC
> Modified files: (Branch: PHP_5_2)
> /php-src/main main.c
> Log:
> Avoid locks when appening to the err
helly Fri Apr 6 15:32:29 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/spl/tests bug40442.phpt
Modified files:
/php-src/ext/splspl_array.c
Log:
- Fix #40442
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1
pajoye Fri Apr 6 15:38:35 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/gd config.w32 gd.c
Log:
- Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and
HAVE_LIBFREETYPE
to config.w32 (Thanks to Frank for the report)
http://cvs.php.net/
pajoye Fri Apr 6 15:42:27 2007 UTC
Modified files:
/php-src/ext/gd config.w32
Log:
- MFB: Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and
HAVE_LIBFREETYPE to config.w32 (Thanks to Frank for the report)
http://cvs.php.net/viewvc.cgi/php-sr
helly Fri Apr 6 16:00:08 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/splphp_spl.c
Log:
- Better fix for #40091
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28.2.14&r2=1.52.2.28.2.15&diff_format=u
Index: php-src/ext/spl/php_
helly Fri Apr 6 17:54:23 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl/tests bug40442.phpt
Log:
- Add bug name
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug40442.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/spl/tests
helly Fri Apr 6 17:57:10 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/splspl_array.c
Log:
- Fix 40442
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.627&r2=1.2027.2.547.2.628&diff_format=u
Index: php-src/NEWS
andrei Fri Apr 6 18:25:49 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/soap php_encoding.c
Log:
Typo?
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.103.2.21.2.27&r2=1.103.2.21.2.28&diff_format=u
Index: php-src/ext/soap/php_e
andrei Fri Apr 6 18:27:58 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/soap php_encoding.c
Log:
Apologies. Didn't realize we were using custom snprintf().
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.103.2.21.2.28&r2=1.103.
helly Fri Apr 6 18:50:07 2007 UTC
Modified files:
/php-src/ext/splphp_spl.c
Log:
- MFB #40091 fix
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.109&r2=1.110&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.
helly Fri Apr 6 19:04:53 2007 UTC
Modified files:
/php-src/ext/splphp_spl.c
Log:
- Fix types
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.110&r2=1.111&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.110 p
andrei Fri Apr 6 19:25:53 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main snprintf.h
Log:
We can't use the printf attribute here since we are supporting
non-standard formats (like 'F').
http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.h?r
andrei Fri Apr 6 19:27:15 2007 UTC
Modified files:
/php-src/main snprintf.h
Log:
MFB
http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.h?r1=1.39&r2=1.40&diff_format=u
Index: php-src/main/snprintf.h
diff -u php-src/main/snprintf.h:1.39 php-src/main/s
tony2001Fri Apr 6 19:35:06 2007 UTC
Modified files:
/php-src/ext/standard/tests/strings printf_64bit.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/printf_64bit.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/
tony2001Fri Apr 6 19:35:13 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/strings printf_64bit.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/printf_64bit.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_for
helly Fri Apr 6 21:02:20 2007 UTC
Modified files:
/php-src/ext/splphp_spl.c
Log:
- Fix unicode issue (our string termination test checks both ending bytes
instead of just one)
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.111&r2=1.112&diff
helly Fri Apr 6 21:07:48 2007 UTC
Modified files:
/php-src/ext/splphp_spl.c
Log:
- Fix unicode issue in unregister according to register solution
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.112&r2=1.113&diff_format=u
Index: php-src/ext/sp
helly Fri Apr 6 21:15:44 2007 UTC
Modified files:
/php-src/ext/splspl_array.c
Log:
- Fix unicode issue
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.124&r2=1.125&diff_format=u
Index: php-src/ext/spl/spl_array.c
diff -u php-src/ext/spl/spl
tony2001Fri Apr 6 22:10:57 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard filestat.c
Log:
MFB: clean & refactored disk_*() funcs implementation
Ilia, feel free to make these functions public, though I don't see why would
want to d
helly Fri Apr 6 22:22:36 2007 UTC
Added files:
/CVSROOTpear_acls peargroup_acls verify.php
/CVSROOT/pear avail group
Modified files:
/CVSROOTavail checkoutlist commitinfo
Log:
- Split pear access rights to bring the ne
cellog Sat Apr 7 04:46:22 2007 UTC
Added files:
/CVSROOT/pear addkarma.php
Log:
add helper script to add karma
# TODO: make it smarter, to recognize and add to existing karma dirs
http://cvs.php.net/viewvc.cgi/CVSROOT/pear/addkarma.php?view=mark
22 matches
Mail list logo