[PR #3] [MERGED] Compile fixes for PHP 5.5 & VC11 #2

Open
opened 2026-01-24 11:41:01 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/php-gtk-src/pull/3
Author: @ZacharyReis
Created: 6/28/2013
Status: Merged
Merged: 6/20/2014
Merged by: @php-pulls

Base: masterHead: master


📝 Commits (1)

  • 694fdab Fixed compile with 5.5. Added VC11 compatibility

📊 Changes

8 files changed (+30 additions, -20 deletions)

View changed files

📝 ext/gtk+/config.w32 (+5 -5)
📝 ext/libglade/config.w32 (+1 -1)
📝 ext/libsexy/config.w32 (+1 -1)
📝 ext/sourceview/config.w32 (+1 -1)
📝 generator/gtkgenerator.php (+9 -9)
📝 main/php_gtk.h (+10 -1)
📝 main/phpg_support.c (+2 -2)
📝 win32/config.w32.in (+1 -0)

📄 Description

Renamed generator.php and related functions/classes to get around keyword issue in > 5.5. Does not break backwards compatibility.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/php-gtk-src/pull/3 **Author:** [@ZacharyReis](https://github.com/ZacharyReis) **Created:** 6/28/2013 **Status:** ✅ Merged **Merged:** 6/20/2014 **Merged by:** [@php-pulls](https://github.com/php-pulls) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`694fdab`](https://github.com/php/php-gtk-src/commit/694fdabeb72d6dc0aee904359ed981201db4986f) Fixed compile with 5.5. Added VC11 compatibility ### 📊 Changes **8 files changed** (+30 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `ext/gtk+/config.w32` (+5 -5) 📝 `ext/libglade/config.w32` (+1 -1) 📝 `ext/libsexy/config.w32` (+1 -1) 📝 `ext/sourceview/config.w32` (+1 -1) 📝 `generator/gtkgenerator.php` (+9 -9) 📝 `main/php_gtk.h` (+10 -1) 📝 `main/phpg_support.c` (+2 -2) 📝 `win32/config.w32.in` (+1 -0) </details> ### 📄 Description Renamed generator.php and related functions/classes to get around keyword issue in > 5.5. Does not break backwards compatibility. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:41:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/php-gtk-src#2