summaryrefslogtreecommitdiff
path: root/www/phalcon/files/patch-phalcon.zep.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/phalcon/files/patch-phalcon.zep.c')
-rw-r--r--www/phalcon/files/patch-phalcon.zep.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/phalcon/files/patch-phalcon.zep.c b/www/phalcon/files/patch-phalcon.zep.c
deleted file mode 100644
index d0044ac20cef..000000000000
--- a/www/phalcon/files/patch-phalcon.zep.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- phalcon.zep.c.orig 2024-08-03 14:25:29 UTC
-+++ phalcon.zep.c
-@@ -62,8 +62,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY O
- #include <ext/standard/info.h>
- #include <ext/standard/file.h>
- #include <ext/standard/php_filestat.h>
-+#if PHP_VERSION_ID <= 80300
- #include <ext/standard/php_rand.h>
- #include <ext/standard/php_lcg.h>
-+#else
-+#include <ext/random/php_random.h>
-+#endif
- #include <ext/standard/php_math.h>
- #include <ext/standard/php_array.h>
- #include <ext/standard/php_var.h>