]> granicus.if.org Git - php/shortlog
php
2004-05-18 Stanislav MalyshevZ_TYPE_P is for zvals
2004-05-18 Wez FurlongUpdate generated parser
2004-05-18 Wez FurlongAdd parser to win32 build
2004-05-18 Wez FurlongTweaks for win32
2004-05-18 George Schlossnaglefor those without re2c
2004-05-18 Wez FurlongFix dl() and extension=
2004-05-18 Wez FurlongRegister according to the type specified by the module.
2004-05-18 George Schlossnaglelicense/copyright block
2004-05-18 George Schlossnaglehandle binding/quoting of queries for drivers with...
2004-05-18 Ilia AlshanetskyFixed command line escaping routines for win32.
2004-05-18 Edin KadribasicMove declarations to the begining of function.
2004-05-18 Edin KadribasicTSRM fix
2004-05-18 Edin KadribasicNo length parameter -> estrdup()
2004-05-18 Wez FurlongProbe for some functions; allows pdo_oci to build on...
2004-05-18 Wez FurlongPrimitive support for probing headers for functions...
2004-05-18 Wez FurlongSkeleton for emulated prepare()
2004-05-18 Wez FurlongUpdate to match new prototype
2004-05-18 Wez FurlongQuoting here leads to problems with databases that...
2004-05-18 George Schlossnagleonly rewrite tmp if quoter returns true
2004-05-18 George Schlossnagleauto-quote values before binding them in at execute...
2004-05-18 George Schlossnagleuse new prototype
2004-05-18 George Schlossnaglewe need the source string length for binary safe string...
2004-05-18 Wez Furlongpackage.xml
2004-05-18 Wez FurlongSkeleton package file
2004-05-18 <changelog... ChangeLog update
2004-05-18 Sara GolemonBugfix#28404 When type is double we need to access...
2004-05-17 Wez FurlongLet is build under unix.
2004-05-17 George Schlossnagleinclude guard
2004-05-17 Ilia AlshanetskyCorrect output.
2004-05-17 Sara GolemonBugFix# 27982: Provide error message when trying to...
2004-05-17 Andrei ZmievskiRevert the .ini vars patch. Will have to try again...
2004-05-17 Wez FurlongAllow PDO OCI to build under unix.
2004-05-17 Wez FurlongAllow PDO to build as a self-contained extension.
2004-05-17 Andrei ZmievskiFix the apparent bug (; at the end of parse rule block).
2004-05-17 Wez FurlongSome pedantic fixes for gcc.
2004-05-17 Derick Rethans- Document the smtp_port setting in php.ini
2004-05-17 Wez FurlongODBC (v3 ish) driver for PDO.
2004-05-17 Wez FurlongOCI driver for PDO, supporting bound input and output...
2004-05-17 Wez FurlongHello PDO.
2004-05-17 Wez FurlongAs discussed with Andi, add this helper API for setting...
2004-05-17 <changelog... ChangeLog update
2004-05-16 Pierre Joye- T_WHITESPACE for the 1st test...
2004-05-16 Pierre Joye- PHP allows spaces before :: (parent :: foo(); )
2004-05-16 Timm Friebe- Fixed test for LONG_MIN / LONG_MAX for 64-bit platforms
2004-05-16 Timm Friebe- Fixed auto-conversion from long to double when LONG_MAX /
2004-05-16 Timm Friebe- Initial release
2004-05-16 Pierre Joye- Fix #1329, closedir on exit (kameshj at fastmail...
2004-05-16 Pierre Joye- Fix #1330, unused variable
2004-05-16 Pierre Joye- Fix #1249 (wrong print out the wrong state with force...
2004-05-16 Ilia AlshanetskyDo not allocate error buffer at the start of every...
2004-05-16 Marcus Boerger- Add new test
2004-05-16 Ilia AlshanetskyAdded missing safe_mode & open_basedir checks.
2004-05-16 Marcus Boerger- Fix printf with floats
2004-05-16 Wez Furlong;
2004-05-16 Wez FurlongAdd config.w32 template to ext_skel
2004-05-16 Rob Richardsconstructors throw DOMException
2004-05-16 Brad Houseupdate config.m4 for libmonetra 4.0 compatability.
2004-05-15 <changelog... ChangeLog update
2004-05-14 Andrei Zmievski.ini variables patch notice
2004-05-14 Andrei ZmievskiAdding ability to refer to existing .ini variables...
2004-05-14 Ilia AlshanetskyFixed possible memory leak inside popen().
2004-05-14 <changelog... ChangeLog update
2004-05-13 Ilia AlshanetskyFixed bug #28386 (wordwrap() wraps lines 1 character...
2004-05-13 Ilia AlshanetskyMake isapi more compatible with apache sapis as far...
2004-05-13 Stanislav Malyshevadd sqlite_exec()
2004-05-13 Ilia AlshanetskySkip session tests if session.save_path is not writable.
2004-05-13 Wez FurlongAdd --enable-memory-limit configure option (defaults...
2004-05-13 Marcus Boerger- Once ts_free_id() will be used, we cannot call ctors...
2004-05-13 <changelog... ChangeLog update
2004-05-12 Marcus Boerger- Centralize register and hash operations for startup...
2004-05-12 Marcus Boerger- Revert to 1.249
2004-05-12 Marcus Boerger- More work on ts_free_id() but still keep it out
2004-05-12 Marcus Boergerifdef out the ts_free_id until php 5.1 and until it...
2004-05-12 Ilia AlshanetskyFixed various possible memory leaks.
2004-05-12 Ilia AlshanetskyFixed bug #28374 (Possible unterminated loop inside
2004-05-12 Ard BiesheuvelFixed a couple of inconsistencies in param binding
2004-05-12 Ard BiesheuvelDropped support for ancient Interbase versions (< 6)
2004-05-12 Ard BiesheuvelMade ibase_timefmt() check its args more thoroughly...
2004-05-12 Ard BiesheuvelMade ibase_gen_id() bail out on incorrect args
2004-05-12 Marcus Boerger- Implement ts_free_id()
2004-05-12 Marcus Boerger- Touch
2004-05-12 Marcus Boerger- Move hash table destruction to proper location
2004-05-12 Marcus Boerger- Added missing UNREGISTER_INI_ENTRIES
2004-05-12 <changelog... ChangeLog update
2004-05-11 Ilia AlshanetskyMake vprintf() and printf() return the length of the...
2004-05-11 Ilia AlshanetskyReset opt_name to NULL to ensure it's not re-used if...
2004-05-11 Derick Rethans- Fixed defines
2004-05-11 Andi Gutmans- Don't allow passing NULL to type hinted parameter.
2004-05-11 Ilia AlshanetskyFixed bug #28355 (glob() does not return error on Linux...
2004-05-11 <changelog... ChangeLog update
2004-05-10 Ilia AlshanetskyFixed crash inside cpdf_place_inline_image() when worki...
2004-05-10 Rob Richardsadd chregu as maintainer
2004-05-10 Christian StockerAdding next() method
2004-05-10 Marcus Boerger- Documentation update
2004-05-10 Zeev Suraski- Fix comparison of objects
2004-05-10 Rob Richardscheck for dom support
2004-05-10 Christian Stocker- added expand support (see http://www.xmlsoft.org...
2004-05-10 Stefan EsserChecking MEMORY_LIMIT before doing emalloc/erealloc...
2004-05-10 Zeev SuraskiFix Win32 build
2004-05-10 Marcus Boerger- Decouple NAN and INF
next