summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_0_6'.RELEASE_0_6SVN Migration2003-04-172613-706365/+0
* Update for new releaseWez Furlong2003-04-171-2/+11
* WSWez Furlong2003-04-171-1/+1
* NULL columns are NULL pointersWez Furlong2003-04-171-2/+10
* Implement sqlite_busy_timeout() which sets the retry timeout (in milliseconds)Wez Furlong2003-04-172-0/+25
* Fix some segfaults in some of the pg_lo_* functions.Jay Smith2003-04-171-2/+18
* Segfault fixing!Wez Furlong2003-04-172-5/+9
* Patch by Marcus Börger <helly@php.net>.Sebastian Bergmann2003-04-171-5/+3
* fix newline..Tal Peer2003-04-170-0/+0
* Really fix buildWez Furlong2003-04-172-2/+3
* Hopefully fix build...Wez Furlong2003-04-172-6/+6
* Add dependency to generate headerWez Furlong2003-04-171-0/+2
* Update build filesWez Furlong2003-04-173-33/+142
* Remove whitespace added while touching.Wez Furlong2003-04-173-3/+0
* Touch generated filesWez Furlong2003-04-173-0/+3
* Bundle relevant parts of sqlite 2.8.0.Wez Furlong2003-04-1736-0/+38179
* Nicer error message when an invalid function name is specified.Wez Furlong2003-04-171-2/+7
* Prep for release.Wez Furlong2003-04-171-1/+2
* Update TODO and example.Wez Furlong2003-04-172-3/+3
* Implement a php function so that the following SQL can be used:Wez Furlong2003-04-171-0/+79
* touchfoobar2003-04-172-3/+37
* add missing headerfoobar2003-04-171-0/+20
* touchfoobar2003-04-171-14/+0
* Implement sqlite_escape_string() function.Wez Furlong2003-04-173-7/+29
* Implement safe_mode and open_basedir checks.Wez Furlong2003-04-172-1/+46
* Add readme and todoWez Furlong2003-04-172-0/+23
* This commit was generated by cvs2svn to compensate for changes in r123706,Wez Furlong2003-04-177-0/+564
* Macro: php_stream_get_from_zval(php_stream *stream, zval **zstream, char *mod...Sara Golemon2003-04-171-0/+6
* Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2)Ilia Alshanetsky2003-04-162-2/+2
* Fixed implicit cast issue with is*() and to*() functionsMoriyoshi Koizumi2003-04-164-7/+7
* Fixed bug #19795Moriyoshi Koizumi2003-04-161-13/+13
* Fixed typoMoriyoshi Koizumi2003-04-161-3/+3
* compiler warning fix and possible 64bit fixMoriyoshi Koizumi2003-04-161-1/+2
* Fixed bug #23080Moriyoshi Koizumi2003-04-161-6/+7
* Don't access what is already freed (noticed by Sascha)Marcus Boerger2003-04-161-1/+2
* Fixed memleakMoriyoshi Koizumi2003-04-161-0/+2
* Added missing sanity checkMoriyoshi Koizumi2003-04-161-4/+5
* Changed stream filter factory to be capable of accepting a zval as a parameterMoriyoshi Koizumi2003-04-165-219/+63
* fix two uninitialized readsSascha Schumann2003-04-161-16/+41
* Nuke all sn?printf's and rely on the optimized httpd_ntoa toSascha Schumann2003-04-161-28/+23
* Fix uninitialized readsSascha Schumann2003-04-161-0/+1
* - allow libtool to be a symlink. Discussed with SaschaJan Lehnardt2003-04-161-2/+2
* Merging some Premium thttpd improvements, notablySascha Schumann2003-04-161-111/+537
* Simplify use of this header in external appsSascha Schumann2003-04-161-1/+10
* Change to use safe_emalloc() and provide macro for nowMarcus Boerger2003-04-161-5/+9
* add missing checkSascha Schumann2003-04-161-1/+1
* Added missing CVS Id tagsfoobar2003-04-163-0/+5
* SKIP -> SKIPIFfoobar2003-04-1611-11/+11
* Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon)Ilia Alshanetsky2003-04-161-1/+4
* Fixed bug #22939 (crash in imap_header_info()).Ilia Alshanetsky2003-04-161-0/+2