Changes of Revision 3
[-] | Added | php5-xdebug.changes |
x 1
2 +------------------------------------------------------------------- 3 +Mon Jul 17 06:11:11 UTC 2017 - cs@linux-administrator.com 4 + 5 +- update to release 2.5.5 6 + 7 +------------------------------------------------------------------- 8 +Fri Dec 9 07:25:35 UTC 2016 - cs@linux-administrator.com 9 + 10 +- update to release 2.5.0 11 + 12 +------------------------------------------------------------------- 13 +>>>>>>> .new 14 +Tue Apr 19 10:00:28 UTC 2016 - cs@linux-administrator.com 15 + 16 +- update to release 2.4.0 17 + 18 +------------------------------------------------------------------- 19 +Fri Jun 19 11:35:59 UTC 2015 - cs@linux-administrator.com 20 + 21 +- update to release 2.3.3 22 + 23 +------------------------------------------------------------------- 24 +Mon Mar 23 10:32:09 UTC 2015 - cs@linux-administrator.com 25 + 26 +- update to release 2.3.2 27 + 28 +------------------------------------------------------------------- 29 +Wed Feb 25 12:14:31 UTC 2015 - cs@linux-administrator.com 30 + 31 +- update to release 2.3.1 32 + 33 +------------------------------------------------------------------- 34 +Fri Jan 23 07:43:22 UTC 2015 - cs@linux-administrator.com 35 + 36 +- update to release 2.2.7 37 + 38 +------------------------------------------------------------------- 39 +Wed Nov 19 19:18:17 UTC 2014 - cs@linux-administrator.com 40 + 41 +- update to release 2.2.6 42 + 43 +------------------------------------------------------------------- 44 +Thu May 1 17:29:02 UTC 2014 - cs@linux-administrator.com 45 + 46 +- update to release 2.2.5 47 + 48 +------------------------------------------------------------------- 49 +Sun Mar 2 17:20:04 UTC 2014 - cs@linux-administrator.com 50 + 51 +- update to release 2.2.4 52 + 53 +------------------------------------------------------------------- 54 +Sun Mar 24 11:05:38 UTC 2013 - cs@linux-administrator.com 55 + 56 +- update to release 2.2.2 57 + 58 +------------------------------------------------------------------- 59 +Tue Sep 18 10:23:24 UTC 2012 - cs@linux-administrator.com 60 + 61 +- update to release 2.2.1 62 + 63 +------------------------------------------------------------------- 64 +Wed Mar 14 19:05:51 UTC 2012 - cs@linux-administrator.com 65 + 66 +- update to release 2.1.4 67 + 68 +------------------------------------------------------------------- 69 +Sun Jan 29 17:07:27 UTC 2012 - cs@linux-administrator.com 70 + 71 +- update to release 2.1.3 72 + 73 +------------------------------------------------------------------- 74 +Tue Dec 30 21:16:00 UTC 2008 - cs@linux-administrator.com 75 + 76 +* Fixed bugs: 77 +- Fixed for strange jump positions in path analysis. 78 +- Fixed issues with code coverage crashing on parse errors. 79 +- Fixed code code coverage by overriding more opcodes. 80 +- Fixed issues with Xdebug stalling/crashing when detaching from remote debugging. 81 +- Fixed crash on Vista where memory was freed with routines from a different 82 + standard-C library than it was allocated with. (Patch by Eric Promislow). 83 +- Link against the correct CRT library. (Patch by Eric Promislow). 84 +- Sort the symbol elements according to name. (Patch by Eric Promislow). 85 +- Fixed support for mapped-drive UNC paths for Windows. (Patch by Eric Promislow ). 86 +- Fixed a segfault in interactive mode while including a file. 87 +- Fixed a crash in super global dumping in case somebody was strange enough 88 + to reassign them to a value type other than an Array. 89 +- Simplify version checking for libtool. (Patch by PGNet). 90 +- Fixed display of unused returned variables from functions in PHP 5.3. 91 +- Include config.w32 in the packages as well. 92 +- Fixed .dsp for building with PHP 4. 93 + 94 +* Added features: 95 +- Support debugging into phars. 96 +- Basic PHP 5.3 support. 97 + 98 +------------------------------------------------------------------- 99 +Mon Nov 12 08:36:57 UTC 2007 - crrodriguez@suse.de 100 + 101 +- version 2.0.2 102 +- Fixed bug #325: DBGP: "detach" stops further sessions being established 103 +from Apache. 104 +- Fixed bug #321: Code coverage crashes on empty PHP files. 105 +- Fixed bug #318: Segmentation Fault in code coverage analysis. 106 +- Fixed bug #315: Xdebug crashes when including a file that doesn't exist. 107 +- Fixed bug #314: PHP CLI Error Logging thwarted when XDebug Loaded. 108 +- Fixed bug #300: Direction of var_dump(). 109 +- Always set the transaction_id and command. (Related to bug #313). 110 + 111 +------------------------------------------------------------------- 112 +Mon Oct 22 00:14:14 UTC 2007 - crrodriguez@suse.de 113 + 114 +- update to version 2.0.1 115 +- Improved code coverage performance dramatically. 116 +- PHP 5.3 compatibility (no namespaces yet though). 117 +- Fixed bug #300: Xdebug does not force LTR rendering for its tables. 118 +- Fixed bug #299: Computerized traces don't have a newline for return 119 +entries if memory limit is not enabled. 120 +- Fixed bug #298: xdebug_var_dump() doesn't handle entity replacements 121 +correctly concerning string length. 122 +- Fixed a memory free error related to remote debugging conditions. 123 + 124 +------------------------------------------------------------------- 125 +Thu May 17 20:06:15 UTC 2007 - judas_iscariote@shorewall.net 126 + 127 +- update snapshot to RC5-dev 128 + 129 +------------------------------------------------------------------- 130 +Sun Apr 29 11:27:33 UTC 2007 - judas_iscariote@shorewall.net 131 + 132 +- update to RC4 snapshot to fix some annoying crashes and bugs. 133 + 134 |
||
[-] | Added | php5-xdebug.spec ^ |
107 1
2 +# norootforbuild 3 +%define pkg_name xdebug 4 +# 5 +Name: php7-xdebug 6 +Version: 2.5.5 7 +Release: 1 8 +# 9 +License: BSD 10 +Group: Productivity/Networking/Web/Servers 11 +# 12 +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build 13 +BuildRequires: php7-devel 14 +BuildRequires: -post-build-checks 15 +# 16 +URL: http://www.xdebug.org/ 17 +Source: http://pecl.php.net/package/Xdebug/%{pkg_name}-%{version}.tgz 18 +Source1: xdebug.ini 19 +Summary: Extended PHP debugger 20 +%requires_eq php7 21 + 22 +%description 23 + 24 +The Xdebug extension helps you debugging your script by providing a lot of 25 +valuable debug information. The debug information that Xdebug can provide 26 +includes the following: 27 + 28 +* stack and function traces in error messages with: 29 +o full parameter display for user defined functions 30 +o function name, file name and line indications 31 +o support for member functions 32 +* memory allocation 33 +* protection for infinite recursions 34 + 35 +Xdebug also provides: 36 + 37 +* profiling information for PHP scripts 38 +* script execution analysis 39 +* capabilities to debug your scripts interactively with a debug client 40 + 41 +Authors: 42 +--------- 43 + Derick Rethans derick@php.net 44 + 45 +%prep 46 +%setup -q -n %{pkg_name}-%{version} 47 + 48 + 49 +%{__mkdir} %{name} 50 + 51 +%build 52 +/usr/bin/phpize 53 +pushd %{name} 54 +#Important : gcc optimization levels miscompile (ed) this package 55 +#problem was observed in 10.0 not sure if still exists.. 56 +CFLAGS=`echo "$RPM_OPT_FLAGS" | sed -e 's/-O[0-9]*//g'` 57 +CFLAGS="$CFLAGS -fno-strict-aliasing" 58 + 59 +%if 0%{?suse_version} > 1000 60 +CFLAGS="$CFLAGS -fstack-protector" 61 +%endif 62 + 63 +export CFLAGS 64 + 65 +../configure --enable-xdebug 66 + 67 +%{__make} %{?jobs:-j%jobs} 68 +popd 69 + 70 +%install 71 + 72 +%makeinstall -C %{name} INSTALL_ROOT=%{buildroot} 73 +%{__mkdir_p} %{buildroot}%{_sysconfdir}/php7/conf.d 74 +%{__install} -m 644 %{S:1} %{buildroot}%{_sysconfdir}/php7/conf.d/xdebug.ini 75 + 76 +%clean 77 + 78 +%{__rm} -rf %{buildroot} 79 + 80 +%files 81 +%defattr(-,root,root,-) 82 +%{_libdir}/php7/extensions/xdebug.so 83 +%config(noreplace) %{_sysconfdir}/php7/conf.d/xdebug.ini 84 + 85 +%doc README.rst LICENSE CREDITS 86 + 87 +%changelog -n php7-xdebug 88 +* Sun Jan 29 2012 Carsten Schoene <cs@linux-administrator.com> - 2.1.3-1 89 +- update to release 2.1.3 90 +* Wed Aug 03 2011 Carsten Schoene <cs@linux-administrator.com> - 2.1.2-1 91 +- update to release 2.1.2 92 +* Thu Jul 22 2010 Carsten Schoene <cs@linux-administrator.com> - 2.1.0-1 93 +- update to release 2.1.0 94 +* Mon Jul 13 2009 Carsten Schoene <cs@linux-administrator.com> - 2.0.5-1 95 +- update to release 2.0.5 96 +* Tue Dec 30 2008 Carsten Schoene <cs@linux-administrator.com> 97 +- update to release 2.0.4 98 +* Wed Jan 31 2007 - judas_iscariote@shorewall.net 99 +- update to RC3 100 +* Sun Dec 24 2006 - judas_iscariote@shorewall.net 101 +- Update to RC2 102 +- add complete ini file 103 +* Sun Oct 08 2006 - soporte@onfocus.cl 104 +- Update to RC1 restoring php 5.2.0 compatibility 105 +* Fri Jun 30 2006 - soporte@onfocus.cl 106 +- very first build 107 |
||
Added | xdebug-2.3.1.tgz ^ | |
Added | xdebug-2.3.2.tgz ^ | |
Added | xdebug-2.3.3.tgz ^ | |
Added | xdebug-2.4.0.tgz ^ | |
Added | xdebug-2.5.0.tgz ^ | |
Added | xdebug-2.5.5.tgz ^ | |
[+] | Added | xdebug.ini ^ |
@@ -0,0 +1,46 @@ +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 |