]> granicus.if.org Git - php/shortlog
php
2006-10-14 Hannes MagnussonRemove bogus ini entry
2006-10-13 Antony Dovgalfix win32 build
2006-10-13 Hannes Magnussonfix test
2006-10-13 Hannes MagnussonAdded missing API function declaration.
2006-10-13 Ilia AlshanetskyFixed bug #38934 (move_uploaded_file() cannot read...
2006-10-13 Ilia AlshanetskyImprove open_basedir checks
2006-10-12 Brian FranceMemory assigned to the request_rec should be allocated...
2006-10-12 Antony DovgalMFH: use connection charset when reading LOB data
2006-10-12 Dmitry StogovMake zend_memory_peak_usage() to be avalable even witho...
2006-10-12 Ilia AlshanetskyFixed potential use of un-initialized var (detected...
2006-10-11 Antony Dovgalfix test
2006-10-11 Sara GolemonBFN
2006-10-11 Sara GolemonMFH(r-1.96) Bugfix#38649 Optional param not initialized
2006-10-11 Sara GolemonMFH(r-1.38) Bugfix 38648: Don't assume all buckets...
2006-10-11 Pierre Joye- imagecreatefrompng(emptyfile) fix entry
2006-10-11 Antony DovgalMFH
2006-10-11 Antony DovgalMFH: fix #39125 (Memleak when reflecting non-existing...
2006-10-11 Antony Dovgaladd test
2006-10-11 Ilia Alshanetskys/false/null/
2006-10-11 Derick Rethans- MFH: Change validating filters to return "null" on...
2006-10-11 Antony DovgalMFH: check filter and class names for empty strings
2006-10-11 Ilia AlshanetskyCatch empty strings right away.
2006-10-11 Antony DovgalMFH: avoid reading str[-1], add warning when invalid...
2006-10-11 Antony DovgalMFH: fix crash when parsing invalid hostnames/IPs
2006-10-11 Antony DovgalMFH
2006-10-11 Antony DovgalMFH: fix segfault/leak, add test
2006-10-11 Edin KadribasicSync with Unix build
2006-10-11 Wez FurlongBFN
2006-10-11 Wez FurlongBFN
2006-10-11 Wez FurlongFix for PECL #7755; use the displayable column width...
2006-10-11 Wez FurlongBFN
2006-10-11 Wez FurlongFix for PECL bug #8944. Could also be the same problem...
2006-10-11 Pierre Joye- don't check signature if the file is empty (valgrind...
2006-10-10 Ilia AlshanetskyFixed bug #39034 (curl_exec() with return transfer...
2006-10-10 Antony DovgalMFH: access mode for dbase_open() cannot be < 0
2006-10-10 Antony Dovgaladd new test
2006-10-10 Antony DovgalMFH: fix leak and typos in error messages
2006-10-10 Antony Dovgalmissing variable initialization
2006-10-10 Ilia AlshanetskyFixed bug #38198 (possible crash when COM reports an...
2006-10-10 Antony DovgalMFH: fix #39112 (typo in error message)
2006-10-09 Ilia AlshanetskyImprove parameter parsing
2006-10-09 Ilia AlshanetskyFixed bug #37262 (var_export() does not escape \0 chara...
2006-10-09 Ilia AlshanetskyProper name for credits
2006-10-09 Hannes MagnussonMFH tests
2006-10-09 Antony Dovgalimprove SKIPIF condition
2006-10-09 Antony DovgalBFN
2006-10-09 Antony DovgalMFH: fix PECL bug #8816 (issue in php_oci_statement_fet...
2006-10-09 Pierre Joye- fix possible segfault (see test 004) always exists...
2006-10-08 Ilia AlshanetskyAdded missing configuration checks
2006-10-08 Pierre Joye- #39082, image* segfaults when used with only one...
2006-10-07 Ilia AlshanetskyAdded missing safety checks (Problem identified by...
2006-10-07 Ilia AlshanetskyAdded missing safety checks (Problem identified by...
2006-10-07 Sara GolemonMFH(r-1.356) Don't assume the array elements are arrays too
2006-10-07 Antony DovgalBFN
2006-10-06 Ilia AlshanetskyMake quote() in PostgreSQL use PQescapeByteaConn()...
2006-10-06 Ilia AlshanetskyMake pg_escape_bytea() use PQescapeByteaConn() whenever...
2006-10-06 Ilia Alshanetskyback to dev
2006-10-06 Ilia AlshanetskyExpose session storage module locater and serialization...
2006-10-06 Ilia Alshanetskymodulo 0 news entry
2006-10-06 Antony Dovgalmore improvements
2006-10-06 Antony DovgalMFH: fix #39067 (getDeclaringClass() and private proper...
2006-10-06 Sara GolemonMFH(r-1.376): Preserve EG(return_value_ptr_ptr) when...
2006-10-06 Antony Dovgalre-add the test
2006-10-06 Antony DovgalMFH: fix #39060 (virtual_file_ex() is broken on *BSD)
2006-10-06 Edin KadribasicBFN
2006-10-06 Edin KadribasicFix for #38985 (Wez)
2006-10-06 Sebastian BergmannFix ZTS build.
2006-10-06 Sara GolemonRevert until 5.2's release since we're in RC stage
2006-10-05 Sara GolemonMFH(r-1.376): Preserve EG(return_value_ptr_ptr) when...
2006-10-05 Antony Dovgal<tony2001> ilia: are you serious?
2006-10-05 Antony Dovgaladd test
2006-10-05 Ilia Alshanetsky5.2.0RC5
2006-10-05 Andrei ZmievskiIncrement replace count value for case-sensitive single...
2006-10-05 Hannes Magnusson- nuke unused variable
2006-10-05 Antony DovgalMFH: decrement ch->uses (or destroy handle) when destro...
2006-10-05 Antony Dovgalfix build with new version of c-client
2006-10-05 Dmitry StogovCRLF->CR
2006-10-05 Edin KadribasicLibrary updates
2006-10-05 Edin KadribasicAdded PQescapeStringConn support to windows too
2006-10-05 Dmitry StogovAllow future extensibility without binary compatibility...
2006-10-05 Dmitry StogovFixed bug #38989 (Absolute path with slash at beginning...
2006-10-05 Ilia AlshanetskyFixed bug #39039 (SSL: fatal protocol error when fetchi...
2006-10-04 Ilia AlshanetskyAdded support for character sets in PDO quote() method...
2006-10-04 Ilia AlshanetskyAdded support for character sets in pg_escape_string...
2006-10-04 Ilia AlshanetskyFixed missing open_basedir check inside chdir() function.
2006-10-04 Antony Dovgaladd test
2006-10-04 Antony DovgalMFH
2006-10-04 Antony DovgalMFH
2006-10-04 Antony Dovgaladd missing ifdef
2006-10-04 Edin KadribasicUpdate credits
2006-10-04 Rob RichardsBFN
2006-10-04 Rob Richardsfix bug #39035 (Compatibilty issue between DOM and...
2006-10-04 Pierre Joye- used only in HEAD
2006-10-04 Pierre Joye- wrong definition
2006-10-04 Antony Dovgalfix typo
2006-10-04 Antony DovgalMFH: fix #39032 (strcspn() stops on null character)
2006-10-03 Pierre Joye- more tests for the last commits
2006-10-03 Ilia AlshanetskyShoehorn myself into the credits.
2006-10-03 Ilia AlshanetskyLast set of zend_hash_init() optimizations
2006-10-03 Antony DovgalMFH: throw a warning when doing modulus by 0 (fr #39027)
next