[-]
[+]
|
Deleted |
php5-xdebug.changes
|
@@ -1,132 +0,0 @@
--------------------------------------------------------------------
-Mon Jul 17 06:11:11 UTC 2017 - cs@linux-administrator.com
-
-- update to release 2.5.5
-
--------------------------------------------------------------------
-Fri Dec 9 07:25:35 UTC 2016 - cs@linux-administrator.com
-
-- update to release 2.5.0
-
--------------------------------------------------------------------
->>>>>>> .new
-Tue Apr 19 10:00:28 UTC 2016 - cs@linux-administrator.com
-
-- update to release 2.4.0
-
--------------------------------------------------------------------
-Fri Jun 19 11:35:59 UTC 2015 - cs@linux-administrator.com
-
-- update to release 2.3.3
-
--------------------------------------------------------------------
-Mon Mar 23 10:32:09 UTC 2015 - cs@linux-administrator.com
-
-- update to release 2.3.2
-
--------------------------------------------------------------------
-Wed Feb 25 12:14:31 UTC 2015 - cs@linux-administrator.com
-
-- update to release 2.3.1
-
--------------------------------------------------------------------
-Fri Jan 23 07:43:22 UTC 2015 - cs@linux-administrator.com
-
-- update to release 2.2.7
-
--------------------------------------------------------------------
-Wed Nov 19 19:18:17 UTC 2014 - cs@linux-administrator.com
-
-- update to release 2.2.6
-
--------------------------------------------------------------------
-Thu May 1 17:29:02 UTC 2014 - cs@linux-administrator.com
-
-- update to release 2.2.5
-
--------------------------------------------------------------------
-Sun Mar 2 17:20:04 UTC 2014 - cs@linux-administrator.com
-
-- update to release 2.2.4
-
--------------------------------------------------------------------
-Sun Mar 24 11:05:38 UTC 2013 - cs@linux-administrator.com
-
-- update to release 2.2.2
-
--------------------------------------------------------------------
-Tue Sep 18 10:23:24 UTC 2012 - cs@linux-administrator.com
-
-- update to release 2.2.1
-
--------------------------------------------------------------------
-Wed Mar 14 19:05:51 UTC 2012 - cs@linux-administrator.com
-
-- update to release 2.1.4
-
--------------------------------------------------------------------
-Sun Jan 29 17:07:27 UTC 2012 - cs@linux-administrator.com
-
-- update to release 2.1.3
-
--------------------------------------------------------------------
-Tue Dec 30 21:16:00 UTC 2008 - cs@linux-administrator.com
-
-* Fixed bugs:
-- Fixed for strange jump positions in path analysis.
-- Fixed issues with code coverage crashing on parse errors.
-- Fixed code code coverage by overriding more opcodes.
-- Fixed issues with Xdebug stalling/crashing when detaching from remote debugging.
-- Fixed crash on Vista where memory was freed with routines from a different
- standard-C library than it was allocated with. (Patch by Eric Promislow).
-- Link against the correct CRT library. (Patch by Eric Promislow).
-- Sort the symbol elements according to name. (Patch by Eric Promislow).
-- Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric Promislow ).
-- Fixed a segfault in interactive mode while including a file.
-- Fixed a crash in super global dumping in case somebody was strange enough
- to reassign them to a value type other than an Array.
-- Simplify version checking for libtool. (Patch by PGNet).
-- Fixed display of unused returned variables from functions in PHP 5.3.
-- Include config.w32 in the packages as well.
-- Fixed .dsp for building with PHP 4.
-
-* Added features:
-- Support debugging into phars.
-- Basic PHP 5.3 support.
-
--------------------------------------------------------------------
-Mon Nov 12 08:36:57 UTC 2007 - crrodriguez@suse.de
-
-- version 2.0.2
-- Fixed bug #325: DBGP: "detach" stops further sessions being established
-from Apache.
-- Fixed bug #321: Code coverage crashes on empty PHP files.
-- Fixed bug #318: Segmentation Fault in code coverage analysis.
-- Fixed bug #315: Xdebug crashes when including a file that doesn't exist.
-- Fixed bug #314: PHP CLI Error Logging thwarted when XDebug Loaded.
-- Fixed bug #300: Direction of var_dump().
-- Always set the transaction_id and command. (Related to bug #313).
-
--------------------------------------------------------------------
-Mon Oct 22 00:14:14 UTC 2007 - crrodriguez@suse.de
-
-- update to version 2.0.1
-- Improved code coverage performance dramatically.
-- PHP 5.3 compatibility (no namespaces yet though).
-- Fixed bug #300: Xdebug does not force LTR rendering for its tables.
-- Fixed bug #299: Computerized traces don't have a newline for return
-entries if memory limit is not enabled.
-- Fixed bug #298: xdebug_var_dump() doesn't handle entity replacements
-correctly concerning string length.
-- Fixed a memory free error related to remote debugging conditions.
-
--------------------------------------------------------------------
-Thu May 17 20:06:15 UTC 2007 - judas_iscariote@shorewall.net
-
-- update snapshot to RC5-dev
-
--------------------------------------------------------------------
-Sun Apr 29 11:27:33 UTC 2007 - judas_iscariote@shorewall.net
-
-- update to RC4 snapshot to fix some annoying crashes and bugs.
-
|
[-]
[+]
|
Deleted |
php5-xdebug.spec
^
|
@@ -1,105 +0,0 @@
-# norootforbuild
-%define pkg_name xdebug
-#
-Name: php7-xdebug
-Version: 2.5.5
-Release: 1
-#
-License: BSD
-Group: Productivity/Networking/Web/Servers
-#
-BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build
-BuildRequires: php7-devel
-BuildRequires: -post-build-checks
-#
-URL: http://www.xdebug.org/
-Source: http://pecl.php.net/package/Xdebug/%{pkg_name}-%{version}.tgz
-Source1: xdebug.ini
-Summary: Extended PHP debugger
-%requires_eq php7
-
-%description
-
-The Xdebug extension helps you debugging your script by providing a lot of
-valuable debug information. The debug information that Xdebug can provide
-includes the following:
-
-* stack and function traces in error messages with:
-o full parameter display for user defined functions
-o function name, file name and line indications
-o support for member functions
-* memory allocation
-* protection for infinite recursions
-
-Xdebug also provides:
-
-* profiling information for PHP scripts
-* script execution analysis
-* capabilities to debug your scripts interactively with a debug client
-
-Authors:
----------
- Derick Rethans derick@php.net
-
-%prep
-%setup -q -n %{pkg_name}-%{version}
-
-
-%{__mkdir} %{name}
-
-%build
-/usr/bin/phpize
-pushd %{name}
-#Important : gcc optimization levels miscompile (ed) this package
-#problem was observed in 10.0 not sure if still exists..
-CFLAGS=`echo "$RPM_OPT_FLAGS" | sed -e 's/-O[0-9]*//g'`
-CFLAGS="$CFLAGS -fno-strict-aliasing"
-
-%if 0%{?suse_version} > 1000
-CFLAGS="$CFLAGS -fstack-protector"
-%endif
-
-export CFLAGS
-
-../configure --enable-xdebug
-
-%{__make} %{?jobs:-j%jobs}
-popd
-
-%install
-
-%makeinstall -C %{name} INSTALL_ROOT=%{buildroot}
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/php7/conf.d
-%{__install} -m 644 %{S:1} %{buildroot}%{_sysconfdir}/php7/conf.d/xdebug.ini
-
-%clean
-
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%{_libdir}/php7/extensions/xdebug.so
-%config(noreplace) %{_sysconfdir}/php7/conf.d/xdebug.ini
-
-%doc README.rst LICENSE CREDITS
-
-%changelog -n php7-xdebug
-* Sun Jan 29 2012 Carsten Schoene <cs@linux-administrator.com> - 2.1.3-1
-- update to release 2.1.3
-* Wed Aug 03 2011 Carsten Schoene <cs@linux-administrator.com> - 2.1.2-1
-- update to release 2.1.2
-* Thu Jul 22 2010 Carsten Schoene <cs@linux-administrator.com> - 2.1.0-1
-- update to release 2.1.0
-* Mon Jul 13 2009 Carsten Schoene <cs@linux-administrator.com> - 2.0.5-1
-- update to release 2.0.5
-* Tue Dec 30 2008 Carsten Schoene <cs@linux-administrator.com>
-- update to release 2.0.4
-* Wed Jan 31 2007 - judas_iscariote@shorewall.net
-- update to RC3
-* Sun Dec 24 2006 - judas_iscariote@shorewall.net
-- Update to RC2
-- add complete ini file
-* Sun Oct 08 2006 - soporte@onfocus.cl
-- Update to RC1 restoring php 5.2.0 compatibility
-* Fri Jun 30 2006 - soporte@onfocus.cl
-- very first build
|
|
Deleted |
xdebug-2.3.1.tgz
^
|
|
Deleted |
xdebug-2.3.2.tgz
^
|
|
Deleted |
xdebug-2.3.3.tgz
^
|
|
Deleted |
xdebug-2.4.0.tgz
^
|
|
Deleted |
xdebug-2.5.0.tgz
^
|
|
Deleted |
xdebug-2.5.5.tgz
^
|
[-]
[+]
|
Deleted |
xdebug.ini
^
|
@@ -1,46 +0,0 @@
-zend_extension = ${extension_dir}"/xdebug.so"
-;xdebug.auto_trace = 0
-;xdebug.trace_output_dir = /tmp
-;xdebug.trace_output_name = crc32
-;xdebug.trace_format = 0
-;xdebug.trace_options = 0
-;xdebug.collect_includes = 1
-;xdebug.collect_params = 0
-;xdebug.collect_return = 0
-;xdebug.collect_vars = 0
-;xdebug.default_enable = 1
-;xdebug.extended_info = 1
-;xdebug.manual_url = http://www.php.net
-;xdebug.max_nesting_level = 100
-;xdebug.show_exception_trace = 0
-;xdebug.show_local_vars = 0
-;xdebug.show_mem_delta = 0
-;xdebug.dump.COOKIE =
-;xdebug.dump.ENV =
-;xdebug.dump.FILES =
-;xdebug.dump.GET =
-;xdebug.dump.POST =
-;xdebug.dump.REQUEST =
-;xdebug.dump.SERVER =
-;xdebug.dump.SESSION =
-;xdebug.dump_globals = 1
-;xdebug.dump_once = 1
-;xdebug.dump_undefined = 0
-;xdebug.profiler_enable = 0
-;xdebug.profiler_output_dir = /tmp
-;xdebug.profiler_output_name = crc32
-;xdebug.profiler_enable_trigger = 0
-;xdebug.profiler_append = 0
-;xdebug.profiler_aggregate = 0
-;xdebug.remote_enable = 0
-;xdebug.remote_handler = dbgp
-;xdebug.remote_host = localhost
-;xdebug.remote_mode = req
-;xdebug.remote_port = 9000
-;xdebug.remote_autostart = 0
-;xdebug.remote_log =
-;xdebug.allowed_clients =
-;xdebug.idekey = cristian
-;xdebug.var_display_max_children = 128
-;xdebug.var_display_max_data = 512
-;xdebug.var_display_max_depth = 2
|