summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed format bugIlia Alshanetsky2003-08-281-1/+1
|
* format string fixSascha Schumann2003-08-281-1/+1
|
* older gccs don't understand attribute((format)) on function pointersSascha Schumann2003-08-281-4/+11
|
* - added mcve to the modules workspacefoobar2003-08-281-0/+12
|
* Fix error messageSascha Schumann2003-08-281-1/+1
|
* kill warningsSascha Schumann2003-08-283-5/+5
|
* ZEND_GCC_VERSION should always be defined to a number so we can useSascha Schumann2003-08-281-1/+1
| | | | | simple comparisons all the time.
* fix format stringsSascha Schumann2003-08-287-20/+20
|
* add format attribute where appropiateSascha Schumann2003-08-281-12/+17
|
* Fixed some format stringsArd Biesheuvel2003-08-281-3/+3
|
* Add format attribute to a number of functionsSascha Schumann2003-08-285-12/+23
| | | | | Kill a few warnings
* Revert the patch per Dan\´s requestfoobar2003-08-282-50/+9
|
* kill warningsSascha Schumann2003-08-286-6/+10
|
* MFBfoobar2003-08-281-1/+14
|
* Remove NEWS entry because fix was committed to 4.3 branch.Stefan Roehrich2003-08-281-1/+0
|
* fix format string (long port)Sascha Schumann2003-08-281-1/+1
|
* MFBfoobar2003-08-283-3/+121
|
* Use ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOCSascha Schumann2003-08-281-1/+4
|
* cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so thatSascha Schumann2003-08-282-7/+13
| | | | | they can be used by downstream applications
* proto fixAndrey Hristov2003-08-281-1/+1
|
* Enable attribute((malloc)) for GCC 2.96Sascha Schumann2003-08-281-1/+1
|
* MF4: -m fix for premature extension unloadingStanislav Malyshev2003-08-281-0/+1
|
* typofixfoobar2003-08-281-1/+1
|
* GCC 2 does not know about malloc yet.Sascha Schumann2003-08-281-1/+5
|
* Add further check for "#include MACRO" style syntaxMoriyoshi Koizumi2003-08-281-4/+13
|
* provide attribute((malloc)) where appropiateSascha Schumann2003-08-281-9/+11
|
* Let GCC check format argumentsSascha Schumann2003-08-283-5/+11
|
* * added --alldeps --onlyreqdeps options for pear install/upgrade.Greg Beaver2003-08-284-57/+474
| | | | | | * added automatic dependency sorting, so the order of packages on command-line is unimportant for both install/uninstall * added one more spaces in paths fix that was missed in PEAR_Common
* ChangeLog update2003-08-282-0/+94
|
* Fixed bug #25109 (Possible crash when fetching field name)Ilia Alshanetsky2003-08-281-1/+4
|
* Fixed tests that failed in ZTS due to incorrect file paths.Ilia Alshanetsky2003-08-284-13/+18
| | | | | Fixed test that failed due to new array dimension property being fetched.
* Test multiple execution of a prepared EXEC PROCEDURE statementArd Biesheuvel2003-08-281-0/+50
|
* Test for BLOB ID survival of close()/connect()Ard Biesheuvel2003-08-281-2/+6
|
* Removed TSRMLS_FETCH from _php_ibase_module_error()Ard Biesheuvel2003-08-281-29/+33
|
* Prevent abrupt script execution when sendmail_path contains invalidIlia Alshanetsky2003-08-271-2/+9
| | | | | | executable. Add more detail to the warnings regarding execution of sendmail binary.
* Do not reuse data structure for ibase_execute() results.Ard Biesheuvel2003-08-272-117/+107
| | | | | | | | Invalidate the results whose statement handle has been invalidated. # EXEC PROCEDURE results don't need a statement handle, so # the result doesn't have to be invalidated. Fixed some add_{index|assoc}_*() bogosity
* Nuke unused variableMarcus Boerger2003-08-272-2/+0
| | | | | # I should have taken Timm's patch
* Fix reflection_class::newInstance()Marcus Boerger2003-08-272-26/+18
|
* adding betterStates() for usage in automatic dependency resolutionGreg Beaver2003-08-271-0/+24
|
* Committing a patch for IBM DB2 BLOB support submitted by Clara LiuDan Kalowsky2003-08-272-9/+50
| | | | | | | | (clara@zealworks.com). # I haven't had time to completely test this patch, a few users have stated # that it works well for them and a few others want to test with windows # builds, hence the submission.
* - Use the shtool in $builddir/build insteadfoobar2003-08-271-1/+1
|
* Use INSTALL to install build filesSascha Schumann2003-08-271-1/+1
|
* Prevent a crash when expand_filepath() fails.Ilia Alshanetsky2003-08-271-1/+3
|
* Squelch warning "Variable may be used uninitialized."Sara Golemon2003-08-271-1/+1
| | | | | | This would never occur anyway because of the logic of the function, but gcc isn't quite smart enough to realize this.
* ChangeLog update2003-08-271-0/+37
|
* Fixed bug #22243 (make pg_meta_data fetch array dimentions)Ilia Alshanetsky2003-08-271-1/+2
| | | | | m-lesser[at]better-com.de
* - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani)foobar2003-08-262-3/+3
|
* - Prevent crash if non-existing save/serializer handler is tried to be usedfoobar2003-08-261-23/+31
| | | | | - Added the registered serializers information to MINFO.
* ChangeLog update2003-08-262-0/+69
|
* Use $(INSTALL_DATA) instead of cpSascha Schumann2003-08-261-4/+4
|