[PR #4] [CLOSED] Fixed gtk_init error handling #5

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/4
Author: @pocketpc
Created: 6/20/2014
Status: Closed

Base: masterHead: fix


📝 Commits (3)

📊 Changes

1 file changed (+6 additions, -3 deletions)

View changed files

📝 ext/gtk+/php_gtk+.c (+6 -3)

📄 Description

Replaced gtk_init with gtk_init_with_args so we can use the actual gtk error instead of a rather useless hardcoded message. Also fixed some whitespace for consistency.


🔄 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/4 **Author:** [@pocketpc](https://github.com/pocketpc) **Created:** 6/20/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix` --- ### 📝 Commits (3) - [`00ec02f`](https://github.com/php/php-gtk-src/commit/00ec02fd0281fdc15953ef8ac3ca513a6b062514) Fixed gtk_init error handler - [`d485e67`](https://github.com/php/php-gtk-src/commit/d485e677d914d3bd8ce9f74cc4b959572e7bda85) Merge branch 'master' of https://github.com/php/php-gtk-src into fix - [`f3b50a7`](https://github.com/php/php-gtk-src/commit/f3b50a77e3260ab99d520de6959140e705894109) Windows fix ### 📊 Changes **1 file changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ext/gtk+/php_gtk+.c` (+6 -3) </details> ### 📄 Description Replaced gtk_init with gtk_init_with_args so we can use the actual gtk error instead of a rather useless hardcoded message. Also fixed some whitespace for consistency. --- <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#5