]> granicus.if.org Git - php/shortlog
php
2005-02-19 Marcus Boerger- Add test
2005-02-19 Marcus Boerger- Add test
2005-02-19 Marcus Boerger- Add fetch mode PDO_FETCH_UNIQUE
2005-02-19 Marcus Boerger- Simplify
2005-02-19 Marcus Boerger- Add PDO_FETCH_GROUP test
2005-02-19 Marcus Boerger- Add PDO_FETCH_GROUP to fetchAll()
2005-02-19 Marcus Boerger- Update/Add tests
2005-02-19 Marcus Boerger- Add full PDO_FETCH_CLASS capabilities to fetchAll()
2005-02-19 Marcus Boerger- Default to stdClass in PDO_FETCH_CLASS mode if no...
2005-02-19 Marcus Boerger- Add first tests
2005-02-19 Rui Hirokawafixed #31987 zend-multibyte in ZTS.
2005-02-19 Marcus Boerger- Regroup and add a test
2005-02-19 <changelog... ChangeLog update
2005-02-18 Wez Furlongadd this note.
2005-02-18 Wez Furlongprep for release
2005-02-18 Wez FurlongFix connecting to remote host, patch by Tim Friebe
2005-02-18 Derick Rethans- Fixed bug #32021: Crash caused by range('', 'z')
2005-02-18 Rob RichardsFragment must have associated document to append xml...
2005-02-18 Rob RichardsFixed bug #32011 (Fragments which replaced Nodes are...
2005-02-18 Wez FurlongUpdate for pending PEAR release.
2005-02-18 <changelog... ChangeLog update
2005-02-17 Ilia AlshanetskyImproved search paths.
2005-02-17 Marcus Boerger- A little optimization to prevent problems when trying...
2005-02-17 Marcus Boerger- No C++ ruleZ here
2005-02-17 Marcus Boerger- Actually we must do this in two steps: 1st resize...
2005-02-17 Marcus Boerger- Incrementation is done elsewhere
2005-02-17 Marcus Boerger- Fix windows build (funny MS compiler)
2005-02-17 Andi Gutmans- Fix Bug #31960: msql_fetch_row() and msql_fetch_array...
2005-02-17 Ilia AlshanetskyFixed bug #27633 (Double \r\r problem on ftp_get in...
2005-02-17 Joe OrtonDeclare error_mapping array as static and more const.
2005-02-17 Anantha Kesari H YNetWare LibC has pwd.h
2005-02-17 Anantha Kesari H YNetWare libc has pwd.h
2005-02-17 Wez FurlongGeorge too
2005-02-17 Wez Furlongran ./scripts/dev/credits to update credits to reflect...
2005-02-17 foobar- Compile fix for systems without int32_t typedef
2005-02-17 Ilia AlshanetskyFixed bug #31440 ($GLOBALS can be overwritten via GPC...
2005-02-17 Wez Furlongsymlinked pdo drivers under ext.
2005-02-17 foobar- Fixed bug #29554 (compile failure when using --with...
2005-02-17 <changelog... ChangeLog update
2005-02-17 Marcus Boerger- Add version information
2005-02-17 Marcus Boerger- For now we need the simple way
2005-02-16 foobarPHP_WIN32 is defined or not defined.
2005-02-16 Wez Furlonguse a number here, fixes PECL #3493
2005-02-16 Edin KadribasicEnable mbstring use on windows. We were linking against...
2005-02-16 <changelog... ChangeLog update
2005-02-15 Ilia AlshanetskyFixed bug #31986 (Max nesting limit set too low).
2005-02-15 Marcus Boerger- SQLite depends on SPL if it is present
2005-02-15 Edin KadribasicReally disable zend multibyte by default. mbstring...
2005-02-15 Edin KadribasicFixed bug #3478: handling of 64bit return values on...
2005-02-15 foobar- Applied some patches to fix issues with e.g. ia_64...
2005-02-15 foobarNo tabs here
2005-02-15 <changelog... ChangeLog update
2005-02-15 foobarMissing .libs entry
2005-02-15 Ilia AlshanetskyPrune uploaded file names to \ on all OSes, read commen...
2005-02-14 foobar- More sock->error resets
2005-02-14 Edin Kadribasicws fix
2005-02-14 Edin KadribasicAdded pg_field_type_oid() function
2005-02-14 Edin KadribasicAdded missing defines (#31751)
2005-02-14 foobar- Removed duplicate error + reset error in new sockets
2005-02-14 Marcus Boerger- Disallow illegal class names (.c part)
2005-02-14 Marcus Boerger- Disallow illegal class names
2005-02-14 Wez Furlongexperimental hooks for alan.
2005-02-14 Antony Dovgaladd markers for nice vim foldings
2005-02-14 Antony Dovgalfree errmsg & prevent leaks
2005-02-14 Antony Dovgalfix indentation and add check for PDO includes
2005-02-14 Anantha Kesari H YNetWare Libc has php.h so no need of having netware...
2005-02-14 foobarNuke non-existing ini option
2005-02-14 foobarNuke unused code
2005-02-14 <changelog... ChangeLog update
2005-02-13 Edin KadribasicSimplify
2005-02-13 Edin KadribasicAllow pdo to be statically compiled in, while modules...
2005-02-13 Wez Furlongfix pdo_mssql.dll build
2005-02-13 Marcus Boerger- Be more gracious in reflection API
2005-02-13 Wez Furlongfix snaps
2005-02-13 Ilia AlshanetskyFixed test.
2005-02-13 Marcus Boerger- Little code reordering
2005-02-13 Marcus Boerger- Drop unneccessary rinit/rshutown,mshutdown
2005-02-13 Marcus Boerger- Expand tests to have it work inside PHP 5.0
2005-02-13 foobar- Missing $Id$ tags
2005-02-13 Ilia AlshanetskySet auto-commit after establishing the connection,...
2005-02-13 Marcus Boerger- In fetch mode PDO_FETCH_CLASS handle constructor...
2005-02-13 Marcus Boerger- Use runtimeException as base if present (synch with...
2005-02-13 Hartmut Holzgraefeno need to check for all functions of a group,
2005-02-13 Marcus Boerger- Rename
2005-02-13 Marcus Boerger- Fix doc comment handling
2005-02-13 Marcus Boerger- Add new test
2005-02-13 Rui Hirokawaadded --enable-zend-multibute for win32
2005-02-13 foobarMFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.h
2005-02-13 Hartmut Holzgraefefix aclocal "underquoted argument" warnings
2005-02-13 Hartmut Holzgraefefix aclocal warning (newer versions are more strict...
2005-02-13 Hartmut Holzgraefeadd function existance check
2005-02-13 Wez Furlongtidy up error case
2005-02-13 Wez Furlongprep for release
2005-02-13 Hartmut HolzgraefeFixed domain socket / named pipe handling
2005-02-13 Wez FurlongFix variable declaration
2005-02-13 Wez Furlongzts
2005-02-13 Wez Furlongautocommit flag gets set always by PDO before invoking...
2005-02-13 Wez Furlongcommit generated version of the .re
2005-02-13 Wez Furlongimplement mapping of :name to ? parameters for drivers...
2005-02-13 Wez Furlongtypo-fix error message
next