[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/confutils.js trunk/win32/build/confutils.js

2011-01-03 Thread Kalle Sommer Nielsen
kalleMon, 03 Jan 2011 23:08:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=307044 Log: Fixed linking of extensions that would use a static .lib file (libname_a.lib rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd_ctx.c

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 20:38:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=307039 Log: - useless commented code Changed paths: U php/php-src/trunk/ext/gd/gd_ctx.c Modified: php/php-src/trunk/ext/gd/gd_ctx.c =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timelib_structs.h branches/PHP_5_3/ext/date/lib/unixtime2tm.c trunk/ext/date/lib/timelib_structs.h trunk/ext/date/lib/unixtime2tm.c

2011-01-03 Thread Scott MacVicar
scottmac Mon, 03 Jan 2011 19:24:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=307038 Log: Change DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other libraries that also use this. Changed paths: U php/php-src/branches/P

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/sqlite3/sqlite3.c trunk/ext/sqlite3/sqlite3.c

2011-01-03 Thread Scott MacVicar
scottmac Mon, 03 Jan 2011 19:15:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=307037 Log: Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur. Also fix a WS error. Changed

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd_ctx.c

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 15:36:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=307030 Log: - slightly cleaner Changed paths: U php/php-src/trunk/ext/gd/gd_ctx.c Modified: php/php-src/trunk/ext/gd/gd_ctx.c ===

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd_ctx.c

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 15:35:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=307029 Log: - fix crash when argc > 1 and to_zval is NULL (thx tony for the headup) Changed paths: U php/php-src/trunk/ext/gd/gd_ctx.c Modified: php/php-src/

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd.c

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 09:33:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=307019 Log: - kill c++ comment Changed paths: U php/php-src/trunk/ext/gd/gd.c Modified: php/php-src/trunk/ext/gd/gd.c ===

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd.c gd_ctx.c libgd/gd_io.h

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 09:22:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=307018 Log: - stream output support for image outputs functions Changed paths: U php/php-src/trunk/ext/gd/gd.c U php/php-src/trunk/ext/gd/gd_ctx.c U