]> granicus.if.org Git - php/shortlog
php
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...
2005-01-16 Zak GreantAdded standard emacs and vim modelines
2005-01-16 Moriyoshi Koizumi- Fix a critical bug that request-local settings leak...
2005-01-16 <changelog... ChangeLog update
2005-01-15 Stefan Esserand use it...
2005-01-15 Stefan Esserfinally use what we calculated
2005-01-15 Stefan EsserRestore unserialize() speed
2005-01-15 foobarCS fix
2005-01-15 foobarws fix
2005-01-15 <changelog... ChangeLog update
2005-01-15 Andi Gutmans- Unload on MAC OS X (shouldn't be a reason not to)
2005-01-14 foobar- Fixed bug #31060 (imageftbbox() does not use linespac...
2005-01-14 foobar- Fixed bug #30120 (imagettftext() and imagettfbbox...
2005-01-14 foobar- Fix another generated header include
2005-01-14 Dmitry StogovFixed SIGSEGV in ext/standard/tests/network/tcp4loop...
2005-01-14 Dmitry StogovRestore behavior of $str["str"]. (Now $str["str"] is...
2005-01-14 <changelog... ChangeLog update
2005-01-13 Wez Furlongfix compile.
2005-01-13 Dmitry StogovAdditional fix for fix of bug #29883
2005-01-13 Wez FurlongAdd configure support for Oracle InstantClient SDK
2005-01-13 Wez FurlongAdd support for ODBCRouter
2005-01-13 Wez FurlongTake a blind stab at implementing scrollable cursors...
2005-01-13 <changelog... ChangeLog update
2005-01-13 Wez Furlongdetect funky kerberos deps that chain on from openssl...
2005-01-12 Dmitry StogovFixed bug #31098 (isset false positive)
2005-01-12 Wez Furlongstub out scrollable cursors here too
2005-01-12 Wez Furlongstub out scrollable cursors
2005-01-12 Wez Furlongstub out scrollable cursor change
2005-01-12 Wez Furlongbe aware of scrollable cursors; sqlite doesn't support...
2005-01-12 Wez Furlongtouch generated file to avoid implicit yacc rule from...
2005-01-12 Wez FurlongRemove bogus scroll attribute.
2005-01-12 Wez Furlongmake scrollable cursors consistent with odbc; removing...
2005-01-12 Wez FurlongSupport scrollable cursors
2005-01-12 Wez FurlongAdd support for scrollable cursors.
2005-01-12 Wez FurlongAPI support for scrollable cursors
2005-01-12 Wez Furlongadd theoretical support for returning ints as ints...
next