]> granicus.if.org Git - php/shortlog
php
2005-01-22 Andrei ZmievskiMFB (bugfix for 24851)
2005-01-21 Stefan EsserCorrectly initialize ZVAL
2005-01-21 Antony Dovgaldestruct return_value
2005-01-21 Wez Furlongpicky picky.
2005-01-21 Wez FurlongAllow static build (better detection of PDO headers).
2005-01-21 Wez Furlongfix leak
2005-01-21 Wez Furlonghrmm. Really really really really touch the timestamp...
2005-01-21 Wez Furlongmake use of the query rewriter (even though it doesn...
2005-01-21 Wez Furlongupdate
2005-01-21 Wez Furlongfix encoding nastiness that snuck in from the copy...
2005-01-21 Wez Furlongand check in the generated c file later, to avoid remak...
2005-01-21 Wez FurlongRevise query parser so that it can rewrite from one...
2005-01-21 <changelog... ChangeLog update
2005-01-21 Wez FurlongEliminate unused parameter.
2005-01-21 Wez FurlongEliminate unused parameter
2005-01-21 Wez Furlongfix backslash
2005-01-20 Antony Dovgalfix bug #31623 (OCILogin does not support password...
2005-01-20 Antony Dovgalfix error message
2005-01-20 Antony Dovgalfix segfault in imap_sort() - it segfaults when options...
2005-01-20 Ilia AlshanetskyFixed bug #31398 (When magic_guotes_gpc are enabled...
2005-01-20 Dmitry StogovSupport for HTTP error codes
2005-01-20 Edin KadribasicAdd support for the 'official' build machine layout
2005-01-20 Dmitry StogovFixed bug #30901 (can't send cookies with soap envelop).
2005-01-20 Antony Dovgalfix segfault in imap_headerinfo() when fromlength or...
2005-01-20 Dmitry StogovFixed bug #31422 (No Error-Logging on SoapServer-Side).
2005-01-20 Rob RichardsFixed bug #28817 (Var problem when extending domDocument).
2005-01-20 Antony Dovgalfix typos in error messages
2005-01-20 Antony Dovgalfix typos in error messages & resource name
2005-01-20 Dmitry StogovSupport for HTTPS with digital certificates.
2005-01-20 Wez FurlongFix segfault on stmt close.
2005-01-20 Wez FurlongJuggle/enhance mssql library detection
2005-01-20 Wez FurlongGenerate pdo_oci.dll for modern SDKs and pdo_oci8.dll...
2005-01-20 Wez Furlonggenerate dblib and mssql variants in the same build
2005-01-20 Wez FurlongA couple more adjustments for building multiple output...
2005-01-20 foobar- Revert the weird change of ZEND_STRS() macro and...
2005-01-20 foobar- Changed phpize not to require automake and libtool.
2005-01-20 <changelog... ChangeLog update
2005-01-20 foobar- Add --with-libdir to phpized builds too
2005-01-20 foobar- Removed obsolete AC_PROG_RANLIB (AC_PROG_LIBTOOL...
2005-01-19 foobarAdded --debug option to buildconf
2005-01-19 foobarRevert the multiple autoconf versions patch
2005-01-19 Ilia AlshanetskyStricter cc header check.
2005-01-19 Derick Rethans- Add the patched libtool.m4 from snaps so that Jani...
2005-01-19 foobar- Fixed bug #28976 (use From: from headers if sendmail_...
2005-01-19 foobar- Fix the pic patch
2005-01-19 Wez FurlongTake a stab at implementing out parameters for odbc
2005-01-19 Wez Furlongdon't propogate an unspecified length to the driver.
2005-01-19 Wez Furlongadd dep
2005-01-19 Wez Furlongallow static linkage.
2005-01-19 Wez Furlongleak/segv less
2005-01-19 foobar- Fixed bug #29183 (Undefined symbol zend_check_private...
2005-01-19 <changelog... ChangeLog update
2005-01-19 foobar- Fixed bug #29136 (make test - libtool failure on...
2005-01-19 Wez Furlong*compile before commit *
2005-01-19 Wez Furlongimplement nextRowset for ODBC
2005-01-19 Wez Furlongproto bool PDOStatement::nextRowset()
2005-01-19 Marcus Boerger- Fix memleak
2005-01-19 Wez Furlonglet it compile again
2005-01-19 foobar- ldap_start_tls() requires ldapv3 protocol -> force it
2005-01-18 Ilia AlshanetskyFixed bug #31142 (crash, memory leak and data loss...
2005-01-18 Frank M. KromannSet the MSSQL_VERSION to FreeTDS when that lib is used
2005-01-18 Frank M. KromannRename php_freetds.dll to php_dblib.dll (still using...
2005-01-18 Frank M. KromannAllow the build system to generate multiple extensions...
2005-01-18 Antony Dovgaladd checks for libs & headers required by IBM DB2
2005-01-18 Ilia AlshanetskyFixed bug #31480 (Possible infinite loop in imap_mail_c...
2005-01-18 Ilia AlshanetskyFixed bug #31479 (Fixed crash in chunk_split(), when...
2005-01-18 foobar- Make sure FD_CLOEXEC is always defined.
2005-01-18 Antony Dovgalfix bug #30430 (odbc_next_result() doesn't bind values...
2005-01-18 Dmitry StogovFixed patch for bug #31478 (SegFault/Memory Leak with...
2005-01-18 foobar- Sanitize output
2005-01-18 foobarAdd test for bug #31402
2005-01-18 foobarTouch the generated file.
2005-01-18 Dmitry StogovFixed bug #31190 (exceptions in call_user_func_array())
2005-01-18 Magnus M��tt�Add test case for bug #30726.
2005-01-18 Dmitry StogovFixed bug #28444 (Cannot access undefined property...
2005-01-18 Frank M. KromannMake this compile with the generic ntwdblib from Microsoft
2005-01-18 Frank M. Kromannuse the static dblib.lib to avoid the need for extra...
2005-01-18 Frank M. Kromannadd --with-freetds option to win32 build.
2005-01-18 Frank M. Kromannmake the mssql extension work with freetds on win32
2005-01-18 Frank M. Kromannmake the mssql extension work with freetds on win32
2005-01-18 Wez FurlongAllow drivers to select bind emulation on a per stateme...
2005-01-18 Wez Furlongdoh
2005-01-18 Wez Furlongnice and fluffy error handling
2005-01-18 <changelog... ChangeLog update
2005-01-18 Wez Furlongremove error and hook up rowCount
2005-01-18 Ilia AlshanetskyFixed bug #30726 (-.1 like numbers are not being handle...
2005-01-17 Wez FurlongTidy up driver specific method handling
2005-01-17 Antony Dovgalfix weird DB2 issue:
2005-01-17 foobar- Fixed bug #31444 (Memory leak in zend_language_scanner.c)
2005-01-17 foobar- Added some sanity checks by changing to the parameter...
2005-01-17 Christian Stockerfix protos (by Mehdi Achour )
2005-01-17 Antony Dovgalfix leak appearing when odbc_errormsg() got invalid...
2005-01-17 Joe OrtonFixed bug #31519: Set r->status_line to SAPI-provided...
2005-01-17 Stefan EsserFix compiler warning.
2005-01-17 Edin KadribasicUse PQescapeBytea() for quoting. Need to think how...
2005-01-17 Wez Furlongdon't raise errors for the no-error case
2005-01-17 Wez Furlongtidy up a few things
2005-01-17 <changelog... ChangeLog update
2005-01-17 Wez FurlongMissing 1
2005-01-17 Wez FurlongAdd a PDO driver for Sybase style DB-lib (including...
next