Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed format bug | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | format string fix | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | older gccs don't understand attribute((format)) on function pointers | Sascha Schumann | 2003-08-28 | 1 | -4/+11 |
| | |||||
* | - added mcve to the modules workspace | foobar | 2003-08-28 | 1 | -0/+12 |
| | |||||
* | Fix error message | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | kill warnings | Sascha Schumann | 2003-08-28 | 3 | -5/+5 |
| | |||||
* | ZEND_GCC_VERSION should always be defined to a number so we can use | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | | | | | simple comparisons all the time. | ||||
* | fix format strings | Sascha Schumann | 2003-08-28 | 7 | -20/+20 |
| | |||||
* | add format attribute where appropiate | Sascha Schumann | 2003-08-28 | 1 | -12/+17 |
| | |||||
* | Fixed some format strings | Ard Biesheuvel | 2003-08-28 | 1 | -3/+3 |
| | |||||
* | Add format attribute to a number of functions | Sascha Schumann | 2003-08-28 | 5 | -12/+23 |
| | | | | | Kill a few warnings | ||||
* | Revert the patch per Dan\´s request | foobar | 2003-08-28 | 2 | -50/+9 |
| | |||||
* | kill warnings | Sascha Schumann | 2003-08-28 | 6 | -6/+10 |
| | |||||
* | MFB | foobar | 2003-08-28 | 1 | -1/+14 |
| | |||||
* | Remove NEWS entry because fix was committed to 4.3 branch. | Stefan Roehrich | 2003-08-28 | 1 | -1/+0 |
| | |||||
* | fix format string (long port) | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | MFB | foobar | 2003-08-28 | 3 | -3/+121 |
| | |||||
* | Use ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC | Sascha Schumann | 2003-08-28 | 1 | -1/+4 |
| | |||||
* | cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so that | Sascha Schumann | 2003-08-28 | 2 | -7/+13 |
| | | | | | they can be used by downstream applications | ||||
* | proto fix | Andrey Hristov | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | Enable attribute((malloc)) for GCC 2.96 | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | MF4: -m fix for premature extension unloading | Stanislav Malyshev | 2003-08-28 | 1 | -0/+1 |
| | |||||
* | typofix | foobar | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | GCC 2 does not know about malloc yet. | Sascha Schumann | 2003-08-28 | 1 | -1/+5 |
| | |||||
* | Add further check for "#include MACRO" style syntax | Moriyoshi Koizumi | 2003-08-28 | 1 | -4/+13 |
| | |||||
* | provide attribute((malloc)) where appropiate | Sascha Schumann | 2003-08-28 | 1 | -9/+11 |
| | |||||
* | Let GCC check format arguments | Sascha Schumann | 2003-08-28 | 3 | -5/+11 |
| | |||||
* | * added --alldeps --onlyreqdeps options for pear install/upgrade. | Greg Beaver | 2003-08-28 | 4 | -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 update | 2003-08-28 | 2 | -0/+94 | |
| | |||||
* | Fixed bug #25109 (Possible crash when fetching field name) | Ilia Alshanetsky | 2003-08-28 | 1 | -1/+4 |
| | |||||
* | Fixed tests that failed in ZTS due to incorrect file paths. | Ilia Alshanetsky | 2003-08-28 | 4 | -13/+18 |
| | | | | | Fixed test that failed due to new array dimension property being fetched. | ||||
* | Test multiple execution of a prepared EXEC PROCEDURE statement | Ard Biesheuvel | 2003-08-28 | 1 | -0/+50 |
| | |||||
* | Test for BLOB ID survival of close()/connect() | Ard Biesheuvel | 2003-08-28 | 1 | -2/+6 |
| | |||||
* | Removed TSRMLS_FETCH from _php_ibase_module_error() | Ard Biesheuvel | 2003-08-28 | 1 | -29/+33 |
| | |||||
* | Prevent abrupt script execution when sendmail_path contains invalid | Ilia Alshanetsky | 2003-08-27 | 1 | -2/+9 |
| | | | | | | executable. Add more detail to the warnings regarding execution of sendmail binary. | ||||
* | Do not reuse data structure for ibase_execute() results. | Ard Biesheuvel | 2003-08-27 | 2 | -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 variable | Marcus Boerger | 2003-08-27 | 2 | -2/+0 |
| | | | | | # I should have taken Timm's patch | ||||
* | Fix reflection_class::newInstance() | Marcus Boerger | 2003-08-27 | 2 | -26/+18 |
| | |||||
* | adding betterStates() for usage in automatic dependency resolution | Greg Beaver | 2003-08-27 | 1 | -0/+24 |
| | |||||
* | Committing a patch for IBM DB2 BLOB support submitted by Clara Liu | Dan Kalowsky | 2003-08-27 | 2 | -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 instead | foobar | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | Use INSTALL to install build files | Sascha Schumann | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | Prevent a crash when expand_filepath() fails. | Ilia Alshanetsky | 2003-08-27 | 1 | -1/+3 |
| | |||||
* | Squelch warning "Variable may be used uninitialized." | Sara Golemon | 2003-08-27 | 1 | -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 update | 2003-08-27 | 1 | -0/+37 | |
| | |||||
* | Fixed bug #22243 (make pg_meta_data fetch array dimentions) | Ilia Alshanetsky | 2003-08-27 | 1 | -1/+2 |
| | | | | | m-lesser[at]better-com.de | ||||
* | - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani) | foobar | 2003-08-26 | 2 | -3/+3 |
| | |||||
* | - Prevent crash if non-existing save/serializer handler is tried to be used | foobar | 2003-08-26 | 1 | -23/+31 |
| | | | | | - Added the registered serializers information to MINFO. | ||||
* | ChangeLog update | 2003-08-26 | 2 | -0/+69 | |
| | |||||
* | Use $(INSTALL_DATA) instead of cp | Sascha Schumann | 2003-08-26 | 1 | -4/+4 |
| |