]> granicus.if.org Git - php/shortlog
php
2003-08-28 Marcus Boerger- Split debug_backtrace() into lowlevel c function...
2003-08-28 Ilia AlshanetskyFixed compiler warnings.
2003-08-28 Ilia AlshanetskyFixed format error.
2003-08-28 Ilia AlshanetskyFixed format bug
2003-08-28 Sascha Schumannformat string fix
2003-08-28 Sascha Schumannolder gccs don't understand attribute((format)) on...
2003-08-28 foobar- added mcve to the modules workspace
2003-08-28 Sascha SchumannFix error message
2003-08-28 Sascha Schumannkill warnings
2003-08-28 Sascha SchumannZEND_GCC_VERSION should always be defined to a number...
2003-08-28 Sascha Schumannfix format strings
2003-08-28 Sascha Schumannadd format attribute where appropiate
2003-08-28 Ard BiesheuvelFixed some format strings
2003-08-28 Sascha SchumannAdd format attribute to a number of functions
2003-08-28 foobarRevert the patch per Dan\´s request
2003-08-28 Sascha Schumannkill warnings
2003-08-28 foobarMFB
2003-08-28 Stefan RoehrichRemove NEWS entry because fix was committed to 4.3...
2003-08-28 Sascha Schumannfix format string (long port)
2003-08-28 foobarMFB
2003-08-28 Sascha SchumannUse ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC
2003-08-28 Sascha Schumanncleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUT...
2003-08-28 Andrey Hristovproto fix
2003-08-28 Sascha SchumannEnable attribute((malloc)) for GCC 2.96
2003-08-28 Stanislav MalyshevMF4: -m fix for premature extension unloading
2003-08-28 foobartypofix
2003-08-28 Sascha SchumannGCC 2 does not know about malloc yet.
2003-08-28 Moriyoshi KoizumiAdd further check for "#include MACRO" style syntax
2003-08-28 Sascha Schumannprovide attribute((malloc)) where appropiate
2003-08-28 Sascha SchumannLet GCC check format arguments
2003-08-28 Greg Beaver* added --alldeps --onlyreqdeps options for pear instal...
2003-08-28 <changelog... ChangeLog update
2003-08-28 Ilia AlshanetskyFixed bug #25109 (Possible crash when fetching field...
2003-08-28 Ilia AlshanetskyFixed tests that failed in ZTS due to incorrect file...
2003-08-28 Ard BiesheuvelTest multiple execution of a prepared EXEC PROCEDURE...
2003-08-28 Ard BiesheuvelTest for BLOB ID survival of close()/connect()
2003-08-28 Ard BiesheuvelRemoved TSRMLS_FETCH from _php_ibase_module_error()
2003-08-27 Ilia AlshanetskyPrevent abrupt script execution when sendmail_path...
2003-08-27 Ard BiesheuvelDo not reuse data structure for ibase_execute() results.
2003-08-27 Marcus BoergerNuke unused variable
2003-08-27 Marcus BoergerFix reflection_class::newInstance()
2003-08-27 Greg Beaveradding betterStates() for usage in automatic dependency...
2003-08-27 Dan KalowskyCommitting a patch for IBM DB2 BLOB support submitted...
2003-08-27 foobar- Use the shtool in $builddir/build instead
2003-08-27 Sascha SchumannUse INSTALL to install build files
2003-08-27 Ilia AlshanetskyPrevent a crash when expand_filepath() fails.
2003-08-27 Sara GolemonSquelch warning "Variable may be used uninitialized."
2003-08-27 <changelog... ChangeLog update
2003-08-27 Ilia AlshanetskyFixed bug #22243 (make pg_meta_data fetch array dimentions)
2003-08-26 foobar- Fixed bug #25166 (WDDX serializer handler missing...
2003-08-26 foobar- Prevent crash if non-existing save/serializer handler...
2003-08-26 <changelog... ChangeLog update
2003-08-26 Sascha SchumannUse $(INSTALL_DATA) instead of cp
2003-08-25 foobar- Fixed bug #25240 (spaces before pre-processor directives)
2003-08-25 Sara GolemonBugfix#25239 Closing control stream while data stream...
2003-08-25 Marcus BoergerUpdate
2003-08-25 Marcus Boerger- Fix compile
2003-08-25 Marcus BoergerUpdate exception code
2003-08-25 Marcus BoergerExceptions work now
2003-08-25 Marcus Boerger- Simplify php_error_cb()
2003-08-25 Rob Richardsfix debug build. use libxml dynamic linking until it...
2003-08-25 Greg Beaveradding me as helper, adding dependency on XML_RPC 1...
2003-08-25 Greg Beavermy fault - forgot to fix this
2003-08-25 foobarSome minor fixes so that this works with autoconf 2...
2003-08-25 Moriyoshi KoizumiSync with original
2003-08-25 <changelog... ChangeLog update
2003-08-24 Moriyoshi KoizumiAllow usage of external libmbfl
2003-08-24 Marcus BoergerAdd missing check
2003-08-24 Moriyoshi KoizumiIntegrate allocator code into mbstring.c
2003-08-24 Moriyoshi KoizumiSync with the original
2003-08-24 Marcus BoergerFix memory source of string duplication for non interna...
2003-08-24 Marcus Boerger- Provide appropriate way to destroy internal zval's.
2003-08-24 Marcus BoergerDon't identify alias'ed functions
2003-08-24 Zeev SuraskiUse ""'s if you want empty strings. We want to crash...
2003-08-24 Zeev SuraskiUse pemalloc()
2003-08-24 Marcus BoergerAllow NULL, too
2003-08-24 Zeev SuraskiGet rid of more ^M's - Marcus, please check your CVS...
2003-08-24 Zeev SuraskiGet rid of more ^M's
2003-08-24 Zeev Suraskiline endings fix
2003-08-24 Zeev SuraskiNever, ever, overwrite the refcount element of a connec...
2003-08-24 Marcus BoergerAdd dedicated reflection_exception
2003-08-24 Marcus BoergerAllow to throw instances of classes derived from exception
2003-08-24 Stefan RoehrichFixed bug #25218 ("deflate" compressed pages had a...
2003-08-24 Stefan RoehrichFixed zlib.output_compression without register_long_var...
2003-08-24 Marcus Boerger- Provide a unified way to display uncaught exceptions...
2003-08-24 Marcus BoergerMake invoke() work
2003-08-24 Marcus Boergerzend_parse_parameters 'O' works the way we need here
2003-08-24 Marcus BoergerNot needed
2003-08-24 Marcus BoergerMake use method macros
2003-08-24 Marcus BoergerOne of PPP is needed, too
2003-08-24 Marcus Boerger- Add Reflection_Function::isAlias
2003-08-24 Marcus Boerger- Add fn_flag ZEND_ACC_ALIAS
2003-08-24 Marcus BoergerFix fn_flags handling
2003-08-24 Rob Richardsimplement stricterrorcheck
2003-08-24 Rob Richardsimplement stricterrorcheck
2003-08-24 Rob Richardsremove document pointer references as doc is now copied
2003-08-24 Marcus BoergerAdd property read code and use that in default exceptio...
2003-08-24 <changelog... ChangeLog update
2003-08-23 Marcus BoergerAllow zend_throw_exception() to also set the exception...
2003-08-23 Marcus BoergerException has 4 protected default properties (message...
next