search
HomeBackend DevelopmentPHP Tutorial加密的sqlite3扩展DLL文件

扩展 加密 SQLite3 PHP 源代码

从网上下了很多说是已经实现了加密的sqlite3源码,也下了wxsqlite3里sqlite3的源码,自己的编译方式是用vc8的命令行把源码放在php源码里编译生成DLL,(还有一个小问题,VC编译出来的DLL PHP用不了,看来DLL文件也是给谁用就得用谁生成吗)由于不会C的原因所以报错的代码直接淘汰了,而生成成功的DLL文件却一直没有发现有加密功能(调用函数查看了里面所有的方法)。感觉似乎不应该是源码的问题,可能还有哪些地方没有修改到?或者说因为是编译成为php使用的DLL,所以相应的要添加一些PHP有关的内容?本人小白,如果有大神会从编译的就最好不过了,已经实现了加密的php的sqlite3扩展也感激不尽~

回复讨论(解决方案)

“ 还有一个小问题,VC编译出来的DLL PHP用不了”
用不了?PHP很少可以说基本上不会直接用DLL。说实话不是很清楚楼主描述

“ 还有一个小问题,VC编译出来的DLL PHP用不了”
用不了?PHP很少可以说基本上不会直接用DLL。说实话不是很清楚楼主描述

http://blog.sina.com.cn/s/blog_6b36735b0100rroh.html  这里是我命令行编译参考的东西。。。
和就是说同样的代码上面的网址的方法编译出来PHP能调用,但VC编译出来就运行的时候就提示可能不是一个PHP扩展文件。

在 window 中编译 php 扩展,是需要下载支撑包的(不是什么都开源的)
并且需要注意 VC 的版本
php5.2 VC6
php5.3、php5.4 VC9
php5.5 VC11
版本不同,动态链接库的入口地址也不同
如果需要修改源码,那么必须遵守 php 扩展的规范

在 window 中编译 php 扩展,是需要下载支撑包的(不是什么都开源的)
并且需要注意 VC 的版本
php5.2 VC6
php5.3、php5.4 VC9
php5.5 VC11
版本不同,动态链接库的入口地址也不同
如果需要修改源码,那么必须遵守 php 扩展的规范

动态链接库的入口地址是指我编译不同版本的PHP的扩展的时候,都要修改扩展里相应的动态链接库入口地址是吗?  那这样的话不会C就不可能自己编译出扩展了啊。。。我完全不会C

完全不会C,自然就不能自己写或修改源码了
但环境配置正确,编译现成的代码也还是可以的

由于 php for window 不是全部开源的,其核心库是预编译的
所以如果 VC 编译器不配套的话,就无法运行成功

由于 php for window 不是全部开源的,其核心库是预编译的
所以如果 VC 编译器不配套的话,就无法运行成功

我从源码编译也要看VC版本吗,运行不成功是指什么呢?PHP源码我已经编译过了配置在apache上能够用啊。我看到PHP源码里的扩展的文件夹里除了多出几个PHP开头的C文件,还有很多C之外的东西,感觉用VC编译出来的DLL(版本没有错误的前提)是因为少了这些文件所以才会弹提示说这不是一个PHP扩展。

另外我看到很多人说wxsqlite3的实现不错,大哥你用过吗

1、你编译的源码需要是 php 扩展的 c 源码,而非供 window 用的 c 源码
2、不清楚你说“PHP源码我已经编译过了配置在apache上能够用啊”的含义

1、你编译的源码需要是 php 扩展的 c 源码,而非供 window 用的 c 源码
2、不清楚你说“PHP源码我已经编译过了配置在apache上能够用啊”的含义

http://www.boilingbit.com/blog/windows%E4%B8%8B%E7%BC%96%E8%AF%91php/
我说的编译大概是上面那的网址的那么回事,就是说编译好后配置上apache然后能够解析我写的PHP文件。

第一条我懂了,就是说下下来的源码是windows用的,而要编译出PHP用的DLL的话,这些源码还需要进一步修改,是吗

对!c 的源码需配上 php 接口
你能给出你的 c 源码的地址吗

对!c 的源码需配上 php 接口
你能给出你的 c 源码的地址吗

http://sourceforge.net/projects/wxcode/files/Components/wxSQLite3/

说实话源码下了很多,但看到大家用的开源的加密的C源码的话大多是这里的,我觉得把这个搞出来靠谱一点。。。

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
11 Best PHP URL Shortener Scripts (Free and Premium)11 Best PHP URL Shortener Scripts (Free and Premium)Mar 03, 2025 am 10:49 AM

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

Introduction to the Instagram APIIntroduction to the Instagram APIMar 02, 2025 am 09:32 AM

Following its high-profile acquisition by Facebook in 2012, Instagram adopted two sets of APIs for third-party use. These are the Instagram Graph API and the Instagram Basic Display API.As a developer building an app that requires information from a

Working with Flash Session Data in LaravelWorking with Flash Session Data in LaravelMar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

Build a React App With a Laravel Back End: Part 2, ReactBuild a React App With a Laravel Back End: Part 2, ReactMar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Simplified HTTP Response Mocking in Laravel TestsSimplified HTTP Response Mocking in Laravel TestsMar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

cURL in PHP: How to Use the PHP cURL Extension in REST APIscURL in PHP: How to Use the PHP cURL Extension in REST APIsMar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

12 Best PHP Chat Scripts on CodeCanyon12 Best PHP Chat Scripts on CodeCanyonMar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Announcement of 2025 PHP Situation SurveyAnnouncement of 2025 PHP Situation SurveyMar 03, 2025 pm 04:20 PM

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function