You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WordPress Summer of Code 2008
I was able to successfully compile PHP 5.2.6 and I also added the
WordPress extension source to the WordPress Google Summer of Code
repository. That is all.
I plan on compiling the WordPress Extension into PHP, but before that
I need to make sure that the DLL code is in place, so that the
extension will be dynamically linked into the Windows PHP executable.
I'll also need to debug the WordPress Extension for any C++ errors and
then test it to make sure that the code works. That just means that
the extension name shows up when you use the phpinfo() function.
Jacob Santos
unread,
Jul 20, 2008, 9:36:19 PM7/20/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WordPress Summer of Code 2008
The WordPress Extension shows up when you rebuild the configure.js
file
"--disable-wordpress"
Which means that one part of the WordPress Extension is working. Just
need to build the extension to fix any compile errors.
Jacob Santos
unread,
Jul 22, 2008, 10:20:02 PM7/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WordPress Summer of Code 2008
Compiled Apache, PHP 5.2.6 and WordPress Extension.