Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 496541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:41:45+00:00 2026-05-13T05:41:45+00:00

I wrote a PHP extension and it could be compiled and run under linux

  • 0

I wrote a PHP extension and it could be compiled and run under linux successfully. But on windows, I met some problems.

I did the compiling on windows according to http://blog.slickedit.com/?p=128 with PHP source version 5.2.10, and after the compiling it generated the dll file. But when I tried to use the dll file, it reported me the memory problems when starting Apache(Wamp server). And then I started the debugging process, it seemed that REGISTER_INI_ENTRIES() had problems.

Here is the PHP extension source code, http://www.bluefly.cn/xsplit.tar.gz , and it works fine on Linux. But I also want to make it work on Windows.

Sorry I am not a pro so that I hope someone can help me.

Any help is appreciated and thanks in advance~

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T05:41:46+00:00Added an answer on May 13, 2026 at 5:41 am

    The reason you’re not seeing an issue on Linux is most likely that you’re doing a thread safebuild on windows, but not on Linux. Try adding --enable-maintainer-zts on Linux and then check using valgrind (USE_ZEND_ALLOC=0 valgrind /usr/bin/php script.php)

    From a quick glanceover your code I saw that you didn’t define your php_xsplit_init_globals which initialized thread variables. Tis function has to be registered from MINIT by adding a

    ZEND_INIT_MODULE_GLOBALS(xsplit, php_yplist_init_globals, NULL);
    

    call. Maybe something else is wrong, but that’s the first thing I saw.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a php script that must be run on the php interpreter (Without
I wrote a PHP-CLI script that mixes two audio (.WAV PCM) files (with some
I wrote an extension in C++ that uses libtidy, and it runs perfectly under
I need to have my PHP extension return an array of objects, but I
I've been using OOP in PHP for a while now, but for some reason
I wrote a PHP extension, and I'm trying to get it running on Mac's
Possible Duplicate: Getting Started with PHP Extension-Development Has anyone got some resources on how
i'm just new in php , curl i wrote a small mediawiki extension that
Hiphop converts PHP into C++ code, did anyone used it for PHP extension development?
I wrote a PHP script that retrieves values from a MySQL Query. I used

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.