]> git.pld-linux.org Git - packages/php.git/commitdiff
- killed memory leak in sapi-ini-file patch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Apr 2005 21:57:09 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added cpdf-fix patch to fix cpdf module linking (needs lib64 patch update)
- release 2.1

Changed files:
    php.spec -> 1.432

php.spec

index f381773ccecd59bc89b61d42dc7943196af19f8c..2986c9a5552595d9567bc6a100823443139b966c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1,10 +1,5 @@
 #
 # TODO:
-# - cpdf.so needs -lgd
-# - memleak detected (even with no modules loaded):
-#   $ php -i >/dev/null
-#   /home/comp/rpm/BUILD/php-5.0.4/main/fopen_wrappers.c(548) :  Freeing 0x08052970 (17 bytes), script=-
-#   === Total 1 memory leaks detected ===
 # - loading pgsql+mnogosearch+snmp (only in this order!) causes php -i to SEGV on exit
 #   (postgresql-libs-8.0.1-1, net-snmp-libs-5.2.1-0.2, mnogosearch-lib-3.2.32-1)
 #   (only php.cli; php.cgi and apache2 module are not affected)
@@ -87,7 +82,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.0.4
-Release:       2%{?with_hardened:hardened}
+Release:       2.1%{?with_hardened:hardened}
 Epoch:         4
 Group:         Libraries
 License:       PHP
@@ -131,6 +126,7 @@ Patch24:    %{name}-uint32_t.patch
 Patch25:       %{name}-hwapi-link.patch
 Patch26:       %{name}-dba-link.patch
 Patch27:       %{name}-install_gd_headers.patch
+Patch28:       %{name}-cpdf-fix.patch
 Icon:          php.gif
 URL:           http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:       Firebird-devel >= 1.0.2.908-2}}
@@ -1425,6 +1421,7 @@ cp php.ini-dist php.ini
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch28 -p1
 %ifarch amd64
 %patch22 -p1
 %endif
This page took 0.051914 seconds and 4 git commands to generate.