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
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
=
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
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
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
===
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/
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
===
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