]> granicus.if.org Git - php/shortlog
php
2010-04-20 Antony Dovgalfix ZTS build
2010-04-20 Antony Dovgalfix build
2010-04-20 Dmitry StogovFixed bug #48781 (Cyclical garbage collector memory...
2010-04-20 Felipe Pena- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard...
2010-04-20 Dmitry StogovUpdated version numbers
2010-04-20 Dmitry StogovAdded a number of small performance tweaks and optimiza...
2010-04-20 Dmitry Stogovregenerated files
2010-04-20 Dmitry StogovAdded concept of interned strings. All strings constant...
2010-04-20 Dmitry StogovAdded concept of interned strings. All strings constant...
2010-04-20 Dmitry StogovChanged the structure of op_array.opcodes. The constant...
2010-04-20 Dmitry StogovAdded an optimization which saves memory and emalloc...
2010-04-20 Dmitry StogovAdded a micro benchmark which measures the performance...
2010-04-20 Antony Dovgalfix infinite loop in the test
2010-04-20 Adam HarveyAdded explanatory comments to filter_input and filter_i...
2010-04-20 Stanislav Malyshevfix 64-bit integer overflow in mhash_keygen_s2k
2010-04-19 Jérôme Loyettrue/false was not a valid value for boolean directives
2010-04-19 Stanislav Malyshevrestore $this support for closures to its former glory
2010-04-19 Jérôme Loyetcorrect path in the man page
2010-04-18 Felipe Pena- Fixed bug #51590 (JSON_ERROR_UTF8 is undefined)
2010-04-16 Stanislav Malyshevfix non-ts build
2010-04-16 Christopher... Fixed Bug #51577 (Uninitialized memory reference with...
2010-04-15 Stefan MarrAdded traits test cases. No engine changes for now...
2010-04-15 Christopher... Fix php.ini comment typo
2010-04-15 Kalle Sommer... Removed register_long_arrays ini option (and $HTTP_SESS...
2010-04-15 Andrey HristovLast batch of int/uint comparison fixes
2010-04-15 Andrey HristovMore int/uint comparison warning fixes
2010-04-15 Andrey HristovFix some int/uint comparison warnings
2010-04-15 Andrey HristovRemove unused file
2010-04-15 Andrey Hristovmore WS
2010-04-15 Andrey HristovCS + WS changes
2010-04-15 Antony Dovgalfinal fix for long opts in getopt()
2010-04-15 Kalle Sommer... Bump PHP_API_VERSION
2010-04-15 Andrey HristovFix for bug#49234 method not found ssl_set
2010-04-14 Antony Dovgaldiscard first TWO symbols of a long argument
2010-04-14 Pierre Joye- #35638, add udate to imap_fetch_overview
2010-04-13 Antony Dovgalsimplify configure check for nanosleep()
2010-04-13 Antony Dovgaluse new type + const static
2010-04-13 Antony Dovgalre-add updated FPM
2010-04-13 Antony Dovgalprepare to re-add newer FPM version
2010-04-13 Kalle Sommer... * Pass TSRMLS_C around pageinfo.c
2010-04-13 Kalle Sommer... PHP_OS is now always WINNT on Windows, since we don...
2010-04-13 Kalle Sommer... Remove a couple TSRMLS_FETCH() calls around ext/main...
2010-04-12 Ilia AlshanetskyMFB: Fixed bug #51512 (mb_send_mail* fail when mail...
2010-04-12 Antony Dovgaladd FPM sapi to trunk
2010-04-12 Pierre Joye- fix inline doc
2010-04-12 Pierre Joye- [doc] add stream_set_read_buffer, equivalent of strea...
2010-04-12 Kalle Sommer... Removed y2k_compliance ini option, making it "always...
2010-04-12 Kalle Sommer... NEWS entry for the define_syslog_variables commit
2010-04-12 Kalle Sommer... * Changed the way removed ini directives are shown...
2010-04-10 Derick Rethans- Expose date-extension object creation externally.
2010-04-09 Rob Richardsfix bug #50828 (DOMNotation is not subclass of DOMNode)
2010-04-08 Antony Dovgalmake sure the actual length of the argument passed...
2010-04-08 Andrey HristovFixint INT_AND_FLOAT_AS native. It was working ok on...
2010-04-08 Andrey HristovFixing the second test
2010-04-08 Andrey Hristovone more fix and both work with libmysql and mysqlnd
2010-04-08 Andrey HristovFix for bug #51026 ssl not working
2010-04-08 Pierre Joye- WS
2010-04-08 Pierre Joye- WS
2010-04-07 Andrey HristovAnother fix for the 16 chars user limitation of MySQL
2010-04-07 Andrey HristovFix test. The usernames in the server are 16 chars...
2010-04-06 Andrey HristovFix the Windows build (void* arithmetic) as well as...
2010-04-06 Andrey HristovStricly C
2010-04-06 Antony Dovgalfix typo
2010-04-06 Andrey HristovRecommit with an Windows build fix:
2010-04-04 Stanislav Malyshevchange namespaced ctors - only __construct would work
2010-04-04 Felipe Pena- Fix tests
2010-04-04 Felipe Pena- Fix test
2010-04-03 Felipe Pena- Fixed tests
2010-04-02 Felipe Pena- Fixed bug #51445 (var_dump() invalid/slow *RECURSION...
2010-04-02 Rob Richardsfix bug #48983 (DomDocument : saveHTMLFile wrong charset)
2010-04-02 Rasmus LerdorfFix tests
2010-04-02 Rasmus LerdorfUpdate the FILTER_VALIDATE_EMAIL filter to fix bug...
2010-04-02 Rob Richardsre-apply bug fix #35673 (formatOutput does not work...
2010-04-01 Stanislav Malyshevfix #49192 - crash in GC when get_properties handler...
2010-04-01 Stanislav Malyshevfix #51394 - try harder to find script lineno when...
2010-04-01 Rasmus LerdorfAdd new full_special_chars filter to tests
2010-04-01 Andrey HristovFix inconsistencies
2010-04-01 Andrey HristovBetter fix for bug #51347 mysqli_close / connection...
2010-04-01 Ilia AlshanetskyOn beginTransaction() reset error state
2010-04-01 Andrey HristovFixed bug #51347 mysqli_close / connection memory leak
2010-04-01 Pierre Joye- fix build
2010-03-31 Rasmus LerdorfFix FILTER_VALIDATE_URL - Host names can't start with...
2010-03-31 Rasmus LerdorfMoved to 5.3
2010-03-31 Rasmus LerdorfAdded the full htmlspecialchars() functionality which...
2010-03-31 Rasmus LerdorfSet session.entropy_file to /dev/urandom or /dev/arandom by
2010-03-30 Johannes SchlüterAdd some const declarations, makes C++ extension writer...
2010-03-30 Johannes SchlüterRemove main/php3_compat.h, for that a few references...
2010-03-30 Johannes SchlüterFix protos
2010-03-30 Johannes SchlüterAdd ReflectionZendExtension class and --rz option to CLI
2010-03-30 Johannes SchlüterIt's 2010 already
2010-03-30 Johannes SchlüterFix folding
2010-03-30 Johannes SchlüterUse php_error_docref instead of zend_error
2010-03-30 Johannes SchlüterAdd ReflectionExtension::isTemporary() and ReflectionEx...
2010-03-30 Ilia AlshanetskyUpgraded bundled sqlite to version 3.6.23.1
2010-03-30 Joey SmithDon't assume the SHA-based crypt constants are registered
2010-03-29 Derick Rethans- Updated to version 2010.7 (2010g)
2010-03-29 Andrey HristovMake it coupled - what is allocated with mnd_ should...
2010-03-29 Ilia AlshanetskyUpgraded bundled PCRE to version 8.02.
2010-03-28 Martin JansenJOAAT hashing now supports incremental hashing.
2010-03-26 Christopher... Fix #51220 by adding . Also improve reliability for...
next